OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDistance
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp
261
int
testDistance
= testData.mDistance;
270
ASSERT(
testDistance
>= 0);
272
testDistance
+=
testDistance
; // multiply by 2
273
testDistance
*=
testDistance
;
281
testDistance
+= side;
289
testDistance
= SkFixedMul(
testDistance
, bestMultiplier);
292
if (bestDistance <
testDistance
) {
[
all
...]
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
UtilsTest.java
198
public void
testDistance
() {
Completed in 25 milliseconds