OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherIndex
(Results
1 - 5
of
5
) sorted by null
/external/proguard/src/proguard/classfile/editor/
ComparableConstant.java
98
int
otherIndex
= otherComparableConstant.thisIndex;
100
return thisIndex <
otherIndex
? -1 :
101
thisIndex ==
otherIndex
? 0 :
/external/llvm/include/llvm/CodeGen/
LiveInterval.h
454
const SlotIndex &
otherIndex
= other.beginIndex();
455
return (thisIndex <
otherIndex
||
456
(thisIndex ==
otherIndex
&& reg < other.reg));
/external/icu4c/i18n/
plurrule.cpp
528
int32_t
otherIndex
= -1; // the value -1 will indicate we added 'other' at end
532
if (
otherIndex
== -1 && rc->keyword == PLURAL_KEYWORD_OTHER) {
533
otherIndex
= maxIndex;
539
if (
otherIndex
== -1) {
559
if (
otherIndex
== -1) {
592
found =
otherIndex
== -1 ? maxIndex - 1 :
otherIndex
;
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 63 milliseconds