Searched refs:assert (Results 126 - 150 of 5217) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dvarinfo1.c14 #include <assert.h>
26 assert(undefp);
48 assert(onheap);
/external/valgrind/main/none/tests/darwin/
H A Dapple-main-arg.c4 #include <assert.h>
22 assert(envp[i+1] == apple[0]);
28 assert(0 == strcmp(pargv, pappl));
/external/webp/src/utils/
H A Dcolor_cache.c14 #include <assert.h>
28 assert(cc != NULL);
29 assert(hash_bits > 0);
/external/valgrind/main/helgrind/tests/
H A Dtc23_bogus_condwait.c5 #include <assert.h>
40 int r= pthread_mutex_lock( &mx[2] ); assert(!r);
42 r= pthread_mutex_unlock( &mx[2] ); assert(!r);
51 r= pthread_mutex_init(&mx[0], NULL); assert(!r);
52 r= pthread_mutex_init(&mx[1], NULL); assert(!r);
53 r= pthread_mutex_init(&mx[2], NULL); assert(!r);
54 r= pthread_mutex_init(&mx[3], NULL); assert(!r);
56 r= pthread_cond_init(&cv, NULL); assert(!r);
57 r= pthread_rwlock_init(&rwl, NULL); assert(!r);
59 quit_now = my_sem_init( "quit_now", 0,0 ); assert(quit_no
[all...]
H A Dtc21_pthonce.c39 #include <assert.h>
59 assert(myid >= 0 && myid < NUM_THREADS);
72 r= pthread_once(&welcome_once_block, welcome); assert(!r);
87 assert(!r);
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c22 #include <assert.h>
185 assert(target);
186 assert(source);
217 assert(target);
218 assert(source);
245 assert(string);
246 assert(substring);
273 assert(target);
274 assert(source);
303 assert(targe
[all...]
/external/libxml2/
H A Dtriostr.c22 #include <assert.h>
185 assert(target);
186 assert(source);
217 assert(target);
218 assert(source);
245 assert(string);
246 assert(substring);
273 assert(target);
274 assert(source);
303 assert(targe
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h191 assert(!isReg() && "Register operands can't have target flags");
193 assert(SubReg_TargetFlags == F && "Target flags out of range");
196 assert(!isReg() && "Register operands can't have target flags");
198 assert((SubReg_TargetFlags & F) && "Target flags out of range");
260 assert(isReg() && "This is not a register operand!");
265 assert(isReg() && "Wrong MachineOperand accessor");
270 assert(isReg() && "Wrong MachineOperand accessor");
275 assert(isReg() && "Wrong MachineOperand accessor");
280 assert(isReg() && "Wrong MachineOperand accessor");
285 assert(isRe
[all...]
/external/chromium_org/third_party/angle/src/compiler/
H A DConstantUnion.h10 #include <assert.h>
86 assert(type == constant.type);
99 assert(type == constant.type);
113 assert(type == constant.type);
117 default: assert(false && "Default missing");
126 assert(type == constant.type);
130 default: assert(false && "Default missing");
139 assert(type == constant.type);
143 default: assert(false && "Default missing");
152 assert(typ
[all...]
/external/chromium_org/mojo/public/system/
H A Dcore_private.cc7 #include <assert.h>
15 assert(g_core);
20 assert(g_core);
27 assert(g_core);
35 assert(g_core);
41 assert(g_core);
52 assert(g_core);
63 assert(g_core);
71 assert(g_core);
80 assert(g_cor
[all...]
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
H A Dsyscalls.cc4 #include <assert.h>
/external/elfutils/libdw/
H A Ddwarf_abbrevhaschildren.c55 #include <assert.h>
H A Ddwarf_getabbrevcode.c55 #include <assert.h>
H A Ddwarf_getabbrevtag.c55 #include <assert.h>
/external/llvm/lib/Support/Windows/
H A DThreadLocal.inc29 assert(*tls != TLS_OUT_OF_INDEXES);
45 assert(errorcode != 0);
/external/llvm/lib/Support/
H A Dregutils.h48 #include <assert.h>
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h30 #include <assert.h>
116 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
117 assert(exp_shared >= 0);
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
127 assert(maxm <= MAX_RGB9E5_MANTISSA);
134 assert(rm <= MAX_RGB9E5_MANTISSA);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
136 assert(bm <= MAX_RGB9E5_MANTISSA);
137 assert(rm >= 0);
138 assert(g
[all...]
/external/clang/lib/Basic/
H A DSourceLocation.cpp80 assert(isValid());
86 assert(isValid());
91 assert(isValid());
96 assert(isValid());
101 assert(isValid());
106 assert(isValid());
111 assert(isValid());
116 assert(isValid());
121 assert(isValid());
130 assert(isVali
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h30 #include <assert.h>
116 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
117 assert(exp_shared >= 0);
125 assert(exp_shared <= RGB9E5_MAX_VALID_BIASED_EXP);
127 assert(maxm <= MAX_RGB9E5_MANTISSA);
134 assert(rm <= MAX_RGB9E5_MANTISSA);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
136 assert(bm <= MAX_RGB9E5_MANTISSA);
137 assert(rm >= 0);
138 assert(g
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dwcassert.h48 #include "assert.h"
50 #define WC_ASSERT(_x) assert(_x);
51 #define WC_ASSERT_ALWAYS() assert(0);
/external/chromium_org/mojo/public/gles2/
H A Dgles2_private.cc7 #include <assert.h>
38 assert(!g_private);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.cpp41 assert(!"Subroutines not supported yet");
45 assert(!"Subroutines not supported yet");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_fence.c47 assert(fence);
57 assert(fence);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Drenderbuffer.c98 assert(fb);
99 assert(rb);
100 assert(bufferName < BUFFER_COUNT);
106 assert(bufferName == BUFFER_DEPTH ||
112 assert(rb->Name);
115 assert(!rb->Name);
132 assert(bufferName < BUFFER_COUNT);
168 assert(!*ptr);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_win32-inl.h59 #include <assert.h>
87 assert(0 == "Not yet implemented");

Completed in 621 milliseconds

1234567891011>>