Searched refs:nextKey (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_tkAssocCreate.c109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys;
110 if (assoc->nextKey != NULL)
112 assoc->nextKey->prevKey = assoc;
H A Dptw32_tkAssocDestroy.c69 next = assoc->nextKey;
72 prev->nextKey = next;
H A Dpthread_setspecific.c142 assoc = assoc->nextKey;
H A Dptw32_callUserDestroyRoutines.c156 sp->nextAssoc = assoc->nextKey;
H A Dimplement.h470 * nextKey
472 * chain of associations that runs through the nextKey
504 ThreadKeyAssoc *nextKey; member in struct:ThreadKeyAssoc
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp127 PlatformThreadSpecificKey* nextKey = key->next(); local
129 key = nextKey;
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp115 const char *nextKey = placeHolder; local
120 while (*nextKey && (*nextKey != '\\'))
121 nextKey++;
159 strncat(bestName, nextKey, sizeof(bestName) - 1);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPropertiesTest.java696 String nextKey;
698 nextKey = (String) e.nextElement();
700 .getProperty(nextKey), myProps2.getProperty(nextKey));
729 String nextKey;
750 nextKey = (String) e.nextElement();
752 .getProperty(nextKey).equals(myProps.getProperty(nextKey)));
781 String nextKey;
783 nextKey
[all...]
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_system_nss.cc225 PK11SymKey *nextKey = NULL; local
249 for (testKey = keyList; testKey; testKey = nextKey) {
250 nextKey = PK11_GetNextSymKey(testKey);
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_system_nss.cc228 PK11SymKey *nextKey = NULL; local
252 for (testKey = keyList; testKey; testKey = nextKey) {
253 nextKey = PK11_GetNextSymKey(testKey);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y420 DomainAuthInfo * nextKey = key->next;
424 key = nextKey;
431 DomainAuthInfo * nextKey = key->next;
435 key = nextKey;
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java744 K nextKey; field in class:AbstractReferenceMap.ReferenceIteratorBase
776 nextKey = e.getKey();
792 return (nextKey == null) || (nextValue == null);
802 currentKey = nextKey;
804 nextKey = null;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 246 milliseconds