OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempResult
(Results
1 - 10
of
10
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java
108
List<Rectangle>
tempResult
= new ArrayList<Rectangle>();
118
tempResult
.add(new Rectangle(r.x, r.y, r.width, h.y - r.y));
123
tempResult
.add(new Rectangle(r.x, h.y, h.x - r.x, h.height));
133
tempResult
.add(new Rectangle(r.x, hy2, r.width, ry2 - hy2));
138
tempResult
.add(new Rectangle(hx2, h.y, rx2 - hx2, h.height));
141
tempResult
.add(r);
145
result =
tempResult
;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
Ipo.java
97
int
tempResult
= bezierCurves[i].getLastFrame();
98
if (
tempResult
> result) {
99
result =
tempResult
;
/external/icu4c/i18n/
nfrs.cpp
637
Formattable
tempResult
;
641
UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound,
tempResult
);
646
result =
tempResult
;
660
Formattable
tempResult
;
661
UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound,
tempResult
);
663
result =
tempResult
;
700
Formattable
tempResult
;
701
UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound,
tempResult
);
703
result =
tempResult
;
nfsubs.cpp
748
double
tempResult
= result.getDouble(status);
772
tempResult
= composeRuleValue(
tempResult
, baseValue);
773
result.setDouble(
tempResult
);
[
all
...]
nfrule.cpp
515
int16_t
tempResult
= (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix));
516
int64_t temp = util64_pow(radix,
tempResult
+ 1);
518
tempResult
+= 1;
520
return
tempResult
;
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 731 milliseconds