/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()
|
D | SimpleScriptExec.cpp | 41 bool SimpleScriptExec::checkIfPassed(const android::String8& str, const android::String8& reMatch, in checkIfPassed()
|
D | RWBuffer.h | 81 void writeStr(const android::String8& str) { in writeStr()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | CharacterPickerDialogTest.java | 55 final CharSequence str = "123456"; in testConstructor() local 64 final CharSequence str = "123456"; in testConstructorNullContext() local 74 final CharSequence str = "123456"; in testOnItemClick() local 116 final CharSequence str = "123456"; in testOnClick() local
|
D | MetaKeyKeyListenerTest.java | 52 final CharSequence str = "123456"; in testPressKey() local 78 final CharSequence str = "123456"; in testReleaseKey() local 104 CharSequence str = "123456"; in testAdjustMetaAfterKeypress() local 149 CharSequence str = "123456"; in testResetMetaState() local 267 MockSpannable str = spy(new MockSpannable()); in testResetLockedMeta() local 311 CharSequence str = "123456"; in testClearMetaKeyState() local 338 CharSequence str = "123456"; in testClearMetaKeyState2() local
|
D | NumberKeyListenerTest.java | 102 SpannableString str = new SpannableString("012345"); in testLookup() local
|
D | TouchTest.java | 182 private int getTextWidth(String str, TextPaint paint) { in getTextWidth()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | StringBuilderPrinterTest.java | 39 String str = strBuilder.toString(); in testStringBuilderPrinter() 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/tools/dasm/src/dasm/ |
D | Utils.java | 47 public static Number stringToNumber(String str) in stringToNumber() 70 private static Number stringToSmallestInteger(String str, int radix) in stringToSmallestInteger()
|
D | Scanner.java | 280 String str = charBuf.toString(); in next_token() local 458 String str = charBuf.toString(); in readNumber() local
|
/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/tests/tests/text/src/android/text/cts/ |
D | AndroidCharacterTest.java | 164 String str = new String("if(a>b)"); in testMirror() 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/inputmethod/src/android/view/inputmethod/cts/ |
D | BaseInputConnectionTest.java | 148 CharSequence str = "TestCommit "; in testOpTextMethods() local 198 CharSequence str = "TestFinish"; in testFinishComposingText() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | PatternMatcherTest.java | 79 String str = "test"; in testToString() 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/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.cpp | 68 std::string str; in GLCheckErrorStr() local
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | AdoptableHostTest.java | 343 private static void assertSuccess(String str) { in assertSuccess() 349 private static void assertEmpty(String str) { in assertEmpty()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | TestRunHandler.java | 89 private static Map<String, Integer> stringToMap(String str) { in stringToMap()
|
D | SubPlanHelper.java | 272 String str = include.toString(); in addIncludeToSubPlan() local 290 String str = exclude.toString(); in addExcludeToSubPlan() local
|
/cts/hostsidetests/security/securityPatch/Bug-33039685/ |
D | poc.c | 34 int write_file(int fd, char *str) { in write_file()
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
D | cts_agent.cpp | 106 ScopedUtfChars str(env, descriptor); in Java_android_jvmti_JvmtiActivity_didSeeLoadOf() local
|