Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 68) sorted by relevance

123

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DInfoStore.java73 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()
DReportLog.java64 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()
DResultType.java42 public static ResultType parseReportString(String value) { in parseReportString()
DTestStatus.java47 static TestStatus getStatus(String value) { in getStatus()
DMultipartForm.java55 public MultipartForm addFormValue(String name, String value) { in addFormValue()
150 private void writeFormField(PrintWriter writer, String name, String value) { in writeFormField()
DResultUnit.java54 public static ResultUnit parseReportString(String value) { in parseReportString()
/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexAnnotation.java46 private byte value; field in DexAnnotation.Visibility
48 private Visibility(byte value) { in Visibility()
61 public static Visibility get(byte value) { in get()
DDexEncodedValueType.java163 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/
DVtsHalHidlTargetTestBase.cpp26 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/
DHostInfoStore.java117 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()
DMetricsReportLog.java84 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()
DPropertyUtil.java107 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/
DStatSummaryTest.java54 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
DObjectifyTestBase.java41 final String name, final Value<?> value) { in makeEmbeddedEntityWithProperty()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java2382 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/
Dfilter_item.ts21 value: string; // back-end should handle type-casting. property in FilterItem
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutateFns.cpp284 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/
DGcdaFile.h79 inline unsigned FromFile(unsigned value) { in FromFile()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DMeanStdDev.java34 public float denormalize(float value) { in denormalize()
/test/framework/harnesses/host_controller/utils/ipc/
Dshared_dict.py54 def __setitem__(self, key, value): argument
/test/framework/harnesses/host_controller/build/
Dbuild_info.py29 def __setitem__(self, key, value): argument
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py133 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/
Dpoc_test.cpp72 string value = key_value.substr(delim + 1); in ExtractParams() local
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_categories.py36 def Add(self, key, value): argument
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java27 DexEncodedValue value;// encoded_value field in DexAnnotationAttributeImpl

123