/test/mlts/benchmark/crashtest/ |
D | Android.mk | 17 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/ |
D | Android.mk | 17 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/ |
D | Android.mk | 17 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/ |
D | Android.mk | 15 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/ |
D | Android.mk | 17 LOCAL_PATH := $(call my-dir) 20 include $(call all-subdir-makefiles)
|
D | Android.poc_test.mk | 19 LOCAL_PATH := $(call my-dir)
|
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 42 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/ |
D | Android.mk | 15 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/ |
D | PerformanceDegradationTest.java | 119 public Optional<String> call() throws Exception { in call() method 157 /*start=*/ null).call(); in testDegradationForModels() 263 public Void call() throws IOException, BenchmarkException {
|
D | NoOpCrashTest.java | 47 public Optional<String> call() { in call() method
|
D | CrashingCrashTest.java | 57 public Optional<String> call() { in call() method
|
D | RandomGraphTest.java | 186 public Optional<String> call() throws Exception { in call() method
|
D | RunModelsInParallel.java | 108 public Optional<String> call() { in call() method
|
/test/vts/utils/python/archive/ |
D | Android.mk | 15 LOCAL_PATH:= $(call my-dir)
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …call(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/ |
D | Android.mk | 15 LOCAL_PATH:= $(call my-dir)
|
D | sancov_utils.py | 172 subprocess.call(args, stdout=tmp) 341 subprocess.call(args, stdout=tmp)
|
/test/vts/compilation_tools/vtsc/test/ |
D | Android.mk | 17 LOCAL_PATH:= $(call my-dir)
|
/test/vts/proto/ |
D | VtsDriverControlMessage.proto | 35 // To call a function. 46 // To invoke a system call.
|
D | ComponentSpecificationMessage.proto | 112 // 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.
|
D | ExecutionSpecificationMessage.proto | 23 // Specifies API call sequence.
|
D | AndroidSystemControlMessage.proto | 42 // To call a function. 175 // for the API call result including result value, profiling data, and
|
/test/vts/specification/ |
D | Android.mk | 17 LOCAL_PATH := $(call my-dir)
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestService.java | 114 final Optional<String> testResult = crashTest.call(); in onBind()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | AcceleratorSpecificTestSupport.java | 137 public Boolean call() throws Exception { in call() method in DriverLivenessChecker
|