Home
last modified time | relevance | path

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

12

/test/vts/vts_hal_hidl_target/
DVtsHalHidlTargetTestBase.cpp26 char value[PROP_VALUE_MAX] = {0}; in PropertyGet() local
38 std::string value(env_value); in VtsGetStub() local
DVtsHalHidlTargetTestEnvBase.cpp84 string value = string(arg).substr(kServiceInstanceFlag.length()); in parseVtsTestOption() local
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java118 public void addResult(String name, int value) throws IOException { in addResult()
128 public void addResult(String name, long value) throws IOException { in addResult()
138 public void addResult(String name, float value) throws IOException { in addResult()
148 public void addResult(String name, double value) throws IOException { in addResult()
158 public void addResult(String name, boolean value) throws IOException { in addResult()
168 public void addResult(String name, String value) throws IOException { in addResult()
DMetricsReportLog.java87 public void addValue(String source, String message, double value, ResultType type, in addValue()
101 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
142 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
154 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
166 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
178 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
190 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
264 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
DPropertyUtil.java164 String value = matcher.group(2); in getClientIds() local
180 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals()
198 String value = device.getProperty(property); in propertyMatches() local
207 String value = device.getProperty(property); in getPropertyInt() local
DUrlReplacement.java107 String value = parser.nextText(); in init() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java125 public void setIgnoreUnsupportedModels(boolean value) { in setIgnoreUnsupportedModels()
129 public void setRunModelCompilationOnly(boolean value) { in setRunModelCompilationOnly()
133 public void setMmapModel(boolean value) { in setMmapModel()
137 public void setMaxRunIterations(int value) { in setMaxRunIterations()
141 public void setModelFilterRegex(String value) { in setModelFilterRegex()
145 public void setUseNnApiSupportLibrary(boolean value) { mUseNnApiSupportLibrary = value; } in setUseNnApiSupportLibrary()
146 … public void setExtractNnApiSupportLibrary(boolean value) { mExtractNnApiSupportLibrary = value; } in setExtractNnApiSupportLibrary()
147 public void setNnApiSupportLibraryVendor(String value) { mNnApiSupportLibraryVendor = value; } in setNnApiSupportLibraryVendor()
DMeanStdDev.java34 public float denormalize(float value) { in denormalize()
DNNTestBase.java213 public void enableIntermediateTensorsDump(boolean value) { in enableIntermediateTensorsDump()
221 public void setUseNnApiSupportLibrary(boolean value) {mUseNnApiSupportLibrary = value;} in setUseNnApiSupportLibrary()
222 public void setExtractNnApiSupportLibrary(boolean value) {mExtractNnApiSupportLibrary = value;} in setExtractNnApiSupportLibrary()
223 public void setNnApiSupportLibraryVendor(String value) {mNnApiSupportLibraryVendor = value;} in setNnApiSupportLibraryVendor()
225 public void setNNApiDeviceName(String value) { in setNNApiDeviceName()
232 public void setMmapModel(boolean value) { in setMmapModel()
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DReflectionUtils.java27 static <T> String valueName(Class<T> clz, int value) { in valueName()
/test/dittosuite/src/
Dshared_variables.cpp74 void SharedVariables::Set(int key, const SharedVariables::Variant& value) { in Set()
82 const Variant& value) { in Set()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java84 public void setUseNnApiSupportLibrary(boolean value) { in setUseNnApiSupportLibrary()
89 public void setNnApiSupportLibraryVendor(String value) { in setNnApiSupportLibraryVendor()
94 public void setExtractNnApiSupportLibrary(boolean value) { in setExtractNnApiSupportLibrary()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporter.java199 double value = Double.parseDouble(metricsMap.get(key)); in writeAllMetrics() local
229 double value = Double.parseDouble(metricsMap.get(key)); in writeMetricsForGivenKeys() local
231 mReportMetricKeyMap.get(key), value, ResultType.NEUTRAL, ResultUnit.NONE); in writeMetricsForGivenKeys() local
DCertificationResultXml.java169 String value = parser.getAttributeValue(NS, key); in parseBuildInfoAttributes() local
/test/catbox/report/src/com/android/catbox/result/
DJsonResultReporter.java230 double value = Double.parseDouble(metrics.get(key)); in writeAllMetrics() local
263 double value = Double.parseDouble(metrics.get(key)); in writeMetricsForGivenKeys() local
265 mReportMetricKeyMap.get(key), value, ResultType.NEUTRAL, ResultUnit.NONE); in writeMetricsForGivenKeys() local
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py144 def setVhalProperty(self, propertyId, value, areaId=0, expectedStatus=0): argument
173 def setAndVerifyIntProperty(self, propertyId, value, areaId=0): argument
704 def assertIntValueInRangeForProp(self, value, validValues, prop): argument
711 def assertValueInRangeForProp(self, value, rangeBegin, rangeEnd, prop): argument
816 def validateGet(self, status, value): argument
957 def validateGet(self, status, value): argument
995 def validateGet(self, status, value): argument
1046 def validateGet(self, status, value): argument
/test/vts/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DAngleCommon.java36 static void setGlobalSetting(ITestDevice device, String globalSetting, String value) in setGlobalSetting()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsDeviceInfoCollector.java150 private static String nullToEmpty(String value) { in nullToEmpty()
DPreconditionPreparer.java75 private void setOption(String option, String value) { in setOption()
DDeviceInfoCollector.java194 private static String nullToEmpty(String value) { in nullToEmpty()
DBusinessLogicPreparer.java402 String value = String.valueOf(device.getProperty(name)); in getBusinessLogicProperties() local
478 String value = jsonObj.getString(fileAndKey[1]); in getExtendedDeviceInfo() local
/test/vts-testcase/vndk/golden/
Dextract_lsdump.py41 def __setattr__(self, key, value): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DCollectorUtil.java139 String value = m.group(2); in reformatJsonString() local
/test/vts/vndk_utils/library/vtable/
Dvtable_dumper.py48 def __init__(self, offset, names, value, is_undefined): argument
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult()

12