Searched refs:getKey (Results 26 - 50 of 91) sorted by relevance

1234

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DTXTRecord.java169 for ( int i=0; null != ( s = this.getKey( i)); i++)
176 public String getKey( int index) method in class:TXTRecord
247 for ( i=0; null != ( s = this.getKey( i)); i++)
274 for ( int i=0; null != ( a = this.getKey( i)); i++)
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.cc135 NCursesPanel::getKey(void) function in class:NCursesPanel
H A Dcursesp.h98 virtual int getKey(void);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DKeyValueCoding.py11 getKey(obj, key) -> value
15 path is followed by repeated calls to 'getKey'. This can be used to easily
31 __all__ = ("getKey", "setKey", "getKeyPath", "setKeyPath")
179 def getKey(obj, key): function
186 - Accessor 'getKey'
211 return getKey(obj, key)
346 cur = getKey(cur, e)
363 cur = getKey(cur, e)
373 return getKey(self.__pyobjc_object__, attr)
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java437 assertEquals(j, vGetter.getKey(v));
443 assertEquals(j, vGetter.getKey(v));
661 assertEquals(i, getter.getKey(o));
667 assertEquals(i, getter.getKey(o));
679 assertEquals(i, getter.getKey(o));
691 assertEquals(i, getter.getKey(o));
697 assertEquals(i, getter.getKey(o));
716 assertEquals(i, getter.getKey(o));
728 assertEquals(i, getter.getKey(o));
740 assertEquals(i, getter.getKey(
772 int getKey(T o); method in interface:IndexTest.Getter
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkMedium.h366 /*! @function getKey
371 virtual const OSSymbol * getKey() const;
414 // Translate getKey() to getName().
416 inline const OSSymbol * IONetworkMedium::getKey() const function in class:IONetworkMedium
H A DIONetworkData.h385 /*! @function getKey
393 virtual const OSSymbol * getKey() const;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBIndex.h81 PassRefPtr<IDBRequest> getKey(ScriptExecutionContext*, PassRefPtr<IDBKeyRange>, ExceptionCode&);
82 PassRefPtr<IDBRequest> getKey(ScriptExecutionContext*, const Deprecated::ScriptValue& key, ExceptionCode&);
H A DIDBIndex.cpp172 PassRefPtr<IDBRequest> IDBIndex::getKey(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, ExceptionCode& ec) function in class:WebCore::IDBIndex
174 LOG(StorageAPI, "IDBIndex::getKey");
179 return getKey(context, keyRange.release(), ec);
182 PassRefPtr<IDBRequest> IDBIndex::getKey(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) function in class:WebCore::IDBIndex
184 LOG(StorageAPI, "IDBIndex::getKey");
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java37 keys[i] = entry.getKey();
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dresbund.h306 getKey(void) const;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dserv.h221 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) method
616 UObject* getKey(ICUServiceKey& key, UErrorCode& status) const;
640 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const;
643 * <p>This version of getKey is only called by ICUServiceFactories within the scope
644 * of a previous getKey call, to determine what previously-registered factories would
645 * have returned. For details, see getKey(ICUServiceKey&, UErrorCode&). Subclasses
654 UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const;
900 * handled the key passed to getKey.</p>
H A Dservls.cpp77 result = getKey(*key, status);
80 result = getKey(*key, &temp, status);
H A Dserv.cpp378 result = getKey(*key, actualReturn, status);
385 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const function in class:ICUService
387 return getKey(key, NULL, status);
394 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const function in class:ICUService
396 return getKey(key, actualReturn, NULL, status);
427 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const function in class:ICUService
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp351 const char *symbolName = entry.getKey().data();
367 info.name = entry.getKey().data();
393 const char *symbolName = entry.getKey().data();
413 const char *symbolName = entry.getKey().data();
530 StringRef Name = entry.getKey();
553 NameAndAttributes &info = _undefines[entry.getKey().data()];
565 info.name = entry.getKey().data();
591 _asm_undefines.push_back(entry.getKey().data());
600 info.name = entry.getKey().data();
631 info.name = entry.getKey()
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeKeyGen.cpp410 rsaKeyInfo = getKey<A_RSA_KEY>(bKey, infoType);
429 dsaPubKeyInfo = getKey<A_DSA_PUBLIC_KEY>(bKey,
442 dsaPrivKeyInfo = getKey<A_DSA_PRIVATE_KEY>(bKey,
H A DbsafeContext.cpp169 keyInfo = getKey<A_RSA_KEY>(bsKey, KI_RSAPublic);
172 keyInfo = getKey<A_RSA_KEY>(bsKey, KI_RSAPrivate);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp106 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
221 MCSectionELF *Result = new (*this) MCSectionELF(Entry.getKey(), Type, Flags,
246 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(),
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBlackList.cpp76 Entries[I->getKey()] = new Regex(I->getValue());
/macosx-10.10/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp133 yaml::ScalarNode *Key = dyn_cast<yaml::ScalarNode>(i->getKey());
135 YS.printError(i->getKey(), "Keys must be scalar values");
322 yaml::ScalarNode *Key = dyn_cast<yaml::ScalarNode>(si->getKey());
324 YS.printError(si->getKey(), "Keys must be scalar values");
526 yaml::ScalarNode *Key = dyn_cast<yaml::ScalarNode>(si->getKey());
528 YS.printError(si->getKey(), "Keys must be scalar values");
677 yaml::ScalarNode *Key = dyn_cast<yaml::ScalarNode>(i->getKey());
679 YS.printError(i->getKey(), "Keys must be scalar values");
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java152 System.out.println(entry.getKey().toString() + ' ' +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSample.java250 System.out.println(entry.getKey().toString());
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMap.java353 put(entry.getKey(), entry.getValue());
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dkckey.cpp97 void KeychainKey::getKey() function in class:KeychainKey
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.mm233 cache_key_t getKey(Class cls __unused, SEL sel)
525 cache_key_t key = getKey(cls, sel);
563 cache_key_t key = getKey(cls, sel);

Completed in 211 milliseconds

1234