/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | InfoStore.java | 73 abstract void addResult(String name, int value) throws IOException; in addResult() 78 abstract void addResult(String name, long value) throws IOException; in addResult() 83 abstract void addResult(String name, float value) throws IOException; in addResult() 88 abstract void addResult(String name, double value) throws IOException; in addResult() 93 abstract void addResult(String name, boolean value) throws IOException; in addResult() 98 abstract void addResult(String name, String value) throws IOException; in addResult() 177 protected static String checkString(String value) { in checkString() 187 protected static String checkName(String value) { in checkName() 194 protected static boolean isDoubleNaNOrInfinite(Double value) { in isDoubleNaNOrInfinite()
|
D | ReportLog.java | 64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() 192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 199 public void addValue(String source, String message, double value, ResultType type, in addValue() 207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 228 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 235 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 286 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
|
D | ResultType.java | 42 public static ResultType parseReportString(String value) { in parseReportString()
|
D | TestStatus.java | 47 static TestStatus getStatus(String value) { in getStatus()
|
D | MultipartForm.java | 55 public MultipartForm addFormValue(String name, String value) { in addFormValue() 150 private void writeFormField(PrintWriter writer, String name, String value) { in writeFormField()
|
D | ResultUnit.java | 54 public static ResultUnit parseReportString(String value) { in parseReportString()
|
/test/suite_harness/tools/dex-tools/src/dex/structure/ |
D | DexAnnotation.java | 46 private byte value; field in DexAnnotation.Visibility 48 private Visibility(byte value) { in Visibility() 61 public static Visibility get(byte value) { in get()
|
D | DexEncodedValueType.java | 163 private byte value; field in DexEncodedValueType 174 private DexEncodedValueType(byte value) { in DexEncodedValueType() 185 public static DexEncodedValueType get(byte value) { in get() 204 public static byte valueArg(byte value) { in valueArg()
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestBase.cpp | 26 char value[PROP_VALUE_MAX] = {0}; in PropertyGet() local 38 std::string value(env_value); in VtsGetStub() local
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | HostInfoStore.java | 117 public void addResult(String name, int value) throws IOException { in addResult() 127 public void addResult(String name, long value) throws IOException { in addResult() 137 public void addResult(String name, float value) throws IOException { in addResult() 147 public void addResult(String name, double value) throws IOException { in addResult() 157 public void addResult(String name, boolean value) throws IOException { in addResult() 167 public void addResult(String name, String value) throws IOException { in addResult()
|
D | MetricsReportLog.java | 84 public void addValue(String source, String message, double value, ResultType type, in addValue() 98 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 139 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 151 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 163 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 175 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 187 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 261 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
|
D | PropertyUtil.java | 107 String value = matcher.group(2); in getClientIds() local 123 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals() 141 String value = device.getProperty(property); in propertyMatches() local 150 String value = device.getProperty(property); in getPropertyInt() local
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | StatSummaryTest.java | 54 double value = rand.nextInt(1000); in testMin() local 69 double value = rand.nextInt(1000); in testMax() local 108 int value = rand.nextInt(1000); in testMerge() local 113 int value = rand.nextInt(1000); in testMerge() local
|
D | ObjectifyTestBase.java | 41 final String name, final Value<?> value) { in makeEmbeddedEntityWithProperty()
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | TestSuiteResultMessageProto.java | 2382 Object value) { in setField() 2395 int index, Object value) { in setRepeatedField() 2400 Object value) { in addRepeatedField() 2623 java.lang.String value) { in setAccessToken() 2653 com.google.protobuf.ByteString value) { in setAccessTokenBytes() 2723 java.lang.String value) { in setResultPath() 2753 com.google.protobuf.ByteString value) { in setResultPathBytes() 2791 public Builder setBootSuccess(boolean value) { in setBootSuccess() 2871 java.lang.String value) { in setBranch() 2901 com.google.protobuf.ByteString value) { in setBranchBytes() [all …]
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | filter_item.ts | 21 value: string; // back-end should handle type-casting. property in FilterItem
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerMutateFns.cpp | 284 T ProtoFuzzerMutator::RandomGen(T value) { in RandomGen() 293 bool ProtoFuzzerMutator::RandomGen(bool value) { in RandomGen() 298 T ProtoFuzzerMutator::Mutate(T value) { in Mutate() 304 bool ProtoFuzzerMutator::Mutate(bool value) { return RandomGen(value); } in Mutate() 306 float ProtoFuzzerMutator::Mutate(float value) { in Mutate() 315 double ProtoFuzzerMutator::Mutate(double value) { in Mutate()
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaFile.h | 79 inline unsigned FromFile(unsigned value) { in FromFile()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | MeanStdDev.java | 34 public float denormalize(float value) { in denormalize()
|
/test/framework/harnesses/host_controller/utils/ipc/ |
D | shared_dict.py | 54 def __setitem__(self, key, value): argument
|
/test/framework/harnesses/host_controller/build/ |
D | build_info.py | 29 def __setitem__(self, key, value): argument
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 133 def setVhalProperty(self, propertyId, value, areaId=0, expectedStatus=0): argument 160 def setAndVerifyIntProperty(self, propertyId, value, areaId=0): argument 641 def assertIntValueInRangeForProp(self, value, validValues, prop): argument 648 def assertValueInRangeForProp(self, value, rangeBegin, rangeEnd, prop): argument 755 def validateGet(self, status, value): argument 894 def validateGet(self, status, value): argument 931 def validateGet(self, status, value): argument 981 def validateGet(self, status, value): argument
|
/test/vts-testcase/security/poc/target/ |
D | poc_test.cpp | 72 string value = key_value.substr(delim + 1); in ExtractParams() local
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation_categories.py | 36 def Add(self, key, value): argument
|
/test/suite_harness/tools/dex-tools/src/dex/reader/ |
D | DexAnnotationAttributeImpl.java | 27 DexEncodedValue value;// encoded_value field in DexAnnotationAttributeImpl
|