Searched refs:Bool (Results 1 - 25 of 670) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readelf.h46 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
54 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
H A Dpriv_readmacho.h40 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
/external/valgrind/main/coregrind/
H A Dpub_core_translate.h42 Bool VG_(translate) ( ThreadId tid,
44 Bool debugging_translation,
47 Bool allow_redirection );
H A Dpub_core_demangle.h45 void VG_(demangle) ( Bool do_cxx_demangling, Bool do_z_demangling,
53 the specified buffers. Returns a Bool indicating whether the
61 Bool VG_(maybe_Z_demangle) ( const HChar* sym,
64 /*OUT*/Bool* isWrap,
H A Dpub_core_errormgr.h58 extern void VG_(show_all_errors) ( Int verbosity, Bool xml );
65 extern Bool VG_(is_action_requested) ( const HChar* action, Bool* clo );
67 extern Bool VG_(showing_core_errors) ( void );
H A Dpub_core_options.h52 extern Bool VG_(clo_error_limit);
97 extern Bool VG_(clo_vgdb_shadow_registers);
100 extern Bool VG_(clo_db_attach);
109 extern Bool VG_(clo_demangle);
115 extern Bool VG_(clo_trace_children);
129 extern Bool VG_(clo_child_silent_after_fork);
137 extern Bool VG_(clo_time_stamp);
164 extern Bool VG_(clo_allow_mismatched_debuginfo);
172 extern Bool VG_(clo_profyle_sbs);
187 extern Bool VG
[all...]
H A Dpub_core_execontext.h48 extern void VG_(print_ExeContext_stats) ( Bool with_stacktraces );
/external/valgrind/main/include/
H A Dpub_tool_seqmatch.h81 Bool VG_(generic_match) (
82 Bool matchAll,
85 Bool (*pIsStar)(const void*),
86 Bool (*pIsQuery)(const void*),
87 Bool (*pattEQinp)(const void*,const void*,void*,UWord),
94 Bool VG_(string_match) ( const HChar* pat, const HChar* str );
H A Dpub_tool_aspacemgr.h109 Bool hasR;
110 Bool hasW;
111 Bool hasX;
112 Bool hasT; // True --> translations have (or MAY have)
114 Bool isCH; // True --> is client heap (SkAnonC ONLY)
116 Bool mark;
144 extern Bool VG_(am_is_valid_for_client) ( Addr start, SizeT len,
H A Dpub_tool_gdbserver.h112 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
128 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
189 extern Bool VG_(strtok_get_address_and_size) (Addr* address,
195 extern void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats);
/external/chromium_org/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]
/external/gtest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]
/external/protobuf/gtest/test/
H A Dgtest_pred_impl_unittest.cc56 struct Bool { struct
57 explicit Bool(int val) : value(val != 0) {} function in struct:Bool
59 bool operator>(int n) const { return value > Bool(n).value; }
61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); }
63 bool operator==(const Bool& rhs) const { return value == rhs.value; }
68 // Enables Bool to be used in assertions.
69 std::ostream& operator<<(std::ostream& os, const Bool& x) {
87 bool PredFunction1Bool(Bool v
[all...]
/external/chromium_org/third_party/libva/va/x11/
H A Dva_nvctrl.h29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
30 Bool *isCapable );
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
H A Dva_fglrx.h30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
/external/valgrind/main/coregrind/m_scheduler/
H A Dpriv_sema.h34 #include "pub_core_basics.h" // Bool
40 Bool held_as_LL; /* if held, True == held by a _LL call */
47 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
48 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.h52 extern void ppHRegMIPS(HReg, Bool);
54 extern HReg hregMIPS_GPR0(Bool mode64); /* scratch reg / zero reg */
55 extern HReg hregMIPS_GPR1(Bool mode64);
56 extern HReg hregMIPS_GPR2(Bool mode64);
57 extern HReg hregMIPS_GPR3(Bool mode64);
58 extern HReg hregMIPS_GPR4(Bool mode64);
59 extern HReg hregMIPS_GPR5(Bool mode64);
60 extern HReg hregMIPS_GPR6(Bool mode64);
61 extern HReg hregMIPS_GPR7(Bool mode64);
62 extern HReg hregMIPS_GPR8(Bool mode6
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dappledri.h79 Bool send_event; /* true if this came frome a SendEvent request */
88 Bool XAppleDRIQueryExtension(Display * dpy, int *event_base,
91 Bool XAppleDRIQueryVersion(Display * dpy, int *majorVersion,
94 Bool XAppleDRIQueryDirectRenderingCapable(Display * dpy, int screen,
95 Bool * isCapable);
100 Bool XAppleDRIAuthConnection(Display * dpy, int screen, unsigned int magic);
102 Bool XAppleDRICreateSurface(Display * dpy, int screen, Drawable drawable,
106 Bool XAppleDRIDestroySurface(Display * dpy, int screen, Drawable drawable);
108 Bool XAppleDRISynchronizeSurfaces(Display * dpy);
110 Bool XAppleDRICreateSharedBuffe
[all...]
/external/mesa3d/src/glx/apple/
H A Dappledri.h79 Bool send_event; /* true if this came frome a SendEvent request */
88 Bool XAppleDRIQueryExtension(Display * dpy, int *event_base,
91 Bool XAppleDRIQueryVersion(Display * dpy, int *majorVersion,
94 Bool XAppleDRIQueryDirectRenderingCapable(Display * dpy, int screen,
95 Bool * isCapable);
100 Bool XAppleDRIAuthConnection(Display * dpy, int screen, unsigned int magic);
102 Bool XAppleDRICreateSurface(Display * dpy, int screen, Drawable drawable,
106 Bool XAppleDRIDestroySurface(Display * dpy, int screen, Drawable drawable);
108 Bool XAppleDRISynchronizeSurfaces(Display * dpy);
110 Bool XAppleDRICreateSharedBuffe
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_tracker.h80 Bool dirty_throttling;
81 Bool swap_throttling;
82 Bool no_3d;
83 Bool unhidden_hw_cursor_update;
84 Bool (*winsys_pre_init) (struct _CustomizerRec *cust, int fd);
85 Bool (*winsys_screen_init)(struct _CustomizerRec *cust);
86 Bool (*winsys_screen_close)(struct _CustomizerRec *cust);
87 Bool (*winsys_enter_vt)(struct _CustomizerRec *cust);
88 Bool (*winsys_leave_vt)(struct _CustomizerRec *cust);
92 Bool (*winsys_check_fb_siz
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_tracker.h80 Bool dirty_throttling;
81 Bool swap_throttling;
82 Bool no_3d;
83 Bool unhidden_hw_cursor_update;
84 Bool (*winsys_pre_init) (struct _CustomizerRec *cust, int fd);
85 Bool (*winsys_screen_init)(struct _CustomizerRec *cust);
86 Bool (*winsys_screen_close)(struct _CustomizerRec *cust);
87 Bool (*winsys_enter_vt)(struct _CustomizerRec *cust);
88 Bool (*winsys_leave_vt)(struct _CustomizerRec *cust);
92 Bool (*winsys_check_fb_siz
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.h43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );
50 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 );
54 Bool pc_is_recognised_suppression ( const HChar* name, Supp *su );
55 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp,
57 Bool pc_error_matches_suppression (Error* err, Supp* su);
59 Bool pc_get_extra_suppression_info ( Error* err,
61 Bool pc_print_extra_suppression_use ( Supp* su,
65 extern Bool h_clo_partial_loads_ok;
66 /* extern Bool h_clo_lossage_check; */
67 extern Bool sg_clo_enable_sg_check
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxf86dri.h68 Bool XF86DRIQueryExtension(Display * dpy, int *event_base,
71 Bool XF86DRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
74 Bool XF86DRIQueryDirectRenderingCapable(Display * dpy, int screen,
75 Bool * isCapable);
77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
82 Bool XF86DRICloseConnection(Display * dpy, int screen);
84 Bool XF86DRIGetClientDriverName(Display * dpy, int screen,
90 Bool XF86DRICreateContext(Display * dpy, int screen, Visual * visual,
94 Bool XF86DRICreateContextWithConfi
[all...]
/external/mesa3d/src/glx/
H A Dxf86dri.h68 Bool XF86DRIQueryExtension(Display * dpy, int *event_base,
71 Bool XF86DRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
74 Bool XF86DRIQueryDirectRenderingCapable(Display * dpy, int screen,
75 Bool * isCapable);
77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
82 Bool XF86DRICloseConnection(Display * dpy, int screen);
84 Bool XF86DRIGetClientDriverName(Display * dpy, int screen,
90 Bool XF86DRICreateContext(Display * dpy, int screen, Visual * visual,
94 Bool XF86DRICreateContextWithConfi
[all...]
/external/valgrind/main/helgrind/
H A Dhg_addrdescr.h44 extern void HG_(pp_addrdescr) (Bool xml, const HChar* what, Addr addr,
51 extern Bool HG_(get_and_pp_addrdescr) (Addr a);
61 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,

Completed in 566 milliseconds

1234567891011>>