Home
last modified time | relevance | path

Searched refs:token (Results 1 – 17 of 17) sorted by relevance

/test/vts/testcases/template/binary_test/
Dbinary_test.py94 for token in self.binary_test_working_directory:
96 path = token
97 if self.TAG_DELIMITER in token:
98 tag, path = token.split(self.TAG_DELIMITER)
104 for token in self.binary_test_envp:
106 path = token
107 split = token.find(self.TAG_DELIMITER)
109 tag, path = token[:split], token[
119 for token in self.binary_test_args:
121 arg = token
[all …]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java95 public void restoreAndAssertSuccess(String token, String packageName) throws IOException { in restoreAndAssertSuccess() argument
96 assertRestoreIsSuccessful(restore(token, packageName)); in restoreAndAssertSuccess()
100 public void restoreAndAssertSuccessForUser(String token, String packageName, int userId) in restoreAndAssertSuccessForUser() argument
102 assertRestoreIsSuccessful(restoreForUser(token, packageName, userId)); in restoreAndAssertSuccessForUser()
105 public void restoreSync(String token, String packageName) throws IOException { in restoreSync() argument
106 StreamUtil.drainAndClose(new InputStreamReader(restore(token, packageName))); in restoreSync()
109 public String getRestoreOutput(String token, String packageName) throws IOException { in getRestoreOutput() argument
110 return StreamUtil.readInputStream(restore(token, packageName)); in getRestoreOutput()
223 private InputStream restore(String token, String packageName) throws IOException { in restore() argument
224 return executeShellCommand(String.format("bmgr restore %s %s", token, packageName)); in restore()
[all …]
/test/vts/utils/python/controllers/
Dfastboot.py44 token = serial.split(':')
45 if len(token) == 2:
47 socket.inet_aton(token[0])
/test/vts/utils/python/web/
Ddashboard_rest_client.py83 token = self._GetToken()
84 if not token:
87 post_message.access_token = token
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsDashboardUtil.java105 String token = GetToken(); in Upload() local
106 if (token == null) { in Upload()
109 message.setAccessToken(token); in Upload()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java32 import com.android.tradefed.invoker.shard.token.TokenProperty;
399 for (String token : tokens) { in checkTokens()
401 TokenProperty.valueOf(token.toUpperCase()); in checkTokens()
405 "Config: %s includes an unknown token '%s'.", configName, token)); in checkTokens()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java136 String token = tokenMatcher.group().replaceAll("\"", ""); in getValidCliArgs() local
137 validCliArgs.add(token); in getValidCliArgs()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DRootProcessScanner.java204 private static void findToken(Scanner scanner, String token) { in findToken() argument
207 if (next.equals(token)) { in findToken()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java163 private void createConfig(File testsDir, String name, String token) throws IOException { in createConfig() argument
164 createConfig(testsDir, name, token, TEST_STUB); in createConfig()
167 private void createConfig(File testsDir, String name, String token, String moduleClass) in createConfig() argument
174 if (token != null) { in createConfig()
175 preparer = String.format(TOKEN, token); in createConfig()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DMemoryTest.vts.h51 ::android::hardware::Return<sp<::android::hidl::memory::token::V1_0::IMemoryToken>> get(
DMemoryTest.driver.cpp91 ::android::hardware::Return<sp<::android::hidl::memory::token::V1_0::IMemoryToken>> Vts_android_har… in get()
221 sp<::android::hidl::memory::token::V1_0::IMemoryToken> result0 = hw_binder_proxy_->get(); in CallFunction()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DMemoryTest.profiler.cpp317 …::hidl::memory::token::V1_0::IMemoryToken> *result_val_0 __attribute__((__unused__)) = reinterpret… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
/test/vti/dashboard/src/main/proto/
DTestSuiteResultMessage.proto25 // oauth2.0 access token
/test/vts/tools/build/tasks/list/
Dvts_adapter_package_list.mk259 android.hidl.token@1.0-adapter \
260 android.hidl.token@1.0-adapter-helper \
Dvts_test_lib_hidl_package_list.mk152 android.hidl.memory.token@1.0-vts.driver \
288 android.hidl.memory.token@1.0-vts.profiler \
/test/vts/proto/
DVtsReportMessage.proto350 // oauth2.0 access token
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...