/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | TestFilter.java | 56 int index = 0; in createFrom() local 59 index++; in createFrom() 61 name = parts[index]; in createFrom() 62 index++; in createFrom() 63 parts = filter.split(" ", index + 1); in createFrom() 64 if (parts.length > index) { in createFrom() 65 test = parts[index]; in createFrom()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CompactProtoReporter.java | 89 int index = 0; in invocationEnded() local 90 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in invocationEnded() 91 FileUtil.deleteFile(new File(mBaseProtoFile.getAbsolutePath() + index)); in invocationEnded() 92 index++; in invocationEnded() 100 int index = 0; in compactAllProtos() local 101 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in compactAllProtos() 103 parser.processFileProto(new File(mBaseProtoFile.getAbsolutePath() + index)); in compactAllProtos() 107 index++; in compactAllProtos()
|
D | CertificationResultXml.java | 161 for (int index = 0; index < parser.getAttributeCount(); index++) { in parseBuildInfoAttributes() 162 String key = parser.getAttributeName(index); in parseBuildInfoAttributes()
|
D | PreviousResultLoader.java | 226 int index = 0; in loadPreviousResults() local 229 while (new File(mProtoPath + index).exists()) { in loadPreviousResults() 231 parser.processFileProto(new File(mProtoPath + index)); in loadPreviousResults() 235 index++; in loadPreviousResults()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | InferenceInOutSequence.java | 174 String index = filename.split("-")[1].split("\\.")[0]; in getIndexFromFilename() local 175 return Integer.valueOf(index, 10); in getIndexFromFilename() 204 int index = 0; in readDataset() local 206 labelMap.put(line, new Integer(index)); in readDataset() 207 index++; in readDataset() 216 int index = 0; in readDataset() local 219 expectedClasses[index] = labelMap.get(line); in readDataset() 221 expectedClasses[index] = Integer.parseInt(line, 10); in readDataset() 223 index++; in readDataset()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/ |
D | TopK.java | 79 for (int index = 0; index < probabilities.length; index++) { in EvaluateAccuracy() 80 sorted.add(new Pair<>(index, probabilities[index])); in EvaluateAccuracy()
|
/test/vts-testcase/performance/hwbinder_throughput_test/ |
D | HwBinderThroughputBenchmark.py | 174 index = next(i for i, string in enumerate(stdout_lines) 177 stdout_lines[index].replace("iterations per sec: ", ""))) 180 index = next(i for i, string in enumerate(stdout_lines) 182 stats_string = stdout_lines[index].split() 192 index = next(i for i, string in enumerate(stdout_lines) 194 percentiles_string = stdout_lines[index].split()
|
/test/vts-testcase/performance/binder_throughput_test/ |
D | BinderThroughputBenchmark.py | 170 index = next(i for i, string in enumerate(stdout_lines) 173 stdout_lines[index].replace("iterations per sec: ", ""))) 176 index = next(i for i, string in enumerate(stdout_lines) 178 stats_string = stdout_lines[index].split() 188 index = next(i for i, string in enumerate(stdout_lines) 190 percentiles_string = stdout_lines[index].split()
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangleTest.java | 44 int index = 2; in maxSubRectangle_returnsBiggestSubRectangle() local 47 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_returnsBiggestSubRectangle() 56 int index = 4; in maxSubRectangle_withWideThinRectangle_returnsBiggestSubRectangle() local 59 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withWideThinRectangle_returnsBiggestSubRectangle() 69 int index = 5; in maxSubRectangle_withOffsetIndex_returnsBiggestSubRectangle() local 72 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withOffsetIndex_returnsBiggestSubRectangle()
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 193 for index, entry in enumerate(record_type.get("vtable_components", 195 entry_offset = index * dumper.bitness // 8 297 index = 0 300 return index 301 index += 1 302 return index
|
/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/ |
D | AndroidNativeRuntimeLoader.java | 242 int index = defaultPath.lastIndexOf(System.mapLibraryName("robolectric-nativeruntime")); in nativeLibraryPath() local 243 if (index < 0) { in nativeLibraryPath() 246 String result = defaultPath.substring(0,index) + "V/" + defaultPath.substring(index); in nativeLibraryPath()
|
/test/mlts/models/assets/image_classification/ |
D | README.txt | 2 (https://storage.googleapis.com/openimages/web/index.html).
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | BlankScreenDetectorWithSameColorRectangle.java | 94 static Rectangle maxSubRectangle(int[] heightsRow, int index) { in maxSubRectangle() argument 105 int leftCornerYCoord = index - height + 1; in maxSubRectangle() 119 int leftCornerYCoord = index - height + 1; in maxSubRectangle()
|
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 196 for index, tag in enumerate(tags): 200 vndk_lists[index].append(lib_name)
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 376 for index in propValue["value"]: 377 if index == "int32Values": 378 propValue["value"][index].extend(updateVal) 1110 index = 0; 1111 while index < len(configArray): 1112 propId = configArray[index] 1113 index += 1 1117 readPermission = configArray[index] 1118 index += 1 1119 writePermission = configArray[index] [all …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | RetryFilterHelper.java | 335 int index = name.indexOf(".config"); in getModuleNamesMatching() local 336 if (index > 0) { in getModuleNamesMatching() 337 String module = name.substring(0, index); in getModuleNamesMatching()
|
/test/dittosuite/ |
D | ditto2cpp.py | 62 last_slash_in_prefix = len(common_prefix) - common_prefix[::-1].index('/')
|
D | Doxyfile | 1158 # (index.html). This can be useful if you have a project on for instance GitHub 1299 # Configuration options related to the alphabetical class index 1302 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1310 # that should be ignored while generating the index headers. The IGNORE_PREFIX 1456 # documentation will contain a main index with vertical navigation menus that 1457 # are dynamically created via JavaScript. If disabled, the navigation index will 1494 # If the GENERATE_DOCSET tag is set to YES, additional index files will be 1547 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The 1548 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 1560 # HTML files also contain an index, a table of contents, and you can search for [all …]
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 82 self.index = 0 91 self.index = 0 108 entry = self.row[self.index] 109 self.index += 1
|
D | Chart.bundle.min.js | 10 …index<e.labels.length&&(i=e.labels[t[0].index])),i},label:function(t,e){return(e.datasets[t.datase… property
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/ |
D | PreviousResultLoaderTest.java | 205 private IBuildInfo createFakeBuild(String resultContent, boolean index) throws Exception { in createFakeBuild() argument 225 if (index) { in createFakeBuild()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SystemVendorTest.cpp | 163 std::to_string(info.index); in GetTestCaseSuffix()
|
D | utils.h | 131 return instance.test_case_name() + "_" + std::to_string(info.index); in GetTestCaseSuffix()
|
D | SingleManifestTest.cpp | 449 std::to_string(info.index); in GetTestCaseSuffix()
|