OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherIndex
(Results
1 - 25
of
41
) sorted by null
1
2
/external/proguard/src/proguard/classfile/editor/
ComparableConstant.java
101
int
otherIndex
= otherComparableConstant.thisIndex;
103
return thisIndex <
otherIndex
? -1 :
104
thisIndex ==
otherIndex
? 0 :
171
int
otherIndex
= otherInvokeDynamicConstant.getBootstrapMethodAttributeIndex();
173
result = index <
otherIndex
? -1 :
174
index >
otherIndex
? 1 :
/external/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java
226
for (int thisIndex = getOffsetIntoBytes(),
otherIndex
=
228
(thisIndex < thisLimit); ++thisIndex, ++
otherIndex
) {
229
if (thisBytes[thisIndex] != otherBytes[
otherIndex
]) {
/external/llvm/include/llvm/CodeGen/
LiveInterval.h
549
const SlotIndex &
otherIndex
= other.beginIndex();
550
return thisIndex <
otherIndex
;
730
const SlotIndex &
otherIndex
= other.beginIndex();
731
return std::tie(thisIndex, reg) < std::tie(
otherIndex
, other.reg);
/frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java
568
int
otherIndex
= indexOf(other);
569
if (
otherIndex
>= 0) {
575
taskIndex =
otherIndex
+1;
579
taskIndex =
otherIndex
;
[
all
...]
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java
665
int
otherIndex
= face.getCharIndex(other.id);
667
int kerning = face.getKerning(glyphIndex,
otherIndex
, 0);
670
kerning = face.getKerning(
otherIndex
, glyphIndex, 0);
/external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java
[
all
...]
/external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java
[
all
...]
/external/icu/icu4c/source/i18n/
msgfmt.cpp
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar
Completed in 1078 milliseconds
1
2