HomeSort by relevance Sort by last modified time
    Searched refs:NEUTRAL (Results 1 - 21 of 21) sorted by null

  /cts/libs/commonutil/src/com/android/cts/util/
ResultType.java 28 NEUTRAL,
  /external/icu4c/i18n/
gender.cpp 33 static const char* gNeutralStr = "neutral";
39 NEUTRAL,
154 return &gObjs[NEUTRAL];
159 return &gObjs[NEUTRAL];
167 return &gObjs[NEUTRAL];
183 case NEUTRAL:
224 return &gObjs[NEUTRAL];
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 53 getReportLog().printValue("files", numberOfFiles, ResultType.NEUTRAL,
70 getReportLog().printArray("write amount", wrAmount, ResultType.NEUTRAL,
FileUtil.java 304 // This is just the amount of IO returned from kernel. So this is performance neutral.
305 report.printArray("read amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE);
357 report.printArray("write amount", wrAmount, ResultType.NEUTRAL,
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 60 private ResultType mTypeNonFinal = ResultType.NEUTRAL;
63 private ResultType mTypeFinal = ResultType.NEUTRAL;
103 ResultType.NEUTRAL, ResultUnit.NONE);
  /external/chromium_org/url/
url_canon_unittest.cc 371 {"GoOgLe.CoM", L"GoOgLe.CoM", "google.com", url_parse::Component(0, 10), CanonHostInfo::NEUTRAL, -1, ""},
373 {"Goo%20 goo%7C|.com", L"Goo%20 goo%7C|.com", "goo%20%20goo%7C%7C.com", url_parse::Component(0, 22), CanonHostInfo::NEUTRAL, -1, ""},
375 {NULL, L"GOO\x00a0\x3000goo.com", "goo%20%20goo.com", url_parse::Component(0, 16), CanonHostInfo::NEUTRAL, -1, ""},
378 {NULL, L"GOO\x200b\x2060\xfeffgoo.com", "googoo.com", url_parse::Component(0, 10), CanonHostInfo::NEUTRAL, -1, ""},
381 {NULL, L"www.foo\x3002" L"bar.com", "www.foo.bar.com", url_parse::Component(0, 15), CanonHostInfo::NEUTRAL, -1, ""},
391 {"\xef\xbc\xa7\xef\xbd\x8f.com", L"\xff27\xff4f.com", "go.com", url_parse::Component(0, 6), CanonHostInfo::NEUTRAL, -1, ""},
395 {"\xef\xbc\x85\xef\xbc\x94\xef\xbc\x91.com", L"\xff05\xff14\xff11.com", "a.com", url_parse::Component(0, 5), CanonHostInfo::NEUTRAL, -1, ""},
396 {"%ef%bc%85%ef%bc%94%ef%bc%91.com", L"%ef%bc%85%ef%bc%94%ef%bc%91.com", "a.com", url_parse::Component(0, 5), CanonHostInfo::NEUTRAL, -1, ""},
401 {"\xe4\xbd\xa0\xe5\xa5\xbd\xe4\xbd\xa0\xe5\xa5\xbd", L"\x4f60\x597d\x4f60\x597d", "xn--6qqa088eba", url_parse::Component(0, 14), CanonHostInfo::NEUTRAL, -1, ""},
405 {"%E4%BD%A0%E5%A5%BD\xe4\xbd\xa0\xe5\xa5\xbd", L"%E4%BD%A0%E5%A5%BD\x4f60\x597d", "xn--6qqa088eba", url_parse::Component(0, 14), CanonHostInfo::NEUTRAL, -1, ""}
    [all...]
url_canon_ip.cc 88 // - NEUTRAL - Input was not numeric.
136 return CanonHostInfo::NEUTRAL;
168 return CanonHostInfo::NEUTRAL;
177 // 12345678912345.de returns NEUTRAL rather than broken.
227 // is NEUTRAL, and we could use a second opinion.
556 // is NEUTRAL, and we could use a second opinion.
577 host_info->family = CanonHostInfo::NEUTRAL;
url_canon_host.cc 295 host_info->family = CanonHostInfo::NEUTRAL;
url_canon.h 314 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
321 NEUTRAL, // - Doesn't resemble an IP address. As far as the IP
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 384 {"GoOgLe.CoM", L"GoOgLe.CoM", "google.com", url_parse::Component(0, 10), CanonHostInfo::NEUTRAL, -1},
386 {"Goo%20 goo%7C|.com", L"Goo%20 goo%7C|.com", "goo%20%20goo%7C%7C.com", url_parse::Component(0, 22), CanonHostInfo::NEUTRAL, -1},
388 {NULL, L"GOO\x00a0\x3000goo.com", "goo%20%20goo.com", url_parse::Component(0, 16), CanonHostInfo::NEUTRAL, -1},
391 {NULL, L"GOO\x200b\x2060\xfeffgoo.com", "googoo.com", url_parse::Component(0, 10), CanonHostInfo::NEUTRAL, -1},
394 {NULL, L"www.foo\x3002"L"bar.com", "www.foo.bar.com", url_parse::Component(0, 15), CanonHostInfo::NEUTRAL, -1},
404 {"\xef\xbc\xa7\xef\xbd\x8f.com", L"\xff27\xff4f.com", "go.com", url_parse::Component(0, 6), CanonHostInfo::NEUTRAL, -1},
408 {"\xef\xbc\x85\xef\xbc\x94\xef\xbc\x91.com", L"\xff05\xff14\xff11.com", "a.com", url_parse::Component(0, 5), CanonHostInfo::NEUTRAL, -1},
409 {"%ef%bc%85%ef%bc%94%ef%bc%91.com", L"%ef%bc%85%ef%bc%94%ef%bc%91.com", "a.com", url_parse::Component(0, 5), CanonHostInfo::NEUTRAL, -1},
414 {"\xe4\xbd\xa0\xe5\xa5\xbd\xe4\xbd\xa0\xe5\xa5\xbd", L"\x4f60\x597d\x4f60\x597d", "xn--6qqa088eba", url_parse::Component(0, 14), CanonHostInfo::NEUTRAL, -1},
418 {"%E4%BD%A0%E5%A5%BD\xe4\xbd\xa0\xe5\xa5\xbd", L"%E4%BD%A0%E5%A5%BD\x4f60\x597d", "xn--6qqa088eba", url_parse::Component(0, 14), CanonHostInfo::NEUTRAL, -1}
    [all...]
url_canon_ip.cc 113 // - NEUTRAL - Input was not numeric.
161 return CanonHostInfo::NEUTRAL;
213 return CanonHostInfo::NEUTRAL;
261 // is NEUTRAL, and we could use a second opinion.
601 // is NEUTRAL, and we could use a second opinion.
623 host_info->family = CanonHostInfo::NEUTRAL;
url_canon_host.cc 320 host_info->family = CanonHostInfo::NEUTRAL;
url_canon.h 334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
341 NEUTRAL, // - Doesn't resemble an IP address. As far as the IP
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
InputReader.cpp     [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 304 if ((host_info.family == url_canon::CanonHostInfo::NEUTRAL) &&
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 206 if (host_info.family == url_canon::CanonHostInfo::NEUTRAL) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 287 if ((host_info.family == url_canon::CanonHostInfo::NEUTRAL) &&
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 661 milliseconds