Home
last modified time | relevance | path

Searched +defs:index +defs:delegate (Results 101 – 125 of 1452) sorted by relevance

12345678910>>...59

/aosp_15_r20/frameworks/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java82 Long index = sMemoryMappedFileMap.get(thisFile); in close() local
91 MemoryMappedFile_Delegate delegate = getDelegate(file); in bigEndianIterator() local
110 Long index = sMemoryMappedFileMap.get(file); in getDelegate() local
/aosp_15_r20/out/target/common/obj/APPS/CalendarProvider_intermediates/
Dclasses.jar ... android.calendarcommon2.DateException String str int len int index char c int n public void addTo (java. ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/CalendarProvider/CalendarProvider/android_common/combined/
DCalendarProvider.jar ... android.calendarcommon2.DateException String str int len int index char c int n public void addTo (java. ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-compat-test-rules.jar ... { private final android.compat.Compatibility$BehaviorChangeDelegate delegate private final android.compat.Compatibility$ChangeConfig changeConfig ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/
HDroom-compiler-processing-2.7.0-alpha12.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/room/ androidx/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/androidx.room_room-compiler-processing/linux_glibc_common/local-combined/
Dandroidx.room_room-compiler-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-compat-test-rules.jar ... { private final android.compat.Compatibility$BehaviorChangeDelegate delegate private final android.compat.Compatibility$ChangeConfig changeConfig ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/service/service-configinfrastructure.impl/android_common_apex34/turbine-combined/
Dservice-configinfrastructure.jarMETA-INF/ META-INF/MANIFEST.MF android/aconfig/Aconfig$flag_declaration$ ...
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java198 int index = mNodes.indexOf(mCurrentSelection); in getNextSelection() local
293 public final DragAndDropAccessibilityDelegate delegate; field in KeyboardDragAndDropView.VirtualNodeInfo
296 VirtualNodeInfo(DragAndDropAccessibilityDelegate delegate, int id) { in VirtualNodeInfo()
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/
DRunner_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dturbine_direct_binary_deploy.jar ... .google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/material/material-android/1.7.0-alpha01/androidx.compose.material_material/android_common/aar/
Dlint.jar ... 1 org.jetbrains.uast.UExpression argumentForParameter int index com.intellij.psi.PsiParameter parameter Object item ...
/aosp_15_r20/out/soong/.intermediates/external/auto/factory/auto_factory_plugin/linux_glibc_common/combined/
Dauto_factory_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java300 private final List<? extends Node> delegate; field in XmlSupport.NodeListAdapter
302 public NodeListAdapter(List<? extends Node> delegate) { in NodeListAdapter()
306 @Override public Node item(int index) { in item()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/
H A DXmlSupport.java300 private final List<? extends Node> delegate; field in XmlSupport.NodeListAdapter
302 public NodeListAdapter(List<? extends Node> delegate) { in NodeListAdapter()
306 @Override public Node item(int index) { in item()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java300 private final List<? extends Node> delegate; field in XmlSupport.NodeListAdapter
302 public NodeListAdapter(List<? extends Node> delegate) { in NodeListAdapter()
306 @Override public Node item(int index) { in item()
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/combined/
DContactsProvider.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/content/ android/ ...
/aosp_15_r20/out/target/common/obj/APPS/ContactsProvider_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/content/ android/ ...
/aosp_15_r20/external/angle/third_party/turbine/
HDturbine.jarMETA-INF/ META-INF/MANIFEST.MF manifest.proto com/ com/google ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.2.1/
HDturbine-0.2.1-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF manifest.proto com/ com/google ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.1/
HDturbine-0.1-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/
Dsystemfeatures-metadata-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__systemfeatures__linux_glibc_common__systemfeatures-gen- ...
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/modules/
H A DModuleBuildersTest.kt129 listOf(module1, module2).forEachIndexed { index, module -> in <lambda>() method
239 val delegate = object : KSerializer<Unit> by Unit.serializer() { in <lambda>() constant
263 val delegate = object : KSerializer<Unit> by Unit.serializer() { in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/
DPluginAnnotationProcessor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/
Dcached-property-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__codegen__linux_glibc_common__codegen-version- ...

12345678910>>...59