| /external/mesa3d/src/glx/ |
| D | vertarr.c | 50 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 58 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 66 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 74 const GLvoid * pointer) in __indirect_glNormalPointerEXT() 82 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 90 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 102 const GLvoid * pointer) in __indirect_glInterleavedArrays()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
| D | DragListener.java | 34 public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) { in touchDown() 45 public void touchDragged (InputEvent event, float x, float y, int pointer) { in touchDragged() 62 public void touchUp (InputEvent event, float x, float y, int pointer, int button) { in touchUp() 69 public void dragStart (InputEvent event, float x, float y, int pointer) { in dragStart() 72 public void drag (InputEvent event, float x, float y, int pointer) { in drag() 75 public void dragStop (InputEvent event, float x, float y, int pointer) { in dragStop()
|
| D | ClickListener.java | 56 public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) { in touchDown() 68 public void touchDragged (InputEvent event, float x, float y, int pointer) { in touchDragged() 78 public void touchUp (InputEvent event, float x, float y, int pointer, int button) { in touchUp() 99 public void enter (InputEvent event, float x, float y, int pointer, Actor fromActor) { in enter() 103 public void exit (InputEvent event, float x, float y, int pointer, Actor toActor) { in exit()
|
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| D | thread_info_base.hpp | 43 void* const pointer = this_thread->reusable_memory_; in allocate() local 56 void* const pointer = ::operator new(size + 1); in allocate() local 63 void* pointer, std::size_t size) in deallocate()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ |
| D | InputListener.java | 81 public boolean touchDown (InputEvent event, float x, float y, int pointer, int button) { in touchDown() 88 public void touchUp (InputEvent event, float x, float y, int pointer, int button) { in touchUp() 94 public void touchDragged (InputEvent event, float x, float y, int pointer) { in touchDragged() 108 public void enter (InputEvent event, float x, float y, int pointer, Actor fromActor) { in enter() 115 public void exit (InputEvent event, float x, float y, int pointer, Actor toActor) { in exit()
|
| /external/libbrillo/brillo/ |
| D | pointer_utils.h | 15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer() 18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/ |
| D | InputProcessor.java | 52 public boolean touchDown (int screenX, int screenY, int pointer, int button); in touchDown() 58 public boolean touchUp (int screenX, int screenY, int pointer, int button); in touchUp() 63 public boolean touchDragged (int screenX, int screenY, int pointer); in touchDragged()
|
| D | InputAdapter.java | 35 public boolean touchDown (int screenX, int screenY, int pointer, int button) { in touchDown() 39 public boolean touchUp (int screenX, int screenY, int pointer, int button) { in touchUp() 43 public boolean touchDragged (int screenX, int screenY, int pointer) { in touchDragged()
|
| /external/vixl/src/vixl/a64/ |
| D | cpu-a64.h | 48 static T SetPointerTag(T pointer, uint64_t tag) { in SetPointerTag() 62 static uint64_t GetPointerTag(T pointer) { in GetPointerTag()
|
| /external/v8/src/ |
| D | zone.h | 141 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete() 165 static void Delete(void* pointer) {} in Delete() 221 void operator delete(void* pointer) { UNREACHABLE(); } in delete() 222 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete() 243 void operator delete(void* pointer) { UNREACHABLE(); } in delete() 244 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
|
| D | small-pointer-list.h | 63 void Add(T* pointer, Zone* zone) { in Add() 95 void RemoveElement(T* pointer) { in RemoveElement() 131 int CountOccurrences(T* pointer, int start, int end) const { in CountOccurrences()
|
| /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/input/ |
| D | MockInput.java | 64 public int getX(int pointer) { in getX() 74 public int getDeltaX(int pointer) { in getDeltaX() 84 public int getY(int pointer) { in getY() 94 public int getDeltaY(int pointer) { in getDeltaY() 109 public boolean isTouched(int pointer) { in isTouched()
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
| D | InputTest.java | 75 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 81 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() 87 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp()
|
| D | OnscreenKeyboardTest.java | 73 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 78 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 84 public boolean touchDragged (int x, int y, int pointer) { in touchDragged()
|
| D | Box2DTestCollection.java | 101 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 107 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() 113 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 129 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() 161 public boolean panStop (float x, float y, int pointer, int button) { in panStop()
|
| D | BulletTestCollection.java | 145 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 150 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() 155 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 170 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() 196 public boolean panStop (float x, float y, int pointer, int button) { in panStop()
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
| D | BulletTest.java | 53 public boolean touchDown (int screenX, int screenY, int pointer, int button) { in touchDown() 58 public boolean touchUp (int screenX, int screenY, int pointer, int button) { in touchUp() 63 public boolean touchDragged (int screenX, int screenY, int pointer) { in touchDragged() 102 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() 127 public boolean panStop (float x, float y, int pointer, int button) { in panStop()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/input/ |
| D | GestureDetector.java | 85 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 89 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() 125 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() 129 public boolean touchDragged (float x, float y, int pointer) { in touchDragged() 166 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 170 public boolean touchUp (float x, float y, int pointer, int button) { in touchUp() 286 public boolean touchDown (float x, float y, int pointer, int button); in touchDown() 308 public boolean panStop (float x, float y, int pointer, int button); in panStop() 332 public boolean touchDown (float x, float y, int pointer, int button) { in touchDown() 357 public boolean panStop (float x, float y, int pointer, int button) { in panStop()
|
| D | RemoteSender.java | 139 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 158 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 177 public boolean touchDragged (int x, int y, int pointer) { in touchDragged()
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/ |
| D | OrthoCamController.java | 34 public boolean touchDragged (int x, int y, int pointer) { in touchDragged() 46 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp()
|
| D | PerspectiveCamController.java | 45 public boolean touchDown (int x, int y, int pointer, int button) { in touchDown() 53 public boolean touchUp (int x, int y, int pointer, int button) { in touchUp() 72 public boolean touchDragged (int x, int y, int pointer) { in touchDragged()
|
| /external/libcxx/test/support/ |
| D | test_iterators.h | 32 typedef It pointer; typedef 62 typedef It pointer; typedef 114 typedef It pointer; typedef 166 typedef It pointer; typedef 217 typedef It pointer; typedef
|
| /external/embunit/inc/ |
| D | AssertImpl.h | 53 #define TEST_ASSERT_NULL(pointer)\ argument 56 #define TEST_ASSERT_NOT_NULL(pointer)\ argument
|
| /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
| D | const_pointer.pass.cpp | 30 typedef Ptr<T> pointer; typedef 46 typedef CPtr<T> pointer; typedef
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/ |
| D | GwtTestWrapper.java | 273 public int getX (int pointer) { in getX() 283 public int getDeltaX (int pointer) { in getDeltaX() 293 public int getY (int pointer) { in getY() 303 public int getDeltaY (int pointer) { in getDeltaY() 318 public boolean isTouched (int pointer) { in isTouched()
|