/external/cronet/tot/components/metrics/ |
D | histogram_controller.cc | 20 const char* GetPingHistogramName(mojom::UmaPingCallSource call_source) { in GetPingHistogramName() argument 21 switch (call_source) { in GetPingHistogramName() 113 mojom::UmaPingCallSource call_source) { in PingChildProcess() argument 121 base::UmaHistogramEnumeration(GetPingHistogramName(call_source), in PingChildProcess() 124 fetcher->Ping(call_source, in PingChildProcess() 126 base::Unretained(this), call_source)); in PingChildProcess() 129 void HistogramController::Pong(mojom::UmaPingCallSource call_source) { in Pong() argument 131 GetPingHistogramName(call_source), in Pong()
|
D | histogram_controller.h | 93 mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT() 97 void Pong(mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
|
D | child_histogram_fetcher_impl.cc | 99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() argument 105 switch (call_source) { in Ping()
|
D | child_histogram_fetcher_impl.h | 52 void Ping(mojom::UmaPingCallSource call_source,
|
/external/cronet/stable/components/metrics/ |
D | histogram_controller.cc | 20 const char* GetPingHistogramName(mojom::UmaPingCallSource call_source) { in GetPingHistogramName() argument 21 switch (call_source) { in GetPingHistogramName() 113 mojom::UmaPingCallSource call_source) { in PingChildProcess() argument 121 base::UmaHistogramEnumeration(GetPingHistogramName(call_source), in PingChildProcess() 124 fetcher->Ping(call_source, in PingChildProcess() 126 base::Unretained(this), call_source)); in PingChildProcess() 129 void HistogramController::Pong(mojom::UmaPingCallSource call_source) { in Pong() argument 131 GetPingHistogramName(call_source), in Pong()
|
D | histogram_controller.h | 93 mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT() 97 void Pong(mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
|
D | child_histogram_fetcher_impl.cc | 99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() argument 105 switch (call_source) { in Ping()
|
D | child_histogram_fetcher_impl.h | 52 void Ping(mojom::UmaPingCallSource call_source,
|
/external/cronet/stable/components/metrics/public/mojom/ |
D | histogram_fetcher.mojom | 46 Ping(UmaPingCallSource call_source) => ();
|
/external/cronet/tot/components/metrics/public/mojom/ |
D | histogram_fetcher.mojom | 46 Ping(UmaPingCallSource call_source) => ();
|
/external/pytorch/torch/_dynamo/variables/ |
D | user_defined.py | 1299 call_source = None 1305 call_source = WeakRefCallSource(self.source) 1306 return VariableBuilder(tx, call_source)(referent)
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 1122 const std::string call_source = SetImagesArrayLength(call_source_template, "6"); in TEST_F() local 1143 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1145 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1147 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1149 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1151 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F() 1153 …tests.push_back({rgen_source, ahit_source, chit_source, miss_source, intr_source, call_source, fal… in TEST_F()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 953 … bool ReportInvalidCommandBuffer(const CMD_BUFFER_STATE* cb_state, const char* call_source) const; 1059 …bool ValidateCommandBufferState(const CMD_BUFFER_STATE* cb_state, const char* call_source, int cur…
|
D | core_validation.cpp | 1970 …ecks::ReportInvalidCommandBuffer(const CMD_BUFFER_STATE *cb_state, const char *call_source) const { in ReportInvalidCommandBuffer() 1979 "You are adding %s to %s that is invalid because bound %s was %s.", call_source, in ReportInvalidCommandBuffer() 2935 …lidateCommandBufferState(const CMD_BUFFER_STATE *cb_state, const char *call_source, int current_su… in ValidateCommandBufferState() argument 2953 skip |= ReportInvalidCommandBuffer(cb_state, call_source); in ValidateCommandBufferState() 2960 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState() 2967 … report_data->FormatHandle(cb_state->commandBuffer).c_str(), call_source); in ValidateCommandBufferState()
|