Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h28 #define android_printAssert(condition, tag, ...) \ argument
33 #define LOG_ALWAYS_FATAL_IF(condition, ...) \ argument
/device/generic/goldfish-opengl/fuchsia/
Dport.cc42 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert()
/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/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/Lib/test/
Dtest_docxmlrpc.py12 def make_request_and_skipIf(condition, reason): argument
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h55 static void address_space_assert(bool condition) { in address_space_assert()
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp85 std::condition_variable condition; in wifi_cleanup() local
/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.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.10/Lib/
Dgettext.py63 def test(condition, true, false): 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.cpp37 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument
44 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
Dgl_entry.cpp1953 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
Dgl_enc.cpp7649 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
4680 GLsync GL2Encoder::s_glFenceSync(void* self, GLenum condition, GLbitfield flags) { in s_glFenceSync()
Dgl2_entry.cpp1539 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
2088 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync()
2124 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU()
Dgl2_enc.cpp6806 uint64_t glFenceSyncAEMU_enc(void *self , GLenum condition, GLbitfield flags) in glFenceSyncAEMU_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp346 static uint64_t glFenceSyncAEMU(void* ctx_, GLenum condition, GLbitfield flags) { in glFenceSyncAEMU()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3_wrapper_entry.cpp1507 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
2053 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync()
2089 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU()
Dgles1_wrapper_entry.cpp1939 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()