/device/google/contexthub/firmware/os/inc/ |
D | util.h | 37 #define C_STATIC_ASSERT(name, condition) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_docxmlrpc.py | 12 def make_request_and_skipIf(condition, reason): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 18 def __init__(self, name, condition=None, callname=None, modifiers=None): argument 100 def __init__(self, name, body, condition=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msilib.py | 611 def condition(self, action, condition): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | gettext.py | 63 def test(condition, true, false): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | gettext.py | 61 def test(condition, true, false): argument
|
D | decimal.py | 3824 def _raise_error(self, condition, explanation = None, *args): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 69 def skipIf(condition, reason): argument 77 def skipUnless(condition, reason): argument
|
/device/generic/goldfish-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 | 1951 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
|
D | gl_enc.cpp | 7647 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 42 #define SET_ERROR_IF(condition, err) if((condition)) { \ argument 48 #define SET_ERROR_WITH_MESSAGE_IF(condition, err, generator, genargs) if ((condition)) { \ argument 56 #define RET_AND_SET_ERROR_IF(condition, err, ret) if((condition)) { \ argument 62 #define RET_AND_SET_ERROR_WITH_MESSAGE_IF(condition, err, ret, generator, genargs) if((condition)) … argument 4047 GLsync GL2Encoder::s_glFenceSync(void* self, GLenum condition, GLbitfield flags) { in s_glFenceSync()
|
D | gl2_entry.cpp | 1526 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() 2075 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync() 2111 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU()
|
D | gl2_enc.cpp | 6804 uint64_t glFenceSyncAEMU_enc(void *self , GLenum condition, GLbitfield flags) in glFenceSyncAEMU_enc()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
|