HomeSort by relevance Sort by last modified time
    Searched full:emptykey (Results 1 - 4 of 4) sorted by null

  /frameworks/volley/tests/src/com/android/volley/toolbox/
DiskBasedCacheTest.java 110 Map<String, String> emptyKey = new HashMap<String, String>();
111 emptyKey.put("", "value");
112 DiskBasedCache.writeStringStringMap(emptyKey, baos);
120 assertEquals(DiskBasedCache.readStringStringMap(bais), emptyKey);
  /external/llvm/include/llvm/ADT/
DenseMap.h 86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
88 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
93 P->first = EmptyKey;
252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
254 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
271 const KeyT EmptyKey = getEmptyKey();
273 new (&B->first) KeyT(EmptyKey);
280 const KeyT EmptyKey = getEmptyKey();
283 if (!KeyInfoT::isEqual(B->first, EmptyKey) &&
451 const KeyT EmptyKey = getEmptyKey()
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 98 static const ComparableFunction EmptyKey;
126 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0);
137 return ComparableFunction::EmptyKey;
  /external/icu4c/test/cintltst/
capitst.c     [all...]

Completed in 280 milliseconds