Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 25 of 121) sorted by relevance

12345

/external/guava/guava-tests/test/com/google/common/collect/
DTableCollectorsTest.java36 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTable() local
53 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableConflict() local
63 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullRowKey() local
73 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullColumnKey() local
83 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullValue() local
101 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMerging() local
120 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullRowKey() local
131 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullColumnKey() local
141 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullValue() local
164 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullMerge() local
[all …]
DImmutableEnumMapTest.java109 Collector<Entry<AnEnum, Integer>, ?, ImmutableMap<AnEnum, Integer>> collector = in testToImmutableEnumMap() local
122 Collector<Entry<AnEnum, Integer>, ?, ImmutableMap<AnEnum, Integer>> collector = in testToImmutableMap_exceptionOnDuplicateKey() local
132 Collector<Entry<AnEnum, Integer>, ?, ImmutableMap<AnEnum, Integer>> collector = in testToImmutableMapMerging() local
DTablesTest.java39 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableSanityTest() local
49 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableMergingSanityTest() local
/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_entry_collector_test.cc19 HpackEntryCollector collector; in TEST() local
47 HpackEntryCollector collector; in IndexedHeaderErrorTest() local
55 HpackEntryCollector collector; in TEST() local
67 HpackEntryCollector collector; in LiteralValueErrorTest() local
74 HpackEntryCollector collector; in TEST() local
96 HpackEntryCollector collector; in LiteralNameValueHeaderErrorTest() local
103 HpackEntryCollector collector; in TEST() local
127 HpackEntryCollector collector; in DynamicTableSizeUpdateErrorTest() local
138 HpackEntryCollector collector; in TEST() local
/external/mockito/src/test/java/org/mockitousage/junitrule/
DVerificationCollectorImplTest.java24 VerificationCollector collector = MockitoJUnit.collector().assertLazily(); in should_not_throw_any_exceptions_when_verifications_are_successful() local
35 VerificationCollector collector = MockitoJUnit.collector().assertLazily(); in should_collect_verification_failures() local
45 VerificationCollector collector = MockitoJUnit.collector().assertLazily(); in should_collect_multiple_verification_failures() local
62 VerificationCollector collector = MockitoJUnit.collector().assertLazily(); in should_only_collect_failures_ignore_successful_verifications() local
74 VerificationCollector collector = MockitoJUnit.collector().assertLazily(); in should_continue_collecting_after_failing_verification() local
85 private void assertAtLeastOneFailure(VerificationCollector collector) { in assertAtLeastOneFailure()
108 public VerificationCollector collector = MockitoJUnit.collector(); field in VerificationCollectorImplTest.VerificationCollectorRuleInner
/external/desugar/test/java/com/google/devtools/build/android/desugar/dependencies/
DMetadataCollectorTest.java39 MetadataCollector collector = new MetadataCollector(false); in testAssumeCompanionClass() local
54 MetadataCollector collector = new MetadataCollector(true); in testMissingImplementedInterface() local
69 MetadataCollector collector = new MetadataCollector(false); in testRecordExtendedInterfaces() local
89 MetadataCollector collector = new MetadataCollector(false); in testRecordDefaultMethods() local
110 private DesugarDepsInfo extractProto(MetadataCollector collector) throws Exception { in extractProto()
/external/guava/guava-testlib/src/com/google/common/testing/
DCollectorTester.java54 public static <T, A, R> CollectorTester<T, A, R> of(Collector<T, A, R> collector) { in of()
63 Collector<T, A, R> collector, BiPredicate<? super R, ? super R> equivalence) { in of() argument
67 private final Collector<T, A, R> collector; field in CollectorTester
71 Collector<T, A, R> collector, BiPredicate<? super R, ? super R> equivalence) { in CollectorTester() argument
84 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
95 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
108 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
133 abstract <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs); in result()
/external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/
DPrometheusStatsCollectorTest.java102 PrometheusStatsCollector collector = new PrometheusStatsCollector(mockViewManager); in testCollect() local
144 PrometheusStatsCollector collector = new PrometheusStatsCollector(mockViewManager); in testCollect_SkipDistributionViewWithLeTagKey() local
150 PrometheusStatsCollector collector = new PrometheusStatsCollector(mockViewManager); in testDescribe() local
159 PrometheusStatsCollector collector = new PrometheusStatsCollector(Stats.getViewManager()); in testCollect_WithNoopViewManager() local
165 PrometheusStatsCollector collector = new PrometheusStatsCollector(Stats.getViewManager()); in testDescribe_WithNoopViewManager() local
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils_test.cc65 StringErrorCollector collector(&err); in TEST() local
72 StringErrorCollector collector(&err); in TEST() local
79 StringErrorCollector collector(&err); in TEST() local
87 StringErrorCollector collector(&err); in TEST() local
95 StringErrorCollector collector(&err, true); in TEST() local
/external/rust/crates/crossbeam-epoch/src/
Dcollector.rs92 pub fn collector(&self) -> &Collector { in collector() method
125 let collector = Collector::new(); in pin_reentrant() localVariable
144 let collector = Collector::new(); in flush_local_bag() localVariable
165 let collector = Collector::new(); in garbage_buffering() localVariable
186 let collector = Collector::new(); in pin_holds_advance() localVariable
216 let collector = Collector::new(); in incremental() localVariable
253 let collector = Collector::new(); in buffering() localVariable
297 let collector = Collector::new(); in count_drops() localVariable
325 let collector = Collector::new(); in count_destroy() localVariable
361 let collector = Collector::new(); in drop_array() localVariable
[all …]
/external/openscreen/cast/streaming/
Dframe_collector_unittest.cc28 #define EXPECT_HAS_NACKS(expected_nacks, collector) \ argument
36 FrameCollector collector; in TEST() local
96 FrameCollector collector; in TEST() local
169 FrameCollector collector; in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DMerge.kt57 val collector = SendingCollector(scope) in collectTo() constant
94 val collector = SendingCollector(scope) in additionalToStringProps() constant
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
DFlowPlaysScrabbleOpt.kt128 val collector = object : FlowCollector<Int> { in asFlow() constant
140 val collector = object : FlowCollector<Int> { in max() constant
153 val collector = object : FlowCollector<Long> { in sum() constant
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_tracer.cc370 void AddKernelEventUponApiExit(CuptiTraceCollector *collector, uint32 device_id, in AddKernelEventUponApiExit()
411 void AddNormalMemcpyEventUponApiExit(CuptiTraceCollector *collector, in AddNormalMemcpyEventUponApiExit()
428 void AddCuMemsetEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemsetEventUponApiExit()
460 void AddP2PMemcpyEventUponApiExit(CuptiTraceCollector *collector, in AddP2PMemcpyEventUponApiExit()
484 void AddCuMemAllocEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemAllocEventUponApiExit()
507 void AddCuMemAllocPitchEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemAllocPitchEventUponApiExit()
531 void AddCuMemFreeEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemFreeEventUponApiExit()
552 void AddGenericEventUponApiExit(CuptiTraceCollector *collector, in AddGenericEventUponApiExit()
571 void AddKernelActivityEvent(CuptiTraceCollector *collector, in AddKernelActivityEvent()
603 void AddMemcpyActivityEvent(CuptiTraceCollector *collector, in AddMemcpyActivityEvent()
[all …]
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers_unittest.cc291 TestLineCollector collector(&lines); in TEST() local
319 TestLineCollector collector(&lines); in TEST() local
340 TestLineCollector collector(nullptr, &std::get<1>(test)); in TEST() local
362 TestLineCollector collector(nullptr, &std::get<1>(test), true /* skip msg */); in TEST() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers_unittest.cc291 TestLineCollector collector(&lines); in TEST() local
319 TestLineCollector collector(&lines); in TEST() local
340 TestLineCollector collector(nullptr, &std::get<1>(test)); in TEST() local
362 TestLineCollector collector(nullptr, &std::get<1>(test), true /* skip msg */); in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DEmitters.kt188 val collector = SafeCollector(this, currentCoroutineContext()) in onEmpty() constant
DLimit.kt126 val collector = object : FlowCollector<T> { in collectWhile() constant
/external/cronet/base/sampling_heap_profiler/
Dsampling_heap_profiler_unittest.cc103 SamplesCollector collector(10000); in TEST_F() local
116 SamplesCollector collector(10000); in TEST_F() local
263 SamplesCollector collector(0); in TEST_F() local
347 SamplesCollector collector(10000); in TEST_F() local
372 SamplesCollector collector(10000); in TEST_F() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/flow/
DStateFlowCommonStressTest.kt18 val collector = launch(Dispatchers.Default) { in <lambda>() constant
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc231 mlir::TFL::ErrorCollectorInstrumentation collector(module.getContext()); in ConvertTFExecutorToTFLOrFlatbuffer() local
235 mlir::TFL::ErrorCollector* collector = in ConvertTFExecutorToTFLOrFlatbuffer() local
254 mlir::TFL::ErrorCollector* collector = in ConvertTFExecutorToTFLOrFlatbuffer() local
/external/mockito/src/main/java/org/mockito/junit/
DMockitoJUnit.java44 public static VerificationCollector collector() { in collector() method in MockitoJUnit
/external/rust/crates/crossbeam-epoch/src/sync/
Dlist.rs323 let collector = Collector::new(); in insert() localVariable
362 let collector = Collector::new(); in delete() localVariable
402 let collector = Collector::new(); in insert_delete_multi() localVariable
444 let collector = Collector::new(); in iter_multi() localVariable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_logger.h77 StepStatsCollector* collector; member
/external/tensorflow/tensorflow/core/platform/
Dtracing.cc46 const EventCollector* collector) { in SetEventCollector()

12345