| /external/apache-commons-io/src/test/java/org/apache/commons/io/function/ | 
| D | IOConsumerTest.java | 60         final IOConsumer<String> consumer1 = s -> ref.set(s + "1");  in testAndThen()  local 70         final IOConsumer<String> consumer1 = s -> ref.set(s + "1");  in testAsConsumer()  local 82         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllArrayOf1()  local 94         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllArrayOf2()  local 106         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllIterableOf1()  local 118         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllIterableOf2()  local 130         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllStreamOf1()  local 142         final IOConsumer<String> consumer1 = s -> ref.set(ref.get() + s);  in testForAllStreamOf2()  local
  | 
| D | IOTriConsumerTest.java | 43         final IOTriConsumer<String, Integer, Character> consumer1 = (s, i, b) -> ref.set(s + i + b);  in testAndThen()  local
  | 
| D | IOBiConsumerTest.java | 59         final IOBiConsumer<String, Integer> consumer1 = (t, u) -> ref.set(t + u);  in testAsBiConsumer()  local
  | 
| /external/tensorflow/tensorflow/compiler/jit/ | 
| D | encapsulate_xla_computations_pass_test.cc | 88   auto consumer1 = ops::Identity(scope.WithOpName("consumer1"), out1);  in MakeOuterGraph()  local 241     auto consumer1 = ops::Identity(scope.WithOpName("consumer1"), out1);  in TEST()  local 328   auto consumer1 =  in TEST()  local
  | 
| /external/rust/crates/rayon/src/iter/ | 
| D | copied.rs | 39         let consumer1 = CopiedConsumer::new(consumer);  in drive_unindexed()  localVariable 57         let consumer1 = CopiedConsumer::new(consumer);  in drive()  localVariable
  | 
| D | cloned.rs | 39         let consumer1 = ClonedConsumer::new(consumer);  in drive_unindexed()  localVariable 57         let consumer1 = ClonedConsumer::new(consumer);  in drive()  localVariable
  | 
| D | inspect.rs | 48         let consumer1 = InspectConsumer::new(consumer, &self.inspect_op);  in drive_unindexed()  localVariable 66         let consumer1 = InspectConsumer::new(consumer, &self.inspect_op);  in drive()  localVariable
  | 
| D | map.rs | 48         let consumer1 = MapConsumer::new(consumer, &self.map_op);  in drive_unindexed()  localVariable 67         let consumer1 = MapConsumer::new(consumer, &self.map_op);  in drive()  localVariable
  | 
| D | map_with.rs | 52         let consumer1 = MapWithConsumer::new(consumer, self.item, &self.map_op);  in drive_unindexed()  localVariable 72         let consumer1 = MapWithConsumer::new(consumer, self.item, &self.map_op);  in drive()  localVariable 381         let consumer1 = MapInitConsumer::new(consumer, &self.init, &self.map_op);  in drive_unindexed()  localVariable 401         let consumer1 = MapInitConsumer::new(consumer, &self.init, &self.map_op);  in drive()  localVariable
  | 
| D | try_fold.rs | 59         let consumer1 = TryFoldConsumer {  in drive_unindexed()  localVariable 225         let consumer1 = TryFoldWithConsumer {  in drive_unindexed()  localVariable
  | 
| D | fold.rs | 54         let consumer1 = FoldConsumer {  in drive_unindexed()  localVariable 231         let consumer1 = FoldWithConsumer {  in drive_unindexed()  localVariable
  | 
| D | update.rs | 47         let consumer1 = UpdateConsumer::new(consumer, &self.update_op);  in drive_unindexed()  localVariable 65         let consumer1 = UpdateConsumer::new(consumer, &self.update_op);  in drive()  localVariable
  | 
| D | panic_fuse.rs | 60         let consumer1 = PanicFuseConsumer {  in drive_unindexed()  localVariable 81         let consumer1 = PanicFuseConsumer {  in drive()  localVariable
  | 
| D | take_any.rs | 37         let consumer1 = TakeAnyConsumer {  in drive_unindexed()  localVariable
  | 
| D | while_some.rs | 40         let consumer1 = WhileSomeConsumer {  in drive_unindexed()  localVariable
  | 
| D | skip_any.rs | 37         let consumer1 = SkipAnyConsumer {  in drive_unindexed()  localVariable
  | 
| D | positions.rs | 49         let consumer1 = PositionsConsumer::new(consumer, &self.predicate, 0);  in drive_unindexed()  localVariable
  | 
| D | intersperse.rs | 45         let consumer1 = IntersperseConsumer::new(consumer, self.item);  in drive_unindexed()  localVariable 66         let consumer1 = IntersperseConsumer::new(consumer, self.item);  in drive()  localVariable
  | 
| D | filter.rs | 45         let consumer1 = FilterConsumer::new(consumer, &self.filter_op);  in drive_unindexed()  localVariable
  | 
| D | take_any_while.rs | 48         let consumer1 = TakeAnyWhileConsumer {  in drive_unindexed()  localVariable
  | 
| D | skip_any_while.rs | 48         let consumer1 = SkipAnyWhileConsumer {  in drive_unindexed()  localVariable
  | 
| /external/tensorflow/tensorflow/core/tfrt/utils/ | 
| D | tfrt_graph_execution_state_test.cc | 1074   auto consumer1 =  in MakeOuterGraph()  local 1156   auto consumer1 =  in TEST()  local
  | 
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowLocationManagerTest.java | 651     TestLocationConsumer consumer1 = new TestLocationConsumer();  in testGetCurrentLocation_ProviderDisabled()  local
  |