/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_capability_test.cpp | 2066 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2067 CompileSuccessfully(test_code, env); in TEST_P() 2070 << test_code; in TEST_P() 2076 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2077 CompileSuccessfully(test_code, SPV_ENV_UNIVERSAL_1_1); in TEST_P() 2080 << test_code; in TEST_P() 2087 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2088 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_0); in TEST_P() 2091 << test_code; in TEST_P() 2098 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 2066 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2067 CompileSuccessfully(test_code, env); in TEST_P() 2070 << test_code; in TEST_P() 2076 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2077 CompileSuccessfully(test_code, SPV_ENV_UNIVERSAL_1_1); in TEST_P() 2080 << test_code; in TEST_P() 2087 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2088 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_0); in TEST_P() 2091 << test_code; in TEST_P() 2098 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 2066 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2067 CompileSuccessfully(test_code, env); in TEST_P() 2070 << test_code; in TEST_P() 2076 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2077 CompileSuccessfully(test_code, SPV_ENV_UNIVERSAL_1_1); in TEST_P() 2080 << test_code; in TEST_P() 2087 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local 2088 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_0); in TEST_P() 2091 << test_code; in TEST_P() 2098 const std::string test_code = MakeAssembly(GetParam()); in TEST_P() local [all …]
|
/aosp_15_r20/tools/security/fuzzing/presubmit_test_fuzzers/ |
H A D | Android.bp | 9 "test_code.cpp" 25 "test_code.cpp"
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_code.py | 187 from test import test_code 188 run_doctest(test_code, verbose)
|
D | test_new.py | 106 def test_code(self): member in NewTest
|
D | test_marshal.py | 152 def test_code(self): member in CodeTestCase
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | run_android_test | 196 test_code = subprocess.call([ADB_PATH, 'shell', '-tt', 'echo Done; exit 42']) 197 if test_code != 42:
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | test_minifier_common.py | 229 test_code = self._gen_test_code(run_code, repro_after, repro_level) 231 test_proc, repro_dir = self._run_test_code(test_code, isolate=isolate)
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/ |
H A D | interop_client.php | 614 $test_code = Grpc\STATUS_UNKNOWN; 618 $echo_status->setCode($test_code); 628 $status->code === $test_code,
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_traceback.py | 25 test_code = namedtuple('code', ['co_filename', 'co_name']) variable 26 test_code.co_positions = lambda _: iter([(6, 6, 0, 0)]) 2254 c = test_code('/foo.py', 'method') 2262 c = test_code('/foo.py', 'method') 2293 c = test_code('/foo.py', 'method') 2300 c = test_code('/foo.py', 'method') 2618 c = test_code('/foo.py', 'method') 2629 c = test_code('/foo.py', 'method') 2640 c = test_code('/foo.py', 'method')
|
D | test_marshal.py | 113 def test_code(self): member in CodeTestCase
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | interop_client.cc | 904 const grpc::StatusCode test_code = grpc::StatusCode::UNKNOWN; in DoStatusWithMessage() local 912 requested_status->set_code(test_code); in DoStatusWithMessage() 928 requested_status->set_code(test_code); in DoStatusWithMessage() 951 const grpc::StatusCode test_code = grpc::StatusCode::UNKNOWN; in DoSpecialStatusMessage() local 958 requested_status->set_code(test_code); in DoSpecialStatusMessage()
|
/aosp_15_r20/cts/apps/CameraITS/tools/ |
H A D | run_all_tests.py | 914 test_code = output.returncode 976 if test_code == 0 and not test_skipped: 981 if test_code == 1 and not test_not_yet_mandated:
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/ |
H A D | mipi.c | 92 u8 test_code, in rk_mipi_dsi_phy_write() argument 104 PHY_TESTEN | PHY_TESTDOUT(0) | PHY_TESTDIN(test_code)); in rk_mipi_dsi_phy_write()
|
/aosp_15_r20/external/python/mako/test/ |
D | test_lexer.py | 537 def test_code(self): member in LexerTest
|
/aosp_15_r20/external/python/python-api-core/tests/unit/ |
D | test_grpc_helpers.py | 149 def test_code(self): member in Test_StreamingResponseIterator
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5517 Fix test_code test when run from the installed location.
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 1870 - Issue #17756: Fix test_code test when run from the installed location.
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.9.ninja | 739250 …d_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o: $ 739251 g.cc.cc tools/security/fuzzing/presubmit_test_fuzzers/test_code.cpp | $ 739253 …st_fuzzer_1_android_arm64_armv8-2a_cortex-a55_fuzzer.moduleDesc}clang++ test_code.cpp${m.test_fuzz… 739260 …rm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy: $ 739262 tools/security/fuzzing/presubmit_test_fuzzers/test_code.cpp | $ 739265 …fuzzer_1_android_arm64_armv8-2a_cortex-a55_fuzzer.moduleDesc}clang-tidy test_code.cpp${m.test_fuzz… 739287 …id_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o $ 739363 …fuzzer_1/linux_glibc_x86_64_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o: $ 739364 g.cc.cc tools/security/fuzzing/presubmit_test_fuzzers/test_code.cpp | $ 739366 …description = ${m.test_fuzzer_1_linux_glibc_x86_64_fuzzer.moduleDesc}clang++ test_code.cpp${m.test… [all …]
|
D | late-aosp_shiba.mk | 1723893 …oid_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o\ 1723896 …_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy\ 1723899 …oid_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o\ 1723902 …_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy\ 1723905 …t_fuzzer_1/linux_glibc_x86_64_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o\ 1723908 …uzzer_1/linux_glibc_x86_64_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy\ 1723911 …t_fuzzer_1/linux_glibc_x86_64_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o\ 1723914 …uzzer_1/linux_glibc_x86_64_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy\ 1723946 …oid_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.o\ 1723949 …_arm64_armv8-2a_cortex-a55_fuzzer/obj/tools/security/fuzzing/presubmit_test_fuzzers/test_code.tidy\ [all …]
|