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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readxcoff.h 42 Bool ML_(read_xcoff_debug_info) ( struct _DebugInfo* di,
43 Bool is_mainexe );
priv_readelf.h 43 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image );
51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
priv_readmacho.h 37 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
45 extern Bool ML_(read_macho_debug_info) ( struct _DebugInfo* si );
  /external/valgrind/main/coregrind/
pub_core_translate.h 40 Bool VG_(translate) ( ThreadId tid,
42 Bool debugging_translation,
45 Bool allow_redirection );
pub_core_demangle.h 43 void VG_(demangle) ( Bool do_cxx_demangling, Bool do_z_demangling,
51 the specified buffers. Returns a Bool indicating whether the
59 Bool VG_(maybe_Z_demangle) ( const HChar* sym,
62 /*OUT*/Bool* isWrap );
pub_core_options.h 52 extern Bool VG_(clo_error_limit);
58 extern Bool VG_(clo_db_attach);
67 extern Bool VG_(clo_demangle);
69 extern Bool VG_(clo_trace_children);
79 extern Bool VG_(clo_child_silent_after_fork);
90 extern Bool VG_(clo_time_stamp);
111 extern Bool VG_(clo_trace_syscalls);
113 extern Bool VG_(clo_trace_signals);
115 extern Bool VG_(clo_trace_symtab);
119 extern Bool VG_(clo_trace_cfi)
    [all...]
pub_core_errormgr.h 58 extern Bool VG_(is_action_requested) ( Char* action, Bool* clo );
60 extern Bool VG_(showing_core_errors) ( void );
  /external/valgrind/main/include/
pub_tool_seqmatch.h 73 Bool VG_(generic_match) (
74 Bool matchAll,
77 Bool (*pIsStar)(void*),
78 Bool (*pIsQuery)(void*),
79 Bool (*pattEQinp)(void*,void*)
85 Bool VG_(string_match) ( const Char* pat, const Char* str );
pub_tool_aspacemgr.h 108 Bool hasR;
109 Bool hasW;
110 Bool hasX;
111 Bool hasT; // True --> translations have (or MAY have)
113 Bool isCH; // True --> is client heap (SkAnonC ONLY)
115 Bool mark;
143 extern Bool VG_(am_is_valid_for_client) ( Addr start, SizeT len,
pub_tool_replacemalloc.h 52 extern Bool VG_(addr_is_in_block)( Addr a, Addr start,
61 extern Bool VG_(clo_trace_malloc);
66 extern Bool VG_(replacement_malloc_process_cmd_line_option) ( Char* arg );
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86Privstr.h 93 Bool autoRepeat;
98 Bool capsLock;
99 Bool numLock;
100 Bool scrollLock;
101 Bool modeSwitchLock;
102 Bool composeLock;
103 Bool vtSysreq;
105 Bool ActionKeyBindingsSet;
107 Bool panix106;
121 Bool vtRequestsPending
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XTest.h 54 Bool XTestQueryExtension(
62 Bool XTestCompareCursorWithWindow(
68 Bool XTestCompareCurrentCursorWithWindow(
76 Bool /* is_press */,
83 Bool /* is_press */,
106 Bool /* is_press */,
116 Bool /* is_press */,
125 Bool /* in_prox */,
134 Bool /* is_relative */,
143 Bool /* impervious *
    [all...]
MITMisc.h 47 Bool XMITMiscQueryExtension(
55 Bool /* onOff */
58 Bool XMITMiscGetBugMode(
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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/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...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 117 /*IN*/ Bool put_IP,
121 /*IN*/ Bool (*resteerOkFn) ( /*opaque*/void*, Addr64 ),
127 /*IN*/ Bool resteerCisOk,
150 /*IN*/ Bool host_bigendian
166 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
167 /*IN*/ Bool host_bigendian,
172 /*IN*/ Bool do_self_check,
173 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ele_list.h 83 const Bool enableCPE);
  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 38 Bool held_as_LL; /* if held, True == held by a _LL call */
45 void ML_(sema_down) ( vg_sema_t *sema, Bool as_LL );
46 void ML_(sema_up) ( vg_sema_t *sema, Bool as_LL );
  /external/valgrind/main/drd/
drd_suppression.h 10 extern Bool DRD_(g_any_address_traced);
13 void DRD_(suppression_set_trace)(const Bool trace_suppression);
18 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2);
19 Bool DRD_(is_any_suppressed)(const Addr a1, const Addr a2);
21 Bool DRD_(range_contains_suppression_or_hbvar)(const Addr a1, const Addr a2);
24 Bool DRD_(is_any_traced)(const Addr a1, const Addr a2);
28 static __inline__ Bool DRD_(any_address_is_traced)(void)
drd_barrier.h 41 void DRD_(barrier_set_trace)(const Bool trace_barrier);
44 const Bool reinitialization);
49 const BarrierT barrier_type, const Bool waited,
50 const Bool serializing);
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 89 Bool announced;
132 Bool heldW;
155 Bool HG_(is_sane_Thread) ( Thread* thr );
156 Bool HG_(is_sane_LockP) ( Lock* lock );
157 Bool HG_(is_sane_LockN) ( Lock* lock );
158 Bool HG_(is_sane_LockNorP) ( Lock* lock );
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 40 macro(JavaScriptEnabled, javaScriptEnabled, Bool, bool, true) \
41 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
42 macro(LoadsSiteIconsIgnoringImageLoadingPreference, loadsSiteIconsIgnoringImageLoadingPreference, Bool, bool, false) \
43 macro(PluginsEnabled, pluginsEnabled, Bool, bool, true) \
44 macro(JavaEnabled, javaEnabled, Bool, bool, true)
    [all...]
  /external/valgrind/main/exp-ptrcheck/
pc_common.h 43 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 ( Char* name, Supp *su );
55 Bool pc_read_extra_suppression_info ( Int fd, Char** bufpp,
57 Bool pc_error_matches_suppression (Error* err, Supp* su);
59 Bool pc_get_extra_suppression_info ( Error* err,
62 extern Bool h_clo_partial_loads_ok;
63 /* extern Bool h_clo_lossage_check; */
64 extern Bool sg_clo_enable_sg_checks;
66 Bool pc_process_cmd_line_options(Char* arg)
    [all...]

Completed in 1384 milliseconds

1 2 3 4 5 6 7 8 91011>>