Searched defs:assert (Results 26 - 39 of 39) sorted by relevance

12

/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp31 #include <assert.h>
245 assert(nmarks > 0);
438 assert(length <= item->num_glyphs);
462 // assert(glyph_pos == item->num_glyphs);
900 assert(script < HB_ScriptCount);
1066 assert(script < HB_ScriptCount); function
1353 assert(shaper_item->item.script < HB_ScriptCount);
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp79 assert(MO.isReg() && MO.getReg());
334 assert(NEONLdStTable[i] < NEONLdStTable[i+1] &&
364 assert(RegSpc == OddDblSpc && "unknown register spacing");
379 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
444 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
495 assert(TableEntry && "NEONLdStTable lookup failed");
508 assert(RegSpc != OddDblSpc && "unexpected register spacing for VLD/VST-lane");
513 assert(Lane < RegElts && "out of range lane for VLD/VST-lane"); function
631 assert (MO.isImm() && "MOVi32imm w/ non-immediate source operand!");
793 assert(M
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c76 #define assert(msg, expr) \ macro
438 assert("check_single_arithmetic_op: unexpected op",
486 assert("check_single_arithmetic_op: unexpected op",
685 assert("check_single_arithmetic_op: unexpected op",
714 assert("check_single_guarded_arithmetic_op: unexpected guard",
779 assert("check_single_guarded_arithmetic_op: unexpected op",
1022 assert("check_double_guarded_arithmetic_op: unexpected op",
1051 assert("check_double_guarded_arithmetic_op: unexpected guard",
1120 assert("check_double_guarded_arithmetic_op: unexpected op",
/external/valgrind/main/none/tests/ppc64/
H A Dround.c76 #define assert(msg, expr) \ macro
438 assert("check_single_arithmetic_op: unexpected op",
486 assert("check_single_arithmetic_op: unexpected op",
685 assert("check_single_arithmetic_op: unexpected op",
714 assert("check_single_guarded_arithmetic_op: unexpected guard",
779 assert("check_single_guarded_arithmetic_op: unexpected op",
1022 assert("check_double_guarded_arithmetic_op: unexpected op",
1051 assert("check_double_guarded_arithmetic_op: unexpected guard",
1120 assert("check_double_guarded_arithmetic_op: unexpected op",
/external/clang/test/Analysis/
H A Dmalloc.c614 #define assert(expr) \ macro
619 assert(g != 0);
/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/libvpx/mkvparser/
H A Dmkvparser.cpp29 assert(pReader);
30 assert(pos >= 0);
37 // assert(status >= 0);
38 // assert((total < 0) || (available <= total));
39 // assert(pos < available);
40 // assert((available - pos) >= 1); //assume here max u-int len is 8
67 // assert((available - pos) >= len);
103 assert(pReader);
104 assert(pos >= 0);
109 assert(statu
1333 assert(idx < m_clusterSize); function
1782 assert(q < (m_clusters + size)); function
[all...]
/external/qemu/block/
H A Dvvfat.c63 #undef assert macro
64 #define assert(a) do {if (!(a)) nonono(__FILE__, __LINE__, #a);}while(0) macro
96 assert(index < array->next);
179 assert(index >=0);
180 assert(count > 0);
181 assert(index + count <= array->next);
197 assert((offset % array->item_size) == 0);
198 assert(offset/array->item_size < array->next);
709 assert(mapping->mode & MODE_DIRECTORY);
910 assert(mappin
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DPlatform.h597 #define _INC_ASSERT /* disable "assert.h" */
598 #define assert(x) macro
/external/clang/lib/Serialization/
H A DASTReader.cpp156 assert(RI == RN && "Strings not the same length after all?");
166 assert(LI != LN && "Strings not the same length after all?");
174 assert(RI != RN && "Strings not the same length after all?");
295 assert(EndOfMacroName != std::string::npos &&
313 assert(ConflictPos->size() > MacroDefLen &&
330 assert(MacroLoc.second!=StringRef::npos && "Unable to find macro!");
353 assert(MacroLoc.second!=StringRef::npos && "Unable to find macro!");
383 assert(EndOfMacroName != std::string::npos &&
501 assert(n >= 2 && d[n-1] == '\0');
544 assert(Bit
3693 assert(Idx < F.PragmaDiagMappings.size() && function
[all...]
/external/libffi/src/
H A Ddlmalloc.c246 check cannot die with an "assert" or even print an informative
279 version of the assert macro causes malloc to be called, which will
967 assert(malloc_usable_size(p) >= 256);
1160 #define assert(x) if(!(x)) ABORT macro
1162 #include <assert.h>
1165 #define assert(x) macro
2555 assert((is_aligned(chunk2mem(p))) || (p->head == FENCEPOST_HEAD));
2556 assert(ok_address(m, p));
2563 assert(sp != 0);
2564 assert((is_aligne
[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/v8/src/
H A Dparser.cc160 void RegExpBuilder::AddAssertion(RegExpTree* assert) { argument
162 terms_.Add(assert);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 439 milliseconds

12