Searched refs:currentKey (Results 1 – 10 of 10) sorted by relevance
/external/cronet/third_party/icu/source/samples/legacy/ |
D | legacy.cpp | 57 uint8_t *currentKey = NULL; in printKeys() local 60 currentKey = keys[i]; in printKeys() 61 while(*currentKey != 0) { in printKeys() 62 if(*currentKey == 1) { in printKeys() 65 fprintf(stdout, "%02X", *currentKey); in printKeys() 67 currentKey++; in printKeys()
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.cpp | 57 uint8_t *currentKey = NULL; in printKeys() local 60 currentKey = keys[i]; in printKeys() 61 while(*currentKey != 0) { in printKeys() 62 if(*currentKey == 1) { in printKeys() 65 fprintf(stdout, "%02X", *currentKey); in printKeys() 67 currentKey++; in printKeys()
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/ |
D | TraceCmpHooks.java | 287 final Object currentKey = arguments[0]; in mapGet() 288 if (currentKey == null) in mapGet() 299 lowerBoundKey = treeMap.floorKey(currentKey); in mapGet() 300 upperBoundKey = treeMap.ceilingKey(currentKey); in mapGet() 305 } else if (currentKey instanceof Comparable) { in mapGet() 306 final Comparable comparableCurrentKey = (Comparable) currentKey; in mapGet() 340 currentKey, lowerBoundKey, hookId + lowerBoundKey.hashCode()); in mapGet() 344 currentKey, upperBoundKey, hookId + upperBoundKey.hashCode()); in mapGet()
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
D | CompositeResourceLoader.java | 98 Object currentKey = loader.getResourceVersionId(filename); in getResourceVersionId() local 99 if (currentKey != null) { in getResourceVersionId() 100 return currentKey; in getResourceVersionId()
|
/external/gptfdisk/ |
D | gptcurses.cc | 61 currentKey = 'b'; // currently selected option in GPTDataCurses() 598 if (whichOptions.find(currentKey) == string::npos) in MoveSelection() 599 currentKey = 'n'; in MoveSelection() 600 newKeyNum = whichOptions.find(currentKey); in MoveSelection() 605 currentKey = whichOptions[newKeyNum]; in MoveSelection() 606 DisplayOptions(currentKey); in MoveSelection() 650 currentKey = selectedKey; in DisplayOptions() 681 exitNow = Dispatch(currentKey); in AcceptInput()
|
D | gptcurses.h | 83 char currentKey; variable
|
/external/python/cpython2/Lib/ |
D | plistlib.py | 397 self.currentKey = None 424 if self.currentKey is not None: 425 self.stack[-1][self.currentKey] = value 426 self.currentKey = None 452 self.currentKey = self.getData()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableMultimap.java | 586 @CheckForNull K currentKey = null; in entryIterator() 598 currentKey = entry.getKey(); in entryIterator() 605 return immutableEntry(requireNonNull(currentKey), valueItr.next()); in entryIterator()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableMultimap.java | 588 @CheckForNull K currentKey = null; in entryIterator() 600 currentKey = entry.getKey(); in entryIterator() 607 return immutableEntry(requireNonNull(currentKey), valueItr.next()); in entryIterator()
|
/external/ow2-asm/tools/retrofitter/src/main/resources/ |
D | jdk1.5.0.12.txt.gz |
|