/third_party/spirv-tools/test/fuzz/ |
D | data_synonym_transformation_test.cpp | 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 175 good_extract_2.Apply(context.get(), &transformation_context); in TEST() 180 replacement_2.Apply(context.get(), &transformation_context); in TEST() 191 good_extract_3.Apply(context.get(), &transformation_context); in TEST() 201 replacement_3.Apply(context.get(), &transformation_context); in TEST() 216 good_extract_4.Apply(context.get(), &transformation_context); in TEST() 221 replacement_4.Apply(context.get(), &transformation_context); in TEST() 232 good_extract_5.Apply(context.get(), &transformation_context); in TEST() 242 replacement_5.Apply(context.get(), &transformation_context); in TEST() [all …]
|
D | fuzzer_pass_test.cpp | 40 void Apply() override { in Apply() function in spvtools::fuzz::__anon6b49de3d0111::FuzzerPassMock 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | data_synonym_transformation_test.cpp | 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 175 good_extract_2.Apply(context.get(), &transformation_context); in TEST() 180 replacement_2.Apply(context.get(), &transformation_context); in TEST() 191 good_extract_3.Apply(context.get(), &transformation_context); in TEST() 201 replacement_3.Apply(context.get(), &transformation_context); in TEST() 216 good_extract_4.Apply(context.get(), &transformation_context); in TEST() 221 replacement_4.Apply(context.get(), &transformation_context); in TEST() 232 good_extract_5.Apply(context.get(), &transformation_context); in TEST() 242 replacement_5.Apply(context.get(), &transformation_context); in TEST() [all …]
|
D | fuzzer_pass_test.cpp | 40 void Apply() override { in Apply() function in spvtools::fuzz::__anonbe1067de0111::FuzzerPassMock 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | data_synonym_transformation_test.cpp | 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 175 good_extract_2.Apply(context.get(), &transformation_context); in TEST() 180 replacement_2.Apply(context.get(), &transformation_context); in TEST() 191 good_extract_3.Apply(context.get(), &transformation_context); in TEST() 201 replacement_3.Apply(context.get(), &transformation_context); in TEST() 216 good_extract_4.Apply(context.get(), &transformation_context); in TEST() 221 replacement_4.Apply(context.get(), &transformation_context); in TEST() 232 good_extract_5.Apply(context.get(), &transformation_context); in TEST() 242 replacement_5.Apply(context.get(), &transformation_context); in TEST() [all …]
|
D | fuzzer_pass_test.cpp | 40 void Apply() override { in Apply() function in spvtools::fuzz::__anon0b37a0720111::FuzzerPassMock 95 fuzzer_pass_mock.Apply(); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/ |
D | front_binder.h | 35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply() function 56 return functional_internal::Apply<R>(bound_args_, Idx(), in operator() 64 return functional_internal::Apply<R>(bound_args_, Idx(), in operator() 73 return functional_internal::Apply<R>(absl::move(bound_args_), Idx(), in operator() 83 return functional_internal::Apply<R>(absl::move(bound_args_), Idx(), in operator()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
D | README.md | 20 -k|Apply tls option LCCSCF_ALLOW_INSECURE 21 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED 22 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK 23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED 24 -b|Apply tls option LCCSCF_CACHE_COOKIES
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
D | README.md | 20 -k|Apply tls option LCCSCF_ALLOW_INSECURE 21 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED 22 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK 23 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteUnaryMinusOperatorFloat.cpp | 21 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root); 32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon7d3c581b0111::Traverser 94 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorFloat()
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | six-step.txt | 20 1b) Apply a length R FNT to each row. 26 3) Apply a length C FNT to each row. 43 2) Apply a length C FNT to each row. 49 4b) Apply a length R FNT to each row.
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | scheduler_bench.cpp | 30 BENCHMARK_REGISTER_F(Schedule, Empty)->Apply(Schedule::args); 48 BENCHMARK_REGISTER_F(Schedule, SomeWork)->Apply(Schedule::args); 70 ->Apply(Schedule::args);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | RewriteUnaryMinusOperatorInt.cpp | 22 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, TIntermNode *root); 33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply() function in sh::__anon33e4e6590111::Traverser 114 return Traverser::Apply(compiler, root); in RewriteUnaryMinusOperatorInt()
|
D | ExpandIntegerPowExpressions.cpp | 26 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply() function in sh::__anon8e7b06cc0111::Traverser 149 return Traverser::Apply(compiler, root, symbolTable); in ExpandIntegerPowExpressions()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_opcodes.h | 230 virtual void Apply (dng_host &host, 256 virtual void Apply (dng_host &host, 395 virtual void Apply (dng_host &host, 497 virtual void Apply (dng_host &host,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteTexelFetchOffset.cpp | 25 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 45 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon23203d700111::Traverser 165 return Traverser::Apply(compiler, root, symbolTable, shaderVersion); in RewriteTexelFetchOffset()
|
D | RewriteDfdy.cpp | 28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 61 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anon9aa0c1240111::Traverser 230 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
|
/third_party/skia/src/gpu/ |
D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() 22 if (Apply::kPathEffectOnly == apply) { in KeySize() 33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey() 63 if (Apply::kPathEffectAndStrokeRec == apply && style.strokeRec().needToApply()) { in WriteKey()
|
D | GrStyle.h | 44 enum class Apply { enum 66 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0); 75 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_relaxed_decorations.cpp | 30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations 44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_relaxed_decorations.cpp | 30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations 44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_relaxed_decorations.cpp | 30 void FuzzerPassAddRelaxedDecorations::Apply() { in Apply() function in spvtools::fuzz::FuzzerPassAddRelaxedDecorations 44 transformation.Apply(GetIRContext(), GetTransformationContext()); in Apply()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteInterpolateAtOffset.cpp | 28 ANGLE_NO_DISCARD static bool Apply(TCompiler *compiler, 65 bool Traverser::Apply(TCompiler *compiler, in Apply() function in sh::__anonba6742000111::Traverser 159 return Traverser::Apply(compiler, compileOptions, root, symbolTable, shaderVersion, specConst, in RewriteInterpolateAtOffset()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | mocking_bit_gen.h | 149 virtual void Apply(/*ArgTupleT*/ void* args_tuple, 156 void Apply(void* args_tuple, void* result) override { 221 it->second->Apply(args_tuple, result);
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
D | README.md | 21 -k|Apply tls option LCCSCF_ALLOW_INSECURE 22 -j|Apply tls option LCCSCF_ALLOW_SELFSIGNED 23 -m|Apply tls option LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK 24 -e|Apply tls option LCCSCF_ALLOW_EXPIRED
|