Home
last modified time | relevance | path

Searched defs:down (Results 1 – 25 of 68) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/util/
DSkyFactory.java142 …Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f norma… in createSky()
146 …Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f norma… in createSky()
199 …assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) { in createSky()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeIterator.h47 __strong id<ANTLRBaseTree> down; variable
DANTLRBufferedTreeNodeStream.h65 id down; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeIterator.h45 id<ANTLRTree> down; variable
DANTLRBufferedTreeNodeStream.h64 id<ANTLRTree> down; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeIterator.h45 id<ANTLRTree> down; variable
DANTLRBufferedTreeNodeStream.h64 id<ANTLRTree> down; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeIterator.h45 id<ANTLRTree> down; variable
DANTLRBufferedTreeNodeStream.h64 id<ANTLRTree> down; variable
/external/jmonkeyengine/engine/src/android/jme3test/android/
DTestSkyLoadingPrimitives.java62 … Texture down = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_y.png"); in simpleInitApp() local
DTestSkyLoadingLagoon.java54 Texture down = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_down.jpg"); in simpleInitApp() local
/external/jmonkeyengine/engine/src/test/jme3test/texture/
DTestSkyLoading.java53 Texture down = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_down.jpg"); in simpleInitApp() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
DBTree.java59 public BTree down(int b) { in down() method in BTree
/external/libvncserver/examples/android/jni/
Dfbvncserver.c234 static int keysym2scancode(rfbBool down, rfbKeySym key, rfbClientPtr cl) in keysym2scancode()
295 static void keyevent(rfbBool down, rfbKeySym key, rfbClientPtr cl) in keyevent()
307 void injectTouchEvent(int down, int x, int y) in injectTouchEvent()
/external/libvncserver/examples/
Dpnmshow24.c16 static void HandleKey(rfbBool down,rfbKeySym key,rfbClientPtr cl) in HandleKey()
Dpnmshow.c9 static void HandleKey(rfbBool down,rfbKeySym key,rfbClientPtr cl) in HandleKey()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs49 public object down; field in Antlr.Runtime.Tree.TreeIterator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs52 public object down; field in Antlr.Runtime.Tree.TreeIterator
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeIterator.java49 public Object down; field in TreeIterator
/external/libvncserver/x11vnc/
Dkeyboard.c209 int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set) { in track_mod_state()
910 int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *new_kc) { in sloppy_key_check()
973 static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym, in xkb_tweak_keyboard()
1575 static void xkb_tweak_keyboard(rfbBool down, rfbKeySym keysym, in xkb_tweak_keyboard()
2604 static void tweak_mod(signed char mod, rfbBool down) { in tweak_mod()
2658 static void modifier_tweak_keyboard(rfbBool down, rfbKeySym keysym, in modifier_tweak_keyboard()
2863 static void pipe_keyboard(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { in pipe_keyboard()
2951 rfbBool down; member
3050 void keyboard(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { in keyboard()
DmacosxCG.c924 void CGPostKeyboardEvent_wr(CGCharCode keyChar, CGKeyCode keyCode, int down) { in CGPostKeyboardEvent_wr()
954 void macosxCG_keycode_inject(int down, int keycode) { in macosxCG_keycode_inject()
963 void macosxCG_keysym_inject(int down, unsigned int keysym) { in macosxCG_keysym_inject()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainGridSerializationTest.java120 private boolean down; field in TerrainGridSerializationTest
/external/libvncserver/vncterm/
DLinuxVNC.c10 void do_key(rfbBool down,rfbKeySym keySym,rfbClientPtr cl) in do_key()
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloCollision.java66 private boolean left = false, right = false, up = false, down = false; field in HelloCollision
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestQ3.java62 private boolean left=false,right=false,up=false,down=false; field in TestQ3

123