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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapExtendTest.java 597 String endKey = new Integer(99).toString();
599 subMap_default.headMap(endKey);
606 subMap_startExcluded_endExcluded.headMap(endKey);
613 subMap_startExcluded_endIncluded.headMap(endKey);
620 subMap_startIncluded_endExcluded.headMap(endKey);
627 subMap_startIncluded_endIncluded.headMap(endKey);
634 endKey = new Integer(100).toString();
635 headMap = subMap_default.headMap(endKey);
639 headMap = subMap_startExcluded_endExcluded.headMap(endKey);
646 headMap = subMap_startExcluded_endIncluded.headMap(endKey);
    [all...]
RefSortedMap.java 211 public SortedMap<K, V> subMap(K startKey, K endKey) {
215 if (!isInRange(endKey)) {
218 return new SubMap(true, startKey, true, endKey);
290 public SortedMap<K, V> subMap(K startKey, K endKey) {
291 return new SubMap(true, startKey, true, endKey);
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 21 bool MockInputDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const {
24 return *iter < endKey;
InputMocks.h 56 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const override;
  /hardware/libhardware/modules/input/evdev/
InputHub.h 80 /** Returns true if the device has a key in the range [startKey, endKey). */
81 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const = 0;
InputHub.cpp 280 bool EvdevDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const {
281 return testBitInRange(mKeyBitmask, startKey, endKey);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 461 endKey(key);
491 endKey(key);
508 endKey(spacer);
    [all...]
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 683 milliseconds