/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_capability_test.cpp | 1469 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/ |
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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/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 …]
|
/third_party/python/Lib/test/ |
D | test_traceback.py | 17 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')
|
D | test_code.py | 438 from test import test_code 439 run_doctest(test_code, verbose)
|
D | test_marshal.py | 110 def test_code(self): member in CodeTestCase
|
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/ |
D | rk_mipi.c | 171 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/ |
D | interop_client.php | 614 $test_code = Grpc\STATUS_UNKNOWN; 618 $echo_status->setCode($test_code); 628 $status->code === $test_code,
|
/third_party/grpc/test/cpp/interop/ |
D | interop_client.cc | 846 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/ |
D | configure | 1177 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/ |
D | NEWS | 26226 - bpo-17756: Fix test_code test when run from the installed location.
|
D | HISTORY | 1870 - Issue #17756: Fix test_code test when run from the installed location.
|