Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 18 of 18) sorted by relevance

/external/icu4c/i18n/
DdecContext.c78 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
93 context->traps=0; /* no traps set */ in uprv_decContextDefault()
104 context->traps=0; /* no traps set */ in uprv_decContextDefault()
115 context->traps=0; /* no traps set */ in uprv_decContextDefault()
213 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
DdecContext.h92 uint32_t traps; /* trap-enabler flags */ member
Ddigitlst.cpp71 fContext.traps = 0; in DigitList()
131 c.traps = 0; in operator ==()
DdecNumber.c3199 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralExact()
3211 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralValue()
/external/bluetooth/glib/docs/
Dmacros.txt71 - memory profiling traps in gmem.c (consult debugging.txt for details)
76 - object ref/unref traps (consult debugging.txt) and object bookkeeping
Ddebugging.txt9 Such traps lead to immediate code halts to examine the current
/external/stlport/stlport/stl/
D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/external/zlib/contrib/asm686/
DREADME.68610 PPro's speed traps. My own tests show a speedup of around 10-20% at
/external/quake/quake/src/WinQuake/
Dquake-rogue.spec.sh91 traps are set in floors and ceilings.
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT208 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/bluetooth/glib/docs/reference/glib/
Drunning.sgml240 Such traps lead to immediate code halts to examine the current program state
/external/bluetooth/glib/
DChangeLog.pre-2-161556 testing.c: added tests for g_assert_cmphex() and forked test traps.
1580 includes elaborate assertions, performance report functions, test traps,
DNEWS2936 * Implemented debugging traps.
2974 * Implemented debugging traps.
DChangeLog.pre-2-04042 * docs/debugging.txt: explain debugging traps.
/external/dropbear/libtomcrypt/
Dchanges167 …pt_custom.h to make customizable PK easier (and also cleaned up the error traps so they're correct…
Dcrypt.tex159 robustness and efficiency. LibTomCrypt traps and returns a series of errors ranging from invalid
/external/webkit/WebCore/
DChangeLog-2006-12-3111841 * platform/cairo/cairo/src/cairo-traps.c: Removed.