/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/constraintlayout/constraintlayout-compose-android/1.1.0-beta01/androidx.constraintlayout_constraintlayout-compose/android_common/aar/ |
D | classes.jar | ... java.lang.String horizontalAnchorIndexToAnchorName (int)
int index
public final java.lang.String verticalAnchorIndexToAnchorName (int ... |
D | androidx.constraintlayout_constraintlayout-compose.jar | ... java.lang.String horizontalAnchorIndexToAnchorName (int)
int index
public final java.lang.String verticalAnchorIndexToAnchorName (int ... |
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dexer/ |
H A D | Main.java | 1038 int index = path.lastIndexOf("/./"); in fixPath() local 1165 protected final FileNameFilter delegate; field in Main.RemoveModuleInfoFilter 1167 public RemoveModuleInfoFilter(FileNameFilter delegate) { in RemoveModuleInfoFilter() 1233 int index = path.lastIndexOf('/'); in getSimpleName() local 1391 private int index; field in Main.Arguments.ArgumentsParser
|
/aosp_15_r20/external/federated-compute/fcp/client/engine/ |
H A D | tflite_wrapper.cc | 44 absl::Status AssignStringInput(int index, const std::string& value, in AssignStringInput() 72 auto delegate = tflite::FlexDelegate::Create(); in Create() local
|
/aosp_15_r20/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 99 AoaDevice(@Nonnull UsbHelper helper, @Nonnull UsbDevice delegate) { in AoaDevice() 141 private int transfer(byte request, int value, int index, byte[] data) { in transfer() 146 private void transferOrThrow(byte request, int value, int index, byte[] data) { in transferOrThrow()
|
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/javac-header/ |
D | dagger2-compiler-lib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler/linux_glibc_common/combined/ |
D | dagger2-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-compiler-lib/linux_glibc_common/combined/ |
D | dagger2-compiler-lib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-core-android/1.8.0-beta01/androidx.compose.animation_animation-core/android_common_apex30/aar/ |
D | classes.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
D | androidx.compose.animation_animation-core.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-core-android/1.8.0-beta01/androidx.compose.animation_animation-core/android_common_apex34/aar/ |
D | androidx.compose.animation_animation-core.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
D | classes.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/animation/animation-core-android/1.8.0-beta01/androidx.compose.animation_animation-core/android_common/aar/ |
D | classes.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
D | androidx.compose.animation_animation-core.jar | ... final androidx.compose.runtime.MutableState isRunning$delegate
private final androidx.compose.runtime.MutableState targetValue ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/paging/paging-compose-android/3.4.0-alpha01/androidx.paging_paging-compose/android_common_apex30/aar/ |
D | androidx.paging_paging-compose.jar | ... lang.Object invoke (int)
Object item
int index
public volatile synthetic java.lang.Object invoke ( ... |
D | classes.jar | ... lang.Object invoke (int)
Object item
int index
public volatile synthetic java.lang.Object invoke ( ... |
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | ColorDelegator.py | 45 def setdelegate(self, delegate): argument 81 def insert(self, index, chars, tags=None): argument
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/utils-mockito/com/android/server/testutils/ |
H A D | MockitoUtils.kt | 37 ?.mapIndexed { index, arg -> arg.attemptToString(index) } in <lambda>() method 77 var delegate: Answer<*> = Answers.RETURNS_DEFAULTS variable
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/net/ |
D | NetworkStatsSubscriptionsMonitor.java | 85 @NonNull Executor executor, @NonNull Delegate delegate) { in NetworkStatsSubscriptionsMonitor() 154 final int index = CollectionUtils.indexOf(mRatListeners, in getRatTypeForSubscriberId() local
|
/aosp_15_r20/external/stardoc/stardoc/ |
HD | renderer_binary.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/kythe/ |
HD | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/ |
H A D | qpack_round_trip_fuzzer.cc | 60 void set_qpack_stream_sender_delegate(QpackStreamSenderDelegate* delegate) { in set_qpack_stream_sender_delegate() 140 auto index = in MaybeTransmitSomeData() local 329 void set_qpack_stream_sender_delegate(QpackStreamSenderDelegate* delegate) { in set_qpack_stream_sender_delegate()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 1527 int index = hash & (table.length() - 1); in put() local 1647 int index = hash & (table.length() - 1); in replace() local 1695 int index = hash & (table.length() - 1); in replace() local 1739 int index = hash & (table.length() - 1); in remove() local 1779 int index = hash & (table.length() - 1); in remove() local 1868 int index = hash & (table.length() - 1); in reclaimKey() local 1895 int index = hash & (table.length() - 1); in reclaimValue() local 1931 int index = hash & (table.length() - 1); in clearValueForTesting() local 1960 int index = hash & (table.length() - 1); in removeEntryForTesting() local 2875 transient ConcurrentMap<K, V> delegate; field in MapMakerInternalMap.AbstractSerializationProxy [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 1527 int index = hash & (table.length() - 1); in put() local 1647 int index = hash & (table.length() - 1); in replace() local 1695 int index = hash & (table.length() - 1); in replace() local 1739 int index = hash & (table.length() - 1); in remove() local 1779 int index = hash & (table.length() - 1); in remove() local 1868 int index = hash & (table.length() - 1); in reclaimKey() local 1895 int index = hash & (table.length() - 1); in reclaimValue() local 1931 int index = hash & (table.length() - 1); in clearValueForTesting() local 1960 int index = hash & (table.length() - 1); in removeEntryForTesting() local 2875 transient ConcurrentMap<K, V> delegate; field in MapMakerInternalMap.AbstractSerializationProxy [all …]
|
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/javac-header/ |
D | metalava-model.jar | ... getLength ()
public char get (int)
int index
public java.lang.CharSequence subSequence (int, ... |