Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 2023) sorted by relevance

12345678910>>...81

/aosp_15_r20/external/webrtc/system_wrappers/include/
H A Dmetrics.h106 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument
109 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
112 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
115 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
118 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
121 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
124 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument
129 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument
136 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
139 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
[all …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_functions.cc14 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
20 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean()
27 int sample, in UmaHistogramExactLinear()
35 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) { in UmaHistogramExactLinear()
60 int sample, in UmaHistogramCustomCounts()
71 int sample, in UmaHistogramCustomCounts()
81 void UmaHistogramCounts100(const std::string& name, int sample) { in UmaHistogramCounts100()
85 void UmaHistogramCounts100(const char* name, int sample) { in UmaHistogramCounts100()
89 void UmaHistogramCounts1000(const std::string& name, int sample) { in UmaHistogramCounts1000()
93 void UmaHistogramCounts1000(const char* name, int sample) { in UmaHistogramCounts1000()
[all …]
H A Dhistogram_macros.h96 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
105 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
127 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \ argument
157 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument
183 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
186 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
189 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
192 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
195 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
198 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
[all …]
H A Dhistogram_macros_local.h26 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
43 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
46 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
49 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample) \ argument
52 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
62 #define LOCAL_HISTOGRAM_TIMES(name, sample) \ argument
66 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
72 #define LOCAL_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \ argument
83 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
92 #define LOCAL_HISTOGRAM_COUNTS(name, sample) \ argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dhistogram_macros.h92 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
101 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
118 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
137 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
163 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
166 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
169 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
172 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
175 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
178 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
[all …]
Dhistogram_macros_local.h30 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
47 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
50 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
53 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample) \ argument
56 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
66 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument
70 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
81 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
90 #define LOCAL_HISTOGRAM_COUNTS(name, sample) \ argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dhistogram_macros.h92 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
101 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
118 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
137 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
163 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
166 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
169 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
172 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
175 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
178 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
[all …]
Dhistogram_macros_local.h30 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
47 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
50 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
53 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample) \ argument
56 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
66 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument
70 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
81 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
90 #define LOCAL_HISTOGRAM_COUNTS(name, sample) \ argument
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_macros.h89 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
98 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
115 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
134 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
160 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
163 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
166 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
169 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
172 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
175 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
[all …]
H A Dhistogram_functions.cc14 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
21 int sample, in UmaHistogramExactLinear()
34 int sample, in UmaHistogramCustomCounts()
43 void UmaHistogramCounts100(const std::string& name, int sample) { in UmaHistogramCounts100()
47 void UmaHistogramCounts1000(const std::string& name, int sample) { in UmaHistogramCounts1000()
51 void UmaHistogramCounts10000(const std::string& name, int sample) { in UmaHistogramCounts10000()
55 void UmaHistogramCounts100000(const std::string& name, int sample) { in UmaHistogramCounts100000()
59 void UmaHistogramCounts1M(const std::string& name, int sample) { in UmaHistogramCounts1M()
63 void UmaHistogramCounts10M(const std::string& name, int sample) { in UmaHistogramCounts10M()
68 TimeDelta sample, in UmaHistogramCustomTimes()
[all …]
H A Dhistogram_macros_local.h27 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
44 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
47 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
50 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample) \ argument
53 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
63 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument
67 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
78 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
87 #define LOCAL_HISTOGRAM_COUNTS(name, sample) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Datl.cpp54 bool test_init_auto_ptr_array(ArrayT& arr, SampleRange& sample) in test_init_auto_ptr_array()
67 bool test_init_auto_ptr_list(ListT& lst, SampleRange& sample) in test_init_auto_ptr_list()
98 bool test_atl_map(AtlMapT& map, const MapT& sample) in test_atl_map()
126 bool test_init_atl_multimap(MapT& map, const SampleMap& sample) in test_init_atl_multimap()
142 void test_CAtlArray(const Range& sample) in test_CAtlArray()
158 void test_CAutoPtrArray(Range& sample) in test_CAutoPtrArray()
174 void test_CInterfaceArray(const Range& sample) in test_CInterfaceArray()
193 void test_CAtlList(const Range& sample) in test_CAtlList()
209 void test_CAutoPtrList(Range& sample) in test_CAutoPtrList()
225 void test_CHeapPtrList(const Range& sample) in test_CHeapPtrList()
[all …]
Dmfc.cpp52 bool test_mfc_map(MfcMapT& map, const MapT& sample) in test_mfc_map()
80 bool test_mfc_cpair_map(MfcMapT& map, const MapT& sample) in test_mfc_cpair_map()
110 void test_CByteArray(const Range& sample) in test_CByteArray()
126 void test_CDWordArray(const Range& sample) in test_CDWordArray()
142 void test_CObArray(const Range& sample) in test_CObArray()
158 void test_CPtrArray(const Range& sample) in test_CPtrArray()
174 void test_CStringArray(const Range& sample) in test_CStringArray()
190 void test_CUIntArray(const Range& sample) in test_CUIntArray()
206 void test_CWordArray(const Range& sample) in test_CWordArray()
225 void test_CObList(const Range& sample) in test_CObList()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A Dhistogram_macros.h15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50) argument
17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \ argument
26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \ argument
37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \ argument
40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
50 #define ANGLE_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/metrics/
H A DRecordHistogram.java65 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram()
81 public static void recordEnumeratedHistogram(String name, int sample, int boundary) { in recordEnumeratedHistogram()
94 public static void recordCountHistogram(String name, int sample) { in recordCountHistogram()
104 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram()
114 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram()
128 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram()
145 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram()
158 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram()
171 public static void recordSparseSlowlyHistogram(String name, int sample) { in recordSparseSlowlyHistogram()
304 public static int getHistogramValueCountForTesting(String name, int sample) { in getHistogramValueCountForTesting()
[all …]
H A DCachedMetrics.java100 public void record(int sample) { in record()
111 private void recordWithNative(int sample) { in recordWithNative()
134 public void record(int sample) { in record()
145 private void recordWithNative(int sample) { in recordWithNative()
169 public void record(long sample) { in record()
180 private void recordWithNative(long sample) { in recordWithNative()
201 public void record(boolean sample) { in record()
212 private void recordWithNative(boolean sample) { in recordWithNative()
242 public void record(int sample) { in record()
253 private void recordWithNative(int sample) { in recordWithNative()
/aosp_15_r20/system/extras/simpleperf/
H A DSampleDisplayer.h34 std::string DisplayAccumulatedOverhead(const EntryT* sample, const InfoT* info) { in DisplayAccumulatedOverhead()
42 std::string DisplayAccumulatedPeriod(const EntryT* sample) { in DisplayAccumulatedPeriod()
47 std::string DisplaySelfOverhead(const EntryT* sample, const InfoT* info) { in DisplaySelfOverhead()
70 std::string DisplayPid(const EntryT* sample) { in DisplayPid()
75 std::string DisplayTid(const EntryT* sample) { in DisplayTid()
80 std::string DisplayComm(const EntryT* sample) { in DisplayComm()
85 std::string DisplayDso(const EntryT* sample) { in DisplayDso()
90 std::string DisplaySymbol(const EntryT* sample) { in DisplaySymbol()
95 std::string DisplayDsoFrom(const EntryT* sample) { in DisplayDsoFrom()
100 std::string DisplaySymbolFrom(const EntryT* sample) { in DisplaySymbolFrom()
[all …]
H A Dsample_tree.h95 EntryT* sample = CreateSample(r, in_kernel, &acc_info); in ProcessSampleRecord() local
160 EntryT* sample = callchain[0]; in ProcessSampleRecord() local
199 EntryT* InsertSample(std::unique_ptr<EntryT> sample) { in InsertSample()
228 EntryT* InsertCallChainSample(std::unique_ptr<EntryT> sample, in InsertCallChainSample()
235 EntryT* sample = *it; in InsertCallChainSample() local
244 void InsertCallChainForSample(EntryT* sample, const std::vector<EntryT*>& callchain, in InsertCallChainForSample()
267 void UpdateCallChainParentInfo(EntryT* sample, EntryT* parent) { in UpdateCallChainParentInfo()
320 void SortCallChain(EntryT* sample) { sample->callchain.SortByPeriod(); } in SortCallChain()
335 for (const auto& sample : samples) { in DisplaySamples() local
339 for (const auto& sample : samples) { in DisplaySamples() local
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/metrics/
H A DRecordHistogram.java23 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram()
37 public static void recordEnumeratedHistogram(String name, int sample, int max) { in recordEnumeratedHistogram()
48 public static void recordCount1MHistogram(String name, int sample) { in recordCount1MHistogram()
59 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram()
70 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram()
81 public static void recordCount100000Histogram(String name, int sample) { in recordCount100000Histogram()
97 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram()
113 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram()
124 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram()
136 public static void recordSparseHistogram(String name, int sample) { in recordSparseHistogram()
[all …]
H A DCachingUmaRecorder.java133 @Type int type, String name, int sample, int min, int max, int numBuckets) { in addSample()
158 final int sample = mSamples.get(i); in flushTo() local
164 final int sample = mSamples.get(i); in flushTo() local
170 final int sample = mSamples.get(i); in flushTo() local
176 final int sample = mSamples.get(i); in flushTo() local
363 @Histogram.Type int type, String name, int sample, int min, int max, int numBuckets) { in cacheOrRecordHistogramSample()
403 @Histogram.Type int type, String name, int sample, int min, int max, int numBuckets) { in tryAppendOrRecordSample()
436 @Histogram.Type int type, String name, int sample, int min, int max, int numBuckets) { in cacheHistogramSampleAlreadyWriteLocked()
467 @Histogram.Type int type, String name, int sample, int min, int max, int numBuckets) { in recordHistogramSampleAlreadyLocked()
491 final int sample = boolSample ? 1 : 0; in recordBooleanHistogram() local
[all …]
/aosp_15_r20/external/webrtc/video/
H A Dstats_counter.cc48 void Add(int sample) { in Add()
88 void Add(int sample, uint32_t stream_id) { in Add()
92 void Set(int64_t sample, uint32_t stream_id) { in Set()
96 void SetLast(int64_t sample, uint32_t stream_id) { in SetLast()
239 void StatsCounter::Add(int sample) { in Add()
245 void StatsCounter::Set(int64_t sample, uint32_t stream_id) { in Set()
255 void StatsCounter::SetLast(int64_t sample, uint32_t stream_id) { in SetLast()
319 void AvgCounter::Add(int sample) { in Add()
344 void MaxCounter::Add(int sample) { in Add()
367 void PercentCounter::Add(bool sample) { in Add()
[all …]
/aosp_15_r20/external/cronet/base/profiler/
H A Dlibunwindstack_unwinder_android_unittest.cc42 std::vector<Frame> sample; in CaptureScenario() local
84 std::vector<Frame> sample = in TEST() local
88 std::vector<Frame>* sample) { in TEST()
114 std::vector<Frame> sample = in TEST() local
118 std::vector<Frame>* sample) { in TEST()
146 std::vector<Frame> sample = in TEST() local
150 std::vector<Frame>* sample) { in TEST()
182 const std::vector<Frame> sample = in TEST() local
186 std::vector<Frame>* sample) { in TEST()
222 auto sample = in TEST() local
[all …]
/aosp_15_r20/external/webrtc/test/scenario/
H A Dstats_collection.cc41 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample, double psnr) { in HandleFramePair()
47 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample) { in HandleFramePair()
76 void VideoLayerAnalyzer::HandleFramePair(VideoFramePair sample, in HandleFramePair()
106 void VideoLayerAnalyzer::HandleCapturedFrame(const VideoFramePair& sample) { in HandleCapturedFrame()
112 void VideoLayerAnalyzer::HandleRenderedFrame(const VideoFramePair& sample) { in HandleRenderedFrame()
135 void CallStatsCollector::AddStats(Call::Stats sample) { in AddStats()
146 AudioReceiveStreamInterface::Stats sample) { in AddStats()
152 void VideoSendStatsCollector::AddStats(VideoSendStream::Stats sample, in AddStats()
179 VideoReceiveStreamInterface::Stats sample) { in AddStats()
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/metrics/
H A DCachingUmaRecorderTest.java272 public void recordSparseHistogram(String name, int sample) { in recordSparseHistogram()
345 public void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram()
351 String name, int sample, int min, int max, int numBuckets) { in recordExponentialHistogram()
357 String name, int sample, int min, int max, int numBuckets) { in recordLinearHistogram()
362 public void recordSparseHistogram(String name, int sample) { in recordSparseHistogram()
372 public int getHistogramValueCountForTesting(String name, int sample) { in getHistogramValueCountForTesting()
437 int sample, int count, UmaRecorder recorder) { in startHistogramRecordingThread()
459 public void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram()
465 String name, int sample, int min, int max, int numBuckets) { in recordExponentialHistogram()
471 String name, int sample, int min, int max, int numBuckets) { in recordLinearHistogram()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/
DUtils.java93 …lang.Object>kotlinx.coroutines.flow.Flow<kotlin.Triple<A, B, C>> sample(@org.jetbrains.annotations… in sample() argument
107 …ng.Object>kotlinx.coroutines.flow.Flow<com.android.systemui.util.kotlin.Quad<A, B, C, D>> sample(@… in sample() method in Utils.Companion
122 …ends java.lang.Object>kotlinx.coroutines.flow.Flow<com.android.systemui.util.kotlin.Quint<A, B, C,… in sample() method in Utils.Companion
138 …ject, F extends java.lang.Object>kotlinx.coroutines.flow.Flow<com.android.systemui.util.kotlin.Sex… in sample() argument
156 … java.lang.Object, G extends java.lang.Object>kotlinx.coroutines.flow.Flow<com.android.systemui.ut… in sample() argument

12345678910>>...81