/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | test3.cpp | 45 struct Add struct 47 Add() { } in Add() argument 48 Add(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Add() function 49 Add(const Add& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Add() function 65 std::ostream& operator<<(std::ostream& out, const Add& a) in operator <<() argument
|
/external/webrtc/rtc_base/numerics/ |
D | sample_counter.cc | 23 void SampleCounter::Add(int sample) { in Add() function in rtc::SampleCounter 36 void SampleCounter::Add(const SampleCounter& other) { in Add() function in rtc::SampleCounter 89 void SampleCounterWithVariance::Add(int sample) { in Add() function in rtc::SampleCounterWithVariance 98 void SampleCounterWithVariance::Add(const SampleCounterWithVariance& other) { in Add() function in rtc::SampleCounterWithVariance
|
D | histogram_percentile_counter.cc | 28 void HistogramPercentileCounter::Add(const HistogramPercentileCounter& other) { in Add() function in rtc::HistogramPercentileCounter 37 void HistogramPercentileCounter::Add(uint32_t value, size_t count) { in Add() function in rtc::HistogramPercentileCounter 47 void HistogramPercentileCounter::Add(uint32_t value) { in Add() function in rtc::HistogramPercentileCounter
|
/external/perfetto/src/tracing/internal/ |
D | track_event_interned_fields.cc | 25 void InternedEventCategory::Add(protos::pbzero::InternedData* interned_data, in Add() function in perfetto::internal::InternedEventCategory 37 void InternedEventName::Add(protos::pbzero::InternedData* interned_data, in Add() function in perfetto::internal::InternedEventName 48 void InternedDebugAnnotationName::Add( in Add() function in perfetto::internal::InternedDebugAnnotationName 61 void InternedDebugAnnotationValueTypeName::Add( in Add() function in perfetto::internal::InternedDebugAnnotationValueTypeName
|
/external/rust/android-crates-io/extra_versions/crates/clap/examples/tutorial_derive/ |
D | 03_04_subcommands_alt.rs | 14 Add(Add), enumerator 18 struct Add { struct 29 Commands::Add(name) => { in main() argument
|
/external/cronet/stable/base/trace_event/ |
D | interned_args_helper.cc | 35 void InternedSourceLocation::Add( in Add() function in base::trace_event::InternedSourceLocation 56 void InternedLogMessage::Add( in Add() function in base::trace_event::InternedLogMessage 66 void InternedBuildId::Add(perfetto::protos::pbzero::InternedData* interned_data, in Add() function in base::trace_event::InternedBuildId 75 void InternedMappingPath::Add( in Add() function in base::trace_event::InternedMappingPath 97 void InternedMapping::Add(perfetto::EventContext* ctx, in Add() function in base::trace_event::InternedMapping 144 void InternedUnsymbolizedSourceLocation::Add( in Add() function in base::trace_event::InternedUnsymbolizedSourceLocation
|
/external/cronet/tot/base/trace_event/ |
D | interned_args_helper.cc | 35 void InternedSourceLocation::Add( in Add() function in base::trace_event::InternedSourceLocation 56 void InternedLogMessage::Add( in Add() function in base::trace_event::InternedLogMessage 66 void InternedBuildId::Add(perfetto::protos::pbzero::InternedData* interned_data, in Add() function in base::trace_event::InternedBuildId 75 void InternedMappingPath::Add( in Add() function in base::trace_event::InternedMappingPath 97 void InternedMapping::Add(perfetto::EventContext* ctx, in Add() function in base::trace_event::InternedMapping 144 void InternedUnsymbolizedSourceLocation::Add( in Add() function in base::trace_event::InternedUnsymbolizedSourceLocation
|
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
D | custom_call_encoding.h | 102 CustomCallArgEncodingSet &Add() { in Add() function 150 CustomCallAttrEncodingSet &Add() { in Add() function 158 CustomCallAttrEncodingSet &Add(ConstructorArg &&arg, in Add() function 391 AggregateAttrDef &Add(std::string name, Extract<T> extract, in Add() function 400 AggregateAttrDef &Add(std::string name, Extract<bool> extract) { in Add() function 404 AggregateAttrDef &Add(std::string name, Extract<int64_t> extract) { in Add() function 408 AggregateAttrDef &Add(std::string name, in Add() function
|
/external/google-breakpad/src/processor/ |
D | synth_minidump.cc | 367 Dump& Dump::Add(SynthMinidump::Section *section) { in Add() function in google_breakpad::SynthMinidump::Dump 373 Dump& Dump::Add(Stream *stream) { in Add() function in google_breakpad::SynthMinidump::Dump 380 Dump& Dump::Add(Memory *memory) { in Add() function in google_breakpad::SynthMinidump::Dump 392 Dump& Dump::Add(Thread *thread) { in Add() function in google_breakpad::SynthMinidump::Dump 397 Dump& Dump::Add(Module *module) { in Add() function in google_breakpad::SynthMinidump::Dump 402 Dump& Dump::Add(UnloadedModule *unloaded_module) { in Add() function in google_breakpad::SynthMinidump::Dump
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.h | 122 HttpAnnotation& Add(const chttp2::TransportFlowControl::Stats& stats) { in Add() function 127 HttpAnnotation& Add(const chttp2::StreamFlowControl::Stats& stats) { in Add() function 132 HttpAnnotation& Add(const WriteStats& stats) { in Add() function
|
/external/webrtc/video/ |
D | stats_counter.cc | 48 void Add(int sample) { in Add() function in webrtc::AggregatedCounter 88 void Add(int sample, uint32_t stream_id) { in Add() function in webrtc::Samples 141 void Add(int sample) { in Add() function 239 void StatsCounter::Add(int sample) { in Add() function in webrtc::StatsCounter 319 void AvgCounter::Add(int sample) { in Add() function in webrtc::AvgCounter 344 void MaxCounter::Add(int sample) { in Add() function in webrtc::MaxCounter 367 void PercentCounter::Add(bool sample) { in Add() function in webrtc::PercentCounter 391 void PermilleCounter::Add(bool sample) { in Add() function in webrtc::PermilleCounter 417 void RateCounter::Add(int sample) { in Add() function in webrtc::RateCounter
|
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
D | Add.java | 15 public class Add implements IExpression { class 21 public Add(final IExpression l, final IExpression r) { in Add() method in Add
|
/external/libtextclassifier/native/annotator/datetime/testing/ |
D | datetime-component-builder.cc | 21 DatetimeComponentsBuilder DatetimeComponentsBuilder::Add( in Add() function in libtextclassifier3::DatetimeComponentsBuilder 29 DatetimeComponentsBuilder DatetimeComponentsBuilder::Add( in Add() function in libtextclassifier3::DatetimeComponentsBuilder
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/work_queue/ |
D | basic_work_queue.cc | 52 void BasicWorkQueue::Add(EventEngine::Closure* closure) { in Add() function in grpc_event_engine::experimental::BasicWorkQueue 57 void BasicWorkQueue::Add(absl::AnyInvocable<void()> invocable) { in Add() function in grpc_event_engine::experimental::BasicWorkQueue
|
/external/libaom/test/ |
D | md5_helper.h | 23 void Add(const aom_image_t *img) { in Add() function 47 void Add(const uint8_t *data, size_t size) { in Add() function
|
/external/libvpx/test/ |
D | md5_helper.h | 22 void Add(const vpx_image_t *img) { in Add() function 46 void Add(const uint8_t *data, size_t size) { in Add() function
|
/external/vixl/examples/aarch64/ |
D | custom-disassembler.cc | 132 __ Add(x10, x16, x17); in GenerateCustomDisassemblerTestCode() local 134 __ Add(x11, ip0, ip1); in GenerateCustomDisassemblerTestCode() local 135 __ Add(w5, w6, w30); in GenerateCustomDisassemblerTestCode() local
|
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-memop-immediate-8192-a32.cc | 3402 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); in TestHelper() local 3442 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3452 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3482 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3493 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3513 __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local 3515 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local
|
D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 3410 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); in TestHelper() local 3451 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3461 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3492 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3503 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3523 __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local 3525 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local
|
D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 3410 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); in TestHelper() local 3451 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3461 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3492 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3503 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3523 __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local 3525 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local
|
D | test-simulator-cond-rd-memop-immediate-512-a32.cc | 3402 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); in TestHelper() local 3442 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3452 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3482 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3493 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3513 __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local 3515 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local
|
D | test-simulator-cond-rd-memop-rs-a32.cc | 3414 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); in TestHelper() local 3455 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3465 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3496 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3507 __ Add(base_register, base_register, memop_tmp); in TestHelper() local 3527 __ Add(result_ptr, result_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local 3529 __ Add(input_ptr, input_ptr, Operand::From(sizeof(kTests[i].inputs[0]))); in TestHelper() local
|
/external/grpc-grpc/src/core/lib/event_engine/work_queue/ |
D | basic_work_queue.cc | 54 void BasicWorkQueue::Add(EventEngine::Closure* closure) { in Add() function in grpc_event_engine::experimental::BasicWorkQueue 59 void BasicWorkQueue::Add(absl::AnyInvocable<void()> invocable) { in Add() function in grpc_event_engine::experimental::BasicWorkQueue
|
/external/cronet/stable/components/prefs/ |
D | pref_change_registrar.cc | 38 void PrefChangeRegistrar::Add(std::string_view path, in Add() function in PrefChangeRegistrar 44 void PrefChangeRegistrar::Add(std::string_view path, in Add() function in PrefChangeRegistrar
|
/external/cronet/tot/components/prefs/ |
D | pref_change_registrar.cc | 38 void PrefChangeRegistrar::Add(std::string_view path, in Add() function in PrefChangeRegistrar 44 void PrefChangeRegistrar::Add(std::string_view path, in Add() function in PrefChangeRegistrar
|