/external/skia/legacy/src/core/ |
D | SkConcaveToTriangles.cpp | 657 Trapezoid *traps[2]; in RemoveDegenerateTrapezoids() local 658 vt->trapezoids(traps, traps+1); in RemoveDegenerateTrapezoids() 659 if (traps[1] != NULL && in RemoveDegenerateTrapezoids() 660 vt->point().fY >= traps[1]->bottom()->point().fY) { in RemoveDegenerateTrapezoids() 661 traps[1]->nullify(); in RemoveDegenerateTrapezoids() 662 traps[1] = NULL; in RemoveDegenerateTrapezoids() 664 if (traps[0] != NULL && in RemoveDegenerateTrapezoids() 665 vt->point().fY >= traps[0]->bottom()->point().fY) { in RemoveDegenerateTrapezoids() 666 if (traps[1] != NULL) { in RemoveDegenerateTrapezoids() 667 *traps[0] = *traps[1]; in RemoveDegenerateTrapezoids() [all …]
|
/external/icu4c/i18n/ |
D | decContext.c | 69 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault() 84 context->traps=0; /* no traps set */ in uprv_decContextDefault() 95 context->traps=0; /* no traps set */ in uprv_decContextDefault() 106 context->traps=0; /* no traps set */ in uprv_decContextDefault() 205 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
|
D | decContext.h | 93 uint32_t traps; /* trap-enabler flags */ member
|
D | digitlst.cpp | 73 fContext.traps = 0; in DigitList() 147 c.traps = 0; in operator ==()
|
D | decNumber.c | 3226 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralExact() 3238 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralValue()
|
/external/oprofile/events/alpha/ev6/ |
D | events | 10 event:0x07 counters:1 um:zero minimum:500 name:UNALIGNED_TRAP : Retired unaligned traps 11 event:0x08 counters:1 um:zero minimum:500 name:REPLAY_TRAP : Replay traps
|
/external/oprofile/events/alpha/ev5/ |
D | events | 8 event:0x05 counters:1 um:zero minimum:256 name:REPLAY_TRAP : Replay traps (ldu, wb/maf, litmus test) 32 event:0x18 counters:2 um:zero minimum:256 name:LDU_REPLAYS : LDU replay traps 33 event:0x19 counters:2 um:zero minimum:256 name:WB_MAF_FULL_REPLAYS : WB/MAF full replay traps
|
/external/stlport/stlport/stl/ |
D | _limits.c | 59 __declare_numeric_base_member(bool, traps); 131 __declare_float_limits_member(bool, traps);
|
D | _limits.h | 87 _STLP_STATIC_CONSTANT(bool, traps = false); 174 _STLP_STATIC_CONSTANT(bool, traps = true);
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 10 PPro's speed traps. My own tests show a speedup of around 10-20% at
|
/external/llvm/test/Transforms/InstCombine/ |
D | rem.ll | 11 define i32 @test2(i32 %A) { ; 0 % X = 0, we don't need to preserve traps
|
D | div.ll | 21 ; => 0, don't need to keep traps
|
/external/oprofile/events/alpha/ev67/ |
D | events | 8 event:0x03 counters:1 um:zero minimum:500 name:MBOX_REPLAY : Mbox replay traps
|
/external/quake/quake/src/WinQuake/ |
D | quake-rogue.spec.sh | 91 traps are set in floors and ceilings.
|
/external/skia/gyp/ |
D | pixman_test.gyp | 46 # '../../../pixman/test/composite-traps-test.c',
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 208 Invisible or visible sensors which open doors, unleash traps, warn 732 Quake has many different traps. Don't be paranoid, because traps aren't 744 == TIP -- Monsters are smart enough not to activate their own traps, but == 745 == if you activate the traps, the monsters can get caught by them. ==
|
/external/oprofile/events/ppc/e500/ |
D | events | 30 …PS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
|
/external/oprofile/events/ppc/e500v2/ |
D | events | 30 …PS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
|
/external/clang/docs/ |
D | UsersManual.rst | 871 flag, which causes traps to be emitted, rather than calls to
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsX86.td | 15 // Interrupt traps
|
/external/mksh/src/ |
D | check.t | 4023 Check if LINENO is tracked in traps 4037 Ensure unknown traps are not a syntax error 5560 Check that $? is preserved in subshells, includes, traps. 5855 Check that ERR and EXIT traps are run just like ksh93 does.
|
/external/dropbear/libtomcrypt/ |
D | changes | 167 …pt_custom.h to make customizable PK easier (and also cleaned up the error traps so they're correct…
|
D | crypt.tex | 159 robustness and efficiency. LibTomCrypt traps and returns a series of errors ranging from invalid
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1994 M, such as mouse-traps, and the moon, and memory, and muchness--
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 11841 * platform/cairo/cairo/src/cairo-traps.c: Removed.
|