Searched refs:test_code (Results 1 - 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/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 in TEST_P() local 2109 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local 2120 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/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 in TEST_P() local 2109 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local 2120 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local [all...] |
| /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 in TEST_P() local 2109 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local 2120 const std::string test_code = MakeAssembly(GetParam()); TEST_P() local [all...] |
| /third_party/python/Lib/test/ |
| H A 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')
|
| H A D | test_marshal.py | 113 def test_code(self): member in CodeTestCase
|
| /third_party/ffmpeg/ |
| H A D | configure | 1190 test_code(){ function 1191 log test_code "$@" 1548 test_code cc "$headers" "$type v" "$@" && enable_sanitized "$type" 1558 test_code cc "$headers" "const void *p = &(($struct *)0)->$member" "$@" && 1569 test_code ld "$headers" "$builtin" "cc" "$@" && enable "$name" 1579 test_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name" 1587 test_code cc "$@" && enable "$name" 5405 test_code cc "" "int test[2*($expr) - 1]" && 5890 test_code cc "" "char * $restrict_keyword p" && break 6715 enabled omx_rpi && { test_code c [all...] |
Completed in 19 milliseconds