Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 15 of 15) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dutil.h37 #define C_STATIC_ASSERT(name, condition) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_docxmlrpc.py12 def make_request_and_skipIf(condition, reason): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenGenerator.py18 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/
Dmsilib.py611 def condition(self, action, condition): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py63 def test(condition, true, false): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgettext.py61 def test(condition, true, false): argument
Ddecimal.py3824 def _raise_error(self, condition, explanation = None, *args): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py69 def skipIf(condition, reason): argument
77 def skipUnless(condition, reason): argument
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp31 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument
38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
Dgl_entry.cpp1951 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
Dgl_enc.cpp7647 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp42 #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()
Dgl2_entry.cpp1526 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()
Dgl2_enc.cpp6804 uint64_t glFenceSyncAEMU_enc(void *self , GLenum condition, GLbitfield flags) in glFenceSyncAEMU_enc()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()