/cts/tests/expectations/ |
D | knownfailures.txt | 4 names: [ 13 names: [ 20 names: [ 27 names: [ 35 names: [ 43 names: [ 53 names: [ 60 names: [ 67 names: [ 75 names: [ [all …]
|
D | unsupportedabis.txt | 4 names: [
|
/cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/ |
D | TestScannerTest.java | 39 List<String> names = testScanner.getTestNames(); in testSingleTestNamesCase() local 40 Iterator it = names.iterator(); in testSingleTestNamesCase() 54 List<String> names = testScanner.getTestNames(); in testMultipleTestNamesCase() local 55 Iterator it = names.iterator(); in testMultipleTestNamesCase() 73 List<String> names = testScanner.getTestNames(); in testMissingTestCaseNameCase() local
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 44 # A pattern for file names that should activate test mode. 103 # Regular expression which should only match correct argument names 106 # Regular expression which should only match correct instance attribute names 109 # List of builtins function names that should not be used, separated by a comma 112 # Bad variable names which should always be refused, separated by a comma 113 bad-names= 115 # Regular expression which should only match correct attribute names in class 119 # Regular expression which should only match correct class names 122 # Regular expression which should only match correct module level names 129 # Regular expression which should only match correct function names [all …]
|
/cts/tools/utils/cts/ |
D | tools.py | 44 def Add(self, names): argument 45 if len(names) == 2: 47 test_case = self.test_cases.setdefault(names[0], []) 48 test_case.append(names[1]) 50 sub_suite = self.test_suites.setdefault(names[0], TestPackage.TestSuite()) 51 sub_suite.Add(names[1:])
|
/cts/tests/tests/os/src/android/os/cts/ |
D | WorkSourceTest.java | 66 private WorkSource wsNew(int[] uids, String[] names) throws IllegalArgumentException, in wsNew() argument 70 wsAdd(ws, uids[i], names[i]); in wsNew() 72 checkWorkSource("Constructed", ws, uids, names); in wsNew() 106 private void printArrays(StringBuilder sb, int[] uids, String[] names) { in printArrays() argument 111 if (names != null) { in printArrays() 113 sb.append(names[i]); in printArrays() 129 private void failWorkSource(String op, WorkSource ws, int[] uids, String[] names) { in failWorkSource() argument 133 printArrays(sb, uids, names); in failWorkSource() 159 private void checkWorkSource(String op, WorkSource ws, int[] uids, String[] names) { in checkWorkSource() argument 170 failWorkSource(op, ws, uids, names); in checkWorkSource() [all …]
|
/cts/libs/vogar-expect/src/vogar/ |
D | ExpectationStore.java | 193 Set<String> names = new LinkedHashSet<String>(); in readExpectation() local 205 names.add(reader.nextString()); in readExpectation() 207 readStrings(reader, names); in readExpectation() 216 names.add(reader.nextString()); in readExpectation() 237 if (names.isEmpty()) { in readExpectation() 246 for (String name : names) { in readExpectation()
|
/cts/hostsidetests/theme/ |
D | android_device.py | 74 names = out.split() 78 return processName in names
|
/cts/tests/tests/database/src/android/database/cts/ |
D | MatrixCursorTest.java | 159 String[] names = mMatrixCursor.getColumnNames(); in testGetColumnNames() local 160 assertEquals(3, names.length); in testGetColumnNames() 161 assertEquals(COLUMN0_NAME, names[0]); in testGetColumnNames() 162 assertEquals(COLUMN1_NAME, names[1]); in testGetColumnNames() 163 assertEquals(COLUMN2_NAME, names[2]); in testGetColumnNames()
|
D | AbstractCursorTest.java | 311 String[] names = mDatabaseCursor.getColumnNames(); in testGetColumnNames() local 312 assertEquals(COLUMN_NAMES1.length, names.length); in testGetColumnNames() 315 assertEquals(COLUMN_NAMES1[i], names[i]); in testGetColumnNames()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | LICENSE.TXT | 32 * Neither the names of the LLVM Team, University of Illinois at 33 Urbana-Champaign, nor the names of its contributors may be used to 55 other licenses gives permission to use the names of the LLVM Team or the
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android_LICENSE | 20 * Neither the names of the copyright holders nor the names of the contributors
|
/cts/apps/CtsVerifier/res/raw/ |
D | opencv_library_license | 28 * Neither the names of the copyright holders nor the names of the contributors
|
/cts/tools/dasm/src/dasm/ |
D | DAsm.java | 752 String[] names = Utils.getClassMethodSignatureFromString(v2); in addOpcode() local 753 CstNat method_nat = new CstNat(new CstString(names[1]), in addOpcode() 754 new CstString(names[2])); in addOpcode() 764 .internClassName(names[0])), method_nat); in addOpcode() 826 String[] names = Utils.getClassMethodSignatureFromString(v2); in addOpcode() local 827 CstNat method_nat = new CstNat(new CstString(names[1]), in addOpcode() 828 new CstString(names[2])); in addOpcode() 838 .internClassName(names[0])), method_nat); in addOpcode() 1036 String[] names = Utils.getClassFieldFromString(v2); in addOpcode() local 1038 CstNat field_nat = new CstNat(new CstString(names[1]), in addOpcode() [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 151 List<String> names = new ArrayList<String>(); in checkPermissionInfoName() local 153 names.add(permission.name); in checkPermissionInfoName() 155 boolean isContained = names.contains(expectedName); in checkPermissionInfoName() 156 assertTrue("Permission " + expectedName + " not present in " + names, isContained); in checkPermissionInfoName()
|
/cts/tools/dex-tools/test/dex/reader/ |
D | DexFileReaderTests.java | 117 Set<String> names = new HashSet<String>(); in toStringSet() local 119 names.add(javaSource.getName()); in toStringSet() 122 return names; in toStringSet()
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | EglConfigGLSurfaceView.java | 280 String[] names = { in printConfig() local 318 String name = names[i]; in printConfig()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 268 String[] names = { in printConfig() local 306 String name = names[i]; in printConfig()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | PrinterInfoTest.java | 151 String[] names = { 194 for (String name : names) {
|
/cts/tests/tests/os/jni/seccomp-tests/ |
D | LICENSE | 13 // * Neither the name of Google Inc. nor the names of its
|
/cts/tests/jdwp/runner/host-side/resources/expectations/ |
D | jdwp-known-failures.txt | 7 names: [
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
D | DynamicConfigHandler.java | 62 JSONArray keys = configObject.names(); in parseJsonToConfigMap()
|
/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
D | icu-known-failures.txt | 59 names: [
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepo.java | 576 String[] names = directory.list(new NameFilter(pattern)); in getModuleNamesMatching() local 577 List<String> modules = new ArrayList<String>(names.length); in getModuleNamesMatching() 578 for (String name : names) { in getModuleNamesMatching()
|
/cts/tests/libcore/luni/resources/expectations/ |
D | cts-runner-specific-failures.txt | 15 names: [
|