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

  /cts/common/util/src/com/android/compatibility/common/util/
ResultType.java 28 NEUTRAL,
  /cts/libs/commonutil/src/com/android/cts/util/
ResultType.java 28 NEUTRAL,
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTestCase.java 82 reportLog.printValue(key, (Integer) value, ResultType.NEUTRAL, ResultUnit.NONE);
84 reportLog.printValue(key, (Double) value, ResultType.NEUTRAL, ResultUnit.NONE);
86 reportLog.printValue(key, (Float) value, ResultType.NEUTRAL, ResultUnit.NONE);
88 reportLog.printArray(key, (double[]) value, ResultType.NEUTRAL, ResultUnit.NONE);
93 reportLog.printArray(key, tmpDouble, ResultType.NEUTRAL, ResultUnit.NONE);
97 reportLog.printSummary("summary", 0, ResultType.NEUTRAL, ResultUnit.NONE);
  /external/icu/icu4c/source/i18n/
gender.cpp 34 static const char* gNeutralStr = "neutral";
41 NEUTRAL,
158 return &gObjs[NEUTRAL];
163 return &gObjs[NEUTRAL];
171 return &gObjs[NEUTRAL];
187 case NEUTRAL:
228 return &gObjs[NEUTRAL];
  /external/chromium_org/url/
url_canon_unittest.cc 302 {"GoOgLe.CoM", L"GoOgLe.CoM", "google.com", Component(0, 10), CanonHostInfo::NEUTRAL, -1, ""},
304 {"Goo%20 goo%7C|.com", L"Goo%20 goo%7C|.com", "goo%20%20goo%7C%7C.com", Component(0, 22), CanonHostInfo::NEUTRAL, -1, ""},
306 {NULL, L"GOO\x00a0\x3000goo.com", "goo%20%20goo.com", Component(0, 16), CanonHostInfo::NEUTRAL, -1, ""},
309 {NULL, L"GOO\x200b\x2060\xfeffgoo.com", "googoo.com", Component(0, 10), CanonHostInfo::NEUTRAL, -1, ""},
312 {NULL, L"www.foo\x3002" L"bar.com", "www.foo.bar.com", Component(0, 15), CanonHostInfo::NEUTRAL, -1, ""},
322 {"\xef\xbc\xa7\xef\xbd\x8f.com", L"\xff27\xff4f.com", "go.com", Component(0, 6), CanonHostInfo::NEUTRAL, -1, ""},
326 {"\xef\xbc\x85\xef\xbc\x94\xef\xbc\x91.com", L"\xff05\xff14\xff11.com", "a.com", Component(0, 5), CanonHostInfo::NEUTRAL, -1, ""},
327 {"%ef%bc%85%ef%bc%94%ef%bc%91.com", L"%ef%bc%85%ef%bc%94%ef%bc%91.com", "a.com", Component(0, 5), CanonHostInfo::NEUTRAL, -1, ""},
332 {"\xe4\xbd\xa0\xe5\xa5\xbd\xe4\xbd\xa0\xe5\xa5\xbd", L"\x4f60\x597d\x4f60\x597d", "xn--6qqa088eba", Component(0, 14), CanonHostInfo::NEUTRAL, -1, ""},
343 Component(0, 11), CanonHostInfo::NEUTRAL, -1, ""}
    [all...]
url_canon_ip.cc 87 // - NEUTRAL - Input was not numeric.
134 return CanonHostInfo::NEUTRAL;
166 return CanonHostInfo::NEUTRAL;
175 // 12345678912345.de returns NEUTRAL rather than broken.
225 // is NEUTRAL, and we could use a second opinion.
551 // is NEUTRAL, and we could use a second opinion.
572 host_info->family = CanonHostInfo::NEUTRAL;
url_canon_host.cc 297 host_info->family = CanonHostInfo::NEUTRAL;
url_canon.h 313 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
320 NEUTRAL, // - Doesn't resemble an IP address. As far as the IP
    [all...]
  /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 308 // This is just the amount of IO returned from kernel. So this is performance neutral.
309 report.printArray("read amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE);
361 report.printArray("write amount", wrAmount, ResultType.NEUTRAL,
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 61 private ResultType mTypeNonFinal = ResultType.NEUTRAL;
64 private ResultType mTypeFinal = ResultType.NEUTRAL;
106 ResultType.NEUTRAL, ResultUnit.NONE);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 25 * neutral fence or of a single vertical bar.
880 role: cvox.SemanticAttr.Role.NEUTRAL
    [all...]
math_semantic_tree.js 916 * 2. Neutral fences are matched only with neutral fences of the same shape.
917 * 3. For a collection of unmatched neutral fences we try to get a maximum
954 // Base case 2: Only open and neutral fences are left on the stack.
958 // - combine as many neutral fences as possible, if the are not separated by
961 // them inside a neutral fenced expression.
966 // 2. On tail optimize for neutral fences.
998 // Or we have a neutral fence that does not have a counter part.
999 (firstRole == cvox.SemanticAttr.Role.NEUTRAL &&
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 319 if ((host_info.family == url::CanonHostInfo::NEUTRAL) &&
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 248 if (host_info.family == url::CanonHostInfo::NEUTRAL) {
  /external/chromium_org/net/base/
net_util.cc 432 case url::CanonHostInfo::NEUTRAL:
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/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 2362 milliseconds