Searched refs:token (Results 1 – 17 of 17) sorted by relevance
94 for token in self.binary_test_working_directory:96 path = token97 if self.TAG_DELIMITER in token:98 tag, path = token.split(self.TAG_DELIMITER)104 for token in self.binary_test_envp:106 path = token107 split = token.find(self.TAG_DELIMITER)109 tag, path = token[:split], token[119 for token in self.binary_test_args:121 arg = token[all …]
95 public void restoreAndAssertSuccess(String token, String packageName) throws IOException { in restoreAndAssertSuccess() argument96 assertRestoreIsSuccessful(restore(token, packageName)); in restoreAndAssertSuccess()100 public void restoreAndAssertSuccessForUser(String token, String packageName, int userId) in restoreAndAssertSuccessForUser() argument102 assertRestoreIsSuccessful(restoreForUser(token, packageName, userId)); in restoreAndAssertSuccessForUser()105 public void restoreSync(String token, String packageName) throws IOException { in restoreSync() argument106 StreamUtil.drainAndClose(new InputStreamReader(restore(token, packageName))); in restoreSync()109 public String getRestoreOutput(String token, String packageName) throws IOException { in getRestoreOutput() argument110 return StreamUtil.readInputStream(restore(token, packageName)); in getRestoreOutput()223 private InputStream restore(String token, String packageName) throws IOException { in restore() argument224 return executeShellCommand(String.format("bmgr restore %s %s", token, packageName)); in restore()[all …]
44 token = serial.split(':')45 if len(token) == 2:47 socket.inet_aton(token[0])
83 token = self._GetToken()84 if not token:87 post_message.access_token = token
105 String token = GetToken(); in Upload() local106 if (token == null) { in Upload()109 message.setAccessToken(token); in Upload()
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()
136 String token = tokenMatcher.group().replaceAll("\"", ""); in getValidCliArgs() local137 validCliArgs.add(token); in getValidCliArgs()
204 private static void findToken(Scanner scanner, String token) { in findToken() argument207 if (next.equals(token)) { in findToken()
163 private void createConfig(File testsDir, String name, String token) throws IOException { in createConfig() argument164 createConfig(testsDir, name, token, TEST_STUB); in createConfig()167 private void createConfig(File testsDir, String name, String token, String moduleClass) in createConfig() argument174 if (token != null) { in createConfig()175 preparer = String.format(TOKEN, token); in createConfig()
51 ::android::hardware::Return<sp<::android::hidl::memory::token::V1_0::IMemoryToken>> get(
91 ::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()
317 …::hidl::memory::token::V1_0::IMemoryToken> *result_val_0 __attribute__((__unused__)) = reinterpret… in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
25 // oauth2.0 access token
259 android.hidl.token@1.0-adapter \260 android.hidl.token@1.0-adapter-helper \
152 android.hidl.memory.token@1.0-vts.driver \288 android.hidl.memory.token@1.0-vts.profiler \
350 // oauth2.0 access token
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...