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

  /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 634 String nextKey;
636 nextKey = (String) e.nextElement();
638 .getProperty(nextKey), myProps2.getProperty(nextKey));
667 String nextKey;
688 nextKey = (String) e.nextElement();
690 .getProperty(nextKey).equals(myProps.getProperty(nextKey)));
719 String nextKey;
721 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;
  /external/clang/lib/Driver/
MSVCToolChain.cpp 135 const char *nextKey = placeHolder;
140 while (*nextKey && (*nextKey != '\\'))
141 nextKey++;
174 bestName.append(nextKey);
  /libcore/ojluni/src/main/java/java/util/
WeakHashMap.java 753 private Object nextKey = null;
768 while (nextKey == null) {
779 nextKey = e.get(); // hold on to key in strong ref
780 if (nextKey == null)
790 if (nextKey == null && !hasNext())
795 currentKey = nextKey;
796 nextKey = null;
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 503 nextKey();
537 nextKey();
540 private void 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 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.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/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 473 milliseconds