Home
last modified time | relevance | path

Searched refs:nextKey (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_tkAssocCreate.c109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys; in ptw32_tkAssocCreate()
110 if (assoc->nextKey != NULL) in ptw32_tkAssocCreate()
112 assoc->nextKey->prevKey = assoc; in ptw32_tkAssocCreate()
Dptw32_tkAssocDestroy.c69 next = assoc->nextKey; in ptw32_tkAssocDestroy()
72 prev->nextKey = next; in ptw32_tkAssocDestroy()
Dpthread_setspecific.c142 assoc = assoc->nextKey; in pthread_setspecific()
Dptw32_callUserDestroyRoutines.c156 sp->nextAssoc = assoc->nextKey; in ptw32_callUserDestroyRoutines()
Dimplement.h504 ThreadKeyAssoc *nextKey; member
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPropertiesTest.java696 String nextKey; in test_saveLjava_io_OutputStreamLjava_lang_String() local
698 nextKey = (String) e.nextElement(); in test_saveLjava_io_OutputStreamLjava_lang_String()
700 .getProperty(nextKey), myProps2.getProperty(nextKey)); in test_saveLjava_io_OutputStreamLjava_lang_String()
729 String nextKey; in test_storeLjava_io_OutputStreamLjava_lang_String() local
750 nextKey = (String) e.nextElement(); in test_storeLjava_io_OutputStreamLjava_lang_String()
752 .getProperty(nextKey).equals(myProps.getProperty(nextKey))); in test_storeLjava_io_OutputStreamLjava_lang_String()
781 String nextKey; in test_storeLjava_io_WriterLjava_lang_String() local
783 nextKey = (String) e.nextElement(); in test_storeLjava_io_WriterLjava_lang_String()
785 .getProperty(nextKey).equals(myProps.getProperty(nextKey))); in test_storeLjava_io_WriterLjava_lang_String()
872 String nextKey; in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String() local
[all …]
/external/clang/lib/Driver/
DWindowsToolChain.cpp115 const char *nextKey = placeHolder; in getSystemRegistryString() local
120 while (*nextKey && (*nextKey != '\\')) in getSystemRegistryString()
121 nextKey++; in getSystemRegistryString()
159 strncat(bestName, nextKey, sizeof(bestName) - 1); in getSystemRegistryString()
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadSpecificWin.cpp127 PlatformThreadSpecificKey* nextKey = key->next(); in ThreadSpecificThreadExit() local
129 key = nextKey; in ThreadSpecificThreadExit()
/external/chromium/chrome/browser/importer/
Dnss_decryptor_system_nss.cc225 PK11SymKey *nextKey = NULL; in PK11SDR_DecryptWithSlot() local
249 for (testKey = keyList; testKey; testKey = nextKey) { in PK11SDR_DecryptWithSlot()
250 nextKey = PK11_GetNextSymKey(testKey); in PK11SDR_DecryptWithSlot()
/external/chromium_org/chrome/utility/importer/
Dnss_decryptor_system_nss.cc228 PK11SymKey *nextKey = NULL; in PK11SDR_DecryptWithSlot() local
252 for (testKey = keyList; testKey; testKey = nextKey) { in PK11SDR_DecryptWithSlot()
253 nextKey = PK11_GetNextSymKey(testKey); in PK11SDR_DecryptWithSlot()
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y420 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
424 key = nextKey; in ParseConfig()
431 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
435 key = nextKey; in ParseConfig()
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractReferenceMap.java744 K nextKey; field in AbstractReferenceMap.ReferenceIteratorBase
776 nextKey = e.getKey(); in hasNext()
792 return (nextKey == null) || (nextValue == null); in nextNull()
802 currentKey = nextKey; in nextEntry()
804 nextKey = null; in nextEntry()