HomeSort by relevance Sort by last modified time
    Searched defs:submap (Results 1 - 7 of 7) sorted by null

  /external/tremolo/Tremolo/
mapping0.c 143 int submap=0; local
147 submap=info->chmuxlist[i];
148 floorno=info->submaplist[submap].floor;
232 int submap=0; local
236 submap=info->chmuxlist[i];
237 floorno=info->submaplist[submap].floor;
codec_internal.h 165 typedef struct submap{ struct
168 } submap; typedef in typeref:struct:submap
174 submap *submaplist;
  /libcore/luni/src/test/java/libcore/java/util/
TreeMapTest.java 57 * Test that the entrySet() method of a submap produces correctly mutable Entrys that
66 NavigableMap<String, String> subMap = map.subMap("A", true, "C", true);
68 Iterator<Entry<String,String>> iterator = subMap.entrySet().iterator();
72 assertEquals("x", subMap.get("A"));
79 assertEquals("y", subMap.get("B"));
82 assertEquals("z", subMap.get("C"));
99 * Test that an Entry given by any method except entrySet() of a submap is immutable.
108 assertAllEntryMethodsReturnImmutableEntries(map.subMap("A", true, "C", true));
207 map.subMap("a", "z").put(null, "b")
313 SortedMap<String, String> submap = map.subMap("a", "c"); local
345 SortedMap<String, String> submap = map.subMap("a", false, "c", true); local
422 SortedMap<String, String> submap = map.subMap("a", "c"); local
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultimap.java 842 final Map<K, Collection<V>> subMap;
844 KeySet(final Map<K, Collection<V>> subMap) {
845 this.subMap = subMap;
849 return subMap.size();
855 = subMap.entrySet().iterator();
878 return subMap.containsKey(key);
883 Collection<V> collection = subMap.remove(key);
893 return subMap.keySet().containsAll(c);
897 return this == object || this.subMap.keySet().equals(object)
1303 final transient Map<K, Collection<V>> submap; field in class:AsMap
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapTest.java 369 assertTrue("submap should be empty",sub.isEmpty());
397 assertTrue("submap should be empty",sub.isEmpty());
438 assertEquals(objArray[objArray.length - 2].toString(), tm.subMap("99",
457 sm = sm.subMap(firstKey, lastKey);
542 assertEquals("Returned incorrect size", 111, tm.subMap("500", "600")
545 tm.subMap("null", "600");
550 assertEquals("Returned incorrect size", 1000, tm.subMap("", "null")
555 * @tests java.util.TreeMap#subMap(java.lang.Object, java.lang.Object)
559 // java.util.TreeMap.subMap(java.lang.Object, java.lang.Object)
560 SortedMap subMap = tm.subMap(objArray[100].toString(), objArray[109
1985 Map<String, String> submap = test_map.subMap("a","z"); local
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 465 milliseconds