Home
last modified time | relevance | path

Searched full:collected (Results 1 – 25 of 5969) sorted by relevance

12345678910>>...239

/aosp_15_r20/external/fmtlib/support/
H A Ddocopt.py112 def match(self, left, collected=None): argument
113 collected = [] if collected is None else collected
116 return False, left, collected
118 same_name = [a for a in collected if a.name == self.name]
127 return True, left_, collected + [match]
129 return True, left_, collected
130 return True, left_, collected + [match]
221 def match(self, left, collected=None): argument
222 collected = [] if collected is None else collected
224 c = collected
[all …]
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dsampled_profile.proto21 // Protocol buffer for collected sample-based profiling data.
31 // profiles are collected once per uniformly sized period interval. Within
32 // each interval, the sampled data is collected at a random time. For
33 // example, if the interval is 60 s, then data would be collected at a
37 // The profile was collected upon resume from suspend.
40 // The profile was collected upon restoring a previous session.
43 // The profile was collected at process startup.
46 // The profile was collected after jank was detected while executing a task.
49 // The profile was collected after a thread was determined to be hung.
59 // The process in which the profile was collected.
[all …]
/aosp_15_r20/external/autotest/client/bin/result_tools/
H A Dresult_info.py31 collected_size: Size in bytes of the results collected from the dut.
35 information can be merged if a file was collected multiple times during
37 For example, `messages` of size 100 bytes was collected before the test
40 Later in the test, the file was collected again when it's size becomes 200
44 Not that the result infos collected from the dut don't have collected_size
45 (/C) set. That's because the collected size in such case is equal to the
55 # The total collected size is 300(100+200} bytes
60 The collected size tells us how much data was transfered from dut to drone
100 2. Create from previously collected information, i.e., a dictionary
136 # Size of bytes collected in an overwritten or removed directory.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
H A DDataprocMetricConfig.java356 * Required. Default metrics are collected unless `metricOverrides` are
373 * Required. Default metrics are collected unless `metricOverrides` are
408 * * Only the specified overridden metrics will be collected for the
411 * collected. The collection of the default metrics for other OSS metric
414 * all default YARN metrics will be collected.
443 * * Only the specified overridden metrics will be collected for the
446 * collected. The collection of the default metrics for other OSS metric
449 * all default YARN metrics will be collected.
478 * * Only the specified overridden metrics will be collected for the
481 * collected. The collection of the default metrics for other OSS metric
[all …]
/aosp_15_r20/external/libaom/aom/
H A Daom_external_partition.h74 * collected after partition split.
79 * collected after rectangular partition..
84 * collected after AB partition.
110 * Specifically, features collected before NONE partition.
125 * Specifically, features collected after NONE partition.
135 * Specifically, features collected after SPLIT partition.
145 * Specifically, features collected after RECTANGULAR partition.
153 * Specifically, features collected after AB partition: HORZ_A, HORZ_B, VERT_A,
175 /*!\brief Features collected from the tpl process.
192 /*!\brief Features collected from the simple motion process.
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/test/
H A DFlowGuideTest.kt140 "[main @coroutine#1] Collected 1", in testExampleFlow13()
141 "[main @coroutine#1] Collected 2", in testExampleFlow13()
142 "[main @coroutine#1] Collected 3" in testExampleFlow13()
150 …"\t\tFlow was collected in [CoroutineId(1), \"coroutine#1\":BlockingCoroutine{Active}@5511c7f8, Bl… in testExampleFlow14()
161 "[main @coroutine#1] Collected 1", in testExampleFlow15()
163 "[main @coroutine#1] Collected 2", in testExampleFlow15()
165 "[main @coroutine#1] Collected 3" in testExampleFlow15()
175 "Collected in 1220 ms" in testExampleFlow16()
185 "Collected in 1071 ms" in testExampleFlow17()
194 "Collected in 758 ms" in testExampleFlow18()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/
Dcollect.rs15 /// Future that resolves into a [`Collected`].
22 collected: Option<Collected<T::Data>>,
31 collected: Some(Collected::default()), in new()
38 type Output = Result<Collected<T::Data>, T::Error>;
47 me.collected.as_mut().unwrap().push_data(data); in poll()
60 me.collected.as_mut().unwrap().push_trailers(trailers); in poll()
72 Poll::Ready(Ok(me.collected.take().expect("polled after complete"))) in poll()
76 /// A collected body produced by [`Body::collect`] which collects all the DATA frames
79 pub struct Collected<B> { struct
84 impl<B: Buf> Collected<B> { impl
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DRuntimeAppOpAccessMessage.java38 /** Uid of package for which runtime app op access message was collected */
40 /** Op code of operation access which was collected */
42 /** Name of package for which runtime app op access message was collected */
44 /** Feature of package for which runtime app op access message was collected */
46 /** Message collected (including stacktrace for synchronous ops) */
59 * Uid of package for which runtime app op access message was collected
61 * Op code of operation access which was collected
63 * Name of package for which runtime app op access message was collected
65 * Attribution tag for which runtime app op access message was collected
67 * Message collected (including stacktrace for synchronous ops)
[all …]
/aosp_15_r20/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h176 /// Representation of the samples collected for a function.
178 /// This data structure contains all the collected samples for the body
213 /// Return the number of samples collected at the given location.
242 /// Return the total number of samples collected inside the function.
245 /// Return the total number of samples collected at the head of the
249 /// Return all the samples collected in the body of the function.
252 /// Return all the callsite samples collected in the body of the function.
287 /// Total number of samples collected inside this function.
289 /// Samples are cumulative, they include all the samples collected
293 /// Total number of samples collected at the head of the function.
[all …]
H A DSampleProfReader.h60 // in the function where the sample was collected. The line number is
94 // number of samples collected by the profiler at this source
115 // total number of samples collected for the inlined instance at this
164 // Total number of samples collected at the head (prologue) of the
172 // Total number of samples collected in this function.
183 // Number of samples collected at this location.
194 // Number of samples collected at the call site.
234 /// collected samples on all the instructions associated with that
240 /// instructions to the line numbers collected by the profiler.
248 /// 1. The total number of samples collected in F.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/
H A DMetricReportingTest.java77 MetricCollection collected = collector.collect(); in prepareRequest_callableCalled_metricsReported() local
79 assertThat(collected.metricValues(HTTP_CLIENT_NAME)).containsExactly("Apache"); in prepareRequest_callableCalled_metricsReported()
80 assertThat(collected.metricValues(LEASED_CONCURRENCY)).containsExactly(1); in prepareRequest_callableCalled_metricsReported()
81 assertThat(collected.metricValues(PENDING_CONCURRENCY_ACQUIRES)).containsExactly(2); in prepareRequest_callableCalled_metricsReported()
82 assertThat(collected.metricValues(AVAILABLE_CONCURRENCY)).containsExactly(3); in prepareRequest_callableCalled_metricsReported()
83 assertThat(collected.metricValues(MAX_CONCURRENCY)).containsExactly(4); in prepareRequest_callableCalled_metricsReported()
95 MetricCollection collected = collector.collect(); in prepareRequest_connectionManagerNotPooling_callableCalled_metricsReported() local
97 assertThat(collected.metricValues(HTTP_CLIENT_NAME)).containsExactly("Apache"); in prepareRequest_connectionManagerNotPooling_callableCalled_metricsReported()
98 assertThat(collected.metricValues(LEASED_CONCURRENCY)).isEmpty(); in prepareRequest_connectionManagerNotPooling_callableCalled_metricsReported()
99 assertThat(collected.metricValues(PENDING_CONCURRENCY_ACQUIRES)).isEmpty(); in prepareRequest_connectionManagerNotPooling_callableCalled_metricsReported()
[all …]
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.h78 * DataProcessor defines methods that must be implemented in order to process the data collected
110 // Callback to process the data collected during boot-time.
116 // Callback to process the data collected during a wake-up event.
121 // Callback to process the data collected periodically post boot complete.
127 // Callback to process the data collected during user switch.
134 * Callback to process the data collected on custom collection and filter the results only to
144 * Callback to periodically monitor the collected data and trigger the given |alertHandler|
150 // Callback to dump system event data and periodically collected data.
152 // Callback to dump system event data and periodically collected data in proto format.
157 * Callback to dump the custom collected data. When fd == -1, clear the custom collection cache.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dadaptive_merge.hpp28 , typename iterator_traits<RandIt>::size_type collected in adaptive_merge_combine_blocks() argument
39 size_type const l_combine = len-collected; in adaptive_merge_combine_blocks()
40 size_type const l_combine1 = len1-collected; in adaptive_merge_combine_blocks()
43 RandIt const first_data = first+collected; in adaptive_merge_combine_blocks()
99 , typename iterator_traits<RandIt>::size_type collected in adaptive_merge_final_merge() argument
109 size_type n_keys = collected-l_intbuf; in adaptive_merge_final_merge()
113 const size_type middle = xbuf_used && n_keys ? n_keys: collected; in adaptive_merge_final_merge()
246 size_type const collected = collect_unique(first, first+len1, to_collect, comp, xbuf); in adaptive_merge_impl() local
250 if(collected != to_collect && collected < 4){ in adaptive_merge_impl()
251 merge_bufferless(first, first+collected, first+len1, comp); in adaptive_merge_impl()
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestTest.java449 // Mock collected tests in testRun_betterFailure()
450 RunInstrumentationTestsAnswer collected = in testRun_betterFailure() local
472 doAnswer(collected) in testRun_betterFailure()
503 // Mock collected tests in testRun_rerun()
504 RunInstrumentationTestsAnswer collected = in testRun_rerun() local
535 doAnswer(collected) in testRun_rerun()
570 // Mock collected tests in testRun_duplicate()
571 RunInstrumentationTestsAnswer collected = in testRun_duplicate() local
594 doAnswer(collected) in testRun_duplicate()
622 // Mock collected tests in testRun_duplicate_disable()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/
H A DReflectionFrames.java70 * It also checks the expected frames collected
84 // and check the frames collected in the StackInspector in testNewStackInspector()
104 // and check the frames collected in the StackInspector in testNewStackInspector()
128 // and check the frames collected in the StackInspector in testNewStackInspector()
156 // and check the frames collected in the StackInspector in testNewStackInspector()
181 // and check the frames collected in the StackInspector in testNewStackInspector()
212 // and check the frames collected in the StackInspector in testNewStackInspector()
246 * It also checks the expected frames collected
260 // and check the frames collected in the StackInspector in testConstructor()
280 // and check the frames collected in the StackInspector in testConstructor()
[all …]
/aosp_15_r20/bionic/libc/bionic/
H A Dgetentropy.cpp40 size_t collected = 0; in getentropy_urandom() local
41 while (collected < buffer_size) { in getentropy_urandom()
42 ssize_t count = TEMP_FAILURE_RETRY(read(fd.get(), static_cast<char*>(buffer) + collected, in getentropy_urandom()
43 buffer_size - collected)); in getentropy_urandom()
45 collected += count; in getentropy_urandom()
60 size_t collected = 0; in getentropy() local
61 while (collected < buffer_size) { in getentropy()
62 long count = TEMP_FAILURE_RETRY(getrandom(static_cast<char*>(buffer) + collected, in getentropy()
63 buffer_size - collected, GRND_NONBLOCK)); in getentropy()
73 collected += count; in getentropy()
/aosp_15_r20/external/pytorch/third_party/
H A Dbuild_bundled.py11 collected = {}
28 if name in collected:
30 if collected[name]['License'] == ident:
31 collected[name]['Files'].append(root)
32 collected[name]['License_file'].append(license_file)
34 collected[name + f' ({root})'] = val
36 collected[name] = val
37 return collected
42 collected = collect_license(d)
43 sorted_keys = sorted(collected.keys())
[all …]
/aosp_15_r20/external/cronet/components/metrics/debug/
H A DREADME.md6 The page displays logs that have been collected by the UMA metrics service,
11 On debug builds, the page will show all logs collected since browser startup,
13 the page will instead show logs collected since the page was opened. This
18 logs collected throughout the Chrome session will be exported to the passed
20 release builds, this flag also has the effect of showing all logs collected
25 properly sent to Google servers and you want logs to be collected more often,
37 [chrome://histograms] would not have been collected under regular circumstances
38 (e.g., subprocess histograms, which are normally only collected periodically,
39 but are collected [immediately] when loading **chrome://histograms**). In other
/aosp_15_r20/external/kotlinx.coroutines/docs/topics/
H A Dflow.md168 run until the flow is collected. This becomes clear in the following example:
219 collected and that is why we see "Flow started" every time we call `collect` again.
572 simple().collect { value -> log("Collected $value") }
586 [main @coroutine#1] Collected 1
587 [main @coroutine#1] Collected 2
588 [main @coroutine#1] Collected 3
636 …Flow was collected in [CoroutineId(1), "coroutine#1":BlockingCoroutine{Active}@5511c7f8, BlockingE…
667 log("Collected $value")
682 [main @coroutine#1] Collected 1
684 [main @coroutine#1] Collected 2
[all …]
/aosp_15_r20/external/webrtc/api/test/network_emulation/
H A Dnetwork_emulation_interfaces.h71 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
94 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
104 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
127 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
164 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
182 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
225 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
231 // stats were collected.
233 // Collected iff EmulatedNetworkStatsGatheringMode::kDebug is enabled.
237 // spent in the emulated network node for which stats were collected.
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h295 /// Representation of the samples collected for a function.
297 /// This data structure contains all the collected samples for the body
337 /// Return the number of samples collected at the given location.
349 /// Returns the call target map collected at a given location.
406 /// Return the total number of samples collected inside the function.
436 /// Return all the samples collected in the body of the function.
439 /// Return all the callsite samples collected in the body of the function.
578 /// Total number of samples collected inside this function.
580 /// Samples are cumulative, they include all the samples collected
584 /// Total number of samples collected at the head of the function.
[all …]
H A DSampleProfReader.h59 // in the function where the sample was collected. The line number is
93 // number of samples collected by the profiler at this source
114 // total number of samples collected for the inlined instance at this
163 // Total number of samples collected at the head (prologue) of the
171 // Total number of samples collected in this function.
182 // Number of samples collected at this location.
193 // Number of samples collected at the call site.
278 /// Return the samples collected for function \p F if remapper knows
298 /// collected samples on all the instructions associated with that
304 /// instructions to the line numbers collected by the profiler.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dweak_ref.rs17 /// *not* guaranteed to not get collected until released.
64 /// This object may have already been garbage collected by the time this method is called. If
69 /// collected at least until `r` is deleted or becomes invalid.
83 /// This object may have already been garbage collected by the time this method is called. If
88 /// collected at least until `r` is dropped.
101 /// Checks if the object referred to by this `WeakRef` has been garbage collected.
122 /// `WeakRef` has been garbage collected, or false if the object has not yet been garbage
123 /// collected.
135 /// garbage collected.
147 /// This method returns `Ok(None)` if the object has already been garbage collected.
/aosp_15_r20/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
H A DCpuUsageHelperTest.java74 * Test cpu usage metrics are collected.
88 * Test that at least one cpu usage per pkg or uid and per preq index is collected,
89 * the total usage is collected, and that the total usage is indeed the sum of the per pkg/uid
94 // Variables to verify existence of collected metrics. in testCpuUsageMetricsKey()
128 * Test cpu usage metrics are not collected per pkg and per freq and collected only total cpu
144 * Test cpu usage metrics are not collected per freq, total
145 * usage per freq and package and collected only cpu usage
163 * Test cpu utilization is collected.
/aosp_15_r20/external/python/cpython3/Doc/library/
Dgc.rst20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in
87 * ``collections`` is the number of times this generation was collected;
89 * ``collected`` is the total number of objects collected inside this
139 and have not yet been collected by the garbage collector can be listed among the
280 "generation": The oldest generation being collected.
282 "collected": When *phase* is "stop", the number of objects
283 successfully collected.
286 that could not be collected and were put in :data:`garbage`.
292 various generations are collected, and how long the collection

12345678910>>...239