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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/include/
pub_tool_seqmatch.h 87 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 );
pub_tool_gdbserver.h 110 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/
priv_readelf.h 46 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 );
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/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, // may be NULL
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 46 extern Bool VG_(clo_error_limit);
92 extern Bool VG_(clo_vgdb_shadow_registers);
100 extern Bool VG_(clo_demangle);
106 extern Bool VG_(clo_trace_children);
120 extern Bool VG_(clo_child_silent_after_fork);
128 extern Bool VG_(clo_time_stamp);
134 extern Bool VG_(clo_default_supp);
155 extern Bool VG_(clo_allow_mismatched_debuginfo);
163 extern Bool VG_(clo_profyle_sbs);
178 extern Bool VG_(clo_trace_syscalls)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 41 Bool send_event; /* true if this came frome a SendEvent request */
54 Bool readOnly; /* how the server should attach it */
59 Bool XShmQueryExtension(
67 Bool XShmQueryVersion(
71 Bool* /* sharedPixmaps */
78 Bool XShmAttach(
83 Bool XShmDetach(
88 Bool XShmPutImage(
99 Bool /* send_event */
102 Bool XShmGetImage
    [all...]
MITMisc.h 37 Bool XMITMiscQueryExtension(
45 Bool /* onOff */
48 Bool XMITMiscGetBugMode(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 36 Bool send_event; /* is this from a SendEvent request? */
46 Bool send_event; /* is this from a SendEvent request? */
64 Bool send_event; /* is this from a SendEvent request */
93 Bool send_event; /* is this from a SendEvent request? */
122 Bool send_event; /* is this from a SendEvent request? */
140 Bool send_event; /* is this from a SendEvent request? */
152 Bool send_event; /* is this from a SendEvent request? */
174 Bool send_event; /* is this from a SendEvent request? */
188 Bool send_event; /* is this from a SendEvent request? */
200 Bool event_only; /* "event only" requested *
    [all...]
  /external/google-breakpad/src/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/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/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...]
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/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/valgrind/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...]
  /external/libdrm/tests/ttmtest/src/
xf86dri.h 69 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 uniDRICreateContextWithConfig(Display * dpy, int screen, int configID
    [all...]
  /external/mesa3d/src/glx/windows/
xwindowsdri.h 34 Bool send_event; /* true if this came frome a SendEvent request */
43 Bool XWindowsDRIQueryExtension(Display * dpy, int *event_base,
46 Bool XWindowsDRIQueryVersion(Display * dpy, int *majorVersion,
49 Bool XWindowsDRIQueryDirectRenderingCapable(Display * dpy, int screen,
50 Bool *isCapable);
52 Bool XWindowsDRIQueryDrawable(Display * dpy, int screen, Drawable drawable,
55 Bool XWindowsDRIFBConfigToPixelFormat(Display *dpy, int screen, int fbConfigID,
  /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/valgrind/coregrind/m_gdbserver/
target.h 61 extern void initialize_shadow_low (Bool shadow_mode);
69 extern const char* valgrind_target_xml (Bool shadow_mode);
150 extern void gdbserver_syscall_encountered (Bool before, Int sysno);
157 extern Bool valgrind_stopped_before_syscall (void);
160 extern Bool valgrind_single_stepping (void);
162 /* Set Valgrind in single stepping mode or not according to Bool. */
163 extern void valgrind_set_single_stepping (Bool);
227 extern Bool valgrind_get_tls_addr (ThreadState *tst,
248 extern void* VG_(dmemcpy) ( void *d, const void *s, SizeT sz, Bool *mod );
263 Bool *mod)
    [all...]
  /external/mesa3d/src/glx/
xf86dri.h 68 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 XF86DRICreateContextWithConfig(Display * dpy, int screen, int configID
    [all...]

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>