Searched defs:condition (Results 1 – 10 of 10) 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 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitque… argument 182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 31 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument 38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
|
D | gl_entry.cpp | 1953 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
|
D | gl_enc.cpp | 4555 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 30 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument 37 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
|
D | gl2_entry.cpp | 1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
|