HomeSort by relevance Sort by last modified time
    Searched full:traps (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/oprofile/events/alpha/ev6/
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/bluetooth/glib/docs/
debugging.txt 2 Traps (G_BREAKPOINT) and traces for the debuging
9 Such traps lead to immediate code halts to examine the current
macros.txt 71 - memory profiling traps in gmem.c (consult debugging.txt for details)
76 - object ref/unref traps (consult debugging.txt) and object bookkeeping
  /external/valgrind/main/memcheck/tests/
pointer-trace.c 2 Make sure that leak-check's pointer tracing avoids traps, i.e. tricky
27 the below traps, and so checks that the leak checker
52 /* lay some traps */
  /external/oprofile/module/x86/
op_apic.h 24 /* copied from kernel 2.4.19 : arch/i386/traps.c */
  /external/javassist/sample/duplicate/
Main.java 16 for this duplication of the method calls. It traps every method call
  /external/zlib/contrib/asm686/
README.686 10 PPro's speed traps. My own tests show a speedup of around 10-20% at
  /external/oprofile/events/alpha/ev5/
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
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 257 static const bool traps = false;
355 static const bool traps = __glibcxx_integral_traps;
406 static const bool traps = __glibcxx_integral_traps;
457 static const bool traps = __glibcxx_integral_traps;
508 static const bool traps = __glibcxx_integral_traps;
559 static const bool traps = __glibcxx_integral_traps;
611 static const bool traps = __glibcxx_integral_traps;
662 static const bool traps = __glibcxx_integral_traps;
714 static const bool traps = __glibcxx_integral_traps;
765 static const bool traps = __glibcxx_integral_traps
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 257 static const bool traps = false;
355 static const bool traps = __glibcxx_integral_traps;
406 static const bool traps = __glibcxx_integral_traps;
457 static const bool traps = __glibcxx_integral_traps;
508 static const bool traps = __glibcxx_integral_traps;
559 static const bool traps = __glibcxx_integral_traps;
611 static const bool traps = __glibcxx_integral_traps;
662 static const bool traps = __glibcxx_integral_traps;
714 static const bool traps = __glibcxx_integral_traps;
765 static const bool traps = __glibcxx_integral_traps
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 257 static const bool traps = false;
355 static const bool traps = __glibcxx_integral_traps;
406 static const bool traps = __glibcxx_integral_traps;
457 static const bool traps = __glibcxx_integral_traps;
508 static const bool traps = __glibcxx_integral_traps;
559 static const bool traps = __glibcxx_integral_traps;
611 static const bool traps = __glibcxx_integral_traps;
662 static const bool traps = __glibcxx_integral_traps;
714 static const bool traps = __glibcxx_integral_traps;
765 static const bool traps = __glibcxx_integral_traps
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
limits 257 static const bool traps = false;
355 static const bool traps = __glibcxx_integral_traps;
406 static const bool traps = __glibcxx_integral_traps;
457 static const bool traps = __glibcxx_integral_traps;
508 static const bool traps = __glibcxx_integral_traps;
559 static const bool traps = __glibcxx_integral_traps;
611 static const bool traps = __glibcxx_integral_traps;
662 static const bool traps = __glibcxx_integral_traps;
714 static const bool traps = __glibcxx_integral_traps;
765 static const bool traps = __glibcxx_integral_traps
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
limits 257 static const bool traps = false;
355 static const bool traps = __glibcxx_integral_traps;
406 static const bool traps = __glibcxx_integral_traps;
457 static const bool traps = __glibcxx_integral_traps;
508 static const bool traps = __glibcxx_integral_traps;
559 static const bool traps = __glibcxx_integral_traps;
611 static const bool traps = __glibcxx_integral_traps;
662 static const bool traps = __glibcxx_integral_traps;
714 static const bool traps = __glibcxx_integral_traps;
765 static const bool traps = __glibcxx_integral_traps
    [all...]
  /external/skia/src/core/
SkConcaveToTriangles.cpp 664 Trapezoid *traps[2]; local
665 vt->trapezoids(traps, traps+1);
666 if (traps[1] != NULL &&
667 vt->point().fY >= traps[1]->bottom()->point().fY) {
668 traps[1]->nullify();
669 traps[1] = NULL;
671 if (traps[0] != NULL &&
672 vt->point().fY >= traps[0]->bottom()->point().fY) {
673 if (traps[1] != NULL)
    [all...]
  /external/icu4c/i18n/
decContext.h 47 /* traps -- only defined bits may be set */
61 #include <signal.h> /* for traps */
92 uint32_t traps; /* trap-enabler flags */ member in struct:__anon6253