Home
last modified time | relevance | path

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

1234

/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-tests/test/com/google/common/collect/
DTablesTest.java39 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTable() local
56 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableNullMerge() local
73 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableNullValues() local
87 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableConflict() local
98 Collector<Cell<String, String, Integer>, ?, Table<String, String, Integer>> collector = in testToTableMerging() local
DImmutableTableTest.java48 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTable() local
67 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableConflict() local
78 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullRowKey() local
88 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullColumnKey() local
98 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableNullValue() local
118 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMerging() local
139 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullRowKey() local
150 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullColumnKey() local
160 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullValue() local
185 Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = in testToImmutableTableMergingNullMerge() local
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
/external/guava/guava-testlib/src/com/google/common/testing/
DCollectorTester.java56 public static <T, A, R> CollectorTester<T, A, R> of(Collector<T, A, R> collector) { in of()
65 Collector<T, A, R> collector, BiPredicate<? super R, ? super R> equivalence) { in of() argument
69 private final Collector<T, A, R> collector; field in CollectorTester
73 Collector<T, A, R> collector, BiPredicate<? super R, ? super R> equivalence) { in CollectorTester() argument
86 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
97 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
110 final <T, A, R> A result(Collector<T, A, R> collector, Iterable<T> inputs) { in result()
135 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
181 let collector = Collector::new(); in pin_holds_advance() localVariable
208 let collector = Collector::new(); in incremental() localVariable
241 let collector = Collector::new(); in buffering() localVariable
282 let collector = Collector::new(); in count_drops() localVariable
307 let collector = Collector::new(); in count_destroy() localVariable
343 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/internal/gpu/
Dcupti_tracer.cc346 void AddKernelEventUponApiExit(CuptiTraceCollector *collector, uint32 device_id, in AddKernelEventUponApiExit()
384 void AddNormalMemcpyEventUponApiExit(CuptiTraceCollector *collector, in AddNormalMemcpyEventUponApiExit()
401 void AddCuMemsetEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemsetEventUponApiExit()
433 void AddP2PMemcpyEventUponApiExit(CuptiTraceCollector *collector, in AddP2PMemcpyEventUponApiExit()
457 void AddCuMemAllocEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemAllocEventUponApiExit()
480 void AddCuMemAllocPitchEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemAllocPitchEventUponApiExit()
504 void AddCuMemFreeEventUponApiExit(CuptiTraceCollector *collector, in AddCuMemFreeEventUponApiExit()
525 void AddGenericEventUponApiExit(CuptiTraceCollector *collector, in AddGenericEventUponApiExit()
544 void AddKernelActivityEvent(CuptiTraceCollector *collector, in AddKernelActivityEvent()
572 void AddMemcpyActivityEvent(CuptiTraceCollector *collector, in AddMemcpyActivityEvent()
[all …]
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcollector.py6 def collector(): function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DEmitters.kt188 val collector = SafeCollector(this, currentCoroutineContext()) in onEmpty() constant
DLimit.kt128 val collector = object : FlowCollector<T> { in collectWhile() constant
/external/mockito/src/main/java/org/mockito/junit/
DMockitoJUnit.java44 public static VerificationCollector collector() { in collector() method in MockitoJUnit
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h71 internal::Collector* const collector, PointSet* const point_set) in MetricCollector()
107 MetricCollectorGetter(internal::Collector* const collector, in MetricCollectorGetter()
267 internal::Collector* const collector) TF_LOCKS_EXCLUDED(mu_) { in GetMetricCollector()
/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()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestBuilderMethods.java48 protected POJOPropertiesCollector collector(Class<?> cls, String prefix) in collector() method in TestBuilderMethods
/external/rust/crates/crossbeam-epoch/examples/
Dsanitize.rs46 let collector = Collector::new(); in main() localVariable
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/flow/internal/
DSafeCollector.kt12 internal actual val collector: FlowCollector<T>, in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/flow/internal/
DSafeCollector.kt12 internal actual val collector: FlowCollector<T>, in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector

1234