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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 62 private TreeMap<String,T> stringMap;
86 stringMap = null;
122 if (stringMap != null) {
123 result = 37*result + stringMap.hashCode();
138 that.stringMap = stringMap == null ? null : (TreeMap<String, T>) stringMap.clone();
410 if (stringMap == null) {
411 stringMap = new TreeMap<String,T>();
413 stringMap.put(string, value)
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 61 private TreeMap<String,T> stringMap;
85 stringMap = null;
121 if (stringMap != null) {
122 result = 37*result + stringMap.hashCode();
137 that.stringMap = stringMap == null ? null : (TreeMap<String, T>) stringMap.clone();
409 if (stringMap == null) {
410 stringMap = new TreeMap<String,T>();
412 stringMap.put(string, value)
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
MapForProto2LiteTest.java 242 Map<Integer, String> stringMap = builder.getMutableInt32ToStringField();
243 stringMap.put(1, "1");
246 stringMap.put(2, "2");
MapForProto2Test.java 221 Map<Integer, String> stringMap = builder.getMutableInt32ToStringField();
222 stringMap.put(1, "1");
225 stringMap.put(2, "2");
MapTest.java 222 Map<Integer, String> stringMap = builder.getMutableInt32ToStringField();
223 stringMap.put(1, "1");
226 stringMap.put(2, "2");
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 85 type stringMap map[string][]string
88 contentType stringMap
92 {false, stringMap{"Content-Type": {"text/plain"}}},
95 {false, stringMap{}},
96 {true, stringMap{"Content-Type": {"text/plain; boundary="}}},
97 {false, stringMap{"Content-Type": {"application/unknown"}}},
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 85 type stringMap map[string][]string
88 contentType stringMap
92 {false, stringMap{"Content-Type": {"text/plain"}}},
95 {false, stringMap{}},
96 {true, stringMap{"Content-Type": {"text/plain; boundary="}}},
97 {false, stringMap{"Content-Type": {"application/unknown"}}},
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 551 TStringMap stringMap;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java     [all...]
  /external/libxml2/
xmlregexp.c 289 xmlChar **stringMap;
463 xmlChar **stringMap;
491 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
492 if (stringMap == NULL) {
501 xmlFree(stringMap);
511 if (xmlStrEqual(stringMap[j], value)) {
518 stringMap[nbatoms] = xmlStrdup(value);
519 if (stringMap[nbatoms] == NULL) {
521 xmlFree(stringMap[i]);
523 xmlFree(stringMap);
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 271 milliseconds