/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-debug.h | 147 #define BUG(cond, fmt, ...) \ argument 162 #define BUG(cond, fmt, ...) (void)0 argument 170 #define XF_CHK_API(cond) \ argument 183 #define XF_CHK_ERR(cond, error) \ argument
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | cam_cond.h | 20 #define PTHREAD_COND_INIT(cond) \ argument
|
D | cam_semaphore.h | 50 pthread_cond_t cond; member
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/ |
D | cam_cond.h | 20 #define PTHREAD_COND_INIT(cond) \ argument
|
D | cam_semaphore.h | 50 pthread_cond_t cond; member
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/ |
D | cassert.h | 18 #define CASSERT(cond, msg) \ argument
|
/device/google/bonito/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
/device/google/crosshatch/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | assembly.h | 96 #define IT(cond) it cond argument 97 #define ITT(cond) itt cond argument 99 #define IT(cond) argument 100 #define ITT(cond) argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-debug.h | 170 #define BUG(cond, fmt, ...) \ argument 185 #define BUG(cond, fmt, ...) (void)0 argument 193 #define XF_CHK_API(cond) \ argument 206 #define XF_CHK_ERR(cond, error) \ argument
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_send.c | 133 # define Dprint(cond, args) /*empty*/ argument 134 # define DprintQ(cond, args, query, size) /*empty*/ argument 138 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument 139 # define DprintQ(cond, args, query, size) if (cond) {\ argument
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 46 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 50 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zutil.h | 223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 230 # define Assert(cond,msg) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | zutil.h | 226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 233 # define Assert(cond,msg) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
D | zutil.h | 253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 260 # define Assert(cond,msg) argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zutil.h | 241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 248 # define Assert(cond,msg) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zutil.h | 253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 260 # define Assert(cond,msg) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_peepholer.py | 188 def f(cond, true_value, false_value): argument
|
D | lock_tests.py | 337 def _check_notify(self, cond): argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.h | 151 #define XA_CHK(cond) \ argument
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 92 pthread_cond_t cond; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | bdb.py | 238 def set_break(self, filename, lineno, temporary=0, cond = None, argument 460 def __init__(self, file, line, temporary=0, cond=None, funcname=None): argument
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_dbg.h | 63 #define FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
D | validate.py | 127 def assert_(cond, *args): argument
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 85 pthread_cond_t cond; member
|