| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | TriangleBenchmarks.cpp | 23 static void RunBenchmark(benchmark::State &state, T &tester) in RunBenchmark() 40 DrawTester tester(multisample); in TriangleSolidColor() local 42 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleSolidColor() 60 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleSolidColor() 72 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleSolidColor() 91 DrawTester tester(multisample); in TriangleInterpolateColor() local 93 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleInterpolateColor() 113 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleInterpolateColor() 129 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleInterpolateColor() 150 DrawTester tester(multisample); in TriangleSampleTexture() local [all …]
|
| D | ClearImageBenchmarks.cpp | 121 VulkanTester tester; member in ClearImageBenchmark
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | DrawTests.cpp | 28 DrawTester tester; in TEST_F() local 29 tester.onCreateVertexBuffers([](DrawTester &tester) { in TEST_F() 47 tester.onCreateVertexShader([](DrawTester &tester) { in TEST_F() 60 tester.onCreateFragmentShader([](DrawTester &tester) { in TEST_F()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsTextureStateQueryTests.cpp | 47 static glw::GLenum mapTesterToPname (TesterType tester) in mapTesterToPname() 96 static bool isPureIntTester (TesterType tester) in isPureIntTester() 139 static bool isPureUintTester (TesterType tester) in isPureUintTester() 300 static bool isCoreTester (TesterType tester) in isCoreTester() 321 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 395 static bool isCoreTester (TesterType tester) in isCoreTester() 401 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 500 static bool isCoreTester (TesterType tester) in isCoreTester() 529 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 585 static bool isCoreTester (TesterType tester) in isCoreTester() [all …]
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fSamplerStateQueryTests.cpp | 61 static bool isIsVectorQuery (TesterType tester) in isIsVectorQuery() 66 static bool isExtendedParamQuery (TesterType tester) in isExtendedParamQuery() 114 TesterType tester; in init() member 218 …const TesterType tester = (pureSetters[setterNdx].verifier == QUERY_SAMPLER_PARAM_PURE_INTEGER) … in init() local
|
| D | es31fTextureStateQueryTests.cpp | 61 static bool isIsVectorQuery (TesterType tester) in isIsVectorQuery() 66 static bool isExtendedParamQuery (TesterType tester) in isExtendedParamQuery() 132 TesterType tester; in init() member 269 …const TesterType tester = (pureSetters[setterNdx].verifier == QUERY_TEXTURE_PARAM_PURE_INTEGER) … in init() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | inlined_vector_exception_safety_test.cc | 234 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 273 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 292 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 316 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 375 auto tester = testing::MakeExceptionSafetyTester().WithContracts( in TYPED_TEST() local 390 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 403 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 451 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 465 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 476 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local [all …]
|
| /third_party/mbedtls/scripts/ |
| D | generate_psa_constants.py | 262 def _make_key_type_from_curve_code(builder, tester): argument 268 def _make_key_type_from_group_code(builder, tester): argument 296 def _make_algorithm_from_hash_code(builder, tester): argument
|
| /third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
| D | rt29928.t | 14 sub tester { subroutine
|
| /third_party/openssl/external/perl/Text-Template-1.56/t/ |
| D | rt29928.t | 14 sub tester { subroutine
|
| /third_party/unity/extras/bdd/test/ |
| D | meson.build | 9 executable('tester', sources, dependencies : unity_dep) build
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| D | variant_exception_safety_test.cc | 223 auto tester = in TEST() local 232 auto tester = in TEST() local 260 auto tester = in TEST() local 311 auto tester = MakeExceptionSafetyTester() in TEST() local 466 auto tester = MakeExceptionSafetyTester() in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
| D | memory_exception_safety_test.cc | 33 auto tester = testing::MakeExceptionSafetyTester() in TEST() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fSamplerStateQueryTests.cpp | 77 TesterType tester; in init() member
|
| D | es3fTextureStateQueryTests.cpp | 89 TesterType tester; in init() member
|
| /third_party/node/test/parallel/ |
| D | test-eslint-async-iife-no-unused-result.js | 14 const tester = new RuleTester({ parserOptions: { ecmaVersion: 8 } }); constant
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | DrawTester.hpp | 192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet()
|
| /third_party/python/Lib/distutils/ |
| D | cmd.py | 244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| D | TestAudioActivity.java | 85 AudioStreamTester tester; field in TestAudioActivity.StreamContext
|
| /third_party/python/Lib/test/ |
| D | test_ntpath.py | 54 def tester(fn, wantResult): function
|
| D | test_argparse.py | 272 def _get_parser(self, tester): argument 279 def test_failures(self, tester): argument 286 def test_successes(self, tester): argument 3354 def _get_parser(self, tester): argument 3376 def _test(self, tester, parser_text): argument 3382 def test_format(self, tester): argument 3387 def test_print(self, tester): argument 3399 def test_print_file(self, tester): argument
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| D | rust-library.rs | 8572 let mut tester = Vec::with_capacity(len); localVariable 12935 let mut tester = VecDeque::with_capacity(len); localVariable 43523 let mut tester = VecDeque::with_capacity(15); localVariable 43564 let mut tester = VecDeque::with_capacity(15); localVariable 43595 let mut tester = VecDeque::with_capacity(15); localVariable 43617 let mut tester = VecDeque::with_capacity(15); localVariable 43636 let mut tester = VecDeque::with_capacity(15); localVariable 43708 let mut tester = VecDeque::with_capacity(15); localVariable 43743 let mut tester: VecDeque<usize> = VecDeque::with_capacity(7); localVariable 43769 let mut tester: VecDeque<usize> = VecDeque::with_capacity(7); localVariable [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | exception_safety_testing_test.cc | 660 auto tester = variable
|
| /third_party/openssl/test/ |
| D | endecode_test.c | 139 typedef int (tester)(const char *file, const int line, typedef
|
| /third_party/protobuf/src/google/protobuf/ |
| D | map_test.cc | 3363 MapReflectionTester tester(message->GetDescriptor()); in TEST() local 3377 MapReflectionTester tester(message.GetDescriptor()); in TEST() local
|