OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherIndex
(Results
1 - 9
of
9
) 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/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp
12
bool SkOpContour::addCoincident(int index, SkOpContour* other, int
otherIndex
,
26
coincidence.fSegments[1] =
otherIndex
;
63
int
otherIndex
= coincidence.fSegments[1];
64
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
127
bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int
otherIndex
,
141
coincidence.fSegments[1] =
otherIndex
;
190
int
otherIndex
= coincidence.fSegments[1];
191
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
238
int
otherIndex
= coincidence.fSegments[1];
239
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
[
all
...]
SkOpSegment.cpp
387
void SkOpSegment::addOtherT(int index, double otherT, int
otherIndex
) {
395
span.fOtherIndex =
otherIndex
;
[
all
...]
/external/skia/src/pathops/
SkOpContour.cpp
12
bool SkOpContour::addCoincident(int index, SkOpContour* other, int
otherIndex
,
26
coincidence.fSegments[1] =
otherIndex
;
63
int
otherIndex
= coincidence.fSegments[1];
64
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
127
bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int
otherIndex
,
141
coincidence.fSegments[1] =
otherIndex
;
190
int
otherIndex
= coincidence.fSegments[1];
191
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
238
int
otherIndex
= coincidence.fSegments[1];
239
SkOpSegment& other = otherContour->fSegments[
otherIndex
];
[
all
...]
SkOpSegment.cpp
387
void SkOpSegment::addOtherT(int index, double otherT, int
otherIndex
) {
395
span.fOtherIndex =
otherIndex
;
[
all
...]
/external/icu4c/i18n/
plurrule.cpp
539
int32_t
otherIndex
= -1; // the value -1 will indicate we added 'other' at end
543
if (
otherIndex
== -1 && 0 == rc->keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
544
otherIndex
= maxIndex;
550
if (
otherIndex
== -1) {
570
if (
otherIndex
== -1) {
603
found =
otherIndex
== -1 ? maxIndex - 1 :
otherIndex
;
[
all
...]
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/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 470 milliseconds