| /test/vts/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
|
| D | VtsHalHidlTargetTestEnvBase.cpp | 84 string value = string(arg).substr(kServiceInstanceFlag.length()); in parseVtsTestOption() local
|
| /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
| D | HostInfoStore.java | 118 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()
|
| D | MetricsReportLog.java | 87 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()
|
| D | PropertyUtil.java | 164 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
|
| D | UrlReplacement.java | 107 String value = parser.nextText(); in init() local
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
| D | Processor.java | 125 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()
|
| D | MeanStdDev.java | 34 public float denormalize(float value) { in denormalize()
|
| D | NNTestBase.java | 213 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/ |
| D | ReflectionUtils.java | 27 static <T> String valueName(Class<T> clz, int value) { in valueName()
|
| /test/dittosuite/src/ |
| D | shared_variables.cpp | 74 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/ |
| D | NNBenchmark.java | 84 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/ |
| D | TestMetricsJsonResultReporter.java | 199 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
|
| D | CertificationResultXml.java | 169 String value = parser.getAttributeValue(NS, key); in parseBuildInfoAttributes() local
|
| /test/catbox/report/src/com/android/catbox/result/ |
| D | JsonResultReporter.java | 230 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/ |
| D | VtsHalAutomotiveVehicleV2_0HostTest.py | 144 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/ |
| D | AngleCommon.java | 36 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/ |
| D | VtsDeviceInfoCollector.java | 150 private static String nullToEmpty(String value) { in nullToEmpty()
|
| D | PreconditionPreparer.java | 75 private void setOption(String option, String value) { in setOption()
|
| D | DeviceInfoCollector.java | 194 private static String nullToEmpty(String value) { in nullToEmpty()
|
| D | BusinessLogicPreparer.java | 402 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/ |
| D | extract_lsdump.py | 41 def __setattr__(self, key, value): argument
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
| D | CollectorUtil.java | 139 String value = m.group(2); in reformatJsonString() local
|
| /test/vts/vndk_utils/library/vtable/ |
| D | vtable_dumper.py | 48 def __init__(self, offset, names, value, is_undefined): argument
|
| /test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
| D | RandomGraphTest.java | 77 RandomModelExecutionResult(int value, String description) { in RandomModelExecutionResult()
|