HomeSort by relevance Sort by last modified time
    Searched full:submap (Results 51 - 75 of 85) sorted by null

1 23 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashMapTest.java 732 class SubMap<K, V> extends HashMap<K, V> {
733 public SubMap(Map<? extends K, ? extends V> m) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 157 mAidCache.subMap(shortestAidMatch, true, longestAidMatch, true);
407 mAidServices.subMap(plainAid, true, lastAidWithPrefix, true);
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 281 { // is it a submap?
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 463 mCues.subMap(lastTimeMs + 1, timeMs + 1));
  /libcore/luni/src/main/java/java/util/
TreeSet.java 361 return new TreeSet<E>(backingMap.subMap(start, startInclusive, end,
Collections.java 838 @Override public SortedMap<K, V> subMap(K startKey, K endKey) {
840 return new SynchronizedSortedMap<K, V>(sm.subMap(startKey,
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 378 (m.subMap(fromElement, fromInclusive,
  /external/libvorbis/doc/
Vorbis_I_spec.html 404 not references to external components; the submap list is internal and specific to a
406 <!--l. 178--><p class="noindent" >A &#8217;submap&#8217; is a configuration/grouping that applies to a subset of floor and residue vectors
407 within a mapping. The submap functions as a last layer of indirection such that specific special
409 specific vectors in a specific mode. Each submap specifies the proper floor and residue
410 instance number to use for decoding that submap&#8217;s spectral floor and spectral residue
418 submap 0 (which indicates use of a full-range floor) and channel 5 belongs to submap 1, which
    [all...]
08-residue.tex 249 is passed the number of vectors in the submap bundle and a vector of
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java     [all...]
TableCollectionTest.java     [all...]
TreeMultimapNaturalTest.java 530 asMap.subMap("g", "h"));
  /external/libvorbis/lib/
vorbisenc.c 563 if(mi->residuesubmap[j]==number) /* we found a submap referencing theis residue backend */
565 if(mi->chmuxlist[k]==j) /* this channel belongs to the submap */
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Maps.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java     [all...]
  /prebuilts/sdk/13/
android.jar 
  /external/lldb/examples/darwin/heap_find/
heap.py 64 boolean_t is_submap; // submap vs obj
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /prebuilts/sdk/20/
android.jar 
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
methods_index_additions.html     [all...]
alldiffs_index_additions.html     [all...]

Completed in 1710 milliseconds

1 23 4