Home
last modified time | relevance | path

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

12

/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/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/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java47 final CharSequence str = "123456"; in testConstructor() local
66 final CharSequence str = "123456"; in testOnItemClick() local
106 final CharSequence str = "123456"; in testOnClick() local
DMetaKeyKeyListenerTest.java37 final CharSequence str = "123456"; in testPressKey() local
62 final CharSequence str = "123456"; in testReleaseKey() local
87 CharSequence str = "123456"; in testAdjustMetaAfterKeypress() local
130 CharSequence str = "123456"; in testResetMetaState() local
210 MockSpannable str = new MockSpannable(); in testResetLockedMeta() local
252 CharSequence str = "123456"; in testClearMetaKeyState() local
278 CharSequence str = "123456"; in testClearMetaKeyState2() local
DBaseKeyListenerTest.java96 final String str = "123456"; in testBackspace_withSendKeys() local
151 final CharSequence str = "123456"; in testPressKey() local
DTouchTest.java184 private int getTextWidth(String str, TextPaint paint) { in getTextWidth()
DNumberKeyListenerTest.java110 SpannableString str = new SpannableString("012345"); in testLookup() local
/cts/tests/tests/util/src/android/util/cts/
DStringBuilderPrinterTest.java29 String str = strBuilder.toString(); in testStringBuilderPrinter() local
/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/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/tests/text/src/android/text/cts/
DAndroidCharacterTest.java148 String str = new String("if(a>b)"); in testMirror() local
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java124 CharSequence str = "TestCommit "; in testOpTextMethods() local
180 CharSequence str = "TestFinish"; in testFinishComposingText() local
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java123 String str = socket.toString(); in testAccessors() local
/cts/tests/tests/os/src/android/os/cts/
DPatternMatcherTest.java79 String str = "test"; in testToString() local
DLooperTest.java191 public String str; field in LooperTest.MockPrinter
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
DTest_if_eqz.java30 String str = "abc"; in testN2() local
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Dregexp.js62 function computeInputVariants(str, n) { argument
Dcode-load.js1488 function cacheBust(str, old) { argument
/cts/tests/tests/media/src/android/media/cts/
DPresetReverbTest.java105 String str = settings.toString(); in test1_1Properties() local
DVirtualizerTest.java114 String str = settings.toString(); in test1_1Properties() local

12