Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 41) sorted by relevance

12

/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexEncodedValueImpl.java277 public Object getValue() { in getValue() method in DexEncodedValueImpl
286 if (getValue() instanceof List<?>) { in toString()
287 List<?> values = (List<?>) getValue(); in toString()
290 builder.append(val.getValue()); in toString()
294 builder.append(getValue()); in toString()
DDexEncodedAnnotationImpl.java63 public List<DexAnnotationAttribute> getValue() { in getValue() method in DexEncodedAnnotationImpl
73 return getTypeName() + ":" + getValue(); in toString()
DDexAnnotationImpl.java56 return encodedAnnotation.getValue(); in getAttributes()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java170 String includeString = attributes.getValue(INCLUDE_ATTR); in startElement()
171 String excludeString = attributes.getValue(EXCLUDE_ATTR); in startElement()
176 String abiString = attributes.getValue(ABI_ATTR); in startElement()
177 String nameString = attributes.getValue(NAME_ATTR); in startElement()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsDeviceInfoCollector.java92 String propertyValue = device.getProperty(entry.getValue()); in setUp()
94 && BUILD_LEGACY_PROPERTIES.containsKey(entry.getValue())) { in setUp()
95 propertyValue = device.getProperty(BUILD_LEGACY_PROPERTIES.get(entry.getValue())); in setUp()
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java225 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG0()
229 builder.append(((DexEncodedValue)o).getValue()); in testG0()
250 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG1()
254 builder.append(((DexEncodedValue)o).getValue()); in testG1()
303 …<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getValue(); in testOuter0()
306 innerTypeNames.add((String) value.getValue()); in testOuter0()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestStatus.java35 public String getValue() { in getValue() method in TestStatus
49 if (value.compareToIgnoreCase(status.getValue()) == 0) { in getStatus()
DMultipartForm.java135 writeFormField(writer, formValue.getKey(), formValue.getValue()); in getContentBody()
DResultHandler.java387 serializer.attribute(NS, entry.getKey(), entry.getValue()); in writeResults()
390 result.setBuildFingerprint(entry.getValue()); in writeResults()
423 serializer.attribute(NS, RESULT_ATTR, status.getValue()); in writeResults()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java321 if (test.getValue() == PASS) { in completeTestRun()
323 } else if (test.getValue() == TIMEOUT) { in completeTestRun()
324 listener.testFailed(test.getKey(), test.getValue()); in completeTestRun()
327 } else if (test.getValue() == SKIP) { in completeTestRun()
328 listener.testAssumptionFailure(test.getKey(), test.getValue()); in completeTestRun()
332 listener.testFailed(test.getKey(), test.getValue()); in completeTestRun()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstrumentationPreparer.java132 if (TestStatus.FAILURE.equals(results.getValue().getStatus())) { in instrument()
136 results.getKey(), results.getValue().getStackTrace()); in instrument()
140 results.getKey(), results.getValue().getStackTrace()); in instrument()
DDeviceFileCollector.java113 if (!propEntry.getValue().equals(actualValue)) { in matchProperties()
116 mSrcFile, propEntry.getKey(), propEntry.getValue(), actualValue); in matchProperties()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java78 boolean hasBranchFilter = parameterMap.containsKey(FilterUtil.FilterKey.BRANCH.getValue()); in doGetHandler()
84 parameterMap, FilterUtil.FilterKey.BRANCH.getValue())); in doGetHandler()
90 boolean hasTargetFilter = parameterMap.containsKey(FilterUtil.FilterKey.TARGET.getValue()); in doGetHandler()
97 parameterMap, FilterUtil.FilterKey.TARGET.getValue()))); in doGetHandler()
DShowCoverageOverviewServlet.java272 entry.getKey(), CodeCoverageEntity.class, entry.getValue().getId()); in getCoverageDispatcher()
274 testRunEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher()
284 codeCoverageEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher()
294 CodeCoverageEntity codeCoverageEntity = entry.getValue(); in getCoverageDispatcher()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java94 assertEquals("Wrong Config", config.getValue("test-config-1"), "test config 1"); in testCorrectConfig()
95 assertEquals("Wrong Config", config.getValue("test-config-2"), "testconfig2"); in testCorrectConfig()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java133 if (apk.getValue() < maxAbi) { in testApksAbis()
135 apk.getValue(), maxAbi)); in testApksAbis()
DDupFileTest.java61 List<String> jarFiles = entry.getValue(); in testDupFilesExist()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsDashboardApiTransport.java148 FileContent fileContent = new FileContent(entry.getKey(), new File(entry.getValue())); in postMultiFiles()
152 "form-data; name=\"content\"; filename=\"%s\"", entry.getValue()))); in postMultiFiles()
/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexEncodedValue.java37 Object getValue(); in getValue() method
DDexEncodedAnnotation.java24 List<DexAnnotationAttribute> getValue(); in getValue() method
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDashboardEntity.java53 entry -> entry.getValue())); in saveAll()
/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java90 Assert.assertEquals(note.getValue(), deserialized.getNote()); in testEntitySerialization()
145 Assert.assertEquals(note.getValue(), deserialized.getNote()); in testJsonSerialization()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java217 String stacktrace = testResult.getValue().getStackTrace(); in generateTestResultSignature()
226 .append(testResult.getValue().getStatus()).append(SEPARATOR) in generateTestResultSignature()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DDynamicConfigFileReader.java46 return config.getValue(key); in getValueFromConfig()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DTestRunHandler.java84 sb.append(String.format("%s%s%d\n", entry.getKey(), MAP_DELIMITER, entry.getValue())); in mapToString()

12