| /external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
| D | ListenerCallQueueTest.java | 56 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch() local 63 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch() local 71 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multipleListeners() local 81 assertEquals(multiset(listener1, 4, listener2, 2), counters); in testEnqueueAndDispatch_multipleListeners() local 89 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_withExceptions() local 100 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_withExceptions() local 140 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multithreaded() local 149 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_multithreaded() local 164 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multithreaded_withThrowingRunnable() local 177 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_multithreaded_withThrowingRunnable() local [all …]
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | ListenerCallQueueTest.java | 56 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch() local 63 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch() local 71 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multipleListeners() local 81 assertEquals(multiset(listener1, 4, listener2, 2), counters); in testEnqueueAndDispatch_multipleListeners() local 89 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_withExceptions() local 100 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_withExceptions() local 140 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multithreaded() local 149 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_multithreaded() local 164 Multiset<Object> counters = ConcurrentHashMultiset.create(); in testEnqueueAndDispatch_multithreaded_withThrowingRunnable() local 177 assertEquals(multiset(listener, 4), counters); in testEnqueueAndDispatch_multithreaded_withThrowingRunnable() local [all …]
|
| /external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | DecoderCountersUtil.java | 35 public static int getTotalBufferCount(DecoderCounters counters) { in getTotalBufferCount() 41 public static void assertSkippedOutputBufferCount(String name, DecoderCounters counters, in assertSkippedOutputBufferCount() 51 public static void assertTotalBufferCount(String name, DecoderCounters counters, int minCount, in assertTotalBufferCount() 68 public static void assertDroppedBufferLimit(String name, DecoderCounters counters, int limit) { in assertDroppedBufferLimit() 84 public static void assertConsecutiveDroppedBufferLimit(String name, DecoderCounters counters, in assertConsecutiveDroppedBufferLimit() 102 String name, DecoderCounters counters, int minCount, int maxCount) { in assertVideoFrameProcessingOffsetSampleCount()
|
| /external/perfetto/docs/data-sources/ |
| D | battery-counters.md | 37 #### Measuring charge while plugged on USB 61 ### UI 65 ### SQL 80 ### TraceConfig
|
| D | memory-counters.md | 15 ### UI 19 ### SQL 37 ### TraceConfig 161 ### UI 168 ### SQL 183 ### TraceConfig
|
| /external/bcc/examples/networking/tunnel_monitor/ |
| D | monitor.c | 12 struct counters { struct 19 BPF_HASH(stats, struct ipkey, struct counters, 1024); argument
|
| /external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
| D | CountersTable.java | 61 Vector counters = (Vector) this.get(numberElem); in getCounters() local 78 Vector counters = new Vector(); in putElemNumber() local 131 Vector counters = getCounters(numberElem); in countNode() local
|
| /external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
| D | CacheUtilTest.java | 202 CachingCounters counters = new CachingCounters(); in cache() local 217 CachingCounters counters = new CachingCounters(); in cacheSetOffsetAndLength() local 237 CachingCounters counters = new CachingCounters(); in cacheUnknownLength() local 253 CachingCounters counters = new CachingCounters(); in cacheUnknownLengthPartialCaching() local 272 CachingCounters counters = new CachingCounters(); in cacheLengthExceedsActualDataLength() local 303 final CachingCounters counters = new CachingCounters(); in cachePolling() local
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
| D | AudioRendererEventListener.java | 41 default void onAudioEnabled(DecoderCounters counters) {} in onAudioEnabled() 85 default void onAudioDisabled(DecoderCounters counters) {} in onAudioDisabled() 159 public void disabled(final DecoderCounters counters) { in disabled()
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
| D | VideoRendererEventListener.java | 42 default void onVideoEnabled(DecoderCounters counters) {} in onVideoEnabled() 130 default void onVideoDisabled(DecoderCounters counters) {} in onVideoDisabled() 218 public void disabled(DecoderCounters counters) { in disabled()
|
| /external/pthreadpool/test/ |
| D | pthreadpool.cc | 188 std::vector<std::atomic_int> counters(kParallelize1DRange); in TEST() local 207 std::vector<std::atomic_int> counters(kParallelize1DRange); in TEST() local 230 std::vector<std::atomic_int> counters(kParallelize1DRange); in TEST() local 252 std::vector<std::atomic_int> counters(kParallelize1DRange); in TEST() local 459 std::vector<std::atomic_int> counters(kParallelize1DTile1DRange); in TEST() local 478 std::vector<std::atomic_int> counters(kParallelize1DTile1DRange); in TEST() local 501 std::vector<std::atomic_int> counters(kParallelize1DTile1DRange); in TEST() local 523 std::vector<std::atomic_int> counters(kParallelize1DTile1DRange); in TEST() local 699 std::vector<std::atomic_int> counters(kParallelize2DRangeI * kParallelize2DRangeJ); in TEST() local 722 std::vector<std::atomic_int> counters(kParallelize2DRangeI * kParallelize2DRangeJ); in TEST() local [all …]
|
| /external/grpc-grpc/test/core/slice/ |
| D | percent_decode_fuzzer.cc | 34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
|
| D | percent_encode_fuzzer.cc | 34 struct grpc_memory_counters counters; in test() local
|
| /external/grpc-grpc/test/core/json/ |
| D | fuzzer.cc | 34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
|
| /external/perfetto/protos/perfetto/trace/gpu/ |
| D | gpu_counter_event.proto | 36 repeated GpuCounter counters = 2; field
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/ |
| D | SelectTimeoutTest.kt | 68 val counters = intArrayOf(0, 0, 0) in <lambda>() constant
|
| /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | bm_build.py | 61 def build(name, benchmarks, jobs, counters): argument
|
| D | bm_run.py | 108 def create_jobs(name, benchmarks, loops, regex, counters): argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_profile_printer.cc | 24 const int64* counters, double clock_rate_ghz) { in PrintHloProfile()
|
| /external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
| D | UnaryCallQpsBenchmark.java | 99 public void unary(AdditionalCounters counters) throws Exception { in unary()
|
| D | UnaryCallResponseBandwidthBenchmark.java | 105 public void unary(AdditionalCounters counters) throws Exception { in unary()
|
| D | StreamingPingPongsPerSecondBenchmark.java | 110 public void pingPong(AdditionalCounters counters) throws Exception { in pingPong()
|
| /external/ltp/include/ |
| D | tst_numa.h | 19 unsigned int *counters; member
|
| /external/webrtc/talk/app/webrtc/ |
| D | fakemetricsobserver.cc | 51 auto& counters = counters_[type]; in IncrementEnumCounter() local
|
| /external/grpc-grpc/src/core/lib/debug/ |
| D | stats.h | 29 gpr_atm counters[GRPC_STATS_COUNTER_COUNT]; member
|