HomeSort by relevance Sort by last modified time
    Searched refs:Maps (Results 426 - 450 of 573) sorted by null

<<11121314151617181920>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 39 import com.google.common.collect.Maps;
132 LinkedHashMap<String, ClassDef> interfaces = Maps.newLinkedHashMap();
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 34 import com.google.common.collect.Maps;
166 Map<String, TextAttributesKey> tokenColors = Maps.newHashMap();
  /external/testng/src/main/java/org/testng/internal/
BaseTestMethod.java 20 import org.testng.collections.Maps;
482 Map<String, Set<String>> result = Maps.newHashMap();
Parameters.java 26 import org.testng.collections.Maps;
522 Map<String, String> allParams = Maps.newHashMap();
  /external/v8/test/mjsunit/es6/
mirror-collections.js 47 // Test the mirror object for Maps
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 79 // Maps and weak maps.
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 44 import com.google.android.collect.Maps;
360 final HashMap<NetworkIdentitySet, ArrayList<Key>> keysByIdent = Maps.newHashMap();
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 20 import com.google.common.collect.Maps;
436 private Map<Uri, String> mExpectedTypeQueries = Maps.newHashMap();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 40 import com.google.common.collect.Maps;
79 private final HashMap<String, ArrayList<ValuesDelta>> mEntries = Maps.newHashMap();
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 26 import com.google.android.collect.Maps;
45 // mAidServices maps AIDs to services that have registered them.
533 final HashMap<String, Boolean> routingEntries = Maps.newHashMap();
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 20 import com.google.android.collect.Maps;
71 private HashMap<String, ArrayList<ValuesDelta>> mEntries = Maps.newHashMap();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 26 import com.google.common.collect.Maps;
129 mAttributeMap = Maps.newHashMapWithExpectedSize(expectedAttributeCount);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 47 import com.google.common.collect.Maps;
294 Maps.newHashMapWithExpectedSize(resourceFiles.size());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 28 import com.google.common.collect.Maps;
545 Maps.newHashMapWithExpectedSize(4);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeMap.java 88 * A builder for immutable range maps. Overlapping ranges are prohibited.
184 return range.contains(key) ? Maps.immutableEntry(range, values.get(index)) : null;
TreeBasedTable.java 197 return new Maps.SortedKeySet<C, V>(this);
Sets.java 52 * class's counterparts {@link Lists}, {@link Maps} and {@link Queues}.
201 return new HashSet<E>(Maps.capacity(expectedSize));
308 return new LinkedHashSet<E>(Maps.capacity(expectedSize));
395 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingNavigableMapTest.java 19 import static com.google.common.collect.Maps.immutableEntry;
MapMakerTest.java 163 Map<String, String> removalNotifications = Maps.newHashMap();
FluentIterableTest.java 587 Maps.immutableEntry(1, "1"),
588 Maps.immutableEntry(2, "2"),
589 Maps.immutableEntry(3, "3")).inOrder();
  /external/guice/core/src/com/google/inject/internal/
InjectorImpl.java 24 import com.google.common.collect.Maps;
115 final Map<Key<?>, BindingImpl<?>> jitBindings = Maps.newHashMap();
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 61 GLfloat Maps[3][256][4];
88 * Update the pixelmap texture with the contents of the R/G/B/A pixel maps.
109 /* Pack four 1D maps into a 2D texture:
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 24 import com.google.common.collect.Maps;
593 private final HashMap<String,HTML.Element> unknownElements = Maps.newHashMap();
599 private final HashMap<String,HTML.Attribute> unknownAttributes = Maps.newHashMap();
    [all...]
  /art/runtime/
mem_map.cc 63 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) {
74 MemMap::Maps* MemMap::maps_ = nullptr;
140 // There is a suspicion that BacktraceMap::Create is occasionally missing maps. TODO: Investigate
167 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR);
169 "any existing map. See process maps in the log.", begin, end);
174 // Return true if the address range does not conflict with any /proc/self/maps entry.
341 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING);
344 "See process maps in the log.",
430 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING);
434 ") of file '%s' failed: %s. See process maps in the log."
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 48 * class's counterparts {@link Lists}, {@link Maps} and {@link Queues}.
197 return new HashSet<E>(Maps.capacity(expectedSize));
304 return new LinkedHashSet<E>(Maps.capacity(expectedSize));
391 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
    [all...]

Completed in 948 milliseconds

<<11121314151617181920>>