Home
last modified time | relevance | path

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

123

/tools/metalava/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
18 $(call dist-for-goals,sdk,$(HOST_OUT_JAVA_LIBRARIES)/metalava.jar)
20 $(call dist-for-goals,sdk,$(HOST_OUT_JAVA_LIBRARIES)/stub-annotations.jar)
/tools/tradefederation/core/prod-tests/tests/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
45 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/loganalysis/
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/loganalysis/tests/
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/prod-tests/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
46 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/test/connectivity/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
19 include $(call all-subdir-makefiles)
33 $(call dist-for-goals,tests,$(ACTS_DISTRO))
57 $(call dist-for-goals,tests,$(WTS_ACTS_DISTRO))
/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/tradefederation/contrib/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
48 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/acloud/internal/lib/
Dutils_test.py99 [mock.call(1), mock.call(2), mock.call(4), mock.call(8), mock.call(16)])
Dgcompute_client_test.py274 calls = [mock.call(
275 project=self.PROJECT, image="fake_image_1"), mock.call(
301 mock.call(
302 project=self.PROJECT, filter=None, pageToken=None), mock.call(
338 mock.call(
343 mock.call(
451 mock.call(
454 zone=self.ZONE), mock.call(
473 calls = [mock.call(instance="fake_instance_1"),
474 mock.call(instance="fake_instance_2")]
[all …]
/tools/tradefederation/core/tests/test-apps/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/tradefederation/core/util-apps/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 include $(call all-makefiles-under,$(LOCAL_PATH))
/tools/external/fat32lib/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/util-apps/WifiUtil/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/tests/test-apps/UITestApp/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/util-apps/DeviceSetupUtil/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/tradefederation/core/
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…
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-proto-files-under, proto)
42 LOCAL_SRC_FILES := $(call all-java-files-under, src)
126 include $(call all-makefiles-under,$(LOCAL_PATH))
146 tradefed_dist_intermediates := $(call intermediates-dir-for,PACKAGING,tradefed_dist,HOST,COMMON)
154 $(call dist-for-goals, apps_only, $(tradefed_dist_zip))
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/connectivity/acts/framework/acts/test_utils/bt/
Dnative_bt_test_utils.py19 from subprocess import call
30 call(
/tools/tradefederation/core/remote/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/tools/acloud/public/acloud_kernel/
Dkernel_swapper_test.py89 mock.call(
90 mount_cmd, shell=True), mock.call(
91 scp_cmd, shell=True), mock.call(
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java95 if (checker.call()) { in waitForCallable()
230 public Boolean call() throws Exception { in connectToNetwork()
256 public Boolean call() throws Exception { in connectToNetwork()
266 public Boolean call() throws Exception { in connectToNetwork()
275 public Boolean call() throws Exception { in connectToNetwork()
324 public Boolean call() throws Exception { in disconnectFromNetwork()
/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()

123