/external/syzkaller/vendor/google.golang.org/api/option/ |
D | option.go | 28 Apply(*internal.DialSettings) methodSpec 39 func (w withTokenSource) Apply(o *internal.DialSettings) { func 45 func (w withCredFile) Apply(o *internal.DialSettings) { func 72 func (w withEndpoint) Apply(o *internal.DialSettings) { func 84 func (w withScopes) Apply(o *internal.DialSettings) { func 97 func (w withUA) Apply(o *internal.DialSettings) { o.UserAgent = string(w) } func 109 func (w withHTTPClient) Apply(o *internal.DialSettings) { func 124 func (w withGRPCConn) Apply(o *internal.DialSettings) { func 136 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func 149 func (w withGRPCConnectionPool) Apply(o *internal.DialSettings) { func [all …]
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_fullstack_streaming_ping_pong.cc | 50 ->Apply(StreamingPingPongArgs); 52 ->Apply(StreamingPingPongArgs); 54 ->Apply(StreamingPingPongArgs); 67 ->Apply(StreamingPingPongArgs); 69 ->Apply(StreamingPingPongArgs); 71 ->Apply(StreamingPingPongArgs); 104 ->Apply(StreamingPingPongWithCoalescingApiArgs); 107 ->Apply(StreamingPingPongWithCoalescingApiArgs); 110 ->Apply(StreamingPingPongWithCoalescingApiArgs); 113 ->Apply(StreamingPingPongWithCoalescingApiArgs);
|
D | bm_fullstack_unary_ping_pong.cc | 44 ->Apply(SweepSizesArgs); 46 ->Apply(SweepSizesArgs); 52 ->Apply(SweepSizesArgs); 54 ->Apply(SweepSizesArgs); 60 ->Apply(SweepSizesArgs); 63 ->Apply(SweepSizesArgs);
|
/external/webrtc/webrtc/base/ |
D | exp_filter_unittest.cc | 21 filter.Apply(100.0f, 10.0f); in TEST() 32 filter.Apply(100.0f, 10.0f); in TEST() 37 filter.Apply(10.0f, 20.0f); in TEST() 45 filter.Apply(100.0f, 10.0f); in TEST() 48 filter.Apply(100.0f, 1.0f); in TEST() 60 filter.Apply(100.0f, 10.0f); in TEST() 66 filter.Apply(1.0f, 0.0f); in TEST()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | frame_dropper.cc | 43 _keyFrameRatio.Apply( in Reset() 54 _dropRatio.Apply(0.0f, 0.0f); // Initialize to 0 in Reset() 76 _keyFrameSizeAvgKbits.Apply(1, frameSizeKbits); in Fill() 77 _keyFrameRatio.Apply(1.0, 1.0); in Fill() 101 _keyFrameRatio.Apply(1.0, 0.0); in Fill() 172 _dropRatio.Apply(1.0f, 1.0f); in UpdateRatio() 175 _dropRatio.Apply(1.0f, 0.0f); in UpdateRatio()
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key() 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
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 | 43 enum class Apply { enum 65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0); 74 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
/external/skqp/src/gpu/ |
D | GrPath.cpp | 13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1); in write_style_key() 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
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 | 43 enum class Apply { enum 65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0); 74 static void WriteKey(uint32_t*, const GrStyle&, Apply, SkScalar scale, uint32_t flags = 0);
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 45 decorations[targetId].Apply( 58 d[memberIndex].Apply( 76 decorations[insn.word(i)].Apply(srcDecorations); 91 d[memberIndex].Apply(srcDecorations); 362 d.Apply(it->second); in PopulateInterfaceInner() 402 d.Apply(memberDecorationsIt->second[i]); in PopulateInterfaceInner() 432 d.Apply(it->second); in PopulateInterface() 440 void SpirvShader::Decorations::Apply(spv::Decoration decoration, uint32_t arg) in Apply() function in sw::SpirvShader::Decorations 477 void SpirvShader::Decorations::Apply(const sw::SpirvShader::Decorations &src) in Apply() function in sw::SpirvShader::Decorations
|
D | SpirvShader.hpp | 184 void Apply(Decorations const &src); 186 void Apply(spv::Decoration decoration, uint32_t arg);
|
/external/python/cpython3/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.
|
/external/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,
|
D | dng_opcodes.cpp | 226 void dng_opcode_Unknown::Apply (dng_host & /* host */, in Apply() function in dng_opcode_Unknown 359 void dng_filter_opcode::Apply (dng_host &host, in Apply() function in dng_filter_opcode 533 void dng_inplace_opcode::Apply (dng_host &host, in Apply() function in dng_inplace_opcode
|
D | dng_opcode_list.cpp | 111 void dng_opcode_list::Apply (dng_host &host, in Apply() function in dng_opcode_list 124 opcode.Apply (host, in Apply()
|
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector.cc | 68 filtered_frame_diff_ms_->Apply(1.0f, kInitialSampleDiffMs); in Reset() 70 filtered_processing_ms_->Apply(1.0f, InitialProcessingMs()); in Reset() 76 filtered_frame_diff_ms_->Apply(exp, sample_ms); in AddCaptureSample() 83 filtered_processing_ms_->Apply(exp, processing_ms); in AddSample()
|
/external/clang/test/SemaCXX/ |
D | class-base-member-init.cpp | 105 void Apply(Foo processor); 108 Apply(Bar()); in Fetch()
|
/external/perfetto/test/ |
D | end_to_end_benchmark.cc | 258 ->Apply(SaturateCpuProducerArgs); 267 ->Apply(ConstantRateProducerArgs); 276 ->Apply(SaturateCpuConsumerArgs); 285 ->Apply(ConstantRateConsumerArgs);
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | kernel_test.cc | 306 std::vector<float> Apply(const std::vector<float>& input, in Apply() function in tflite::flex::__anon1f642a4a0111::MultipleSubgraphsTest 342 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F() 377 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F() 411 ASSERT_THAT(GetValues(12), ElementsAreArray(Apply(input, [](float in) { in TEST_F()
|
/external/llvm/lib/Fuzzer/test/ |
D | FuzzerFnAdapterUnittest.cpp | 93 TEST(Apply, Bool) { in TEST() argument 102 TEST(Apply, Int) { in TEST() argument
|
/external/iptables/extensions/ |
D | libxt_connlimit.man | 16 Apply the limit onto the source group. This is the default if 20 Apply the limit onto the destination group.
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_opportunity.cpp | 22 Apply(); in TryToApply()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_opportunity.cpp | 22 Apply(); in TryToApply()
|