Searched refs:propName (Results 1 - 24 of 24) sorted by path

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset_props.cpp1237 UnicodeString propName, valueName; local
1240 pattern.extractBetween(pos, equals, propName);
1246 pattern.extractBetween(pos, close, propName);
1255 valueName = propName;
1256 propName = UnicodeString(NAME_PROP, NAME_PROP_LENGTH, US_INV);
1260 applyPropertyAlias(propName, valueName, ec);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dregexcmp.cpp4012 UnicodeString propName;
4025 propName.append(fC.fChar);
4041 uset = createSetForProperty(propName, negated);
4076 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4093 setExpr.append(propName);
4112 if (propName.caseCompare(UNICODE_STRING_SIMPLE("word"), 0) == 0) {
4139 UnicodeString mPropName = propName;
4156 if (mPropName.startsWith(IN, 2) && propName.length()>=3) {
4171 if (propName.startsWith(UNICODE_STRING_SIMPLE("java")) ||
4172 propName
[all...]
H A Dregexcmp.h116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c524 static void testSampleCharProps(UBool propFn(UChar32), const char *propName, variable
532 propName, sampleChars[i], result);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducdtest.cpp175 UnicodeString propName(fields[1][0], (int32_t)(fields[1][1]-fields[1][0]));
176 propName.trim();
177 if(me->unknownPropertyNames->find(propName)==NULL) {
179 me->unknownPropertyNames->puti(propName, 1, errorCode);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2439 const char * propName; member in struct:IOPCIMatchingKeys
2458 prop = (OSString *) table->getObject( look->propName );
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonSlowPaths.h72 inline bool opIn(ExecState* exec, JSValue propName, JSValue baseVal) argument
82 if (propName.getUInt32(i))
85 if (isName(propName))
86 return baseObj->hasProperty(exec, jsCast<NameInstance*>(propName.asCell())->privateName());
88 Identifier property(exec, propName.toString(exec)->value(exec));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js353 function buildProperty(propName)
355 return new WebInspector.RemoteObjectProperty(propName, new WebInspector.LocalJSONObject(this._value[propName]));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_query.c401 CFStringRef propName = NULL; local
410 propName = QEQueryElementGetArgumentAtIndex(element, 0);
412 foundValue = CFDictionaryGetValue(searchDict, propName);
414 foundValue = OSKextGetValueForInfoDictionaryKey(theKext, propName);
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpreproc.c1265 const xmlChar *propName,
1279 prop = xsltGetCNsProp(style, inst, propName, XSLT_NAMESPACE);
1283 "The attribute '%s' is missing.\n", propName);
1293 "'%s' is not a valid QName.\n", prop, propName);
1264 xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *propName, int mandatory, int *hasProp, const xmlChar **nsName, const xmlChar** localName) argument
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/sasldb/
H A Dallockey.c61 const char *propName,
67 if(!utils || !auth_identity || !realm || !propName || !key || !key_len)
72 prop_len = strlen(propName);
82 memcpy(*key + auth_id_len + realm_len + 2, propName, prop_len);
93 char *propName, const size_t max_propname)
102 || (propName && !max_propname))
128 if(propName) {
131 strncpy(propName, key + alen + rlen + 2, pnlen);
134 propName[pnlen] = '\0';
58 _sasldb_alloc_key(const sasl_utils_t *utils, const char *auth_identity, const char *realm, const char *propName, char **key, size_t *key_len) argument
90 _sasldb_parse_key(const char *key, const size_t key_len, char *authid, const size_t max_authid, char *realm, const size_t max_realm, char *propName, const size_t max_propname) argument
H A Ddb_berkeley.c173 const char *propName,
185 if (!auth_identity || !realm || !propName || !out || !max_out) {
198 result = _sasldb_alloc_key(utils, auth_identity, realm, propName,
232 auth_identity,realm,propName);
273 const char *propName,
284 if (!authid || !realm || !propName) {
296 result = _sasldb_alloc_key(utils, authid, realm, propName,
169 _sasldb_getdata(const sasl_utils_t *utils, sasl_conn_t *context, const char *auth_identity, const char *realm, const char *propName, char *out, const size_t max_out, size_t *out_len) argument
269 _sasldb_putdata(const sasl_utils_t *utils, sasl_conn_t *context, const char *authid, const char *realm, const char *propName, const char *data_in, size_t data_len) argument
H A Ddb_gdbm.c59 const char *propName,
72 if (!authid || !propName || !realm || !out || !max_out) {
84 result = _sasldb_alloc_key(utils, authid, realm, propName,
115 authid, realm, propName, path);
149 const char *propName,
163 if (!authid || !realm || !propName) {
169 result = _sasldb_alloc_key(utils, authid, realm, propName,
55 _sasldb_getdata(const sasl_utils_t *utils, sasl_conn_t *conn, const char *authid, const char *realm, const char *propName, char *out, const size_t max_out, size_t *out_len) argument
145 _sasldb_putdata(const sasl_utils_t *utils, sasl_conn_t *conn, const char *authid, const char *realm, const char *propName, const char *data, size_t data_len) argument
H A Ddb_ndbm.c63 const char *propName,
76 if (!authid || !propName || !realm || !out || !max_out) {
86 result = _sasldb_alloc_key(utils, authid, realm, propName,
144 const char *propName,
158 if (!authid || !realm || !propName) {
164 result = _sasldb_alloc_key(utils, authid, realm, propName,
59 _sasldb_getdata(const sasl_utils_t *utils, sasl_conn_t *conn, const char *authid, const char *realm, const char *propName, char *out, const size_t max_out, size_t *out_len) argument
140 _sasldb_putdata(const sasl_utils_t *utils, sasl_conn_t *conn, const char *authid, const char *realm, const char *propName, const char *data, size_t data_len) argument
H A Ddb_none.c55 const char *propName __attribute__((unused)),
68 const char *propName __attribute__((unused)),
H A Dsasldb.h64 const char *propName,
72 const char *propName,
124 char *propName, const size_t max_propname);
130 const char *propName,
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTest.c1993 Atom actualType, propName;
2006 propName = Tk_InternAtom(mainWin, argv[2]);
2009 w, propName, 0, 100000, False, AnyPropertyType,
1971 Atom actualType, propName; local
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSend.c1987 Atom actualType, propName;
2003 propName = Tk_InternAtom((Tk_Window) winPtr, argv[3]);
2006 result = XGetWindowProperty(winPtr->dispPtr->display, w, propName,
2022 XDeleteProperty(winPtr->dispPtr->display, w, propName);
2034 XChangeProperty(winPtr->dispPtr->display, w, propName, XA_STRING,
1969 Atom actualType, propName; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTest.c2141 Atom actualType, propName;
2153 propName = Tk_InternAtom(mainWin, argv[2]);
2156 w, propName, 0, 100000, False, AnyPropertyType,
2235 Atom actualType, propName;
2251 propName = Tk_InternAtom((Tk_Window) winPtr, argv[3]);
2255 w, propName, 0, 100000, False, XA_STRING,
2272 XDeleteProperty(winPtr->dispPtr->display, w, propName);
2286 w, propName, XA_STRING, 8, PropModeReplace,
2119 Atom actualType, propName; local
2212 Atom actualType, propName; local
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIONVRAM.h108 virtual bool convertPropToObject(UInt8 *propName, UInt32 propNameLength,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp772 const IORegistryEntry * table, const OSSymbol * propName )
786 if( 0 == (prop = table->getProperty( propName )))
H A DIONVRAM.cpp639 UInt8 *propName, *propData; local
656 propName = _ofImage + cnt;
676 if (convertPropToObject(propName, propNameLength,
894 bool IODTNVRAM::convertPropToObject(UInt8 *propName, UInt32 propNameLength, argument
906 propName[propNameLength] = '\0';
907 tmpSymbol = OSSymbol::withCString((const char *)propName);
908 propName[propNameLength] = '=';
955 const UInt8 *propName; local
963 propName = (const UInt8 *)propSymbol->getCStringNoCopy();
999 buffer += snprintf((char *)buffer, *length, "%s=", propName);
1238 IsApplePropertyName(const char * propName) argument
1316 writeNVRAMPropertyType1(IORegistryEntry *entry, const OSSymbol *propName, OSData *value) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c196 int find_entry(const char *propName, const char *propValue, DTEntry *entryH);
198 int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) argument
205 return(find_entry(propName, propValue, entryH));
208 int find_entry(const char *propName, const char *propValue, DTEntry *entryH) argument
222 if (strcmp (propP->name, propName) == 0) {
234 if (find_entry(propName, propValue, entryH) == kSuccess)
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h132 Find the device tree entry that contains propName=propValue.
138 extern int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);

Completed in 434 milliseconds