Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 87) sorted by relevance

1234

/tools/tradefederation/core/atest/test_runners/
Devent_handler_unittest.py130 call1 = mock.call(test_runner_base.TestResult(
142 call2 = mock.call(test_runner_base.TestResult(
160 call = mock.call(test_runner_base.TestResult(
172 self.mock_reporter.process_test_result.assert_has_calls([call])
178 call = mock.call(test_runner_base.TestResult(
190 self.mock_reporter.process_test_result.assert_has_calls([call])
197 call = mock.call(test_runner_base.TestResult(
209 self.mock_reporter.process_test_result.assert_has_calls([call])
229 call1 = mock.call(test_runner_base.TestResult(
241 call2 = mock.call(test_runner_base.TestResult(
[all …]
Drobolectric_test_runner_unittest.py75 calls = [mock.call.process_event(event_name, event_data)]
94 calls = [mock.call.process_event(event_name,
114 calls = [mock.call.process_event(event_name, event_data)]
148 calls = [mock.call.process_event(name, data) for name, data in events]
/tools/tradefederation/core/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
23 deps := $(call copy-many-files,\
24 …$(call intermediates-dir-for,JAVA_LIBRARIES,tradefed,HOST)/javalib.jar:$(HOST_OUT)/tradefed/tradef…
63 tradefed_dist_copy_pairs := $(foreach m, $(tradefed_dist_host_jars), $(call intermediates-dir-for,J…
65 tradefed_dist_copy_pairs += $(foreach m, $(tradefed_dist_test_apks), $(call intermediates-dir-for,A…
71 tradefed_dist_intermediates := $(call intermediates-dir-for,PACKAGING,tradefed_dist,HOST,COMMON)
74 $(tradefed_dist_zip) : $(SOONG_ZIP) $(foreach f,$(tradefed_dist_copy_pairs),$(call word-colon,1,$(f…
77 cp -f $(call word-colon,1,$(f)) $(dir $@)/tmp/$(call word-colon,2,$(f)) &&) true
80 $(foreach f,$(PRIVATE_COPY_PAIRS),-f $(dir $@)/tmp/$(call word-colon,2,$(f)))
82 $(call dist-for-goals, tradefed, $(tradefed_dist_zip))
[all …]
DCleanSpec.mk47 $(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)
Dtradefed_win.bat21 call:checkCommand adb
22 call:checkCommand java
64 call:commandResult "hostname" HOST_NAME
65 call:commandResult "findstr /i /b "%HOST_NAME%" "%TRADEFED_OPTS_FILE%"" TRADEFED_OPTS
92 :: usage: call:commandResult "command" result
/tools/test/graphicsbenchmark/
DAndroid.mk16 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)) &&) true
65 $(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))
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVideoTest.py844 for call in calls:
845 if call != call_id_video:
846 call_id_voice = call
915 for call in calls:
916 if call != call_id_video:
917 call_id_voice = call
1142 for call in calls:
1143 if call != call_id_video:
1144 call_id_voice = call
1254 for call in calls:
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py209 for call in call_list:
210 state = ad.droid.telecomCallVideoGetState(call)
261 for call in call_list:
262 state = ad.droid.telecomCallVideoGetState(call)
436 for call in ad.droid.telecomCallGetCallIds():
437 state = ad.droid.telecomCallVideoGetState(call)
438 if (state == VT_STATE_AUDIO_ONLY and is_call_hd(log, ad, call)):
441 state, ad.droid.telecomCallGetProperties(call)))
827 for call in ad.droid.telecomCallGetCallIds():
828 if is_call_id_in_video_state(log, ad, call, video_state):
[all …]
Dtwilio_client.py62 def call(self, to): member in TwilioClient
73 call = self.call_handle.create(to=to, from_=self.__phone_number,
75 return call.sid
/tools/dexter/dexter/
Dexperimental.cc173 auto call = code_ir.Alloc<lir::Bytecode>(); in StressEntryHook() local
174 call->opcode = dex::OP_INVOKE_STATIC_RANGE; in StressEntryHook()
175 call->operands.push_back(args); in StressEntryHook()
176 call->operands.push_back(target_method); in StressEntryHook()
184 code_ir.instructions.InsertBefore(bytecode, call); in StressEntryHook()
266 auto call = code_ir.Alloc<lir::Bytecode>(); in StressExitHook() local
267 call->opcode = dex::OP_INVOKE_STATIC_RANGE; in StressExitHook()
268 call->operands.push_back(args); in StressExitHook()
269 call->operands.push_back(target_method); in StressExitHook()
270 code_ir.instructions.InsertBefore(bytecode, call); in StressExitHook()
/tools/test/connectivity/
DAndroid.mk17 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))
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py465 call = ad.droid.telecomCallGetCallById(call_id)
466 call_chld = set(call['Children'])
468 ad.serial, call, call_chld))
486 call = ad.droid.telecomCallGetCallById(call_id)
487 log.info("Call id: {} desc: {}".format(call_id, call))
488 if call['State'] in call_states:
/tools/acloud/internal/lib/
Dgcompute_client_test.py419 mock.call(project=PROJECT, image="fake_image_1"),
420 mock.call(project=PROJECT, image="fake_image_2")
445 mock.call(project=PROJECT, filter=None, pageToken=None),
446 mock.call(project=PROJECT, filter=None, pageToken=fake_token)
463 mock.call(project="fake-project-2", filter=None, pageToken=None)]
497 mock.call(
502 mock.call(
679 mock.call(
683 mock.call(
876 calls = [mock.call(instance="fake_instance_1"),
[all …]
Dutils_test.py248 mock.call(1),
249 mock.call(2),
250 mock.call(4),
251 mock.call(8),
252 mock.call(16)
/tools/loganalysis/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
21 BUILT_JAR := $(call intermediates-dir-for,JAVA_LIBRARIES,loganalysis,HOST)/javalib.jar
29 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/test/graphicsbenchmark/functional_tests/
DCleanSpec.mk48 $(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…
/tools/test/graphicsbenchmark/functional_tests/java/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
31 LOCAL_SRC_FILES := $(call all-java-files-under, src)
37 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/contrib/tests/build/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, ../src)
43 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java96 if (checker.call()) { in waitForCallable()
242 public Boolean call() throws Exception { in connectToNetwork()
268 public Boolean call() throws Exception { in connectToNetwork()
278 public Boolean call() throws Exception { in connectToNetwork()
287 public Boolean call() throws Exception { in connectToNetwork()
/tools/loganalysis/tests/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
42 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/contrib/build/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-java-files-under, ../src)
46 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/tests/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
47 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt157 val call = expression as UCallExpression in appendExpression() constant
158 val initializers = call.valueArguments in appendExpression()
337 val call = expression as UCallExpression in appendExpression() constant
338 val resolved = call.classReference?.resolve() in appendExpression()
342 sb.append(call.classReference?.resolvedName) in appendExpression()
346 for (arg in call.valueArguments) { in appendExpression()
/tools/acloud/public/acloud_kernel/
Dkernel_swapper_test.py95 mock.call(mount_cmd, shell=True),
96 mock.call(scp_cmd, shell=True),
97 mock.call(reboot_cmd, shell=True)
/tools/test/connectivity/acts/framework/acts/
Dutils.py1109 futures = [executor.submit(call) for call in calls]
1155 def call_wrapper(call): argument
1159 return call()
1175 futures = [executor.submit(call_wrapper, call) for call in calls]

1234