Searched refs:directions (Results 1 - 19 of 19) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DDirection.java24 * A namespace to hold interfaces and constants for scroll directions.
27 /** Logical directions */
44 /** Physical directions */
97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
101 return directions;
105 private final PhysicalDirection[] directions = {UP, DOWN};
109 return directions;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-raytrace.js272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; local
193 directions.setCount(rectCount);
194 path.rectContours(rects.begin(), directions.begin());
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
H A DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; local
99 directions.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; local
193 directions.setCount(rectCount);
194 path.rectContours(rects.begin(), directions.begin());
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
H A DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; local
99 directions.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
H A DSDL_sysjoystick.c749 Uint16 directions; member in struct:JOYPAD_IO_S
777 jp_directions = (~(JOYPAD_IO.directions));
799 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15;
813 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15;
823 JOYPAD_IO.directions=0xffff;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp98 SkTDArray<SkPath::Direction> directions; local
100 directions.setCount(rectCount);
101 path.rectContours(rects.begin(), directions.begin());
105 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/skia/tests/
H A DPathOpsExtendedTest.cpp125 SkTDArray<SkPath::Direction> directions; local
127 directions.setCount(rectCount);
128 path.rectContours(rects.begin(), directions.begin());
132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1310 std::vector<ui::KeyboardCode> directions; local
1311 directions.push_back(ui::VKEY_RIGHT);
1312 directions.push_back(ui::VKEY_LEFT);
1313 directions.push_back(ui::VKEY_UP);
1314 directions.push_back(ui::VKEY_DOWN);
1329 for (std::vector<ui::KeyboardCode>::const_iterator it = directions.begin();
1330 it != directions.end();
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp23 and follow the on-screen directions
H A Dcmdline2.stdout.exp23 and follow the on-screen directions
/external/iproute2/doc/
H A Dip-tunnels.tex81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
275 output directions by prefixing corresponding keywords with letter
H A Dip-cref.tex2452 The \verb|key| parameter sets the key to use in both directions.
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc444 gfx::Vector2d directions[6] = { gfx::Vector2d(-10, 0), gfx::Vector2d(10, 0), local
465 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size());
467 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 517 milliseconds