Searched refs:assert (Results 201 - 225 of 5217) sorted by relevance

1234567891011>>

/external/chromium_org/base/allocator/
H A Dtype_profiler.cc9 #include <assert.h>
42 assert(g_new_intercept == NopIntercept);
43 assert(g_delete_intercept == NopIntercept);
/external/chromium_org/third_party/libwebp/utils/
H A Dutils.h18 #include <assert.h>
61 assert(val < (1 << 16));
67 assert(val < (1 << 24));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c44 assert(condition);
81 "assert");
88 assert(LLVMTypeOf(args[0]) == arg_types[0]);
89 assert(LLVMTypeOf(args[1]) == arg_types[1]);
H A Dlp_bld_struct.c53 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind);
54 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind);
71 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind);
72 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind);
87 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind);
88 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind);
107 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind);
108 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind);
125 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind);
126 assert(LLVMGetTypeKin
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.c38 assert(screen);
58 assert(pipe);
59 assert(width > 0 && height > 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.h39 assert(!"Unimplemented"); return BitVector();
46 assert(!"Unimplemented"); return NULL;
50 assert(!"Unimplemented"); return NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dhtab.c43 assert(sizeof(unsigned) <= sizeof(VAGenericID));
69 assert(data);
84 assert(handle);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glapi.c33 #include <assert.h>
57 assert(__ogl_framework_api);
60 assert(__applegl_api);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_util.c33 #include <assert.h>
54 assert(0);
103 assert(0);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_w32.c78 ** intended for use only inside assert() statements.
202 assert( winMutex_isInit==1 );
203 assert( iType-2 >= 0 );
204 assert( iType-2 < ArraySize(winMutex_staticMutexes) );
222 assert( p );
223 assert( p->nRef==0 && p->owner==0 );
224 assert( p->id==SQLITE_MUTEX_FAST || p->id==SQLITE_MUTEX_RECURSIVE );
243 assert( p->id==SQLITE_MUTEX_RECURSIVE || winMutexNotheld2(p, tid) );
247 assert( p->nRef>0 || p->owner==0 );
260 assert(
[all...]
/external/clang/include/clang/Lex/
H A DToken.h113 assert(!isAnnotation() && "Annotation tokens have no length field");
119 assert(!isAnnotation() && "Annotation tokens have no length field");
124 assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
128 assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
160 assert(isNot(tok::raw_identifier) &&
162 assert(!isAnnotation() &&
175 assert(is(tok::raw_identifier));
179 assert(is(tok::raw_identifier));
187 assert(isLiteral() && "Cannot get literal data of non-literal");
191 assert(isLitera
[all...]
/external/compiler-rt/lib/msan/lit_tests/
H A Dptrace.cc3 #include <assert.h>
22 assert(!res);
28 assert(!res);
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h51 #define J_ASSERT(assert) \
52 do { if (!(assert)) { \
55 __FUNCTION__, __FILE__, __LINE__, # assert); \
/external/elfutils/libdw/
H A Ddwarf_decl_file.c55 #include <assert.h>
87 assert (cu->lines != NULL);
98 assert (cu->files != NULL && cu->files != (void *) -1l);
/external/elfutils/libelf/
H A Dgelf_getlib.c55 #include <assert.h>
83 assert (sizeof (GElf_Lib) == sizeof (Elf32_Lib));
84 assert (sizeof (GElf_Lib) == sizeof (Elf64_Lib));
H A Dgelf_getmove.c55 #include <assert.h>
81 assert (sizeof (GElf_Move) == sizeof (Elf32_Move));
82 assert (sizeof (GElf_Move) == sizeof (Elf64_Move));
H A Dgelf_getsyminfo.c55 #include <assert.h>
80 assert (sizeof (GElf_Syminfo) == sizeof (Elf32_Syminfo));
81 assert (sizeof (GElf_Syminfo) == sizeof (Elf64_Syminfo));
H A Dgelf_getverdaux.c55 #include <assert.h>
81 assert (sizeof (GElf_Verdaux) == sizeof (Elf32_Verdaux));
82 assert (sizeof (GElf_Verdaux) == sizeof (Elf64_Verdaux));
H A Dgelf_getverdef.c55 #include <assert.h>
81 assert (sizeof (GElf_Verdef) == sizeof (Elf32_Verdef));
82 assert (sizeof (GElf_Verdef) == sizeof (Elf64_Verdef));
H A Dgelf_getversym.c55 #include <assert.h>
88 assert (sizeof (GElf_Versym) == sizeof (Elf32_Versym));
89 assert (sizeof (GElf_Versym) == sizeof (Elf64_Versym));
H A Dgelf_update_move.c55 #include <assert.h>
74 assert (sizeof (GElf_Move) == sizeof (Elf32_Move));
75 assert (sizeof (GElf_Move) == sizeof (Elf64_Move));
H A Dgelf_update_syminfo.c55 #include <assert.h>
89 assert (sizeof (GElf_Syminfo) == sizeof (Elf32_Syminfo));
90 assert (sizeof (GElf_Syminfo) == sizeof (Elf64_Syminfo));
H A Dgelf_update_verdaux.c55 #include <assert.h>
74 assert (sizeof (GElf_Verdaux) == sizeof (Elf32_Verdaux));
75 assert (sizeof (GElf_Verdaux) == sizeof (Elf64_Verdaux));
H A Dgelf_update_verdef.c55 #include <assert.h>
74 assert (sizeof (GElf_Verdef) == sizeof (Elf32_Verdef));
75 assert (sizeof (GElf_Verdef) == sizeof (Elf64_Verdef));
H A Dgelf_update_vernaux.c55 #include <assert.h>
74 assert (sizeof (GElf_Vernaux) == sizeof (Elf32_Vernaux));
75 assert (sizeof (GElf_Vernaux) == sizeof (Elf64_Vernaux));

Completed in 517 milliseconds

1234567891011>>