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

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCItemComparer.h40 static CItemComparer * cItemComparer(const void* testItem = nil, const void* keyValue = nil);
42 Boolean init(const void* testItem, const void* keyValue = nil);
45 void SetKeyValue(const void* keyValue);
49 void FXUSetKeyValue(const void* keyValue);
69 inline void CItemComparer::SetKeyValue(const void* keyValue) argument
70 { fKey = keyValue; }
H A DCItemComparer.cpp20 CItemComparer::cItemComparer(const void* testItem, const void* keyValue) argument
23 if (obj && !obj->init(testItem, keyValue)) {
35 CItemComparer::init(const void* testItem, const void* keyValue) argument
39 fKey = keyValue;
72 void CItemComparer::FXUSetKeyValue(const void* keyValue) argument
74 SetKeyValue(keyValue);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DWebKitTestBus.cpp51 char** keyValue = g_strsplit(lines[i].utf8().data(), "=", 2); local
52 g_assert_cmpuint(g_strv_length(keyValue), ==, 2);
53 if (!g_strcmp0(keyValue[0], "DBUS_SESSION_BUS_ADDRESS")) {
54 m_address = keyValue[1];
55 g_setenv("DBUS_SESSION_BUS_ADDRESS", keyValue[1], TRUE);
56 } else if (!g_strcmp0(keyValue[0], "DBUS_SESSION_BUS_PID"))
57 m_pid = g_ascii_strtoll(keyValue[1], 0, 10);
58 g_strfreev(keyValue);
/macosx-10.9.5/securityd-55199.3/src/
H A Dlocalkey.h67 CssmClient::Key key() { return keyValue(); }
68 const CssmKey &cssmKey() { return keyValue(); }
69 operator CssmClient::Key () { return keyValue(); }
70 operator const CssmKey &() { return keyValue(); }
71 operator const CSSM_KEY & () { return keyValue(); }
99 CssmClient::Key keyValue();
H A Dlocalkey.cpp102 CssmClient::Key LocalKey::keyValue() function in class:LocalKey
154 ctx.key(keyValue());
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dtokenfactory.c153 char keyValue[200]; local
211 MSC_ATRMSC_KEY_NAME, keyValue, atrIndex);
218 DebugLogB("ATR comparison: Source: %s\n", keyValue);
221 if (strcmp(keyValue, atrString) != 0)
237 MSC_PRODMSC_KEY_NAME, keyValue, atrIndex);
241 MSC_PRODMSC_KEY_NAME, keyValue, 0);
253 DebugLogB("Product name: %s\n", keyValue);
255 strcpy(tokenInfo->tokenName, keyValue);
261 MSC_LIBRMSC_KEY_NAME, keyValue, atrIndex);
265 MSC_LIBRMSC_KEY_NAME, keyValue,
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DWebEventFactory.cpp185 unsigned int keyValue = event->key.keyval; local
187 compositionResults.simpleString : PlatformKeyboardEvent::singleCharacterString(keyValue);
195 PlatformKeyboardEvent::keyIdentifierForGdkKeyCode(keyValue),
197 static_cast<int>(keyValue),
200 isGdkKeyCodeFromKeyPad(keyValue),
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCookieParser.js165 * @param {!WebInspector.CookieParser.KeyValue} keyValue
168 _addCookie: function(keyValue, type)
171 this._lastCookie.setSize(keyValue.position - this._lastCookiePosition);
174 this._lastCookie = typeof keyValue.value === "string" ? new WebInspector.Cookie(keyValue.key, keyValue.value, type) :
175 new WebInspector.Cookie("", keyValue.key, type);
176 this._lastCookiePosition = keyValue.position;
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_usb.c152 char keyValue[TOKEN_MAX_VALUE_SIZE]; local
283 if (!LTPBundleFindValueWithKey(infofile, "ifdManufacturerString", keyValue, 0))
285 DEBUG_INFO2("Manufacturer: %s", keyValue);
293 if (!LTPBundleFindValueWithKey(infofile, "ifdProductString", keyValue, 0))
295 DEBUG_INFO2("ProductString: %s", keyValue);
299 if (!LTPBundleFindValueWithKey(infofile, "Copyright", keyValue, 0))
301 DEBUG_INFO2("Copyright: %s", keyValue);
305 vendorID = strlen(keyValue);
308 alias ^= keyValue[vendorID];
311 while (LTPBundleFindValueWithKey(infofile, PCSCLITE_MANUKEY_NAME, keyValue, alia
[all...]
H A Difdhandler.c1528 char keyValue[TOKEN_MAX_VALUE_SIZE]; local
1539 if (0 == LTPBundleFindValueWithKey(infofile, "ifdLogLevel", keyValue, 0))
1542 LogLevel = strtoul(keyValue, NULL, 0);
1559 if (0 == LTPBundleFindValueWithKey(infofile, "ifdDriverOptions", keyValue, 0))
1562 DriverOptions = strtoul(keyValue, NULL, 0);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A Dpreprocess-idls.pl241 my @keyValue = split('=', $part);
242 my $key = trim($keyValue[0]);
245 $value = trim($keyValue[1]) if @keyValue > 1;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBKeyRange.cpp75 PassRefPtr<IDBKeyRange> IDBKeyRange::only(ScriptExecutionContext* context, const ScriptValue& keyValue, ExceptionCode& ec) argument
78 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
H A DIDBCursor.cpp180 void IDBCursor::continueFunction(ScriptExecutionContext* context, const ScriptValue& keyValue, ExceptionCode& ec) argument
183 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
H A DIDBObjectStore.cpp146 PassRefPtr<IDBRequest> IDBObjectStore::put(IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBAny> source, ScriptState* state, ScriptValue& value, const ScriptValue& keyValue, ExceptionCode& ec) argument
150 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java1856 Object keyValue,
1860 checkSecKey(entity, entity.getClass(), keyName, keyValue, keyCls);
1866 Object keyValue,
1894 assertEquals(keyValue != null, isKeyPresent);
1901 assertEquals(keyValue, keyValue2);
1954 Object keyValue,
1983 if (keyValue != null) {
1984 keyBinding.objectToEntry(keyValue, secKeyEntry);
1990 assertEquals(keyValue != null, isKeyPresent);
2003 Object keyValue,
1854 checkSecKey(MyEntity entity, String keyName, Object keyValue, Class keyCls) argument
1863 checkSecKey(MyEntity entity, Class entityCls, String keyName, Object keyValue, Class keyCls) argument
1952 nullifySecKey(MyEntity entity, String keyName, Object keyValue, Class keyCls) argument
2001 nullifySecMultiKey(MyEntity entity, String keyName, Object keyValue, Class keyCls) argument
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/UDDI/
H A DLite.pm30 ELEMENTS => {address=>{addressLine=>1},authToken=>{authInfo=>1},bindingDetail=>{bindingTemplate=>1},bindingTemplate=>{accessPoint=>1,description=>1,hostingRedirector=>1,tModelInstanceDetails=>1},bindingTemplates=>{bindingTemplate=>1},businessDetail=>{businessEntity=>1},businessDetailExt=>{businessEntityExt=>1},businessEntity=>{businessServices=>1,categoryBag=>1,contacts=>1,description=>1,discoveryURLs=>1,identifierBag=>1,name=>1},businessEntityExt=>{businessEntity=>1},businessInfo=>{description=>1,name=>1,serviceInfos=>1},businessInfos=>{businessInfo=>1},businessList=>{businessInfos=>1},businessService=>{bindingTemplates=>1,categoryBag=>1,description=>1,name=>1},businessServices=>{businessService=>1},categoryBag=>{keyedReference=>1},contact=>{address=>1,description=>1,email=>1,personName=>1,phone=>1},contacts=>{contact=>1},delete_binding=>{authInfo=>1,bindingKey=>1},delete_business=>{authInfo=>1,businessKey=>1},delete_service=>{authInfo=>1,serviceKey=>1},delete_tModel=>{authInfo=>1,tModelKey=>1},discard_authToken=>{authInfo=>1},discoveryURLs=>{discoveryUrl=>1},dispositionReport=>{result=>1},findQualifiers=>{findQualifier=>1},find_binding=>{findQualifiers=>1,tModelBag=>1},find_business=>{categoryBag=>1,discoveryURLs=>1,findQualifiers=>1,identifierBag=>1,name=>1,tModelBag=>1},find_service=>{categoryBag=>1,findQualifiers=>1,name=>1,tModelBag=>1},find_tModel=>{categoryBag=>1,findQualifiers=>1,identifierBag=>1,name=>1},get_bindingDetail=>{bindingKey=>1},get_businessDetail=>{businessKey=>1},get_businessDetailExt=>{businessKey=>1},get_registeredInfo=>{authInfo=>1},get_serviceDetail=>{serviceKey=>1},get_tModelDetail=>{tModelKey=>1},identifierBag=>{keyedReference=>1},instanceDetails=>{description=>1,instanceParms=>1,overviewDoc=>1},overviewDoc=>{description=>1,overviewURL=>1},registeredInfo=>{businessInfos=>1,tModelInfos=>1},result=>{errInfo=>1},save_binding=>{authInfo=>1,bindingTemplate=>1},save_business=>{authInfo=>1,businessEntity=>1,uploadRegister=>1},save_service=>{authInfo=>1,businessService=>1},save_tModel=>{authInfo=>1,tModel=>1,uploadRegister=>1},serviceDetail=>{businessService=>1},serviceInfo=>{name=>1},serviceInfos=>{serviceInfo=>1},serviceList=>{serviceInfos=>1},tModel=>{categoryBag=>1,description=>1,identifierBag=>1,name=>1,overviewDoc=>1},tModelBag=>{tModelKey=>1},tModelDetail=>{tModel=>1},tModelInfo=>{name=>1},tModelInfos=>{tModelInfo=>1},tModelInstanceDetails=>{tModelInstanceInfo=>1},tModelInstanceInfo=>{description=>1,instanceDetails=>1},tModelList=>{tModelInfos=>1},validate_categorization=>{businessEntity=>1,businessService=>1,keyValue=>1,tModel=>1,tModelKey=>1}},
31 ATTRIBUTES => {accessPoint=>{URLType=>2},address=>{sortCode=>2,useType=>2},authToken=>{generic=>2,operator=>2},bindingDetail=>{generic=>2,operator=>2,truncated=>2},bindingTemplate=>{bindingKey=>2,serviceKey=>2},businessDetail=>{generic=>2,operator=>2,truncated=>2},businessDetailExt=>{generic=>2,operator=>2,truncated=>2},businessEntity=>{authorizedName=>2,businessKey=>2,operator=>2},businessInfo=>{businessKey=>2},businessList=>{generic=>2,operator=>2,truncated=>2},businessService=>{businessKey=>2,serviceKey=>2},contact=>{useType=>2},delete_binding=>{generic=>2},delete_business=>{generic=>2},delete_service=>{generic=>2},delete_tModel=>{generic=>2},description=>{lang=>2},discard_authToken=>{generic=>2},discoveryUrl=>{useType=>2},dispositionReport=>{generic=>2,operator=>2,truncated=>2},email=>{useType=>2},errInfo=>{errCode=>2},find_binding=>{generic=>2,maxRows=>2,serviceKey=>2},find_business=>{generic=>2,maxRows=>2},find_service=>{businessKey=>2,generic=>2,maxRows=>2},find_tModel=>{generic=>2,maxRows=>2},get_authToken=>{cred=>2,generic=>2,userID=>2},get_bindingDetail=>{generic=>2},get_businessDetail=>{generic=>2},get_businessDetailExt=>{generic=>2},get_registeredInfo=>{generic=>2},get_serviceDetail=>{generic=>2},get_tModelDetail=>{generic=>2},hostingRedirector=>{bindingKey=>2},keyedReference=>{keyName=>2,keyValue=>2,tModelKey=>2},phone=>{useType=>2},registeredInfo=>{generic=>2,operator=>2,truncated=>2},result=>{errno=>2,keyType=>2},save_binding=>{generic=>2},save_business=>{generic=>2},save_service=>{generic=>2},save_tModel=>{generic=>2},serviceDetail=>{generic=>2,operator=>2,truncated=>2},serviceInfo=>{businessKey=>2,serviceKey=>2},serviceList=>{generic=>2,operator=>2,truncated=>2},tModel=>{authorizedName=>2,operator=>2,tModelKey=>2},tModelDetail=>{generic=>2,operator=>2,truncated=>2},tModelInfo=>{tModelKey=>2},tModelInstanceInfo=>{tModelKey=>2},tModelList=>{generic=>2,operator=>2,truncated=>2},validate_categorization=>{generic=>2}},
32 WITHNAMES => [qw/accessPoint address addressLine authInfo authToken bindingDetail bindingKey bindingTemplate bindingTemplates businessDetail businessDetailExt businessEntity businessEntityExt businessInfo businessInfos businessKey businessList businessService businessServices categoryBag contact contacts description discoveryURLs discoveryUrl dispositionReport email errInfo findQualifier findQualifiers hostingRedirector identifierBag instanceDetails instanceParms keyValue keyedReference name overviewDoc overviewURL personName phone registeredInfo result serviceDetail serviceInfo serviceInfos serviceKey serviceList tModel tModelBag tModelDetail tModelInfo tModelInfos tModelInstanceDetails tModelInstanceInfo tModelKey tModelList uploadRegister/],
38 ATTRIBUTES => {accessPoint=>{URLType=>2},add_publisherAssertions=>{generic=>2},address=>{sortCode=>2,tModelKey=>2,useType=>2},addressLine=>{keyName=>2,keyValue=>2},assertionStatusItem=>{completionStatus=>2},assertionStatusReport=>{generic=>2,operator=>2},authToken=>{generic=>2,operator=>2},bindingDetail=>{generic=>2,operator=>2,truncated=>2},bindingTemplate=>{bindingKey=>2,serviceKey=>2},businessDetail=>{generic=>2,operator=>2,truncated=>2},businessDetailExt=>{generic=>2,operator=>2,truncated=>2},businessEntity=>{authorizedName=>2,businessKey=>2,operator=>2},businessInfo=>{businessKey=>2},businessList=>{generic=>2,operator=>2,truncated=>2},businessService=>{businessKey=>2,serviceKey=>2},contact=>{useType=>2},delete_binding=>{generic=>2},delete_business=>{generic=>2},delete_publisherAssertions=>{generic=>2},delete_service=>{generic=>2},delete_tModel=>{generic=>2},description=>{lang=>2},discard_authToken=>{generic=>2},discoveryURL=>{useType=>2},dispositionReport=>{generic=>2,operator=>2,truncated=>2},email=>{useType=>2},errInfo=>{errCode=>2},find_binding=>{generic=>2,maxRows=>2,serviceKey=>2},find_business=>{generic=>2,maxRows=>2},find_relatedBusinesses=>{generic=>2,maxRows=>2},find_service=>{businessKey=>2,generic=>2,maxRows=>2},find_tModel=>{generic=>2,maxRows=>2},get_assertionStatusReport=>{generic=>2},get_authToken=>{cred=>2,generic=>2,userID=>2},get_bindingDetail=>{generic=>2},get_businessDetail=>{generic=>2},get_businessDetailExt=>{generic=>2},get_publisherAssertions=>{generic=>2},get_registeredInfo=>{generic=>2},get_serviceDetail=>{generic=>2},get_tModelDetail=>{generic=>2},hostingRedirector=>{bindingKey=>2},keyedReference=>{keyName=>2,keyValue=>2,tModelKey=>2},name=>{lang=>2},phone=>{useType=>2},publisherAssertions=>{authorizedName=>2,generic=>2,operator=>2},registeredInfo=>{generic=>2,operator=>2,truncated=>2},relatedBusinessesList=>{generic=>2,operator=>2,truncated=>2},result=>{errno=>2,keyType=>2},save_binding=>{generic=>2},save_business=>{generic=>2},save_service=>{generic=>2},save_tModel=>{generic=>2},serviceDetail=>{generic=>2,operator=>2,truncated=>2},serviceInfo=>{businessKey=>2,serviceKey=>2},serviceList=>{generic=>2,operator=>2,truncated=>2},set_publisherAssertions=>{generic=>2},sharedRelationships=>{direction=>2},tModel=>{authorizedName=>2,operator=>2,tModelKey=>2},tModelDetail=>{generic=>2,operator=>2,truncated=>2},tModelInfo=>{tModelKey=>2},tModelInstanceInfo=>{tModelKey=>2},tModelList=>{generic=>2,operator=>2,truncated=>2},validate_values=>{generic=>2}},
45 ATTRIBUTES => {accessPoint=>{useType=>2},address=>{sortCode=>2,tModelKey=>2,useType=>2,lang=>2},addressLine=>{keyName=>2,keyValue=>2},assertionStatusItem=>{completionStatus=>2},bindingDetail=>{truncated=>2},bindingTemplate=>{bindingKey=>2,serviceKey=>2},businessDetail=>{truncated=>2},businessEntity=>{businessKey=>2},businessInfo=>{businessKey=>2},businessList=>{truncated=>2},businessService=>{businessKey=>2,serviceKey=>2},contact=>{useType=>2},description=>{lang=>2},discoveryURL=>{useType=>2},dispositionReport=>{truncated=>2},email=>{useType=>2},errInfo=>{errCode=>2},find_binding=>{listHead=>2,maxRows=>2,serviceKey=>2},find_business=>{listHead=>2,maxRows=>2},find_relatedBusinesses=>{listHead=>2,maxRows=>2},find_service=>{businessKey=>2,listHead=>2,maxRows=>2},find_tModel=>{listHead=>2,maxRows=>2},get_authToken=>{cred=>2,userID=>2},get_registeredInfo=>{infoSelection=>2},hostingRedirector=>{bindingKey=>2},keyedReference=>{keyName=>2,keyValue=>2,tModelKey=>2},keyedReferenceGroup=>{tModelKey=>2},name=>{lang=>2},operationalInfo=>{entityKey=>2},operationalInfos=>{truncated=>2},overviewURL=>{useType=>2},personName=>{lang=>2},phone=>{useType=>2},registeredInfo=>{truncated=>2},relatedBusinessesList=>{truncated=>2},result=>{errno=>2,keyType=>2},serviceDetail=>{truncated=>2},serviceInfo=>{businessKey=>2,serviceKey=>2},serviceList=>{truncated=>2},sharedRelationships=>{direction=>2},tModel=>{deleted=>2,tModelKey=>2},tModelDetail=>{truncated=>2},tModelInfo=>{tModelKey=>2},tModelInstanceInfo=>{tModelKey=>2},tModelList=>{truncated=>2}},
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/UDDI/
H A DLite.pm141 keyValue => 1,
190 { keyName => 2, keyValue => 2, tModelKey => 2 },
214 qw/accessPoint address addressLine authInfo authToken bindingDetail bindingKey bindingTemplate bindingTemplates businessDetail businessDetailExt businessEntity businessEntityExt businessInfo businessInfos businessKey businessList businessService businessServices categoryBag contact contacts description discoveryURLs discoveryUrl dispositionReport email errInfo findQualifier findQualifiers hostingRedirector identifierBag instanceDetails instanceParms keyValue keyedReference name overviewDoc overviewURL personName phone registeredInfo result serviceDetail serviceInfo serviceInfos serviceKey serviceList tModel tModelBag tModelDetail tModelInfo tModelInfos tModelInstanceDetails tModelInstanceInfo tModelKey tModelList uploadRegister/
371 addressLine => { keyName => 2, keyValue => 2 },
419 { keyName => 2, keyValue => 2, tModelKey => 2 },
650 addressLine => { keyName => 2, keyValue => 2 },
676 { keyName => 2, keyValue => 2, tModelKey => 2 },
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/UDDI/
H A DLite.pm145 keyValue => 1,
194 { keyName => 2, keyValue => 2, tModelKey => 2 },
218 qw/accessPoint address addressLine authInfo authToken bindingDetail bindingKey bindingTemplate bindingTemplates businessDetail businessDetailExt businessEntity businessEntityExt businessInfo businessInfos businessKey businessList businessService businessServices categoryBag contact contacts description discoveryURLs discoveryUrl dispositionReport email errInfo findQualifier findQualifiers hostingRedirector identifierBag instanceDetails instanceParms keyValue keyedReference name overviewDoc overviewURL personName phone registeredInfo result serviceDetail serviceInfo serviceInfos serviceKey serviceList tModel tModelBag tModelDetail tModelInfo tModelInfos tModelInstanceDetails tModelInstanceInfo tModelKey tModelList uploadRegister/
375 addressLine => { keyName => 2, keyValue => 2 },
423 { keyName => 2, keyValue => 2, tModelKey => 2 },
654 addressLine => { keyName => 2, keyValue => 2 },
680 { keyName => 2, keyValue => 2, tModelKey => 2 },
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvrml.vim31 syn keyword VRMLFields justify key keyValue language leftToRight
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m1481 +keyValue:(int)idx forObject: value key: id;
1559 +keyValue:(int)idx forObject: object key: key
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m1481 +keyValue:(int)idx forObject: value key: id;
1559 +keyValue:(int)idx forObject: object key: key
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-runtime-new.mm4159 uintptr_t keyValue = (uintptr_t)key;
4167 if (keyValue == probeValue) {
4171 while (probe > first && keyValue == (uintptr_t)probe[-1].name) {
4177 if (keyValue > probeValue) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItem.cpp264 UInt32 keyValue; member in struct:KeyAlgorithmInfo
293 keyAlgValue = gKeyTypes[ix].keyValue;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItem.cpp264 UInt32 keyValue; member in struct:KeyAlgorithmInfo
293 keyAlgValue = gKeyTypes[ix].keyValue;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItem.cpp264 UInt32 keyValue; member in struct:KeyAlgorithmInfo
293 keyAlgValue = gKeyTypes[ix].keyValue;

Completed in 310 milliseconds