Searched defs:assert (Results 51 - 75 of 77) sorted by relevance

1234

/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp83 assert(MO.isReg() && MO.getReg());
340 assert(NEONLdStTable[i] < NEONLdStTable[i+1] &&
370 assert(RegSpc == OddDblSpc && "unknown register spacing");
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
450 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
503 assert(TableEntry && "NEONLdStTable lookup failed");
516 assert(RegSpc != OddDblSpc && "unexpected register spacing for VLD/VST-lane");
521 assert(Lane < RegElts && "out of range lane for VLD/VST-lane"); function
668 assert(!STI->isTargetWindows() && "Windows on ARM requires ARMv7+");
676 assert (M
[all...]
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c58 * image.c: don't assert in cases where a FAIL frame is returned;
142 #undef assert macro
144 #define assert(expr) \ macro
396 assert(strlen(tag) == 4);
403 assert(f->data[4 + n_str] == 0);
409 assert(strlen(tag) == 4);
420 assert(strlen(tag) == 4);
434 assert(i <= fr->n_data);
445 assert(strlen(tag) == 4);
456 assert(strle
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c76 #define assert(msg, expr) \ macro
435 assert("check_single_arithmetic_op: unexpected op",
483 assert("check_single_arithmetic_op: unexpected op",
682 assert("check_single_arithmetic_op: unexpected op",
711 assert("check_single_guarded_arithmetic_op: unexpected guard",
776 assert("check_single_guarded_arithmetic_op: unexpected op",
1019 assert("check_double_guarded_arithmetic_op: unexpected op",
1048 assert("check_double_guarded_arithmetic_op: unexpected guard",
1117 assert("check_double_guarded_arithmetic_op: unexpected op",
/external/valgrind/main/none/tests/ppc64/
H A Dround.c76 #define assert(msg, expr) \ macro
435 assert("check_single_arithmetic_op: unexpected op",
483 assert("check_single_arithmetic_op: unexpected op",
682 assert("check_single_arithmetic_op: unexpected op",
711 assert("check_single_guarded_arithmetic_op: unexpected guard",
776 assert("check_single_guarded_arithmetic_op: unexpected op",
1019 assert("check_double_guarded_arithmetic_op: unexpected op",
1048 assert("check_double_guarded_arithmetic_op: unexpected guard",
1117 assert("check_double_guarded_arithmetic_op: unexpected op",
/external/chromium_org/third_party/cld/base/
H A Dlogging.h93 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
95 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
491 // Only for static analysis tool to know that it is equivalent to assert
658 // A CHECK() macro that lets you assert the success of a function that
850 // Redefine the standard assert to use our nice log files
851 #undef assert macro
852 #define assert(x) DLOG_ASSERT(x) macro
1092 // LogStream you'll get an assert saying as much at runtime.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp291 assert(false);
603 assert(key->persample_msaa_dispatch);
612 assert(!key->src_tiled_w);
613 assert(key->tex_samples == key->src_samples);
614 assert(key->tex_layout == key->src_layout);
615 assert(key->tex_samples > 0);
622 assert(key->rt_samples > 0);
626 assert((key->tex_layout == INTEL_MSAA_LAYOUT_NONE) ==
628 assert((key->rt_layout == INTEL_MSAA_LAYOUT_NONE) ==
630 assert((ke
1292 assert(stack_depth < ARRAY_SIZE(texture_data)); function
[all...]
H A Dbrw_vec4_visitor.cpp139 assert(intel->gen >= 6);
269 assert(!"not reached: bad math opcode");
338 assert(!"not reached: unsupported binary math opcode");
385 assert(type->length > 0);
399 assert(0);
518 assert(!"not reached");
562 assert(ir->state_slots != NULL);
608 assert(expr->get_num_operands() <= 2);
681 assert(!"not reached");
714 assert(exp
2233 assert (vert_result < VERT_RESULT_MAX); function
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc13 #include <assert.h> // assert
373 assert(cName);
550 assert(reportBlock);
666 assert(lengthCname < RTCP_CNAME_SIZE); function
727 assert(length < RTCP_CNAME_SIZE);
1380 assert(pos + 4 < IP_PACKET_SIZE);
2037 assert(arrLength <= kRtpCsrcSize);
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp531 assert(reg < k_num_registers && "Invalid register number."); function
538 assert(reg < k_num_registers && "Invalid register number.");
597 assert(reg < k_num_registers && "Invalid register offset.");
604 assert(reg < k_num_registers && "Invalid register offset.");
921 assert(false && "CPU type not supported!");
1220 assert(hw_index < NumSupportedHardwareWatchpoints());
1227 assert(false && "Could not initialize watchpoint registers");
1249 assert(0 && "read and write cannot both be false");
1262 assert(0 && "invalid size, must be one of 1, 2, 4, or 8");
1375 assert(fals
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp291 assert(false);
603 assert(key->persample_msaa_dispatch);
612 assert(!key->src_tiled_w);
613 assert(key->tex_samples == key->src_samples);
614 assert(key->tex_layout == key->src_layout);
615 assert(key->tex_samples > 0);
622 assert(key->rt_samples > 0);
626 assert((key->tex_layout == INTEL_MSAA_LAYOUT_NONE) ==
628 assert((key->rt_layout == INTEL_MSAA_LAYOUT_NONE) ==
630 assert((ke
1292 assert(stack_depth < ARRAY_SIZE(texture_data)); function
[all...]
H A Dbrw_vec4_visitor.cpp139 assert(intel->gen >= 6);
269 assert(!"not reached: bad math opcode");
338 assert(!"not reached: unsupported binary math opcode");
385 assert(type->length > 0);
399 assert(0);
518 assert(!"not reached");
562 assert(ir->state_slots != NULL);
608 assert(expr->get_num_operands() <= 2);
681 assert(!"not reached");
714 assert(exp
2233 assert (vert_result < VERT_RESULT_MAX); function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c38 #define assert(X) macro
238 assert(width == 0);
309 assert(srcfmt->BytesPerPixel == 2);
310 assert(dstfmt->BytesPerPixel == 4);
382 assert(width == 0);
454 assert(srcfmt->BytesPerPixel == 2);
455 assert(dstfmt->BytesPerPixel == 4);
527 assert(width == 0);
617 assert(width > 0);
623 assert(widt
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp30 assert(pReader);
31 assert(pos >= 0);
38 // assert(status >= 0);
39 // assert((total < 0) || (available <= total));
40 // assert(pos < available);
41 // assert((available - pos) >= 1); //assume here max u-int len is 8
67 // assert((available - pos) >= len);
97 assert(pReader);
98 assert(pos >= 0);
103 assert(statu
1187 assert(idx < m_clusterSize); function
1618 assert(q < (m_clusters + size)); function
[all...]
/external/clang/test/Analysis/
H A Dmalloc.c832 #define assert(expr) \ macro
837 assert(g != 0);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp34 assert(pReader);
35 assert(pos >= 0);
42 // assert(status >= 0);
43 // assert((total < 0) || (available <= total));
44 // assert(pos < available);
45 // assert((available - pos) >= 1); //assume here max u-int len is 8
72 // assert((available - pos) >= len);
108 assert(pReader);
109 assert(pos >= 0);
114 assert(statu
1363 assert(idx < m_clusterSize); function
1812 assert(q < (m_clusters + size)); function
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp30 assert(pReader);
31 assert(pos >= 0);
38 // assert(status >= 0);
39 // assert((total < 0) || (available <= total));
40 // assert(pos < available);
41 // assert((available - pos) >= 1); //assume here max u-int len is 8
67 // assert((available - pos) >= len);
97 assert(pReader);
98 assert(pos >= 0);
103 assert(statu
1189 assert(idx < m_clusterSize); function
1620 assert(q < (m_clusters + size)); function
[all...]
/external/chromium_org/v8/src/
H A Dparser.cc97 void RegExpBuilder::AddAssertion(RegExpTree* assert) { argument
99 terms_.Add(assert, zone());
/external/clang/lib/Serialization/
H A DASTReader.cpp387 assert(ModuleMgr.size() >= 1 && "what ASTFile is this then");
403 assert(!ModuleName.empty() && "diagnostic options read before module name");
406 assert(M && "missing module");
678 assert(n >= 2 && d[n-1] == '\0');
737 assert(Bits == 0 && "Extra bits in the identifier?");
760 assert(II->isExtensionToken() == ExtensionToken &&
765 assert(II->isCPlusPlusOperatorKeyword() == CPlusPlusOperatorKeyword &&
813 assert(I == LocalMacroIDs.begin());
1035 assert(FID >= 0 && "Serialized line entries for non-local file.");
1041 assert(NumEntrie
5018 assert(Idx < F.PragmaDiagMappings.size() && function
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c257 assert_backtrack *assert; member in union:bracket_backtrack::__anon28484
375 /* Currently in recurse or negative assert. */
377 /* Currently in a positive assert. */
3007 /* UCD_BLOCK_SIZE must be 128 (see the assert below). */
3584 /* Since no data is consumed (see the assert in the beginning
6499 /* Negative assert is stronger than positive assert. */
6944 assert_backtrack *assert; local
7309 assert = sljit_alloc_memory(compiler, sizeof(assert_backtrack));
7312 memset(assert,
8814 assert_backtrack *assert; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c282 check cannot die with an "assert" or even print an informative
315 version of the assert macro causes malloc to be called, which will
1011 assert(malloc_usable_size(p) >= 256);
1206 #define assert(x) if(!(x)) ABORT macro
1208 #include <assert.h>
1211 #define assert(x) macro
2565 assert((is_aligned(chunk2mem(p))) || (p->head == FENCEPOST_HEAD));
2566 assert(ok_address(m, p));
2573 assert(sp != 0);
2574 assert((is_aligne
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2049 # undef assert macro
2050 # define assert(e) ((void)0) macro
2055 # include <assert.h>
2330 assert(size > 0);
2331 assert((long)n >= 0);
2332 assert(n <= size);
3012 assert(DINDEX(dv,p) == DINDEX(df,p));
3294 assert(tt > 0);
3510 assert(tt > 0);
3677 assert(
[all...]
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js198 assert(bits % 8 == 0);
344 assert(sig);
418 function assert(condition, text) { function
452 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
477 assert(type != 'array');
583 assert((ret & 3) == 0);
672 assert(!!Int32Array && !!Float64Array && !!(new Int32Array(1)['subarray']) && !!(new Int32Array(1)['set']),
685 assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');
816 assert(!runDependencyTracking[id]);
845 assert(runDependencyTrackin
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js256 assert(bits % 8 == 0);
402 assert(sig);
476 function assert(condition, text) { function
510 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
535 assert(type != 'array');
641 assert((ret & 3) == 0);
734 assert(!!Int32Array && !!Float64Array && !!(new Int32Array(1)['subarray']) && !!(new Int32Array(1)['set']),
747 assert(HEAPU8[0] === 255 && HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');
878 assert(!runDependencyTracking[id]);
891 assert(runDependencyTrackin
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 3420 milliseconds

1234