HomeSort by relevance Sort by last modified time
    Searched refs:nextKey (Results 1 - 25 of 29) sorted by null

1 2

  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentMap.java 295 private K nextKey;
305 nextKey = nextEntry.getKey().get();
306 if (nextKey != null) {
311 nextKey = null;
316 return nextKey != null;
321 if (nextKey == null) {
325 return new SimpleEntry(nextKey, nextEntry);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 167 int nextKey = nextEntry.getKey();
168 if (nextKey < exclusiveEndOffset) {
177 formatAnnotation(nextKey, nextRangeAnnotation.annotation));
183 formatAnnotation(nextKey, nextKey,
190 nextKey);
193 if (nextKey == exclusiveEndOffset) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 39 final ExpectedActionKey sendKey, final ExpectedActionKey nextKey,
47 doTestActionKey(tag + " next", subtype, EditorInfo.IME_ACTION_NEXT, nextKey);
70 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey(
82 nextKey, doneKey, previousKey);
128 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey(
140 nextKey, doneKey, previousKey);
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 142 int count = 0, nextKey;
143 for (nextKey = 0; nextKey < mData.length; count++) {
144 nextKey += (0xFF & (mData[nextKey] + 1));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 637 String nextKey;
639 nextKey = (String) e.nextElement();
641 .getProperty(nextKey), myProps2.getProperty(nextKey));
670 String nextKey;
691 nextKey = (String) e.nextElement();
693 .getProperty(nextKey).equals(myProps.getProperty(nextKey)));
722 String nextKey;
724 nextKey = (String) e.nextElement()
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 420 DomainAuthInfo * nextKey = key->next;
424 key = nextKey;
431 DomainAuthInfo * nextKey = key->next;
435 key = nextKey;
  /libcore/ojluni/src/main/java/java/util/
WeakHashMap.java 770 private Object nextKey;
785 while (nextKey == null) {
796 nextKey = e.get(); // hold on to key in strong ref
797 if (nextKey == null)
807 if (nextKey == null && !hasNext())
812 currentKey = nextKey;
813 nextKey = null;
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 503 nextKey();
537 nextKey();
540 private void nextKey() {
  /external/clang/lib/Driver/
MSVCToolChain.cpp 149 const char *nextKey = placeHolder;
154 while (*nextKey && (*nextKey != '\\'))
155 nextKey++;
189 bestName.append(nextKey);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
hibernate-search.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 901 milliseconds

1 2