Searched refs:parse (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.h31 cisparse_t *parse; member in struct:tuple_info_t
H A Ddump_cis.c840 print_device(&tup->parse.device);
844 indent, tup->parse.checksum.addr,
845 tup->parse.checksum.addr+tup->parse.checksum.len-1,
846 tup->parse.checksum.sum);
851 tup->parse.longlink.addr);
856 tup->parse.longlink.addr);
861 for (i = 0; i < tup->parse.longlink_mfc.nfn; i++)
863 tup->parse.longlink_mfc.fn[i].space ? "common" : "attr",
864 tup->parse
[all...]
H A Ddump_cisreg.c258 nfn = arg.tuple_parse.parse.longlink_mfc.nfn;
280 arg.tuple_parse.parse.config.base,
281 arg.tuple_parse.parse.config.rmask[0]);
282 mask = arg.tuple_parse.parse.config.rmask[0];
H A Dyacc_cis.y50 static tuple_info_t *new_tuple(u_char type, cisparse_t *parse);
70 cisparse_t *parse;
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 Dcardctl.c318 cistpl_vers_1_t *vers = &arg.tuple_parse.parse.version_1;
319 cistpl_manfid_t *manfid = &arg.tuple_parse.parse.manfid;
320 cistpl_funcid_t *funcid = &arg.tuple_parse.parse.funcid;
354 cistpl_vers_1_t *vers = &arg.tuple_parse.parse.version_1;
355 cistpl_manfid_t *manfid = &arg.tuple_parse.parse.manfid;
356 cistpl_funcid_t *funcid = &arg.tuple_parse.parse.funcid;
H A Dpack_cis.c259 cisparse_t *p = t->parse;
/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/headers/os/drivers/
H A Dmidi_driver.h39 int (*parse)(uint32* state, uchar byte, size_t maxSize); member in struct:_midi_parser_module_info
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h53 /* is > 0, you should call (*parse) for the next byte as well, which might modify */
67 todo = (*parser->parse)(&state, byte, end-out_buf);
86 int (*parse)(uint32 * state, uchar byte, size_t max_size); member in struct:_midi_parser_module_info
/haiku/src/tests/kits/net/service/
H A Dproxy.py18 import urllib.parse namespace
49 target = urllib.parse.urlparse(self.path)
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py18 import urllib.parse namespace
49 target = urllib.parse.urlparse(self.path)
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp84 luceneQuery = QueryParser::parse(wStringQuery, _T("contents"),
98 luceneQuery = QueryParser::parse(wStringQuery, _T("contents"),
/haiku/src/bin/
H A Dsetversion.cpp149 parse(bool &systemModified, bool &appModified, arg_needed &argNeeded, function
320 parse(systemModified, appModified, argNeeded, mode, systemVersion,
H A Dhey.cpp145 parse(BMessenger& the_application, int argc, char *argv[], int32 argapp) function
301 if (!parse(the_application, argc, argv, argapp))
313 if (!parse(the_application, argc, argv, argapp))
318 if (!parse(the_application, argc, argv, argapp))
428 // parse the specifiers
576 // parse the specifiers
/haiku/headers/os/drivers/pcmcia/
H A Dds.h39 cisparse_t parse; member in struct:tuple_parse_t
/haiku/headers/private/storage/sniffer/
H A DParser.h37 status_t parse(const char *rule, Rule *result, BString *parseError = NULL);
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp49 The parse sniffer rule is stored in the \c rule member, which is a pointer
249 err = Sniffer::parse(rule, item.rule, &parseError);
540 debug warning if a parse fails), but that being said:
565 err = Sniffer::parse(str.String(), rule.rule, &errorMsg);
/haiku/src/add-ons/kernel/drivers/bus/pcmcia/
H A Dds.c130 &buf.tuple_parse.parse);
217 &buf.tuple_parse.parse);
/haiku/src/kits/locale/
H A DTimeFormat.cpp220 UDate date = timeFormatter->parse(UnicodeString::fromUTF8(source.String()),
H A DDateFormat.cpp384 // may want to parse to a "local" date instead. But BDate should be made
392 UDate date = dateFormatter->parse(UnicodeString::fromUTF8(source.String()),
H A DNumberFormat.cpp348 parser->parse(unicode, result, err);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php783 // parse args
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp1369 status_t err = parse(rules[j], &rule, &errorMsg);
/haiku/src/kits/storage/
H A DMimeType.cpp1020 return BPrivate::Storage::Sniffer::parse(rule, &snifferRule, parseError);

Completed in 178 milliseconds

12