/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 94 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/ |
D | BackupUtils.java | 95 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/web/ |
D | dashboard_rest_client.py | 83 token = self._GetToken() 84 if not token: 87 post_message.access_token = token
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | VtsDashboardUtil.java | 105 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/ |
D | CtsConfigLoadingTest.java | 32 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/ |
D | OptionHelper.java | 136 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/ |
D | RootProcessScanner.java | 204 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/ |
D | ModuleRepoTest.java | 163 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/ |
D | MemoryTest.vts.h | 51 ::android::hardware::Return<sp<::android::hidl::memory::token::V1_0::IMemoryToken>> get(
|
D | MemoryTest.driver.cpp | 92 ::android::hardware::Return<sp<::android::hidl::memory::token::V1_0::IMemoryToken>> Vts_android_har… in get() 222 sp<::android::hidl::memory::token::V1_0::IMemoryToken> result0 = hw_binder_proxy_->get(); in CallFunction()
|
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/ |
D | MemoryTest.profiler.cpp | 317 …::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/ |
D | TestSuiteResultMessage.proto | 25 // oauth2.0 access token
|
/test/vts/tools/build/tasks/list/ |
D | vts_adapter_package_list.mk | 255 android.hidl.token@1.0-adapter \ 256 android.hidl.token@1.0-adapter-helper \
|
D | vts_test_lib_hidl_package_list.mk | 141 android.hidl.memory.token@1.0-vts.driver \ 265 android.hidl.memory.token@1.0-vts.profiler \
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 350 // oauth2.0 access token
|