Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_capability_test.cpp1469 const string test_code = MakeAssembly(GetParam()); in TEST_P() local
1470 CompileSuccessfully(test_code, env); in TEST_P()
1471 ASSERT_EQ(ExpectedResult(GetParam()), ValidateInstructions(env)) << test_code; in TEST_P()
1475 const string test_code = MakeAssembly(GetParam()); in TEST_P() local
1476 CompileSuccessfully(test_code, SPV_ENV_UNIVERSAL_1_1); in TEST_P()
1479 << test_code; in TEST_P()
1483 const string test_code = MakeAssembly(GetParam()); in TEST_P() local
1484 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_0); in TEST_P()
1487 << test_code; in TEST_P()
1491 const string test_code = MakeAssembly(GetParam()); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/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 …]
/third_party/python/Lib/test/
Dtest_traceback.py17 test_code = namedtuple('code', ['co_filename', 'co_name']) variable
983 c = test_code('/foo.py', 'method')
991 c = test_code('/foo.py', 'method')
1022 c = test_code('/foo.py', 'method')
1029 c = test_code('/foo.py', 'method')
1239 c = test_code('/foo.py', 'method')
1250 c = test_code('/foo.py', 'method')
1261 c = test_code('/foo.py', 'method')
Dtest_code.py438 from test import test_code
439 run_doctest(test_code, verbose)
Dtest_marshal.py110 def test_code(self): member in CodeTestCase
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/
Drk_mipi.c171 static void rk_mipi_phy_write(uintptr_t regs, unsigned char test_code, in rk_mipi_phy_write() argument
178 rk_mipi_dsi_write(regs, PHY_TESTDIN, test_code); in rk_mipi_phy_write()
/third_party/grpc/src/php/tests/interop/
Dinterop_client.php614 $test_code = Grpc\STATUS_UNKNOWN;
618 $echo_status->setCode($test_code);
628 $status->code === $test_code,
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc846 const grpc::StatusCode test_code = grpc::StatusCode::UNKNOWN; in DoStatusWithMessage() local
854 requested_status->set_code(test_code); in DoStatusWithMessage()
870 requested_status->set_code(test_code); in DoStatusWithMessage()
/third_party/ffmpeg/
Dconfigure1177 test_code(){ function
1178 log test_code "$@"
1499 test_code cc "$headers" "$type v" "$@" && enable_sanitized "$type"
1509 test_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1520 test_code ld "$headers" "$builtin" "cc" "$@" && enable "$name"
1530 test_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1538 test_code cc "$@" && enable "$name"
5249 test_code cc "" "int test[2*($expr) - 1]" &&
5725 test_code cc "" "char * $restrict_keyword p" && break
6458 enabled omx_rpi && { test_code cc OMX_Core.h OMX_IndexConfigBrcmVideoRequestIFrame ||
[all …]
/third_party/python/Misc/
DNEWS26226 - bpo-17756: Fix test_code test when run from the installed location.
DHISTORY1870 - Issue #17756: Fix test_code test when run from the installed location.