Searched refs:nextKey (Results 1 - 18 of 18) 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/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java167 int nextKey = nextEntry.getKey();
168 if (nextKey < exclusiveEndOffset) {
177 formatAnnotation(nextKey, nextRangeAnnotation.annotation));
183 formatAnnotation(nextKey, nextKey,
190 nextKey);
193 if (nextKey == exclusiveEndOffset) {
/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.cpp124 const char *nextKey = placeHolder;
129 while (*nextKey && (*nextKey != '\\'))
130 nextKey++;
164 strncat(bestName, nextKey, sizeof(bestName) - 1);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFormController.java154 LookupKey nextKey = buildDataLookupKey(key, subregion.getKey());
155 requestDataRecursively(nextKey, subkeys, listener);
164 LookupKey nextKey = buildDataLookupKey(key, firstSubkey);
166 requestDataRecursively(nextKey, emptyList, listener);
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 6657 milliseconds