Searched refs:condition (Results 1 – 15 of 15) sorted by relevance
/development/ndk/platforms/android-3/include/asm-generic/ |
D | bug.h | 22 #define BUG_ON(condition) do { if (condition) ; } while(0) argument 26 #define WARN_ON(condition) do { if (condition) ; } while(0) argument 29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | kernel.h | 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
D | input.h | 689 struct ff_condition_effect condition[2]; member
|
/development/ndk/platforms/android-3/include/linux/raid/ |
D | md_k.h | 180 …condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); a… argument 182 …define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
|
/development/ndk/platforms/android-9/include/EGL/ |
D | eglext.h | 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co…
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2ext.h | 709 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition); 717 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
|
/development/ndk/platforms/android-L/include/linux/ |
D | input.h | 997 struct ff_condition_effect condition[2]; member
|
/development/ndk/platforms/android-4/include/GLES/ |
D | glext.h | 922 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition); 930 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 71 appropriate - j. suitable for a particular person or place or condition etc 217 crush - v. to compress with violence, out of natural shape or condition 483 indicator - n. a device for showing the operating condition of some system 643 nomination - n. the condition of having been proposed as a suitable candidate for appointment or el… 668 outbreak - n. a sudden violent spontaneous occurrence (usually of some undesirable condition) 706 permanent - j. continuing or enduring without marked change in status or condition or place 932 tendency - n. a characteristic likelihood of or natural disposition toward a certain condition or c… 994 warrant - v. stand behind and guarantee the quality, accuracy, or condition of
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gl3stub.h | 452 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
|
D | gl3stub.c | 310 GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
|
/development/ndk/sources/android/ndk_helper/ |
D | gl3stub.c | 425 GL_APICALL GLsync (* GL_APIENTRY glFenceSync)( GLenum condition, GLbitfield flags );
|
D | gl3stub.h | 462 extern GL_APICALL GLsync (* GL_APIENTRY glFenceSync) (GLenum condition, GLbitfield flags);
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 1022 GL_APICALL GLsync GL_APIENTRY glFenceSync (GLenum condition, GLbitfield flags);
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 178 condition to exercising the rights and licenses granted 10030 or otherwise. As a condition to exercising the rights and licenses 11888 entity based on infringement of intellectual property rights or otherwise. As a condition to exerci… 13295 …ased on infringement of intellectual property rights or otherwise. As a condition to exercising th…
|