/hardware/intel/common/libmix/mix_audio/tests/ |
Makefile.am | 1 SUBDIRS = smoke
|
/art/test/003-omnibus-opcodes/ |
info.txt | 1 This is a smoke test of many Dalvik opcodes.
|
/external/vulkan-validation-layers/demos/smoke/android/src/main/res/values/ |
strings.xml | 3 <string name="app_name">Smoke</string>
|
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 1 This is a smoke test that makes sure that dx complains when a local
|
/frameworks/base/tests/SmokeTestApps/ |
README | 2 to trigger the smoke tests to fail. They are otherwise not useful.
|
/external/vulkan-validation-layers/demos/smoke/android/ |
build-and-install | 27 ( cd ..; python3 glsl-to-spirv Smoke.frag Smoke.frag.h ${glslang} ) 28 ( cd ..; python3 glsl-to-spirv Smoke.vert Smoke.vert.h ${glslang} ) 29 ( cd ..; python3 glsl-to-spirv Smoke.push_constant.vert Smoke.push_constant.vert.h ${glslang} ) 41 adb shell am start com.example.Smoke/android.app.NativeActivity
|
CMakeLists.txt | 17 project(Smoke) 21 set(smokeDir "${demosDir}/smoke") 40 add_library(Smoke SHARED 47 ${smokeDir}/Smoke.cpp 50 target_include_directories(Smoke PRIVATE 56 target_link_libraries(Smoke
|
/dalvik/dx/tests/040-dex-constructor/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/113-old-style-inner-class/ |
info.txt | 1 This is a smoke test of dex conversion, which makes sure that
|
/external/compiler-rt/test/safestack/ |
init.c | 4 // Basic smoke test for the runtime library.
|
/external/tensorflow/tensorflow/tools/gcs_test/ |
Dockerfile | 22 RUN mkdir -p /gcs-smoke/python 23 COPY gcs_smoke_wrapper.sh /gcs-smoke/ 24 COPY python/gcs_smoke.py /gcs-smoke/python/
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/ |
SmokeTest.java | 17 package android.test.suitebuilder.examples.smoke; 19 import android.test.suitebuilder.annotation.Smoke; 22 @Smoke
|
/external/autotest/client/site_tests/cheets_StartAndroid/ |
control.smoke | 7 ATTRIBUTES = "suite:smoke" 8 NAME = "cheets_StartAndroid.smoke"
|
/external/autotest/test_suites/ |
control.brillo-smoke | 6 NAME = "brillo-smoke" 24 args_dict['name'] = 'brillo-smoke'
|
/external/vulkan-validation-layers/demos/smoke/ |
CMakeLists.txt | 19 glsl_to_spirv(Smoke.frag) 20 glsl_to_spirv(Smoke.vert) 21 glsl_to_spirv(Smoke.push_constant.vert) 29 Smoke.cpp 30 Smoke.h 31 Smoke.frag.h 32 Smoke.vert.h 33 Smoke.push_constant.vert.h
|
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 1 This is a smoke test of dex conversion, which ensures that the
|
/dalvik/dx/tests/044-dex-math-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|
/dalvik/dx/tests/045-dex-switch-ops/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that
|