HomeSort by relevance Sort by last modified time
    Searched refs:Bool (Results 126 - 150 of 724) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 49 extern Bool VG_(gdbserver_activity) (ThreadId tid);
71 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
84 extern Bool VG_(gdbserver_report_signal) (Int signo, ThreadId tid);
pub_core_libcprint.h 41 /* An output file descriptor wrapped up with a Bool indicating whether
44 struct { Int fd; Bool is_socket; }
pub_core_redir.h 86 extern Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap );
128 //extern Bool VG_(is_wrapper_return)(Addr eip);
134 //extern Bool VG_(is_resolved)(const CodeRedirect *redir);
pub_core_sigframe.h 59 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
m_tooliface.c 101 Bool VG_(sanity_check_needs)(Char** failmsg)
103 Bool any_new_mem_stack_N, any_new_mem_stack_N_w_ECU;
104 Bool any_new_mem_stack_w_conflicting_otags;
105 Bool any_die_mem_stack_N;
227 Bool (*eq) (VgRes, Error*, Error*),
230 Bool show_TIDs,
232 Bool (*recog) (Char*, Supp*),
233 Bool (*read_extra) (Int, Char**, SizeT*, Supp*),
234 Bool (*matches) (Error*, Supp*),
236 Bool (*get_xtra_si)(Error*,/*OUT*/Char*,Int
    [all...]
  /external/valgrind/main/include/
pub_tool_cpuid.h 35 extern Bool VG_(has_cpuid) ( void );
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 26 typedef uint Bool;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xagsrv.h 59 extern Bool XagIsControlledRoot (
Xcup.h 44 Bool XcupQueryVersion(
security.h 104 Bool send_event; /* true if this came from a SendEvent request */
142 Bool valid; /* did anyone recognize it? if so, set to TRUE */
155 extern Bool SecurityCheckDeviceAccess(ClientPtr client, DeviceIntPtr dev,
156 Bool fromRequest);
161 extern Bool SecuritySameLevel(ClientPtr client, XID authId);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xagsrv.h 59 extern Bool XagIsControlledRoot (
Xcup.h 44 Bool XcupQueryVersion(
security.h 104 Bool send_event; /* true if this came from a SendEvent request */
142 Bool valid; /* did anyone recognize it? if so, set to TRUE */
155 extern Bool SecurityCheckDeviceAccess(ClientPtr client, DeviceIntPtr dev,
156 Bool fromRequest);
161 extern Bool SecuritySameLevel(ClientPtr client, XID authId);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xagsrv.h 59 extern Bool XagIsControlledRoot (
Xcup.h 44 Bool XcupQueryVersion(
security.h 104 Bool send_event; /* true if this came from a SendEvent request */
142 Bool valid; /* did anyone recognize it? if so, set to TRUE */
155 extern Bool SecurityCheckDeviceAccess(ClientPtr client, DeviceIntPtr dev,
156 Bool fromRequest);
161 extern Bool SecuritySameLevel(ClientPtr client, XID authId);
  /external/valgrind/main/helgrind/
libhb.h 52 void libhb_shutdown ( Bool show_stats );
84 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send );
94 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv );
97 Bool libhb_so_everSent ( SO* so );
148 Bool libhb_event_map_lookup ( /*OUT*/ExeContext** resEC,
151 /*OUT*/Bool* resIsW,
153 Thr* thr, Addr a, SizeT szB, Bool isW );
hg_wordset.h 76 Bool HG_(isEmptyWS) ( WordSetU*, WordSet );
77 Bool HG_(isSingletonWS) ( WordSetU*, WordSet, UWord );
80 Bool HG_(elemWS) ( WordSetU*, WordSet, UWord );
85 Bool HG_(plausibleWS) ( WordSetU*, WordSet );
88 Bool HG_(saneWS_SLOW) ( WordSetU*, WordSet );
  /external/valgrind/main/memcheck/
mc_include.h 80 Bool is_zeroed; // allocations from this pool are zeroed
88 Bool is_zeroed, MC_AllocKind kind,
93 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
101 Bool MC_(mempool_exists) ( Addr pool );
121 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
321 Bool show_reachable;
322 Bool show_possibly_lost;
325 Bool requested_by_monitor_command; // True when requested by gdb/vgdb.
337 Bool MC_(print_block_list) ( UInt loss_record_nr);
350 Bool MC_(is_valid_aligned_word) ( Addr a )
    [all...]
  /external/valgrind/main/drd/
drd_thread_bitmap.h 35 Bool bm_access_load_1_triggers_conflict(const Addr a1)
43 Bool bm_access_load_2_triggers_conflict(const Addr a1)
61 Bool bm_access_load_4_triggers_conflict(const Addr a1)
79 Bool bm_access_load_8_triggers_conflict(const Addr a1)
104 Bool bm_access_load_triggers_conflict(const Addr a1, const Addr a2)
112 Bool bm_access_store_1_triggers_conflict(const Addr a1)
120 Bool bm_access_store_2_triggers_conflict(const Addr a1)
138 Bool bm_access_store_4_triggers_conflict(const Addr a1)
156 Bool bm_access_store_8_triggers_conflict(const Addr a1)
183 Bool bm_access_store_triggers_conflict(const Addr a1, const Addr a2
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
std.h 63 *! 01-Mar-1994 kw: Made Bool an int (was MdUns) for _56_ (more efficient).
210 typedef int Bool; /* boolean */
212 typedef long Bool; /* boolean to match Windows boolean def */
214 typedef MdUns Bool; /* boolean */
242 #define FALSE ((Bool)0)
243 #define TRUE ((Bool)1)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
std.h 63 *! 01-Mar-1994 kw: Made Bool an int (was MdUns) for _56_ (more efficient).
211 typedef int Bool; /* boolean */
213 typedef long Bool; /* boolean to match Windows boolean def */
215 typedef MdUns Bool; /* boolean */
245 #define FALSE ((Bool)0)
246 #define TRUE ((Bool)1)
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 77 Bool isText;
78 Bool isIFunc; /* symbol is an indirect function? */
449 Bool rx, rw, ro; /* memory access flags for this mapping */
456 Bool have_rx_map; /* did we see a r?x mapping yet for the file? */
457 Bool have_rw_map; /* did we see a rw? mapping yet for the file? */
458 Bool have_ro_map; /* did we see a r-- mapping yet for the file? */
480 Bool mark; /* marked for deletion? */
498 Bool trace_symtab; /* symbols, our style */
499 Bool trace_cfi; /* dwarf frame unwind, our style */
500 Bool ddump_syms; /* mimic /usr/bin/readelf --syms *
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 73 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
104 Bool valgrind_support,
148 vassert(1 == sizeof(Bool));
193 Bool (*isMove) ( HInstr*, HReg*, HReg* );
194 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool );
195 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
196 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool );
197 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool );
199 void (*ppInstr) ( HInstr*, Bool );
202 Int, Int, Bool, Bool, Addr64 )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
75 Bool (*QueryExtension)(Display *dpy, int *errorb, int *event);
76 Bool (*QueryVersion)(Display *dpy, int *maj, int *min);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
104 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
117 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext);
140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
163 Bool (*AssociateDMPbufferSGIX)(Display *, GLXPbufferSGIX, DMparams *, DMbuffer)
    [all...]

Completed in 1382 milliseconds

1 2 3 4 56 7 8 91011>>