Searched refs:parseProperty (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/disklabel-6/
H A Dutil.h31 extern int parseProperty(const char *, CFStringRef*, CFTypeRef*);
H A Dcreate.c111 if (parseProperty(arg, &k, &v) > 0) {
H A Dprops.c138 if (parseProperty(arg, &k, &v) > 0) {
H A Dutil.c335 parseProperty(const char *term, CFStringRef *namePtr, CFTypeRef *valuePtr) { function
348 fprintf(stderr, "parseProperty: property `%s' = value `%s'\n",
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.h147 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
H A Dppucd.cpp256 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; }
272 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues, function in class:PreparsedUCD
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_tables.c75 parseProperty, evalProperty },
77 parseProperty, NULL },
H A Dkextfind_query.h291 Boolean parseProperty(
H A Dkextfind_query.c172 Boolean parseProperty( function
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp1715 template <class TreeBuilder> TreeProperty Parser<LexerType>::parseProperty(TreeBuilder& context, bool complete) function in class:JSC::Parser
1811 TreeProperty property = parseProperty(context, false);
1825 property = parseProperty(context, false);
1855 TreeProperty property = parseProperty(context, true);
1872 property = parseProperty(context, true);
H A DParser.h724 template <class TreeBuilder> TreeProperty parseProperty(TreeBuilder&, bool strict);

Completed in 131 milliseconds