Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/external/syzkaller/vendor/google.golang.org/api/option/
Doption.go28 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/
Dbm_fullstack_streaming_ping_pong.cc50 ->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);
Dbm_fullstack_unary_ping_pong.cc44 ->Apply(SweepSizesArgs);
46 ->Apply(SweepSizesArgs);
52 ->Apply(SweepSizesArgs);
54 ->Apply(SweepSizesArgs);
60 ->Apply(SweepSizesArgs);
63 ->Apply(SweepSizesArgs);
/external/webrtc/webrtc/base/
Dexp_filter_unittest.cc21 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/
Dframe_dropper.cc43 _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/
DGrPath.cpp13 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()
DGrStyle.cpp11 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()
DGrStyle.h43 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/
DGrPath.cpp13 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()
DGrStyle.cpp11 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()
DGrStyle.h43 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/
DSpirvShader.cpp45 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
DSpirvShader.hpp184 void Apply(Decorations const &src);
186 void Apply(spv::Decoration decoration, uint32_t arg);
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dsix-step.txt20 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/
Ddng_opcodes.h230 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,
Ddng_opcodes.cpp226 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
Ddng_opcode_list.cpp111 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/
Doveruse_frame_detector.cc68 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/
Dclass-base-member-init.cpp105 void Apply(Foo processor);
108 Apply(Bar()); in Fetch()
/external/perfetto/test/
Dend_to_end_benchmark.cc258 ->Apply(SaturateCpuProducerArgs);
267 ->Apply(ConstantRateProducerArgs);
276 ->Apply(SaturateCpuConsumerArgs);
285 ->Apply(ConstantRateConsumerArgs);
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel_test.cc306 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/
DFuzzerFnAdapterUnittest.cpp93 TEST(Apply, Bool) { in TEST() argument
102 TEST(Apply, Int) { in TEST() argument
/external/iptables/extensions/
Dlibxt_connlimit.man16 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/
Dreduction_opportunity.cpp22 Apply(); in TryToApply()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_opportunity.cpp22 Apply(); in TryToApply()

12345678910>>...20