Home
last modified time | relevance | path

Searched defs:currentIndex (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/aosp_15_r20/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java126 int currentIndex = 0; in fromSerializedKeyConfig() local
244 int currentIndex = 0; in serializeKeyConfigToBytes() local
249 copyTwoBytesFromInteger(kemId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
253 System.arraycopy(publicKey(), 0, serializedArray, currentIndex, publicKey().length); in serializeKeyConfigToBytes() local
262 copyTwoBytesFromInteger(kdfId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
265 copyTwoBytesFromInteger(aeadId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPaintParamsKey.cpp77 int* currentIndex, in createNode()
130 int currentIndex = 0; in getRootNodes() local
148 int currentIndex, in key_to_string()
229 for (int currentIndex = 0; currentIndex < keySize;) { in toString() local
243 int currentIndex = 0; in dump() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/development/bluetooth/
DBluetoothStackLogPreferenceControllerTest.java119 final int currentIndex = mPreference.findIndexOfValue(currentValue); in onPreferenceChange_withEachValue_uiSetProperlyAndAllValuesWrittenToProperties() local
148 final int currentIndex = mPreference.findIndexOfValue(currentValue); in updateState_withEachValue_uiSetProperly() local
173 final int currentIndex = mPreference.findIndexOfValue(currentValue); in onDeveloperOptionsSwitchDisabled_preferenceSetToDefault() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DReplaceableUCharacterIterator.java186 public void setIndex(int currentIndex) throws IndexOutOfBoundsException{ in setIndex()
212 private int currentIndex; field in ReplaceableUCharacterIterator
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DReplaceableUCharacterIterator.java184 public void setIndex(int currentIndex) throws IndexOutOfBoundsException{ in setIndex()
210 private int currentIndex; field in ReplaceableUCharacterIterator
/aosp_15_r20/development/tools/winscope/src/app/
H A Dtimeline_data.ts296 const currentIndex = this.findCurrentEntryFor(trace)?.getIndex(); constant
309 const currentIndex = this.findCurrentEntryFor(trace)?.getIndex(); constant
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
H A DFramedSnappyCompressorOutputStream.java51 private int currentIndex = 0; field in FramedSnappyCompressorOutputStream
126 try (OutputStream o = new SnappyCompressorOutputStream(baos, currentIndex, params)) { in flushBuffer() argument
/aosp_15_r20/development/tools/winscope/src/viewers/common/
H A Dlog_presenter.ts32 private currentIndex: number | undefined; property in LogPresenter
210 const currentIndex = this.originalIndicesOfAllEntries.findIndex( constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/util/
DWidgetPreviewContainerSize.kt70 var currentIndex = startIndex in findClosestFittingContainer() variable
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/api/
H A DPseudoRandom.java72 <T> int otherIndexIn(T[] array, int currentIndex); in otherIndexIn()
79 int otherIndexIn(int range, int currentIndex); in otherIndexIn()
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt49 var currentIndex = 0 in withIndex() variable
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
608 int currentIndex, in movePublicMediaSource()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
608 int currentIndex, in movePublicMediaSource()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java149 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes); in switchToNextInputSubtypeInThisIme() local
169 final int currentIndex = getImiIndexInList(getInputMethodInfoOfThisIme(), enabledImis); in switchToNextInputMethodAndSubtype() local
201 private static InputMethodInfo getNextNonAuxiliaryIme(final int currentIndex, in getNextNonAuxiliaryIme()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsettings_ram.c78 int currentIndex = 0; in otPlatSettingsGet() local
189 int currentIndex = 0; in otPlatSettingsDelete() local
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dpresenter.ts387 const currentIndex = this.logPresenter.getCurrentIndex(); constant
388 const index = selectedIndex ?? currentIndex; constant
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DByteSubArray.kt15 private var currentIndex = 0 variable
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dspan_unittest.cpp133 size_t currentIndex = 0; in TEST() local
146 size_t currentIndex = 0; in TEST() local
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
H A DSequencePlaysScrabble.kt94 private var currentIndex = startIndex in <lambda>() variable
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/engine/
H A DSeededPseudoRandom.java80 public <T> int otherIndexIn(T[] array, int currentIndex) { in otherIndexIn()
85 public int otherIndexIn(int range, int currentIndex) { in otherIndexIn()
/aosp_15_r20/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/
H A DHorizontalPagerLoopingTabsSample.kt101 val currentIndex by remember { in Sample() constant
/aosp_15_r20/external/kotlinx.serialization/formats/properties/commonMain/src/kotlinx/serialization/properties/
H A DProperties.kt95 private var currentIndex = 0 variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/ringer/ui/viewmodel/
H A DVolumeDialogRingerDrawerViewModel.kt137 val currentIndex = availableModes.indexOf(currentRingerMode) in <lambda>() constant
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_surface_vme.cpp74 uint32_t currentIndex, in Create()
154 uint32_t currentIndex, in CmSurfaceVme()
/aosp_15_r20/external/jcommander/src/main/java/com/beust/jcommander/
H A DParameterDescription.java221 …Object addValue(String name, String value, boolean isDefault, boolean validate, int currentIndex) { in addValue()
275 private Object handleSubParameters(String value, int currentIndex, Class<?> type, in handleSubParameters()

12345678910>>...48