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

1234567891011>>

/external/valgrind/include/
H A Dpub_tool_seqmatch.h87 Bool VG_(generic_match) (
88 Bool matchAll,
91 Bool (*pIsStar)(const void*),
92 Bool (*pIsQuery)(const void*),
93 Bool (*pattEQinp)(const void*,const void*,void*,UWord),
95 Bool (*haveInputInpC)(void*,UWord)
101 Bool VG_(string_match) ( const HChar* pat, const HChar* str );
H A Dpub_tool_gdbserver.h110 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
126 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
187 extern Bool VG_(strtok_get_address_and_size) (Addr* address,
193 extern void VG_(print_all_stats) (Bool memory_stats, Bool tool_stats);
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_readelf.h46 extern Bool ML_(is_elf_object_file)( const void* image, SizeT n_image,
47 Bool rel_ok );
55 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/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, // may be NULL
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.h43 extern Bool VG_(clo_error_limit);
89 extern Bool VG_(clo_vgdb_shadow_registers);
97 extern Bool VG_(clo_demangle);
103 extern Bool VG_(clo_trace_children);
117 extern Bool VG_(clo_child_silent_after_fork);
125 extern Bool VG_(clo_time_stamp);
131 extern Bool VG_(clo_default_supp);
152 extern Bool VG_(clo_allow_mismatched_debuginfo);
160 extern Bool VG_(clo_profyle_sbs);
175 extern Bool VG
[all...]
H A Dpub_core_execontext.h48 extern void VG_(print_ExeContext_stats) ( Bool with_stacktraces );
H A Dpub_core_tooliface.h83 Bool libc_freeres;
84 Bool core_errors;
85 Bool tool_errors;
86 Bool superblock_discards;
87 Bool command_line_options;
88 Bool client_requests;
89 Bool syscall_wrapper;
90 Bool sanity_checks;
91 Bool print_stats;
92 Bool info_locatio
[all...]
H A Dpub_core_gdbserver.h50 Bool VG_(gdbserver_init_done) (void);
53 Bool VG_(gdbserver_stop_at) (VgdbStopAt stopat);
58 extern Bool VG_(gdbserver_activity) (ThreadId tid);
91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
95 Bool VG_(has_gdbserver_breakpoint) (Addr addr);
113 extern Bool VG_(gdbserver_report_signal) (vki_siginfo_t *info, ThreadId tid);
125 extern Bool VG_(client_monitor_command) (HChar* cmd);
/external/google-breakpad/src/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/googletest/googletest/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/valgrind/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/libdrm/tests/ttmtest/src/
H A Dxf86dri.h69 Bool uniDRIQueryExtension(Display * dpy, int *event_base,
72 Bool uniDRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
75 Bool uniDRIQueryDirectRenderingCapable(Display * dpy, int screen,
76 Bool * isCapable);
78 Bool uniDRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
81 Bool uniDRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
83 Bool uniDRICloseConnection(Display * dpy, int screen);
85 Bool uniDRIGetClientDriverName(Display * dpy, int screen,
89 Bool uniDRICreateContext(Display * dpy, int screen, Visual * visual,
92 Bool uniDRICreateContextWithConfi
[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/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/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/coregrind/m_sigframe/
H A Dpriv_sigframe.h40 Bool ML_(sf_maybe_extend_stack)( const ThreadState *tst, Addr addr,
/external/valgrind/drd/
H A Ddrd_barrier.h40 void DRD_(barrier_set_trace)(const Bool trace_barrier);
43 const Bool reinitialization);
48 const BarrierT barrier_type, const Bool waited,
49 const Bool serializing);
H A Ddrd_suppression.h9 extern Bool DRD_(g_any_address_traced);
12 void DRD_(suppression_set_trace)(const Bool trace_suppression);
17 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2);
18 Bool DRD_(is_any_suppressed)(const Addr a1, const Addr a2);
20 Bool DRD_(range_contains_suppression_or_hbvar)(const Addr a1, const Addr a2);
22 const Bool persistent);
24 Bool DRD_(is_any_traced)(const Addr a1, const Addr a2);
28 static __inline__ Bool DRD_(any_address_is_traced)(void)
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.h61 extern void initialize_shadow_low (Bool shadow_mode);
69 extern const char* valgrind_target_xml (Bool shadow_mode);
148 extern Bool valgrind_single_stepping(void);
150 /* Set Valgrind in single stepping mode or not according to Bool. */
151 extern void valgrind_set_single_stepping(Bool);
215 extern Bool valgrind_get_tls_addr (ThreadState *tst,
236 extern void* VG_(dmemcpy) ( void *d, const void *s, SizeT sz, Bool *mod );
251 Bool *mod);
256 extern Bool hostvisibility;

Completed in 489 milliseconds

1234567891011>>