Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 71) sorted by relevance

123

/cts/suite/audio_quality/lib/src/
DStringUtil.cpp24 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()
DSimpleScriptExec.cpp41 bool SimpleScriptExec::checkIfPassed(const android::String8& str, const android::String8& reMatch, in checkIfPassed()
DRWBuffer.h81 void writeStr(const android::String8& str) { in writeStr()
/cts/suite/audio_quality/test/
DStringUtilTest.cpp26 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/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java56 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
DMetaKeyKeyListenerTest.java53 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
DNumberKeyListenerTest.java103 SpannableString str = new SpannableString("012345"); in testLookup() local
DTouchTest.java183 private int getTextWidth(String str, TextPaint paint) { in getTextWidth()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/
DTest_if_nez.java26 String str = null; in testN2() local
35 String str = "abc"; in testN3() local
/cts/tests/tests/util/src/android/util/cts/
DStringBuilderPrinterTest.java40 String str = strBuilder.toString(); in testStringBuilderPrinter() local
/cts/tests/tests/database/src/android/database/cts/
DAbstractWindowedCursorTest.java60 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/
DUtils.java47 public static Number stringToNumber(String str) in stringToNumber()
70 private static Number stringToSmallestInteger(String str, int radix) in stringToSmallestInteger()
DScanner.java280 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/
DDatabaseStatementTest.java238 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/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java121 CharSequence str = "TestCommit "; in testOpTextMethods() local
159 CharSequence str = "TestFinish"; in testFinishComposingText() local
/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java109 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor()
118 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/
Dpoc.cpp61 String8 str = bufferProducer->getConsumerName(); in main() local
/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java165 String str = new String("if(a>b)"); in testMirror() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java380 private static void assertSuccess(String str) { in assertSuccess()
386 private static void assertEmpty(String str) { in assertEmpty()
/cts/tests/tests/os/src/android/os/cts/
DPatternMatcherTest.java79 String str = "test"; in testToString() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
DTest_if_eqz.java30 String str = "abc"; in testN2() local
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.cpp68 std::string str; in GLCheckErrorStr() local
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp28 std::string str; in memoryAsHexString() local
/cts/tests/tests/provider/src/libcore/util/
DHexEncoding.java122 private static int toDigit(char[] str, int offset) throws IllegalArgumentException { in toDigit()
/cts/hostsidetests/jvmti/attaching/app/jni/
Dcts_agent.cpp106 ScopedUtfChars str(env, descriptor); in Java_android_jvmti_JvmtiActivity_didSeeLoadOf() local

123