Home
last modified time | relevance | path

Searched refs:call_source (Results 1 – 14 of 14) sorted by relevance

/external/cronet/tot/components/metrics/
Dhistogram_controller.cc20 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()
Dhistogram_controller.h93 mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
97 void Pong(mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
Dchild_histogram_fetcher_impl.cc99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() argument
105 switch (call_source) { in Ping()
Dchild_histogram_fetcher_impl.h52 void Ping(mojom::UmaPingCallSource call_source,
/external/cronet/stable/components/metrics/
Dhistogram_controller.cc20 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()
Dhistogram_controller.h93 mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
97 void Pong(mojom::UmaPingCallSource call_source); in COMPONENT_EXPORT()
Dchild_histogram_fetcher_impl.cc99 void ChildHistogramFetcherImpl::Ping(mojom::UmaPingCallSource call_source, in Ping() argument
105 switch (call_source) { in Ping()
Dchild_histogram_fetcher_impl.h52 void Ping(mojom::UmaPingCallSource call_source,
/external/cronet/stable/components/metrics/public/mojom/
Dhistogram_fetcher.mojom46 Ping(UmaPingCallSource call_source) => ();
/external/cronet/tot/components/metrics/public/mojom/
Dhistogram_fetcher.mojom46 Ping(UmaPingCallSource call_source) => ();
/external/pytorch/torch/_dynamo/variables/
Duser_defined.py1299 call_source = None
1305 call_source = WeakRefCallSource(self.source)
1306 return VariableBuilder(tx, call_source)(referent)
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp1122 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/
Dcore_validation.h953 … 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…
Dcore_validation.cpp1970 …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()