Home
last modified time | relevance | path

Searched refs:test_code (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_capability_test.cpp2066 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/
Dval_capability_test.cpp2066 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 Dval_capability_test.cpp2066 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 DAndroid.bp9 "test_code.cpp"
25 "test_code.cpp"
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_code.py187 from test import test_code
188 run_doctest(test_code, verbose)
Dtest_new.py106 def test_code(self): member in NewTest
Dtest_marshal.py152 def test_code(self): member in CodeTestCase
/aosp_15_r20/external/perfetto/tools/
H A Drun_android_test196 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 Dtest_minifier_common.py229 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 Dinterop_client.php614 $test_code = Grpc\STATUS_UNKNOWN;
618 $echo_status->setCode($test_code);
628 $status->code === $test_code,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_traceback.py25 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')
Dtest_marshal.py113 def test_code(self): member in CodeTestCase
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dinterop_client.cc904 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 Drun_all_tests.py914 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 Dmipi.c92 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/
Dtest_lexer.py537 def test_code(self): member in LexerTest
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_grpc_helpers.py149 def test_code(self): member in Test_StreamingResponseIterator
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5517 Fix test_code test when run from the installed location.
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY1870 - Issue #17756: Fix test_code test when run from the installed location.
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.9.ninja739250 …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 …]
Dlate-aosp_shiba.mk1723893 …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 …]