/cts/tests/mediapc/requirements/ |
D | templatefns.go | 34 "LowerCase": strings.ToLower, 39 "UpperCase": strings.ToUpper, 65 var out strings.Builder 84 return strings.Title(out.String()) 89 return strings.ReplaceAll(strings.ToLower(titleCase(s)), " ", "_") 94 return strings.ReplaceAll(strings.ToLower(titleCase(s)), " ", "-") 99 return strings.ReplaceAll(titleCase(s), " ", "") 105 return strings.ToLower(s) 111 return strings.ToLower(string(runes[:i-1])) + string(runes[i-1:]) 120 return strings.Replace(a, b, c, -1) [all …]
|
/cts/tests/tests/content/ContentUriTestApp/src/android/content/cts/contenturitestapp/ |
D | TestProvider.java | 62 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query() argument 77 public int delete(Uri uri, String s, String[] strings) { in delete() argument 82 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | ProAudioActivity.java | 171 Resources strings = getResources(); in displayTestResults() local 175 mTestStatusLbl.setText(strings.getString(R.string.audio_proaudio_pass)); in displayTestResults() 177 mTestStatusLbl.setText(strings.getString(R.string.audio_proaudio_midinotreported)); in displayTestResults() 179 mTestStatusLbl.setText(strings.getString(R.string.audio_proaudio_usbhostnotreported)); in displayTestResults() 181 mTestStatusLbl.setText(strings.getString( in displayTestResults() 185 mTestStatusLbl.setText(strings.getString(R.string.audio_proaudio_hdmiNotFound)); in displayTestResults() 187 mTestStatusLbl.setText(strings.getString(R.string.hdmi_insufficient)); in displayTestResults()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ArrayTest.java | 82 checkStringArray(R.array.strings, new String[] {"zero", "1", "here"}); in testStrings() 83 checkTextArray(R.array.strings, new String[] {"zero", "1", "here"}); in testStrings() 91 checkIntArray(R.array.strings, new int[] {0, 0, 0}); in testIntegers()
|
D | ResourcesTest.java | 840 int[]array1 = mResources.getIntArray(R.array.strings); in testGetIntArray() 942 checkStringArray(R.array.strings, new String[] { in testGetStringArray() 945 checkTextArray(R.array.strings, new String[] { in testGetStringArray()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | PeripheralProfile.java | 122 String[] strings = intList.split(","); in parseIntList() local 123 int[] ints = new int[strings.length]; in parseIntList() 124 for (int index = 0; index < strings.length; index++) { in parseIntList() 126 ints[index] = Integer.parseInt(strings[index]); in parseIntList()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ |
D | DevicePolicyResources.java | 45 public DevicePolicyStringResources strings() { in strings() method in DevicePolicyResources
|
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/ |
D | MetricQuery.java | 28 StringQuery<E> strings(); in strings() method
|
D | EnterpriseMetricInfo.java | 57 public List<String> strings() { in strings() method in EnterpriseMetricInfo
|
D | MetricQueryBuilder.java | 180 && mStringsQuery.matches(metric.strings()) in matches()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8479/ |
D | Android.bp | 39 "-Wwrite-strings",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/ |
D | Android.bp | 39 "-Wwrite-strings",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/ |
D | Android.bp | 39 "-Wwrite-strings",
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 57 String accountType, String tokenType, String[] strings, in addAccount() argument
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/ |
D | StubAuthenticator.java | 50 String tokenType, String[] strings, Bundle bundle) throws NetworkErrorException { in addAccount() argument
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 60 String accountType, String tokenType, String[] strings, in addAccount() argument
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JsonPrinter.java | 177 private void writeStringCollection(String name, Collection<String> strings) throws IOException { in writeStringCollection() argument 180 for (String str : strings) { in writeStringCollection()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | QuietModeTest.java | 110 TestApis.devicePolicy().resources().strings().set( in startActivityInQuietProfile_quietModeDialogShown() 130 TestApis.devicePolicy().resources().strings() in startActivityInQuietProfile_quietModeDialogShown()
|
D | DevicePolicyResourcesTest.java | 93 TestApis.devicePolicy().resources().strings().reset( in resetAllResources()
|
/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/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 737 String[] strings = new String[]{"first", "last"}; in testGetSerializableWithStringArray() local 738 mBundle.putSerializable(KEY1, strings); in testGetSerializableWithStringArray() 739 assertEquals(Arrays.asList(strings), in testGetSerializableWithStringArray() 742 assertEquals(Arrays.asList(strings), in testGetSerializableWithStringArray()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | wifi-current.txt | 219 field @Deprecated public static final String[] strings; 231 field @Deprecated public static final String[] strings; 260 field @Deprecated public static final String[] strings; 271 field @Deprecated public static final String[] strings; 279 field @Deprecated public static final String[] strings; 287 field @Deprecated public static final String[] strings;
|