Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 15 of 15) sorted by relevance

/cts/suite/audio_quality/lib/src/task/
DTaskSound.cpp64 std::unique_ptr<std::vector<android::String8> > tokens(StringUtil::split(type, ':')); in run() local
DTaskProcess.cpp254 std::vector<android::String8>& tokens = *(paramTokens.get()); in parseParams() local
300 std::vector<android::String8>* tokens = tokenPtr.get(); in parseAttribute() local
/cts/suite/audio_quality/test/
DStringUtilTest.cpp56 std::vector<android::String8>* tokens = StringUtil::split(str, ':'); in TEST_F() local
/cts/suite/audio_quality/lib/src/
DStringUtil.cpp26 std::vector<android::String8>* tokens = new std::vector<android::String8>(); in split() local
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java186 String[] tokens = commandOutput.split("\\s+"); in createAndStartUser() local
360 String[] tokens = feature.split(":"); in hasDeviceFeature() local
/cts/hostsidetests/apex/src/android/apex/cts/
DApexTest.java129 String[] tokens = mountInfoLine.split(" "); in MountEntry() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java141 String[] tokens = feature.split(":"); in hasDeviceFeature() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java335 String[] tokens = lines[i].split("\\{|\\}|:"); in getUserFlags() local
595 String[] tokens = feature.split(":"); in hasDeviceFeature() local
634 String[] tokens = commandOutput.split("\\s+"); in createUser() local
658 String[] tokens = commandOutput.split("\\s+"); in getUserIdFromCreateUserCommandOutput() local
810 String[] tokens = line.split("\\(|\\)| "); in removeOwners() local
823 String[] tokens = line.split("\\{|\\}"); in removeOwners() local
/cts/tests/tests/text/src/android/text/method/cts/
DEditorState.java88 final String[] tokens = string.split(" +"); in setByString() local
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenizerTest.java131 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(""); in testTokenize() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteTradefedParser.java161 String[] tokens = ln.split(" = "); in parseFile() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionManagerTest.java399 private boolean listContainsToken(List<Session2Token> tokens, Session2Token token) { in listContainsToken()
513 public void onSession2TokensChanged(List<Session2Token> tokens) { in onSession2TokensChanged()
DMediaSession2ServiceTest.java205 final List<Session2Token> tokens = new ArrayList<>(); in testOnGetSession_returnsDifferentSessions() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java245 String[] tokens = commandOutput.split("\\n"); in getUserSerialNumber() local
/cts/tests/tests/jni/src/android/jni/cts/
DLinkerNamespacesHelper.java121 String[] tokens = line.split(" "); in readPublicLibrariesFile() local