Home
last modified time | relevance | path

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

/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/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/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.py19 test_code = namedtuple('code', ['co_filename', 'co_name']) variable
1093 c = test_code('/foo.py', 'method')
1101 c = test_code('/foo.py', 'method')
1132 c = test_code('/foo.py', 'method')
1139 c = test_code('/foo.py', 'method')
1414 c = test_code('/foo.py', 'method')
1425 c = test_code('/foo.py', 'method')
1436 c = test_code('/foo.py', 'method')
Dtest_code.py445 from test import test_code
446 run_doctest(test_code, verbose)
Dtest_marshal.py111 def test_code(self): member in CodeTestCase
/third_party/ffmpeg/
Dconfigure1181 test_code(){ function
1182 log test_code "$@"
1503 test_code cc "$headers" "$type v" "$@" && enable_sanitized "$type"
1513 test_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" &&
1524 test_code ld "$headers" "$builtin" "cc" "$@" && enable "$name"
1534 test_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1542 test_code cc "$@" && enable "$name"
5288 test_code cc "" "int test[2*($expr) - 1]" &&
5764 test_code cc "" "char * $restrict_keyword p" && break
6520 enabled omx_rpi && { test_code cc OMX_Core.h OMX_IndexConfigBrcmVideoRequestIFrame ||
[all …]
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst5517 Fix test_code test when run from the installed location.
/third_party/python/Misc/
DHISTORY1870 - Issue #17756: Fix test_code test when run from the installed location.