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

1 2

  /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);
  /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) {
  /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));
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 503 nextKey();
537 nextKey();
540 private void 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...]
  /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/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/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 

Completed in 739 milliseconds

1 2