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

1 2

  /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/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 34 "Details| |NEUTRAL|FPS|1.0 11.0 21.0 1211.0 111221.0 ";
45 reportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
62 assertEquals(ResultType.NEUTRAL, detail.getType());
MetricsStoreTest.java 41 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
MetricsXmlSerializerTest.java 41 + " message=\"Details\" scoreType=\"neutral\" unit=\"fps\">"
84 mLocalReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 97 NEUTRAL,
123 fromNameMap.put("neutral", NEUTRAL);
170 case NEUTRAL:
218 private static GenderInfo neutral = new GenderInfo(ListGenderStyle.NEUTRAL); field in class:GenderInfo
233 // and find no resource assume that list gender style is NEUTRAL.
234 result = fallback == null ? neutral : get(fallback);
  /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];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 82 getReportLog().addValues("Sample Values", metricValues, ResultType.NEUTRAL, ResultUnit.FPS);
87 getReportLog().addValues("Sample Values", metricValues, ResultType.NEUTRAL, ResultUnit.FPS);
  /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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioLoopbackActivity.java 290 ResultType.NEUTRAL,
296 ResultType.NEUTRAL,
302 ResultType.NEUTRAL,
AudioFrequencyLineActivity.java 470 ResultType.NEUTRAL,
476 ResultType.NEUTRAL,
AudioFrequencyMicActivity.java 635 ResultType.NEUTRAL,
641 ResultType.NEUTRAL,
AudioFrequencySpeakerActivity.java 519 ResultType.NEUTRAL,
525 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);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StaticMetadataCollectionTest.java 85 0.0, ResultType.NEUTRAL, ResultUnit.NONE);
91 mReportLog.printValue(name, value, ResultType.NEUTRAL, ResultUnit.NONE);
95 mReportLog.printArray(name, values, ResultType.NEUTRAL, ResultUnit.NONE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 83 summary.toString(), 1.0, ResultType.NEUTRAL, ResultUnit.NONE);
160 , 1.0, ResultType.NEUTRAL, ResultUnit.NONE);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 552 assertEquals("\nWrong direction through fast detection #9", Bidi.NEUTRAL, Bidi.getBaseDirection(empty));
558 assertEquals("\nWrong direction through fast detection #11", Bidi.NEUTRAL, Bidi.getBaseDirection(allEnglishDigits));
561 assertEquals("\nWrong direction through fast detection #12", Bidi.NEUTRAL, Bidi.getBaseDirection(allArabicDigits));
564 assertEquals("\nWrong direction through fast detection #13", Bidi.NEUTRAL, Bidi.getBaseDirection(nullString));
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 531 0, ResultType.NEUTRAL, ResultUnit.NONE);
534 0, ResultType.NEUTRAL, ResultUnit.NONE);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 81 * <li>{@link #NEUTRAL}
443 * neutral, type, which is ignored by most of the algorithm according to
458 * As a related topic, this implementation does not remove Boundary Neutral
691 public static final byte NEUTRAL = 3;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]

Completed in 696 milliseconds

1 2