/external/protobuf/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 56 struct Bool { struct 57 explicit Bool(int val) : value(val != 0) {} in Bool() argument 59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument 61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument 63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument 69 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<() 87 bool PredFunction1Bool(Bool v1) { in PredFunction1Bool() 178 Bool(++n1_)); in TEST_F() 194 Bool(++n1_)); in TEST_F() 213 Bool(n1_++)); in TEST_F() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_pred_impl_unittest.cc | 56 struct Bool { struct 57 explicit Bool(int val) : value(val != 0) {} in Bool() argument 59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument 61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument 63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument 69 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<() 87 bool PredFunction1Bool(Bool v1) { in PredFunction1Bool() 177 Bool(++n1_)); in TEST_F() 193 Bool(++n1_)); in TEST_F() 212 Bool(n1_++)); in TEST_F() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 56 struct Bool { struct 57 explicit Bool(int val) : value(val != 0) {} in Bool() argument 59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument 61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument 63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument 69 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<() 87 bool PredFunction1Bool(Bool v1) { in PredFunction1Bool() 177 Bool(++n1_)); in TEST_F() 193 Bool(++n1_)); in TEST_F() 212 Bool(n1_++)); in TEST_F() [all …]
|
/external/gtest/test/ |
D | gtest_pred_impl_unittest.cc | 56 struct Bool { struct 57 explicit Bool(int val) : value(val != 0) {} in Bool() function 59 bool operator>(int n) const { return value > Bool(n).value; } in operator >() argument 61 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() argument 63 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() argument 69 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<() 87 bool PredFunction1Bool(Bool v1) { in PredFunction1Bool() 177 Bool(++n1_)); in TEST_F() 193 Bool(++n1_)); in TEST_F() 212 Bool(n1_++)); in TEST_F() [all …]
|
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 55 ST_IN HReg hregMIPS_GPR16 ( Bool mode64 ) { return GPR(mode64, 16, 0, 0); } in hregMIPS_GPR16() 56 ST_IN HReg hregMIPS_GPR17 ( Bool mode64 ) { return GPR(mode64, 17, 1, 1); } in hregMIPS_GPR17() 57 ST_IN HReg hregMIPS_GPR18 ( Bool mode64 ) { return GPR(mode64, 18, 2, 2); } in hregMIPS_GPR18() 58 ST_IN HReg hregMIPS_GPR19 ( Bool mode64 ) { return GPR(mode64, 19, 3, 3); } in hregMIPS_GPR19() 59 ST_IN HReg hregMIPS_GPR20 ( Bool mode64 ) { return GPR(mode64, 20, 4, 4); } in hregMIPS_GPR20() 60 ST_IN HReg hregMIPS_GPR21 ( Bool mode64 ) { return GPR(mode64, 21, 5, 5); } in hregMIPS_GPR21() 61 ST_IN HReg hregMIPS_GPR22 ( Bool mode64 ) { return GPR(mode64, 22, 6, 6); } in hregMIPS_GPR22() 63 ST_IN HReg hregMIPS_GPR12 ( Bool mode64 ) { return GPR(mode64, 12, 7, 7); } in hregMIPS_GPR12() 64 ST_IN HReg hregMIPS_GPR13 ( Bool mode64 ) { return GPR(mode64, 13, 8, 8); } in hregMIPS_GPR13() 65 ST_IN HReg hregMIPS_GPR14 ( Bool mode64 ) { return GPR(mode64, 14, 9, 9); } in hregMIPS_GPR14() [all …]
|
D | host_ppc_defs.h | 60 ST_IN HReg hregPPC_GPR3 ( Bool mode64 ) { return GPR(mode64, 3, 0, 0); } in hregPPC_GPR3() 61 ST_IN HReg hregPPC_GPR4 ( Bool mode64 ) { return GPR(mode64, 4, 1, 1); } in hregPPC_GPR4() 62 ST_IN HReg hregPPC_GPR5 ( Bool mode64 ) { return GPR(mode64, 5, 2, 2); } in hregPPC_GPR5() 63 ST_IN HReg hregPPC_GPR6 ( Bool mode64 ) { return GPR(mode64, 6, 3, 3); } in hregPPC_GPR6() 64 ST_IN HReg hregPPC_GPR7 ( Bool mode64 ) { return GPR(mode64, 7, 4, 4); } in hregPPC_GPR7() 65 ST_IN HReg hregPPC_GPR8 ( Bool mode64 ) { return GPR(mode64, 8, 5, 5); } in hregPPC_GPR8() 66 ST_IN HReg hregPPC_GPR9 ( Bool mode64 ) { return GPR(mode64, 9, 6, 6); } in hregPPC_GPR9() 67 ST_IN HReg hregPPC_GPR10 ( Bool mode64 ) { return GPR(mode64, 10, 7, 7); } in hregPPC_GPR10() 71 ST_IN HReg hregPPC_GPR11 ( Bool mode64 ) { return GPR(mode64, 11, 0, 8); } in hregPPC_GPR11() 72 ST_IN HReg hregPPC_GPR12 ( Bool mode64 ) { return GPR(mode64, 12, 0, 9); } in hregPPC_GPR12() [all …]
|
D | host_arm_defs.h | 653 Bool isCmp; 670 Bool isLoad; 677 Bool isLoad; 678 Bool signedLoad; 685 Bool isLoad; 702 Bool toFastEP; /* chain to the slow or fast point? */ 765 Bool isLoad; 771 Bool isLoad; 823 Bool sToD; /* True: F32->F64. False: F64->F32 */ 829 Bool toD; [all …]
|
D | host_tilegx_defs.h | 183 Bool syned; 193 extern TILEGXRH *TILEGXRH_Imm ( Bool, UShort ); 359 Bool sz32; 372 Bool syned; 373 Bool sz32; 380 Bool syned; 381 Bool sz32; 388 Bool widening; //True => widening, False => non-widening 389 Bool syned; //signed/unsigned - meaningless if widenind = False 390 Bool sz32; [all …]
|
D | host_arm64_defs.h | 536 Bool isAdd; 542 Bool is64; 581 Bool isLoad; 587 Bool isLoad; 593 Bool isLoad; 599 Bool isLoad; 610 Bool toFastEP; /* chain to the slow or fast point? */ 679 Bool isLoad; 686 Bool isLoad; 693 Bool isLoad; [all …]
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | 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/valgrind/coregrind/ |
D | pub_core_options.h | 43 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_(clo_trace_syscalls); [all …]
|
D | pub_core_tooliface.h | 83 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_location; [all …]
|
D | m_options.c | 51 Bool VG_(clo_error_limit) = True; 68 Bool VG_(clo_vgdb_shadow_registers) = False; 73 Bool VG_(clo_stats) = False; 74 Bool VG_(clo_xml) = False; 76 Bool VG_(clo_demangle) = True; 78 Bool VG_(clo_trace_children) = False; 81 Bool VG_(clo_child_silent_after_fork) = False; 84 Bool VG_(clo_time_stamp) = False; 86 Bool VG_(clo_default_supp) = True; 91 Bool VG_(clo_allow_mismatched_debuginfo) = False; [all …]
|
D | pub_core_aspacemgr.h | 66 extern Bool VG_(am_is_valid_for_aspacem_minAddr)( Addr addr, 79 Bool fwds ); 87 extern Bool VG_(am_is_valid_for_valgrind) 94 extern Bool VG_(am_is_valid_for_client_or_free_or_resvn) 99 extern Bool VG_(am_is_free_or_resvn)( Addr start, SizeT len ); 103 extern Bool VG_(am_addr_is_in_extensible_client_stack)( Addr addr ); 121 extern Bool VG_(am_do_sync_check) ( const HChar* fn, 148 ( const MapRequest* req, Bool forClient, /*OUT*/Bool* ok ); 155 ( Addr start, SizeT len, /*OUT*/Bool* ok ); 165 extern Bool VG_(am_covered_by_single_free_segment) [all …]
|
D | m_seqmatch.c | 42 Bool VG_(generic_match) ( in VG_() 43 Bool matchAll, in VG_() 46 Bool (*pIsStar)(const void*), in VG_() 47 Bool (*pIsQuery)(const void*), in VG_() 48 Bool (*pattEQinp)(const void*,const void*,void*,UWord), in VG_() 49 void* inputCompleter, Bool (*haveInputInpC)(void*,UWord) in VG_() 67 Bool havePatt, haveInput; in VG_() 170 static Bool charIsStar ( const void* pV ) { return *(const HChar*)pV == '*'; } in charIsStar() 171 static Bool charIsQuery ( const void* pV ) { return *(const HChar*)pV == '?'; } in charIsQuery() 172 static Bool char_p_EQ_i ( const void* pV, const void* cV, in char_p_EQ_i() [all …]
|
/external/mesa3d/src/glx/ |
D | 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 …]
|
/external/libdrm/tests/ttmtest/src/ |
D | 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/apple/ |
D | 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/drd/ |
D | drd_thread.h | 79 Bool on_alt_stack; 81 Bool valid; 83 Bool vg_thread_exists; 85 Bool posix_thread_exists; 90 Bool detached_posix_thread; 92 Bool is_recording_loads; 94 Bool is_recording_stores; 128 extern Bool DRD_(verify_conflict_set); 130 extern Bool DRD_(ignore_thread_creation); 135 void DRD_(thread_trace_context_switches)(const Bool t); [all …]
|
D | pub_drd_bitmap.h | 99 Bool DRD_(bm_has)(struct bitmap* const bm, 102 Bool DRD_(bm_has_any_load_g)(struct bitmap* const bm); 103 Bool DRD_(bm_has_any_load)(struct bitmap* const bm, 105 Bool DRD_(bm_has_any_store)(struct bitmap* const bm, 107 Bool DRD_(bm_has_any_access)(struct bitmap* const bm, 109 Bool DRD_(bm_has_1)(struct bitmap* const bm, 117 Bool DRD_(bm_test_and_clear)(struct bitmap* const bm, 119 Bool DRD_(bm_has_conflict_with)(struct bitmap* const bm, 122 Bool DRD_(bm_load_1_has_conflict_with)(struct bitmap* const bm, const Addr a1); 123 Bool DRD_(bm_load_2_has_conflict_with)(struct bitmap* const bm, const Addr a1); [all …]
|
/external/valgrind/callgrind/ |
D | global.h | 80 Bool combine_dumps; /* Dump trace parts into same file? */ 81 Bool compress_strings; 82 Bool compress_events; 83 Bool compress_pos; 84 Bool mangle_names; 85 Bool compress_mangled; 86 Bool dump_line; 87 Bool dump_instr; 88 Bool dump_bb; 89 Bool dump_bbs; /* Dump basic block information? */ [all …]
|
/external/valgrind/include/ |
D | pub_tool_debuginfo.h | 47 extern Bool VG_(get_filename) ( Addr a, const HChar** filename ); 48 extern Bool VG_(get_fnname) ( Addr a, const HChar** fnname ); 49 extern Bool VG_(get_linenum) ( Addr a, UInt* linenum ); 50 extern Bool VG_(get_fnname_w_offset) 67 extern Bool VG_(get_filename_linenum) 80 extern Bool VG_(get_fnname_if_entry) ( Addr a, const HChar** fnname ); 99 extern Bool VG_(get_datasym_and_offset)( Addr data_addr, 116 Bool VG_(get_data_description)( 124 extern Bool VG_(get_objname) ( Addr a, const HChar** objname ); 161 extern Bool VG_(next_IIPC)(InlIPCursor *iipc); [all …]
|
D | 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 );
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 84 Bool isText; 85 Bool isIFunc; /* symbol is an indirect function? */ 560 Bool rx, rw, ro; /* memory access flags for this mapping */ 568 Bool have_rx_map; /* did we see a r?x mapping yet for the file? */ 569 Bool have_rw_map; /* did we see a rw? mapping yet for the file? */ 570 Bool have_ro_map; /* did we see a r-- mapping yet for the file? */ 592 Bool mark; /* marked for deletion? */ 610 Bool trace_symtab; /* symbols, our style */ 611 Bool trace_cfi; /* dwarf frame unwind, our style */ 612 Bool ddump_syms; /* mimic /usr/bin/readelf --syms */ [all …]
|
/external/clang/test/Sema/ |
D | cast.c | 19 typedef _Bool Bool; typedef 31 void testBool(Bool v) { in testBool() 32 (void) (Bool) v; in testBool() 46 (void) (Bool) v; in testInt() 68 (void) (Bool) v; in testLong() 82 (void) (Bool) v; in testFloat() 94 (void) (Bool) v; in testDouble() 106 (void) (Bool) v; in testCI() 118 (void) (Bool) v; in testCLong() 130 (void) (Bool) v; in testCFloat() [all …]
|