Searched refs:strings (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ArrayTest.java | 67 checkStringArray(R.array.strings, new String[] {"zero", "1", "here"}); in testStrings() 68 checkTextArray(R.array.strings, new String[] {"zero", "1", "here"}); in testStrings() 75 checkIntArray(R.array.strings, new int[] {0, 0, 0}); in testIntegers()
|
D | ResourcesTest.java | 500 int[]array1 = mResources.getIntArray(R.array.strings); in testGetIntArray() 587 checkStringArray(R.array.strings, new String[] { in testGetStringArray() 590 checkTextArray(R.array.strings, new String[] { in testGetStringArray()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | ApplicationRestrictionsTest.java | 265 String[] strings = bundle.getStringArray("string[]"); in assertBundle0() local 266 assertTrue(strings != null && strings.length == TEST_STRINGS.length); in assertBundle0() 267 for (int i = 0; i < strings.length; i++) { in assertBundle0() 268 assertEquals(strings[i], TEST_STRINGS[i]); in assertBundle0()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 529 String[] strings = new String[]{"first", "last"}; in testGetSerializableWithStringArray() local 530 mBundle.putSerializable(KEY, strings); in testGetSerializableWithStringArray() 531 assertEquals(Arrays.asList(strings), in testGetSerializableWithStringArray() 534 assertEquals(Arrays.asList(strings), in testGetSerializableWithStringArray()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 215 comparison of strings are operators defined in the language, and the 216 upper bounds of the strings occuring in Dhrystone are part of the type 223 calls, these functions are defined for null-terminated strings where 224 the length of the strings is not known at compilation time; the 232 the strings functions are implemented efficiently, this helps real
|
/cts/tools/dasm/src/dasm/ |
D | DAsm.java | 1506 protected TypeList createTypeListFromStrings(Vector<String> strings) { in createTypeListFromStrings() argument 1509 if (strings.size() == 0) in createTypeListFromStrings() 1512 int sz = strings.size(); in createTypeListFromStrings() 1515 tl.set(i, Type.internClassName(strings.elementAt(i))); in createTypeListFromStrings()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 43 code strings) are stored as static variables of the emit class and
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 48076 public static final java.lang.String[] strings 48101 public static final java.lang.String[] strings 48126 public static final java.lang.String[] strings 48149 public static final java.lang.String[] strings 48170 public static final java.lang.String[] strings 48193 public static final java.lang.String[] strings
|
D | classes0.out.dex | 39537 private transient java.lang.String[] strings 89104 org.bouncycastle.asn1.ASN1Sequence strings
|