Searched refs:call (Results 1 – 25 of 88) sorted by relevance
1234
66 call = self._instrument_call_with_arguments()67 call.append('{}/{}'.format(self._manifest_package_name, self._runner))69 call = ['nohup'] + call70 call.append('>>')71 call.append(os.path.join('$EXTERNAL_STORAGE', self._nohup_log_path))72 call.append('2>&1')73 return " ".join(call)84 call = ['am instrument']86 call.append(flag)87 call.append('-f')[all …]
31 call = builder.build()32 self.assertIn('package/runner', call)51 call = builder.build()52 self.assertIn('-f', call)60 call = builder.build()61 self.assertIn('-f /some/proto/path', call)69 call = builder.build()71 call, 'nohup am instrument -f some.manifest.package/runner >> '82 call = builder.build()83 self.assertIn('-e my_key_1 my_value_1', call)[all …]
15 LOCAL_PATH := $(call my-dir)25 deps := $(call copy-many-files,\26 …$(call intermediates-dir-for,JAVA_LIBRARIES,tradefed-no-fwk,HOST)/javalib.jar:$(HOST_OUT)/tradefed…28 fwk_deps := $(call copy-many-files,\29 …$(call intermediates-dir-for,JAVA_LIBRARIES,tradefed-test-framework,HOST)/javalib.jar:$(HOST_OUT)/…31 isodeps := $(call copy-many-files,\32 …$(call intermediates-dir-for,JAVA_LIBRARIES,tradefed-isolation,HOST)/javalib.jar:$(HOST_OUT)/trade…64 tradefed_dist_copy_pairs := $(call intermediates-dir-for,JAVA_LIBRARIES,tradefed-no-fwk,HOST,COMMON…65 tradefed_dist_copy_pairs += $(foreach m, $(tradefed_dist_host_jars), $(call intermediates-dir-for,J…67 tradefed_dist_copy_pairs += $(foreach m, $(tradefed_dist_test_apks), $(call intermediates-dir-for,A…[all …]
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/GoogleTradeFed_intermedia…48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/GoogleTradeFedTests_inter…51 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/atest)52 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/atest)
148 call1 = mock.call(test_runner_base.TestResult(161 call2 = mock.call(test_runner_base.TestResult(180 call = mock.call(test_runner_base.TestResult(193 self.mock_reporter.process_test_result.assert_has_calls([call])199 call = mock.call(test_runner_base.TestResult(212 self.mock_reporter.process_test_result.assert_has_calls([call])218 call = mock.call(test_runner_base.TestResult(231 self.mock_reporter.process_test_result.assert_has_calls([call])238 call = mock.call(test_runner_base.TestResult(251 self.mock_reporter.process_test_result.assert_has_calls([call])[all …]
73 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)76 calls = [mock.call.process_event(event_name, event_data)]95 calls = [mock.call.process_event(event_name,109 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)112 calls = [mock.call.process_event(event_name, event_data)]140 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)143 calls = [mock.call.process_event(name, data) for name, data in events]
144 call1 = mock.call(test_runner_base.TestResult(157 call2 = mock.call(test_runner_base.TestResult(176 call = mock.call(test_runner_base.TestResult(189 self.mock_reporter.process_test_result.assert_has_calls([call])195 call = mock.call(test_runner_base.TestResult(208 self.mock_reporter.process_test_result.assert_has_calls([call])214 call = mock.call(test_runner_base.TestResult(227 self.mock_reporter.process_test_result.assert_has_calls([call])234 call = mock.call(test_runner_base.TestResult(247 self.mock_reporter.process_test_result.assert_has_calls([call])[all …]
70 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)73 calls = [mock.call.process_event(event_name, event_data)]92 calls = [mock.call.process_event(event_name,106 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)109 calls = [mock.call.process_event(event_name, event_data)]137 subprocess.call("echo '%s' -n >> %s" %(data, event_file.name), shell=True)140 calls = [mock.call.process_event(name, data) for name, data in events]
16 LOCAL_PATH:= $(call my-dir)38 $(call intermediates-dir-for,JAVA_LIBRARIES,$(m),HOST,COMMON)/javalib.jar:gamecore/bin/$(m).jar)40 …$(call intermediates-dir-for,NATIVE_TESTS,$(m))/$(m)$(bit_suffix):gamecore/testcases/$(TARGET_ARCH…42 $(call intermediates-dir-for,APPS,$(m))/package.apk:gamecore/testcases/$(m).apk)54 gamecore_dist_intermediates := $(call intermediates-dir-for,PACKAGING,gamecore_dist,HOST,COMMON)57 $(gamecore_dist_zip) : $(SOONG_ZIP) $(foreach p,$(gamecore_dist_copy_pairs),$(call word-colon,1,$(p…62 cp -f $(call word-colon,1,$(p)) $(dir $@)/$(call word-colon,2,$(p)) &&) true65 $(foreach p,$(PRIVATE_COPY_PAIRS),-f $(dir $@)/$(call word-colon,2,$(p)))76 $(call dist-for-goals, gamecore, $(gamecore_dist_zip))82 include $(call all-makefiles-under,$(LOCAL_PATH))
18 $(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_MERGED_COMPAT_CONFIG))23 $(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_FLAGS))24 $(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_GREYLIST_METADATA))25 $(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_INDEX))
15 LOCAL_PATH := $(call my-dir)21 BUILT_JAR := $(call intermediates-dir-for,JAVA_LIBRARIES,loganalysis,HOST)/javalib.jar29 include $(call all-makefiles-under,$(LOCAL_PATH))
48 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationJavaTestCases*)49 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationHostTestCases*)50 $(call add-clean-step, rm -rf $(HOST_OUT)/gts/android-gts/testcases/GameQualificationNativeTestCase…
15 LOCAL_PATH := $(call my-dir)22 BUILT_JAR := $(call intermediates-dir-for,JAVA_LIBRARIES,tradefed-contrib,HOST)/javalib.jar30 include $(call all-makefiles-under,$(LOCAL_PATH))
15 LOCAL_PATH := $(call my-dir)32 LOCAL_SRC_FILES := $(call all-java-files-under, src)38 include $(call all-makefiles-under,$(LOCAL_PATH))
7 Traceback (most recent call last):15 Traceback (most recent call last):23 Traceback (most recent call last):31 Traceback (most recent call last):
17 LOCAL_PATH := $(call my-dir)19 include $(call all-subdir-makefiles)34 $(call dist-for-goals,acts tests,$(ACTS_DISTRO))59 $(call dist-for-goals,wts-acts tests,$(WTS_ACTS_DISTRO))
62 def call(self, to): member in TwilioClient73 call = self.call_handle.create(to=to, from_=self.__phone_number,75 return call.sid
15 LOCAL_PATH := $(call my-dir)16 include $(call all-makefiles-under,$(LOCAL_PATH))
15 LOCAL_PATH:= $(call my-dir)16 include $(call all-makefiles-under,$(LOCAL_PATH))
48 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/aidegen)49 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/aidegen)
42 $(call add-clean-step, rm -f $(HOST_OUT_EXECUTABLES)/acloud)43 $(call add-clean-step, rm -f $(SOONG_HOST_OUT_EXECUTABLES)/acloud)
15 LOCAL_PATH:= $(call my-dir)28 include $(call all-makefiles-under,$(LOCAL_PATH))
15 LOCAL_PATH := $(call my-dir)21 $(DEST_JAR): $(call intermediates-dir-for,JAVA_LIBRARIES,loganalysis-tests,HOST)/javalib.jar
15 LOCAL_PATH := $(call my-dir)20 BUILT_JAR := $(call intermediates-dir-for,JAVA_LIBRARIES,tf-remote-client,HOST)/javalib.jar