Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 25 of 85) sorted by relevance

1234

/external/pytorch/aten/src/ATen/
DCollapseDims.h33 int64_t newIndex = -1; variable
/external/javassist/src/main/javassist/expr/
DNewExpr.java190 int newIndex = iterator.u16bitAt(pos + 1); in replace() local
244 int newIndex, methodIndex; field in NewExpr.ProceedForNew
/external/cronet/stable/third_party/icu/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/external/cronet/tot/third_party/icu/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/external/icu/icu4c/source/common/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/external/icu/libicu/cts_headers/unicode/
Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/external/oboe/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/
DMusicTileView.kt95 val newIndex = getIndexFromLocation(point) in onTouchEvent() constant
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DPlayerManager.java43 void onQueuePositionChanged(int previousIndex, int newIndex); in onQueuePositionChanged()
159 public boolean moveItem(MediaItem item, int newIndex) { in moveItem()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DPlayerManager.java43 void onQueuePositionChanged(int previousIndex, int newIndex); in onQueuePositionChanged()
159 public boolean moveItem(MediaItem item, int newIndex) { in moveItem()
/external/javassist/src/main/javassist/bytecode/
DNestMembersAttribute.java62 int newIndex = cp.copy(index, newCp, classnames); in copy() local
/external/cronet/stable/third_party/icu/source/common/
Duniquecharstr.h72 int32_t newIndex = strings->length(); in add() local
/external/cronet/tot/third_party/icu/source/common/
Duniquecharstr.h72 int32_t newIndex = strings->length(); in add() local
/external/icu/libicu/cts_headers/
Duniquecharstr.h72 int32_t newIndex = strings->length(); in add() local
/external/icu/icu4c/source/common/
Duniquecharstr.h72 int32_t newIndex = strings->length(); in add() local
/external/javassist/src/main/javassist/convert/
DTransformFieldAccess.java33 private int newIndex; field in TransformFieldAccess
DTransformCall.java35 protected int newIndex; field in TransformCall
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMStringPool.java125 int newIndex=m_intToString.size(); in stringToIndex() local
/external/cronet/tot/third_party/icu/source/tools/toolutil/
Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
/external/cronet/stable/third_party/icu/source/tools/toolutil/
Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
609 int newIndex, in movePublicMediaSource()
765 private void addMediaSourceInternal(int newIndex, MediaSourceHolder newMediaSourceHolder) { in addMediaSourceInternal()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
609 int newIndex, in movePublicMediaSource()
765 private void addMediaSourceInternal(int newIndex, MediaSourceHolder newMediaSourceHolder) { in addMediaSourceInternal()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DEventSampleStream.java133 int newIndex = max(currentIndex, Util.binarySearchCeil(eventTimesUs, positionUs, true, false)); in skipData() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DEventSampleStream.java133 int newIndex = max(currentIndex, Util.binarySearchCeil(eventTimesUs, positionUs, true, false)); in skipData() local
/external/bazelbuild-rules_go/go/tools/bazel/
Drunfiles.go299 func newIndex() index { func
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp431 int32_t newIndex=oldIndex+1; in utm_alloc() local
444 int32_t newIndex=oldIndex+n; in utm_allocN() local

1234