Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp23 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 …]
DClearImageBenchmarks.cpp121 VulkanTester tester; member in ClearImageBenchmark
/third_party/rust/rust/library/alloc/src/collections/vec_deque/
Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDrawTests.cpp28 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/
DglsTextureStateQueryTests.cpp47 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/
Des31fSamplerStateQueryTests.cpp61 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
Des31fTextureStateQueryTests.cpp61 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/rust/rust/tests/ui/associated-types/
Dassociated-types-ref-from-struct.rs13 tester: T, field
46 let tester = TesterPair::new(EqU32(22), 23); in main() localVariable
49 let tester = TesterPair::new(EqI32(22), 23); in main() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc234 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/
Dgenerate_psa_constants.py262 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/openssl/external/perl/Text-Template-1.56/t/
Drt29928.t14 sub tester { subroutine
/third_party/unity/extras/bdd/test/
Dmeson.build9 executable('tester', sources, dependencies : unity_dep) build
/third_party/rust/rust/tests/ui/zero-sized/
Dzero-sized-linkedlist-push.rs12 let mut tester = LinkedList::new(); in main() localVariable
Dzero-sized-binary-heap-push.rs10 let mut tester = BinaryHeap::with_capacity(len); in main() localVariable
Dzero-sized-btreemap-insert.rs15 let mut tester = BTreeMap::new(); in main() localVariable
/third_party/rust/rust/tests/ui/issues/
Dissue-3424.rs10 fn tester() in tester() function
/third_party/rust/rust/src/tools/miri/tests/pass/
Dbinary-heap.rs8 let mut tester = BinaryHeap::with_capacity(len); in zero_sized_push() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_exception_safety_test.cc223 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/
Dmemory_exception_safety_test.cc33 auto tester = testing::MakeExceptionSafetyTester() in TEST() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fSamplerStateQueryTests.cpp77 TesterType tester; in init() member
Des3fTextureStateQueryTests.cpp89 TesterType tester; in init() member
/third_party/rust/rust/src/tools/clippy/tests/ui/
Duninlined_format_args.rs33 fn tester(fn_arg: i32) { in tester() function
/third_party/re2/re2/testing/
Dexhaustive_tester.cc140 Tester tester(regexp); in HandleRegexp() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet()
/third_party/python/Lib/distutils/
Dcmd.py244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument

12