/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | 3d-raytrace.js | 272 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[2] = transformMatrix(m, this.directions[2]); 280 this.directions[3] = transformMatrix(m, this.directions[3]); 287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y)); [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | 3d-raytrace.js | 272 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[2] = transformMatrix(m, this.directions[2]); 280 this.directions[3] = transformMatrix(m, this.directions[3]); 287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y)); [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | 3d-raytrace.js | 272 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[2] = transformMatrix(m, this.directions[2]); 280 this.directions[3] = transformMatrix(m, this.directions[3]); 287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y)); [all …]
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
D | Direction.java | 97 private final PhysicalDirection[] directions = {LEFT, RIGHT}; 101 return directions; in getPhysicalDirections() 105 private final PhysicalDirection[] directions = {UP, DOWN}; 109 return directions; in getPhysicalDirections()
|
/external/iptables/extensions/ |
D | libxt_conntrack.man | 40 specified at all, matches packets in both directions. 49 with a connection which has not seen packets in both directions. 53 in both directions. 80 Conntrack has seen packets in both directions.
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/ |
D | SDL_sysjoystick.c | 749 Uint16 directions; member 777 jp_directions = (~(JOYPAD_IO.directions)); in UpdateJoypads() 799 JOYPAD_IO.directions = joypad_masks[(i*4)+j]; in UpdateJoypads() 802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15; in UpdateJoypads() 813 JOYPAD_IO.directions = joypad_masks[(i*4)+j]; in UpdateJoypads() 816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15; in UpdateJoypads() 823 JOYPAD_IO.directions=0xffff; in UpdateJoypads()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | LogoPlay.cpp | 191 SkTDArray<SkPath::Direction> directions; in showPath() local 193 directions.setCount(rectCount); in showPath() 194 path.rectContours(rects.begin(), directions.begin()); in showPath() 198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
D | EdgeWalker_TestUtility.cpp | 97 SkTDArray<SkPath::Direction> directions; in showPath() local 99 directions.setCount(rectCount); in showPath() 100 path.rectContours(rects.begin(), directions.begin()); in showPath() 104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
/external/skia/experimental/Intersection/ |
D | LogoPlay.cpp | 191 SkTDArray<SkPath::Direction> directions; in showPath() local 193 directions.setCount(rectCount); in showPath() 194 path.rectContours(rects.begin(), directions.begin()); in showPath() 198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
D | EdgeWalker_TestUtility.cpp | 97 SkTDArray<SkPath::Direction> directions; in showPath() local 99 directions.setCount(rectCount); in showPath() 100 path.rectContours(rects.begin(), directions.begin()); in showPath() 104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
/external/protobuf/editors/ |
D | README.txt | 4 See each file's header comment for directions on how to use it with the
|
/external/lldb/ |
D | INSTALL.txt | 8 signing documentation in docs/code-signing.txt for more detailed directions.
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 19 // Note that the maximal number of directions is controlled by 56 * Note that the maximal number of directions is controlled by
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 125 SkTDArray<SkPath::Direction> directions; in showPath() local 127 directions.setCount(rectCount); in showPath() 128 path.rectContours(rects.begin(), directions.begin()); in showPath() 132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 125 SkTDArray<SkPath::Direction> directions; in showPath() local 127 directions.setCount(rectCount); in showPath() 128 path.rectContours(rects.begin(), directions.begin()); in showPath() 132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
D | README | 44 1) Compile the tests using the directions above.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 26 but just various directions we can pursue:
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommentKinds.td | 68 "valid directions are '[in]', '[out]' and '[in,out]'">,
|
/external/valgrind/main/none/tests/ |
D | cmdline1.stdout.exp | 23 and follow the on-screen directions
|
D | cmdline2.stdout.exp | 23 and follow the on-screen directions
|
/external/chromium_org/sync/protocol/ |
D | synced_notification_data.proto | 31 // creator, skip this and follow the directions below to use a system creator.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 32 ; if they are known safe in both directions. This prevents matching up an inner 419 ; pointers to be removed if we are known safe in both directions.
|
/external/chromium_org/cc/layers/ |
D | tiled_layer_unittest.cc | 417 gfx::Vector2d directions[6] = { gfx::Vector2d(-10, 0), gfx::Vector2d(10, 0), in TEST_F() local 438 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size()); in TEST_F() 440 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size()); in TEST_F()
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling 275 output directions by prefixing corresponding keywords with letter
|
/external/tcpdump/ |
D | README.md | 229 - Do all of the above steps several times, both directions,
|