Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp126 static void assertAxisResolution(MultiTouchInputMapper& mapper, int axis, float resolution) { in assertAxisResolution()
135 static void assertAxisNotPresent(MultiTouchInputMapper& mapper, int axis) { in assertAxisNotPresent()
647 FakeInputMapper& mapper = in addDeviceWithFakeInputMapper() local
785 FakeInputMapper& mapper = in TEST_F() local
817 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "keyboard", in TEST_F() local
836 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "joystick", in TEST_F() local
849 FakeInputMapper& mapper = in TEST_F() local
882 FakeInputMapper& mapper = in TEST_F() local
915 FakeInputMapper& mapper = in TEST_F() local
962 FakeInputMapper& mapper = in TEST_F() local
[all …]
/aosp_15_r20/external/zucchini/
H A Ddisassembler_dex.cc352 Mapper&& mapper) in InstructionReferenceReader()
431 Mapper&& mapper, in ItemReferenceReader()
640 Mapper&& mapper) in CachedItemListReferenceReader()
1030 auto mapper = base::BindRepeating(ReadTargetOffset32, image_); in MakeReadStringIdToStringData() local
1039 auto mapper = base::BindRepeating( in MakeReadTypeIdToDescriptorStringId32() local
1049 auto mapper = base::BindRepeating( in MakeReadProtoIdToShortyStringId32() local
1059 auto mapper = base::BindRepeating( in MakeReadProtoIdToReturnTypeId32() local
1070 auto mapper = base::BindRepeating(ReadTargetOffset32, image_); in MakeReadProtoIdToParametersTypeList() local
1079 auto mapper = base::BindRepeating( in MakeReadFieldToClassTypeId16() local
1090 auto mapper = in MakeReadFieldToTypeId16() local
[all …]
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp166 for_each_mapper([&dump](InputMapper& mapper) { mapper.dump(dump); }); in dump()
357 for_each_mapper([this, when, &readerConfig, changes, &out](InputMapper& mapper) { in configureInternal()
386 for_each_mapper([&](InputMapper& mapper) { out += mapper.reset(when); }); in reset()
423 for_each_mapper_in_subdevice(rawEvent->deviceId, [&](InputMapper& mapper) { in process()
450 for_each_mapper([&](InputMapper& mapper) { out += mapper.timeoutExpired(when); }); in timeoutExpired()
456 for_each_mapper([&](InputMapper& mapper) { out += mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
469 [&outDeviceInfo](InputMapper& mapper) { mapper.populateDeviceInfo(outDeviceInfo); }); in getDeviceInfo()
495 InputMapper& mapper = *mapperPtr; in getState() local
588 for_each_mapper([&result, sourceMask, keyCodes, outFlags](InputMapper& mapper) { in markSupportedKeyCodes()
598 [locationKeyCode](const InputMapper& mapper) -> std::optional<int32_t> const { in getKeyCodeForKeyLocation()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DDefaultMethodStreams.java192 public <R> Stream<R> map(Function<? super T, ? extends R> mapper) { in map()
197 public IntStream mapToInt(ToIntFunction<? super T> mapper) { in mapToInt()
202 public LongStream mapToLong(ToLongFunction<? super T> mapper) { in mapToLong()
207 public DoubleStream mapToDouble(ToDoubleFunction<? super T> mapper) { in mapToDouble()
212 public <R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper) { in flatMap()
217 public IntStream flatMapToInt(Function<? super T, ? extends IntStream> mapper) { in flatMapToInt()
222 public LongStream flatMapToLong(Function<? super T, ? extends LongStream> mapper) { in flatMapToLong()
227 public DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper) { in flatMapToDouble()
403 public IntStream map(IntUnaryOperator mapper) { in map()
408 public <U> Stream<U> mapToObj(IntFunction<? extends U> mapper) { in mapToObj()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DStream.java194 <R> Stream<R> map(Function<? super T, ? extends R> mapper); in map()
208 IntStream mapToInt(ToIntFunction<? super T> mapper); in mapToInt()
222 LongStream mapToLong(ToLongFunction<? super T> mapper); in mapToLong()
236 DoubleStream mapToDouble(ToDoubleFunction<? super T> mapper); in mapToDouble()
281 <R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper); in flatMap()
301 IntStream flatMapToInt(Function<? super T, ? extends IntStream> mapper); in flatMapToInt()
321 LongStream flatMapToLong(Function<? super T, ? extends LongStream> mapper); in flatMapToLong()
341 DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper); in flatMapToDouble()
426 default <R> Stream<R> mapMulti(BiConsumer<? super T, ? super Consumer<R>> mapper) { in mapMulti()
464 default IntStream mapMultiToInt(BiConsumer<? super T, ? super IntConsumer> mapper) { in mapMultiToInt()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DStream.java194 <R> Stream<R> map(Function<? super T, ? extends R> mapper); in map()
208 IntStream mapToInt(ToIntFunction<? super T> mapper); in mapToInt()
222 LongStream mapToLong(ToLongFunction<? super T> mapper); in mapToLong()
236 DoubleStream mapToDouble(ToDoubleFunction<? super T> mapper); in mapToDouble()
281 <R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper); in flatMap()
301 IntStream flatMapToInt(Function<? super T, ? extends IntStream> mapper); in flatMapToInt()
321 LongStream flatMapToLong(Function<? super T, ? extends LongStream> mapper); in flatMapToLong()
341 DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper); in flatMapToDouble()
426 default <R> Stream<R> mapMulti(BiConsumer<? super T, ? super Consumer<R>> mapper) { in mapMulti()
464 default IntStream mapMultiToInt(BiConsumer<? super T, ? super IntConsumer> mapper) { in mapMultiToInt()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DStream.java194 <R> Stream<R> map(Function<? super T, ? extends R> mapper); in map()
208 IntStream mapToInt(ToIntFunction<? super T> mapper); in mapToInt()
222 LongStream mapToLong(ToLongFunction<? super T> mapper); in mapToLong()
236 DoubleStream mapToDouble(ToDoubleFunction<? super T> mapper); in mapToDouble()
281 <R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper); in flatMap()
301 IntStream flatMapToInt(Function<? super T, ? extends IntStream> mapper); in flatMapToInt()
321 LongStream flatMapToLong(Function<? super T, ? extends LongStream> mapper); in flatMapToLong()
341 DoubleStream flatMapToDouble(Function<? super T, ? extends DoubleStream> mapper); in flatMapToDouble()
426 default <R> Stream<R> mapMulti(BiConsumer<? super T, ? super Consumer<R>> mapper) { in mapMulti()
464 default IntStream mapMultiToInt(BiConsumer<? super T, ? super IntConsumer> mapper) { in mapMultiToInt()
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapperTest.java29 FakeMapper mapper = new FakeMapper(); in testUngroupedConcatenation() local
42 FakeMapper mapper = new FakeMapper(); in testGrouping() local
98 FakeMapper mapper = new FakeMapper(); in testAliases_ungrouped() local
122 FakeMapper mapper = new FakeMapper(); in testAliases_grouped() local
138 FakeMapper mapper = new FakeMapper(); in testAliases_explicit() local
153 FakeMapper mapper = new FakeMapper(); in testAliases_ordering() local
165 FakeMapper mapper = new FakeMapper(); in testAliases_concatenation() local
176 FakeMapper mapper = new FakeMapper(); in testAliases_missing() local
187 FakeMapper mapper = new FakeMapper(); in testAliases_badIndex() local
198 FakeMapper mapper = new FakeMapper(); in testAliases_noRecursion() local
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestValueInstantiator.java342 ObjectMapper mapper = new ObjectMapper(); in testCustomBeanInstantiator() local
351 ObjectMapper mapper = new ObjectMapper(); in testCustomListInstantiator() local
361 ObjectMapper mapper = new ObjectMapper(); in testCustomMapInstantiator() local
377 ObjectMapper mapper = new ObjectMapper(); in testDelegateBeanInstantiator() local
386 ObjectMapper mapper = new ObjectMapper(); in testDelegateListInstantiator() local
396 ObjectMapper mapper = new ObjectMapper(); in testDelegateMapInstantiator() local
421 ObjectMapper mapper = new ObjectMapper(); in testPropertyBasedBeanInstantiator() local
448 ObjectMapper mapper = new ObjectMapper(); in testPropertyBasedMapInstantiator() local
465 ObjectMapper mapper = new ObjectMapper(); in testBeanFromString() local
483 ObjectMapper mapper = new ObjectMapper(); in testBeanFromInt() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/sensorprivacy/ui/
H A DSensorPrivacyToggleTileMapperTest.kt48 val mapper = createMapper(CameraPrivacyTileResources) in mapCamera_notBlocked() constant
66 val mapper = createMapper(CameraPrivacyTileResources) in mapCamera_blocked() constant
84 val mapper = createMapper(MicrophonePrivacyTileResources) in mapMic_notBlocked() constant
102 val mapper = createMapper(MicrophonePrivacyTileResources) in mapMic_blocked() constant
121 val mapper = in createMapper() constant
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
H A DSimpleModuleTest.java205 ObjectMapper mapper = new ObjectMapper(); in testWithoutModule() local
232 ObjectMapper mapper = new ObjectMapper(); in testSimpleBeanSerializer() local
241 ObjectMapper mapper = new ObjectMapper(); in testSimpleEnumSerializer() local
251 ObjectMapper mapper = new ObjectMapper(); in testSimpleInterfaceSerializer() local
269 ObjectMapper mapper = new ObjectMapper(); in testSimpleBeanDeserializer() local
280 ObjectMapper mapper = new ObjectMapper(); in testSimpleEnumDeserializer() local
300 ObjectMapper mapper = new ObjectMapper(); in testMultipleModules() local
321 ObjectMapper mapper = new ObjectMapper(); in testGetRegisteredModules() local
346 ObjectMapper mapper = new ObjectMapper(); in testMixIns() local
358 ObjectMapper mapper = new ObjectMapper(); in testAccessToMapper() local
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
H A DValidatePolymSubTypeTest.java271 … private DefTypeWrapper _roundTripDefault(ObjectMapper mapper, BaseValue input) throws Exception { in _roundTripDefault()
276 …private AnnotatedWrapper _roundTripAnnotated(ObjectMapper mapper, BaseValue input) throws Exceptio… in _roundTripAnnotated()
281 …private AnnotatedMinimalWrapper _roundTripAnnotatedMinimal(ObjectMapper mapper, BaseValue input) t… in _roundTripAnnotatedMinimal()
292 private void _verifyBadDefaultValue(ObjectMapper mapper) throws Exception { in _verifyBadDefaultValue()
297 private void _verifyMehDefaultValue(ObjectMapper mapper) throws Exception { in _verifyMehDefaultValue()
302 private void _verifyBadAnnotatedValue(ObjectMapper mapper) throws Exception { in _verifyBadAnnotatedValue()
307 private void _verifyMehAnnotatedValue(ObjectMapper mapper) throws Exception { in _verifyMehAnnotatedValue()
312 private void _verifyBadAnnotatedMinValue(ObjectMapper mapper) throws Exception { in _verifyBadAnnotatedMinValue()
317 private void _verifyMehAnnotatedMinValue(ObjectMapper mapper) throws Exception { in _verifyMehAnnotatedMinValue()
322 private void _verifyBadValue(ObjectMapper mapper, String json, Class<?> type) throws Exception { in _verifyBadValue()
[all …]
H A DBasicPTVTest.java86 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClass() local
121 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClassPrefix() local
146 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClassPattern() local
174 ObjectMapper mapper = jsonMapperBuilder() in testDenyByBaseClass() local
198 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClass() local
222 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassPrefix() local
246 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassPattern() local
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/stream/
H A DCollectors.annotated.java49 …eam.Collector<T,?,R> mapping(java.util.function.Function<? super T,? extends U> mapper, java.util.… in mapping()
51 …latMapping(java.util.function.Function<? super T,? extends java.util.stream.Stream<? extends U>> m… in flatMapping()
63 …stream.Collector<T,?,java.lang.Integer> summingInt(java.util.function.ToIntFunction<? super T> map… in summingInt()
65 …l.stream.Collector<T,?,java.lang.Long> summingLong(java.util.function.ToLongFunction<? super T> ma… in summingLong()
67 …eam.Collector<T,?,java.lang.Double> summingDouble(java.util.function.ToDoubleFunction<? super T> m… in summingDouble()
69 …tream.Collector<T,?,java.lang.Double> averagingInt(java.util.function.ToIntFunction<? super T> map… in averagingInt()
71 …ream.Collector<T,?,java.lang.Double> averagingLong(java.util.function.ToLongFunction<? super T> ma… in averagingLong()
73 …m.Collector<T,?,java.lang.Double> averagingDouble(java.util.function.ToDoubleFunction<? super T> m… in averagingDouble()
79 …<T,?,U> reducing(U identity, java.util.function.Function<? super T,? extends U> mapper, java.util.… in reducing()
113 …T,?,java.util.IntSummaryStatistics> summarizingInt(java.util.function.ToIntFunction<? super T> map… in summarizingInt()
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/contextual/
H A DTestContextualSerialization.java227 ObjectMapper mapper = new ObjectMapper(); in testMethodAnnotations() local
238 ObjectMapper mapper = new ObjectMapper(); in testClassAnnotations() local
247 ObjectMapper mapper = new ObjectMapper(); in testWrappedBean() local
257 ObjectMapper mapper = new ObjectMapper(); in testMethodAnnotationInArray() local
268 ObjectMapper mapper = new ObjectMapper(); in testMethodAnnotationInList() local
279 ObjectMapper mapper = new ObjectMapper(); in testMethodAnnotationInMap() local
290 ObjectMapper mapper = new ObjectMapper(); in testContextualViaAnnotation() local
299 ObjectMapper mapper = jsonMapperBuilder() in testResolveOnContextual() local
310 ObjectMapper mapper = newJsonMapper(); in testContextualArrayElement() local
318 ObjectMapper mapper = jsonMapperBuilder() in testRootContextualization2429() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
H A DDateSerializationTest.java117 ObjectMapper mapper = new ObjectMapper(); in testDateISO8601() local
166 ObjectMapper mapper = new ObjectMapper(); in testDateISO8601_customTZ() local
189 ObjectMapper mapper = new ObjectMapper(); in testDateISO8601_colonInTZ() local
199 ObjectMapper mapper = new ObjectMapper(); in testDateOther() local
240 ObjectMapper mapper = new ObjectMapper(); in testDatesAsMapKeys() local
254 ObjectMapper mapper = new ObjectMapper(); in testDateWithJsonFormat() local
286 ObjectMapper mapper = new ObjectMapper(); in testWithTimeZoneOverride() local
313 ObjectMapper mapper = new ObjectMapper(); in testDateDefaultShape() local
358 ObjectMapper mapper = new ObjectMapper(); in testFormatWithoutPattern() local
380 private void serialize(ObjectMapper mapper, Object date, String expected) throws IOException { in serialize()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DTestSubtypes.java202 ObjectMapper mapper = new ObjectMapper(); in testPropertyWithSubtypes() local
213 ObjectMapper mapper = new ObjectMapper(); in testSubtypesViaModule() local
242 ObjectMapper mapper = new ObjectMapper(); in testSerialization() local
251 ObjectMapper mapper = new ObjectMapper(); in testSerializationWithDuplicateRegisteredSubtypes() local
262 ObjectMapper mapper = new ObjectMapper(); in testDeserializationNonNamed() local
273 ObjectMapper mapper = new ObjectMapper(); in testDeserializatioNamed() local
289 ObjectMapper mapper = new ObjectMapper(); in testDeserializationWithDuplicateRegisteredSubtypes() local
313 ObjectMapper mapper = new ObjectMapper(); in testEmptyBean() local
367 ObjectMapper mapper = new ObjectMapper(); in testDefaultImplViaModule() local
382 ObjectMapper mapper = new ObjectMapper(); in testErrorMessage() local
H A DTestPropertyTypeInfo.java86 ObjectMapper mapper = new ObjectMapper(); in testSimpleField() local
97 ObjectMapper mapper = new ObjectMapper(); in testSimpleMethod() local
108 ObjectMapper mapper = new ObjectMapper(); in testSimpleListField() local
124 ObjectMapper mapper = new ObjectMapper(); in testSimpleListMethod() local
145 ObjectMapper mapper = new ObjectMapper(); in testSimpleArrayField() local
160 ObjectMapper mapper = new ObjectMapper(); in testSimpleArrayMethod() local
175 ObjectMapper mapper = new ObjectMapper(); in testSimpleMapField() local
191 ObjectMapper mapper = new ObjectMapper(); in testSimpleMapMethod() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
H A DProblemHandlerTest.java240 ObjectMapper mapper = newJsonMapper() in testWeirdKeyHandling() local
252 ObjectMapper mapper = newJsonMapper() in testWeirdNumberHandling() local
261 ObjectMapper mapper = newJsonMapper() in testWeirdStringHandling() local
276 ObjectMapper mapper = newJsonMapper() in testInvalidTypeId() local
286 ObjectMapper mapper = newJsonMapper() in testInvalidClassAsId() local
298 ObjectMapper mapper = newJsonMapper() in testMissingTypeId() local
308 ObjectMapper mapper = newJsonMapper() in testMissingClassAsId() local
332 ObjectMapper mapper = newJsonMapper() in testInstantiationExceptionHandling() local
341 ObjectMapper mapper = newJsonMapper() in testMissingInstantiatorHandling() local
351 ObjectMapper mapper = newJsonMapper() in testUnexpectedTokenHandling() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
H A DEnumDeserializationTest.java182 public static ObjectMapper setupObjectMapper(ObjectMapper mapper) { in setupObjectMapper()
408 final ObjectMapper mapper = new ObjectMapper(); in testEnumsWithEmpty() local
416 final ObjectMapper mapper = new ObjectMapper(); in testGenericEnumDeserialization() local
433 final ObjectMapper mapper = newJsonMapper(); in testUnwrappedEnumException() local
506 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotation() local
514 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotationUsingIndexInBound1() local
522 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotationUsingIndexInBound2() local
530 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotationUsingIndexSameAsLength() local
538 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotationUsingIndexOutOfBound() local
546 final ObjectMapper mapper = new ObjectMapper(); in testEnumWithDefaultAnnotationWithConstructor() local
[all …]
H A DDateDeserializationTZTest.java382 ObjectMapper mapper = MAPPER.copy(); in testDateUtil_Annotation_PatternAndLocale() local
451 ObjectMapper mapper = new ObjectMapper(); in testDateUtil_customDateFormat_withoutTZ() local
467 ObjectMapper mapper = new ObjectMapper(); in testDateUtil_customDateFormat_withoutTZ() local
482 ObjectMapper mapper = new ObjectMapper(); in testDateUtil_customDateFormat_withTZ() local
519 private static void verify(ObjectMapper mapper, Object input, Date expected) throws Exception { in verify()
538 private static void failure(ObjectMapper mapper, Object input) throws Exception { in failure()
542 …private static void failure(ObjectMapper mapper, Object input, Class<? extends Exception> exceptio… in failure()
554 private static <T> T read(ObjectMapper mapper, Object input, Class<T> type) throws Exception { in read()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DTestGenerics.java57 ObjectMapper mapper = new ObjectMapper(); in testSimpleNumberBean() local
67 ObjectMapper mapper = new ObjectMapper(); in testGenericWrapper() local
82 ObjectMapper mapper = new ObjectMapper(); in testGenericWrapperWithSingleElementArray() local
101 ObjectMapper mapper = new ObjectMapper(); in testMultipleWrappers() local
122 ObjectMapper mapper = new ObjectMapper(); in testMultipleWrappersSingleValueArray() local
146 ObjectMapper mapper = new ObjectMapper(); in testArrayOfGenericWrappers() local
164 ObjectMapper mapper = new ObjectMapper(); in testArrayOfGenericWrappersSingleValueArray() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
H A DIOStream.java262 …ault <R> IOStream<R> flatMap(final IOFunction<? super T, ? extends IOStream<? extends R>> mapper) … in flatMap()
279 …default DoubleStream flatMapToDouble(final IOFunction<? super T, ? extends DoubleStream> mapper) t… in flatMapToDouble()
296 …default IntStream flatMapToInt(final IOFunction<? super T, ? extends IntStream> mapper) throws IOE… in flatMapToInt()
313 …default LongStream flatMapToLong(final IOFunction<? super T, ? extends LongStream> mapper) throws … in flatMapToLong()
396 … default <R> IOStream<R> map(final IOFunction<? super T, ? extends R> mapper) throws IOException { in map()
413 default DoubleStream mapToDouble(final ToDoubleFunction<? super T> mapper) { in mapToDouble()
430 default IntStream mapToInt(final ToIntFunction<? super T> mapper) { in mapToInt()
447 default LongStream mapToLong(final ToLongFunction<? super T> mapper) { in mapToLong()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DPolicyModule.java243com.android.systemui.qs.tiles.impl.flashlight.domain.FlashlightMapper mapper, @org.jetbrains.annot… in provideFlashlightTileViewModel()
270com.android.systemui.qs.tiles.impl.location.domain.LocationTileMapper mapper, @org.jetbrains.annot… in provideLocationTileViewModel()
297com.android.systemui.qs.tiles.impl.alarm.domain.AlarmTileMapper mapper, @org.jetbrains.annotations… in provideAlarmTileViewModel()
324com.android.systemui.qs.tiles.impl.uimodenight.domain.UiModeNightTileMapper mapper, @org.jetbrains… in provideUiModeNightTileViewModel()
351com.android.systemui.qs.tiles.impl.work.ui.WorkModeTileMapper mapper, @org.jetbrains.annotations.N… in provideWorkModeTileViewModel()
378com.android.systemui.qs.tiles.impl.sensorprivacy.ui.SensorPrivacyToggleTileMapper.Factory mapper, … in provideCameraToggleTileViewModel()
414com.android.systemui.qs.tiles.impl.sensorprivacy.ui.SensorPrivacyToggleTileMapper.Factory mapper, … in provideMicrophoneToggleTileViewModel()
450com.android.systemui.qs.tiles.impl.modes.ui.ModesTileMapper mapper, @org.jetbrains.annotations.Not… in provideModesTileViewModel()
/aosp_15_r20/external/crosvm/devices/src/virtio/iommu/
H A Dmemory_mapper.rs478 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_overlap() localVariable
524 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
529 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
558 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
592 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
611 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
646 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
668 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_map_unmap() localVariable
721 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_remove_map() localVariable
759 let mut mapper = BasicMemoryMapper::new(u64::MAX); in test_translate_len() localVariable

12345678910>>...52