/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioTestRunner.java | 53 public void sendMessage(int msgType, String str) { in sendMessage() 57 public void sendMessage(int testId, int msgType, String str) { in sendMessage() 69 String str = (String) msg.obj; in handleMessage() local 88 public void testStarted(int testId, String str) { in testStarted() 92 public void testMessage(int testId, String str) { in testMessage() 96 public void testEndedOk(int testId, String str) { in testEndedOk() 100 public void testEndedError(int testId, String str) { in testEndedError()
|
/cts/suite/audio_quality/test/ |
D | StringUtilTest.cpp | 26 android::String8 str("hello"); in TEST_F() local 32 android::String8 str("hello there"); in TEST_F() local 48 android::String8 str("hello there"); in TEST_F() local 55 android::String8 str("hello:there:break:this:"); in TEST_F() local
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 24 std::vector<android::String8>* StringUtil::split(const android::String8& str, char delimiter) in split() 42 android::String8 StringUtil::substr(const android::String8& str, size_t pos, size_t n) in substr() 57 int StringUtil::compare(const android::String8& str, const char* other) in compare() 62 bool StringUtil::endsWith(const android::String8& str, const char* other) in endsWith()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | CharacterPickerDialogTest.java | 56 final CharSequence str = "123456"; in testConstructor() local 65 final CharSequence str = "123456"; in testConstructorNullContext() local 75 final CharSequence str = "123456"; in testOnItemClick() local 117 final CharSequence str = "123456"; in testOnClick() local
|
D | MetaKeyKeyListenerTest.java | 53 final CharSequence str = "123456"; in testPressKey() local 79 final CharSequence str = "123456"; in testReleaseKey() local 105 CharSequence str = "123456"; in testAdjustMetaAfterKeypress() local 150 CharSequence str = "123456"; in testResetMetaState() local 268 MockSpannable str = spy(new MockSpannable()); in testResetLockedMeta() local 312 CharSequence str = "123456"; in testClearMetaKeyState() local 339 CharSequence str = "123456"; in testClearMetaKeyState2() local
|
/cts/hostsidetests/incrementalinstall/app/nativelibcompressed/src/cpp/ |
D | compressednative_lib.cpp | 7 std::string str = "String from compressed native lib"; in Java_android_incrementalinstall_incrementaltestapp_nativelib_CompressedNativeLib_getString() local
|
/cts/hostsidetests/incrementalinstall/app/nativelibuncompressed/src/cpp/ |
D | uncompressednative_lib.cpp | 7 std::string str = "String from uncompressed native lib"; in Java_android_incrementalinstall_incrementaltestapp_nativelib_UncompressedNativeLib_getString() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/ |
D | Test_if_nez.java | 26 String str = null; in testN2() local 35 String str = "abc"; in testN3() local
|
/cts/tests/tests/database/src/android/database/cts/ |
D | AbstractWindowedCursorTest.java | 60 String str = "abcdefg"; in testIsNull() local 73 String str = "abcdefg"; in testIsBlob() local 98 String str = "abcdefg"; in testGetString() local
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StringBuilderPrinterTest.java | 40 String str = strBuilder.toString(); in testStringBuilderPrinter() local
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | BufferDebug.java | 64 final StringBuilder str = new StringBuilder(); in toHex() local 87 private static void writeRow(StringBuilder str, byte[] buf, int start, int len, int max) { in writeRow()
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | DatabaseStatementTest.java | 238 String str = c.getString(strCol); in testStatementMultipleBindings() local 240 assertEquals(Long.toHexString(i), str); in testStatementMultipleBindings() local 273 String str = c.getString(strCol); in run() local 275 assertEquals(Long.toHexString(i), str); in run() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9472/ |
D | poc.cpp | 35 size_t strlen(const char *str) { in strlen()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | BaseInputConnectionTest.java | 124 CharSequence str = "TestCommit "; in testOpTextMethods() local 162 CharSequence str = "TestFinish"; in testFinishComposingText() local
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | BaseTileServiceTest.java | 109 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor() 118 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog()
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | DebuggingTest.java | 125 final String str = ProtoOutputStream.getFieldIdString( in checkFieldIdString() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | AndroidCharacterTest.java | 165 String str = new String("if(a>b)"); in testMirror() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/ |
D | poc.cpp | 61 String8 str = bufferProducer->getConsumerName(); in main() local
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyGroups.java | 44 StringBuilder str = new StringBuilder(); in toString() local 123 StringBuilder str = new StringBuilder(); in toString() local
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | CVE_2021_0523.java | 33 private static void extractInt(String str, int[] displaySize) { in extractInt()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | PatternMatcherTest.java | 79 String str = "test"; in testToString() local
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.cpp | 68 std::string str; in GLCheckErrorStr() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/ |
D | Test_if_eqz.java | 30 String str = "abc"; in testN2() local
|
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/ |
D | SharedPrefsProvider.kt | 72 val str = Base64.encodeToString(bytes, Base64.DEFAULT) in update() constant
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | AdoptableHostTest.java | 495 private static void assertSuccess(String str) { in assertSuccess() 501 private static void assertEmpty(String str) { in assertEmpty()
|