HomeSort by relevance Sort by last modified time
    Searched refs:Bool (Results 1 - 25 of 763) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readelf.h 46 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 );
priv_readmacho.h 40 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/
pub_core_translate.h 42 Bool VG_(translate) ( ThreadId tid,
44 Bool debugging_translation,
47 Bool allow_redirection );
pub_core_demangle.h 45 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,
pub_core_errormgr.h 58 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 );
pub_core_options.h 52 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_(clo_trace_syscalls)
    [all...]
  /external/valgrind/main/include/
pub_tool_seqmatch.h 81 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 );
pub_tool_aspacemgr.h 109 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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
XKBlib.h 38 Bool send_event; /* is this from a SendEvent request? */
48 Bool send_event; /* is this from a SendEvent request? */
66 Bool send_event; /* is this from a SendEvent request */
95 Bool send_event; /* is this from a SendEvent request? */
124 Bool send_event; /* is this from a SendEvent request? */
142 Bool send_event; /* is this from a SendEvent request? */
154 Bool send_event; /* is this from a SendEvent request? */
176 Bool send_event; /* is this from a SendEvent request? */
190 Bool send_event; /* is this from a SendEvent request? */
202 Bool event_only; /* "event only" requested *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 38 Bool send_event; /* is this from a SendEvent request? */
48 Bool send_event; /* is this from a SendEvent request? */
66 Bool send_event; /* is this from a SendEvent request */
95 Bool send_event; /* is this from a SendEvent request? */
124 Bool send_event; /* is this from a SendEvent request? */
142 Bool send_event; /* is this from a SendEvent request? */
154 Bool send_event; /* is this from a SendEvent request? */
176 Bool send_event; /* is this from a SendEvent request? */
190 Bool send_event; /* is this from a SendEvent request? */
202 Bool event_only; /* "event only" requested *
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_pred_impl_unittest.cc 56 struct Bool {
57 explicit Bool(int val) : value(val != 0) {}
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; }
65 bool value
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 56 struct Bool {
57 explicit Bool(int val) : value(val != 0) {}
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; }
65 bool value
    [all...]
  /external/protobuf/gtest/test/
gtest_pred_impl_unittest.cc 56 struct Bool {
57 explicit Bool(int val) : value(val != 0) {}
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; }
65 bool value
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_pred_impl_unittest.cc 56 struct Bool {
57 explicit Bool(int val) : value(val != 0) {}
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; }
65 bool value
    [all...]
  /external/chromium_org/third_party/libva/va/x11/
va_nvctrl.h 29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
30 Bool *isCapable );
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 34 #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 );
  /hardware/intel/common/libva/va/x11/
va_nvctrl.h 29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
30 Bool *isCapable );
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
va_dri.h 72 Bool VA_DRIQueryExtension( Display *dpy, int *event_base, int *error_base );
74 Bool VA_DRIQueryVersion( Display *dpy, int *majorVersion, int *minorVersion,
77 Bool VA_DRIQueryDirectRenderingCapable( Display *dpy, int screen,
78 Bool *isCapable );
80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA,
83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic );
85 Bool VA_DRICloseConnection( Display *dpy, int screen );
87 Bool VA_DRIGetClientDriverName( Display *dpy, int screen,
91 Bool VA_DRICreateContext( Display *dpy, int screen, Visual *visual,
94 Bool VA_DRICreateContextWithConfig( Display *dpy, int screen, int configID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
MITMisc.h 39 Bool XMITMiscQueryExtension(
47 Bool /* onOff */
50 Bool XMITMiscGetBugMode(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
MITMisc.h 39 Bool XMITMiscQueryExtension(
47 Bool /* onOff */
50 Bool XMITMiscGetBugMode(
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 52 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 mode64)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.h 79 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 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable
    [all...]
  /external/mesa3d/src/glx/apple/
appledri.h 79 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 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_tracker.h 80 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_size) (struct _CustomizerRec *cust
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h 80 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_size) (struct _CustomizerRec *cust
    [all...]

Completed in 1655 milliseconds

1 2 3 4 5 6 7 8 91011>>