Home
last modified time | relevance | path

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

12

/test/mlts/benchmark/crashtest/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
27 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
28 $(call all-java-files-under, ../src/com/android/nn/benchmark/core) \
29 $(call all-java-files-under, ../src/com/android/nn/benchmark/evaluators) \
30 $(call all-java-files-under, ../src/com/android/nn/benchmark/imageprocessors) \
31 $(call all-java-files-under, ../src/com/android/nn/benchmark/util) \
32 $(call all-java-files-under, ../src/com/android/nn/crashtest/core) \
53 include $(call all-makefiles-under,$(LOCAL_PATH))
/test/mlts/benchmark/dogfood/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
27 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
28 $(call all-java-files-under, ../src/com/android/nn/benchmark/core) \
29 $(call all-java-files-under, ../src/com/android/nn/benchmark/evaluators) \
30 $(call all-java-files-under, ../src/com/android/nn/benchmark/imageprocessors) \
31 $(call all-java-files-under, ../src/com/android/nn/benchmark/util)
50 include $(call all-makefiles-under,$(LOCAL_PATH))
/test/mlts/benchmark/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/nn/benchmark)
52 LOCAL_SRC_FILES := $(call all-java-files-under, src)
72 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/nn/benchmark/core) \
73 $(call all-java-files-under, src/com/android/nn/benchmark/evaluators) \
74 $(call all-java-files-under, src/com/android/nn/benchmark/imageprocessors) \
75 $(call all-java-files-under, src/com/android/nn/benchmark/util)
83 include $(call all-makefiles-under,$(LOCAL_PATH))
/test/vti/test_serving/configs/global/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
25 $(vti-global-config-prod-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs))
41 $(vti-global-config-test-zip): $(SOONG_ZIP) $(call find-files-in-subdirs,.,"*.*_config", $(dirs))
54 $(call dist-for-goals, vti-global-config, $(vti-global-config-prod-zip) $(vti-global-config-test-zi…
/test/vts-testcase/security/poc/target/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
20 include $(call all-subdir-makefiles)
DAndroid.poc_test.mk19 LOCAL_PATH := $(call my-dir)
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
42 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
42 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java119 public Optional<String> call() throws Exception { in call() method
157 /*start=*/ null).call(); in testDegradationForModels()
263 public Void call() throws IOException, BenchmarkException {
DNoOpCrashTest.java47 public Optional<String> call() { in call() method
DCrashingCrashTest.java57 public Optional<String> call() { in call() method
DRandomGraphTest.java186 public Optional<String> call() throws Exception { in call() method
DRunModelsInParallel.java108 public Optional<String> call() { in call() method
/test/vts/utils/python/archive/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/test/mlts/benchmark/results/
DChart.bundle.min.js10call(d.exports,function(t){var i=e[o][1][t];return a(i||t)},d,d.exports,t,e,i,n)}return i[o].expor…
/test/vts/utils/python/coverage/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
Dsancov_utils.py172 subprocess.call(args, stdout=tmp)
341 subprocess.call(args, stdout=tmp)
/test/vts/compilation_tools/vtsc/test/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/test/vts/proto/
DVtsDriverControlMessage.proto35 // To call a function.
46 // To invoke a system call.
DComponentSpecificationMessage.proto112 // for OS kernel's system call.
160 // To specify a call flow event.
162 // true if for a function call event.
183 // To specify an API call to an interface.
223 // the HIDL interface ID used to call an API of another nested interface
244 // a specification of the call flows of the function.
DExecutionSpecificationMessage.proto23 // Specifies API call sequence.
DAndroidSystemControlMessage.proto42 // To call a function.
175 // for the API call result including result value, profiling data, and
/test/vts/specification/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTestService.java114 final Optional<String> testResult = crashTest.call(); in onBind()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DAcceleratorSpecificTestSupport.java137 public Boolean call() throws Exception { in call() method in DriverLivenessChecker

12