/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | arg_matcher.rs | 151 ma.set_source(source); in start_custom_arg() 162 ma.set_source(source); in start_custom_group() 171 ma.set_source(ValueSource::CommandLine); in start_occurrence_of_arg() 181 ma.set_source(ValueSource::CommandLine); in start_occurrence_of_group() 199 ma.set_source(ValueSource::CommandLine); in start_occurrence_of_external()
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drm_perfetto.cc | 145 …event->set_source(perfetto::protos::pbzero::perfetto_pbzero_enum_VulkanMemoryEvent::SOURCE_BUFFER); in fd_alloc_log() 148 … event->set_source(perfetto::protos::pbzero::perfetto_pbzero_enum_VulkanMemoryEvent::SOURCE_IMAGE); in fd_alloc_log() 151 …event->set_source(perfetto::protos::pbzero::perfetto_pbzero_enum_VulkanMemoryEvent::SOURCE_DRIVER); in fd_alloc_log()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | arg_matcher.rs | 140 ma.set_source(source); in start_custom_arg() 148 ma.set_source(source); in start_custom_group() 164 ma.set_source(ValueSource::CommandLine); in start_occurrence_of_external()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | arg_matcher.rs | 140 ma.set_source(source); in start_custom_arg() 148 ma.set_source(source); in start_custom_group() 164 ma.set_source(ValueSource::CommandLine); in start_occurrence_of_external()
|
/aosp_15_r20/external/openscreen/discovery/mdns/ |
H A D | mdns_receiver_unittest.cc | 63 packet.set_source( in TEST() 118 packet.set_source( in TEST()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | writer_v3.cpp | 320 op.set_source(old_block + i); in EmitCopy() 373 op.set_source((old_block + blocks_written) * header_.block_size + offset); in ConstructCowOpCompressedBuffers() 375 op.set_source(next_data_pos_ + compressed_bytes); in ConstructCowOpCompressedBuffers() 510 op.set_source(next_data_pos_ + bytes_written); in FlushCacheOps()
|
H A D | test_v3.cpp | 703 op.set_source(1); in TEST_F() 705 op.set_source(2); in TEST_F() 707 op.set_source(4); in TEST_F() 709 op.set_source(8); in TEST_F() 729 op.set_source(0x010203040506); in TEST_F()
|
H A D | parser_v2.cpp | 237 new_op.set_source(source_info); in Translate()
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/trace/ |
H A D | AndroidInputEventProtoConverter.cpp | 47 outProto.set_source(event.source); in toProtoMotionEvent() 88 outProto.set_source(event.source); in toProtoKeyEvent()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/wear/media/ |
D | wear_media_atoms.pb.h | 247 void set_source(::android::app::wearservices::RequestSource value); in Swap() 373 inline void MediaSessionUpdated::set_source(::android::app::wearservices::RequestSource value) { in set_source() function
|
/aosp_15_r20/external/openscreen/platform/base/ |
H A D | udp_packet.h | 38 void set_source(IPEndpoint endpoint) { source_ = std::move(endpoint); } in set_source() function
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_perfetto.cc | 590 …event->set_source(perfetto::protos::pbzero::perfetto_pbzero_enum_VulkanMemoryEvent::SOURCE_BUFFER); in log_mem() 596 … event->set_source(perfetto::protos::pbzero::perfetto_pbzero_enum_VulkanMemoryEvent::SOURCE_IMAGE); in log_mem()
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_conv_adaptor_vcgen.h | 47 void set_source(VertexSource& source) in set_source() function
|
/aosp_15_r20/frameworks/av/services/mediametrics/ |
H A D | statsd_audiorecord.cpp | 64 metrics_proto.set_source(source); in statsd_audiorecord()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_event.h | 90 CJS_Result set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/ |
D | mod.rs | 302 pub(crate) fn set_source(mut self, source: Box<dyn error::Error + Send + Sync>) -> Self { in set_source() method 665 let mut err = Self::new(ErrorKind::ValueValidation).set_source(err); in value_validation()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/ |
H A D | mod.rs | 302 pub(crate) fn set_source(mut self, source: Box<dyn error::Error + Send + Sync>) -> Self { in set_source() method 665 let mut err = Self::new(ErrorKind::ValueValidation).set_source(err); in value_validation()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | matched_arg.rs | 173 pub(crate) fn set_source(&mut self, source: ValueSource) { in set_source() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | matched_arg.rs | 161 pub(crate) fn set_source(&mut self, source: ValueSource) { in set_source() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | matched_arg.rs | 161 pub(crate) fn set_source(&mut self, source: ValueSource) { in set_source() method
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_format.h | 241 constexpr void set_source(uint64_t source) { in set_source() function
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | receiver_unittest.cc | 173 packet_to_send.set_source(sender_endpoint_); in SendSenderReport() 218 packet_to_send.set_source(sender_endpoint_); in SendRtpPackets()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/healthfitness/ui/ |
D | ui_extension_atoms.pb.h | 597 void set_source(::android::healthfitness::ui::Source value); in Swap() 818 inline void HealthConnectAppOpenedReported::set_source(::android::healthfitness::ui::Source value) { in set_source() function
|
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/ |
H A D | commands.rs | 135 tracepoint.set_source(input.source.clone()); in parse_flags() 192 tracepoint.set_source(input.source.clone()); in parse_flags()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_gpu_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/gpu/ |
D | vulkan_memory_event.pb.h | 602 void set_source(::perfetto::protos::VulkanMemoryEvent_Source value); in Swap() 982 inline void VulkanMemoryEvent::set_source(::perfetto::protos::VulkanMemoryEvent_Source value) { in set_source() function
|