Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 77) sorted by relevance

1234

/haiku/src/bin/rc/tests/
H A Dexpr.rdef49 //resource(10070) (array); // parse error
50 //resource(10071) my_int32 (my_int32); // parse error
51 //resource(10072) my_int32(my_int32(my_int32)); // parse error
52 //resource(10073) array array; // parse error
53 //resource(10074) array (array); // parse error
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c840 print_device(&tup->parse.device); in print_parse()
844 indent, tup->parse.checksum.addr, in print_parse()
845 tup->parse.checksum.addr+tup->parse.checksum.len-1, in print_parse()
846 tup->parse.checksum.sum); in print_parse()
851 tup->parse.longlink.addr); in print_parse()
856 tup->parse.longlink.addr); in print_parse()
861 for (i = 0; i < tup->parse.longlink_mfc.nfn; i++) in print_parse()
863 tup->parse.longlink_mfc.fn[i].space ? "common" : "attr", in print_parse()
864 tup->parse.longlink_mfc.fn[i].addr); in print_parse()
867 nfn = tup->parse.longlink_mfc.nfn; in print_parse()
[all …]
H A Dyacc_cis.y50 static tuple_info_t *new_tuple(u_char type, cisparse_t *parse);
70 cisparse_t *parse; member
78 %type <parse> vers_1 manfid funcid config cftab io mem irq timing
79 %type <parse> dev_info attr_dev_info checksum cjedec ajedec
392 static tuple_info_t *new_tuple(u_char type, cisparse_t *parse)
396 t->parse = parse;
H A Ddump_cisreg.c258 nfn = arg.tuple_parse.parse.longlink_mfc.nfn; in main()
280 arg.tuple_parse.parse.config.base, in main()
281 arg.tuple_parse.parse.config.rmask[0]); in main()
282 mask = arg.tuple_parse.parse.config.rmask[0]; in main()
H A Dpack_cis.h31 cisparse_t *parse; member
H A Dcardctl.c318 cistpl_vers_1_t *vers = &arg.tuple_parse.parse.version_1; in print_ident()
319 cistpl_manfid_t *manfid = &arg.tuple_parse.parse.manfid; in print_ident()
320 cistpl_funcid_t *funcid = &arg.tuple_parse.parse.funcid; in print_ident()
354 cistpl_vers_1_t *vers = &arg.tuple_parse.parse.version_1; in print_info()
355 cistpl_manfid_t *manfid = &arg.tuple_parse.parse.manfid; in print_info()
356 cistpl_funcid_t *funcid = &arg.tuple_parse.parse.funcid; in print_info()
/haiku/build/scripts/
H A Dbuild_cross_tools155 (cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c cp/parse.c \
156 cp/parse.h c-gperf.h)
H A Ddetermine_haiku_revision25 localRev=`git rev-parse HEAD`
/haiku/src/libs/uuid/
H A DJamfile10 parse.c
/haiku/src/build/libuuid/
H A DJamfile14 parse.c
/haiku/src/tests/kits/net/service/
H A Dproxy.py18 import urllib.parse
49 target = urllib.parse.urlparse(self.path)
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py18 import urllib.parse
49 target = urllib.parse.urlparse(self.path)
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h86 int (*parse)(uint32 * state, uchar byte, size_t max_size); member
/haiku/headers/os/drivers/
H A Dmidi_driver.h39 int (*parse)(uint32* state, uchar byte, size_t maxSize); member
/haiku/docs/user/shared/
H A Djson.dox66 at the top level there must be an array or an object for the parse to be
99 <td>Signals parse or processing errors to the listener</td>
176 primary-listener accepts Json parse events and will relay them to a
198 these sub-listeners and in this way automatically generate the C++ parse
211 Because \c BJsonTextWriter is accepting JSON parse events, it is also a
/haiku/docs/user/netservices/
H A DHttpTime.dox25 \brief Provides tools to parse and format HTTP dates.
43 The tools in this module will make it easer to parse and format dates according to those
46 You can use \ref parse_http_time() to parse a string that contains a HTTP timestamp. You can
95 \brief Utility class that can parse and format HTTP Date strings.
184 parsing is slightly less strict than the RFC prescribes. This may mean that if you parse a
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp98 luceneQuery = QueryParser::parse(wStringQuery, _T("contents"), in Search()
/haiku/src/bin/
H A Dsetversion.cpp149 parse(bool &systemModified, bool &appModified, arg_needed &argNeeded, in parse() function
320 parse(systemModified, appModified, argNeeded, mode, systemVersion, in main()
/haiku/data/catalogs/preferences/shortcuts/
H A Del.catkeys24 Shortcuts was unable to parse your KeySet file! ShortcutsWindow Η εφαρμογή συντομεύσεων δεν μπόρεσ…
H A Dbe.catkeys22 Shortcuts was unable to parse your KeySet file! ShortcutsWindow Рэдактар Гарачых Клавішаў не змог …
H A Dhr.catkeys19 Shortcuts was unable to parse your KeySet file! ShortcutsWindow Shorcuts nije mogao raščlaniti vaš…
H A Duk.catkeys24 Shortcuts was unable to parse your KeySet file! ShortcutsWindow Не вдалося розібрати Ваш файл зі с…
H A Dth.catkeys24 Shortcuts was unable to parse your KeySet file! ShortcutsWindow ทางลัดไม่สามารถแยกวิเคราะห์ไฟล์ Ke…
H A Dru.catkeys24 Shortcuts was unable to parse your KeySet file! ShortcutsWindow Не удалось прочитать файл со списк…
H A Dko.catkeys24 Shortcuts was unable to parse your KeySet file! ShortcutsWindow 키 셋 파일을 읽어들일 수 없습니다!

1234