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

1234567891011>>

/external/valgrind/main/coregrind/
H A Dpub_core_translate.h40 Bool VG_(translate) ( ThreadId tid,
42 Bool debugging_translation,
45 Bool allow_redirection );
H A Dpub_core_errormgr.h58 extern void VG_(show_all_errors) ( Int verbosity, Bool xml );
65 extern Bool VG_(is_action_requested) ( Char* action, Bool* clo );
67 extern Bool VG_(showing_core_errors) ( void );
H A Dpub_core_options.h52 extern Bool VG_(clo_error_limit);
75 extern Bool VG_(clo_vgdb_shadow_registers);
78 extern Bool VG_(clo_db_attach);
87 extern Bool VG_(clo_demangle);
89 extern Bool VG_(clo_trace_children);
103 extern Bool VG_(clo_child_silent_after_fork);
114 extern Bool VG_(clo_time_stamp);
135 extern Bool VG_(clo_trace_syscalls);
137 extern Bool VG_(clo_trace_signals);
139 extern Bool VG
[all...]
H A Dpub_core_demangle.h43 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,
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 var_info;
92 Bool malloc_replacemen
[all...]
/external/valgrind/main/include/
H A Dpub_tool_seqmatch.h73 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 );
H A Dpub_tool_aspacemgr.h108 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,
H A Dpub_tool_replacemalloc.h52 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 );
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readelf.h43 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image );
51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
H A Dpriv_readmacho.h37 extern Bool ML_(is_macho_object_file)( const void* buf, SizeT size );
45 extern Bool ML_(read_macho_debug_info) ( struct _DebugInfo* si );
/external/chromium/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/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp12 typedef bool Bool; typedef
13 bool b2 = __is_trivially_constructible(Integer, Float, Bool);
26 // CHECK-TRAIT: Identifier: "Bool" [13:58 - 13:62] TypeRef=Bool:12:16
/external/valgrind/main/coregrind/m_scheduler/
H A Dpriv_sema.h38 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/VEX/priv/
H A Dguest_generic_bb_to_IR.h117 /*IN*/ Bool put_IP,
121 /*IN*/ Bool (*resteerOkFn) ( /*opaque*/void*, Addr64 ),
127 /*IN*/ Bool resteerCisOk,
150 /*IN*/ Bool host_bigendian
168 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
169 /*IN*/ Bool host_bigendian,
175 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
H A Dhost_ppc_defs.h51 extern HReg hregPPC_GPR0 ( Bool mode64 ); // scratch reg / zero reg
52 extern HReg hregPPC_GPR1 ( Bool mode64 ); // Stack Frame Pointer
53 extern HReg hregPPC_GPR2 ( Bool mode64 ); // not used: TOC pointer
54 extern HReg hregPPC_GPR3 ( Bool mode64 );
55 extern HReg hregPPC_GPR4 ( Bool mode64 );
56 extern HReg hregPPC_GPR5 ( Bool mode64 );
57 extern HReg hregPPC_GPR6 ( Bool mode64 );
58 extern HReg hregPPC_GPR7 ( Bool mode64 );
59 extern HReg hregPPC_GPR8 ( Bool mode64 );
60 extern HReg hregPPC_GPR9 ( Bool mode6
[all...]
H A Dmain_globals.c46 Bool vex_initdone = False;
62 Bool vex_valgrind_support = False;
H A Dmain_globals.h47 extern Bool vex_initdone;
63 extern Bool vex_valgrind_support;
/external/valgrind/main/drd/
H A Ddrd_suppression.h10 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)
H A Ddrd_barrier.h41 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/webkit/Source/WebKit2/Shared/
H A DWebPreferencesStore.h40 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) \
45 macro(OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled, Bool, bool, false) \
46 macro(LocalStorageEnabled, localStorageEnabled, Bool, bool, true) \
47 macro(DatabasesEnabled, databasesEnabled, Bool, bool, true) \
48 macro(XSSAuditorEnabled, xssAuditorEnabled, Bool, bool, true) \
49 macro(FrameFlatteningEnabled, frameFlatteningEnabled, Bool, boo
[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 ( 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_option
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86vmode.h148 Bool send_event; /* true if this came from a SendEvent req */
153 Bool forced; /* extents of new region */
171 Bool SDL_NAME(XF86VidModeQueryVersion)(
177 Bool SDL_NAME(XF86VidModeQueryExtension)(
183 Bool SDL_NAME(XF86VidModeSetClientVersion)(
187 Bool SDL_NAME(XF86VidModeGetModeLine)(
194 Bool SDL_NAME(XF86VidModeGetAllModeLines)(
201 Bool SDL_NAME(XF86VidModeAddModeLine)(
208 Bool SDL_NAME(XF86VidModeDeleteModeLine)(
214 Bool SDL_NAM
[all...]
/external/valgrind/main/helgrind/
H A Dhg_basics.h46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
68 extern Bool HG_(clo_track_lockorders);
73 extern Bool HG_(clo_cmp_race_err_addrs);
111 extern Bool HG_(clo_free_is_write);
127 extern Bool HG_(clo_check_stack_refs);

Completed in 380 milliseconds

1234567891011>>