/third_party/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 54 struct Bool { struct 55 explicit Bool(int val) : value(val != 0) {} in Bool() function 57 bool operator>(int n) const { return value > Bool(n).value; } in operator >() 59 Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } in operator +() 61 bool operator==(const Bool& rhs) const { return value == rhs.value; } in operator ==() 66 // Enables Bool to be used in assertions. 67 std::ostream& operator<<(std::ostream& os, const Bool& x) { in operator <<() 82 bool PredFunction1Bool(Bool v in PredFunction1Int() [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
H A D | NVCtrlLib.h | 42 Bool XNVCTRLQueryExtension(Display *dpy, int *event_basep, int *error_basep); 52 Bool XNVCTRLQueryVersion(Display *dpy, int *major, int *minor); 61 Bool XNVCTRLIsNvScreen(Display *dpy, int screen); 78 Bool XNVCTRLQueryTargetCount(Display *dpy, int target_type, int *value); 134 Bool XNVCTRLSetAttributeAndGetStatus(Display *dpy, 149 Bool XNVCTRLSetTargetAttributeAndGetStatus(Display *dpy, 175 Bool XNVCTRLQueryAttribute(Display *dpy, 196 Bool XNVCTRLQueryTargetAttribute(Display *dpy, 221 Bool XNVCTRLQueryTargetAttribute64(Display *dpy, 246 Bool XNVCTRLQueryStringAttribut [all...] |
H A D | NVCtrl.c | 61 static Bool wire_to_event(); 105 Bool XNVCTRLQueryExtension ( in XNVCTRLQueryExtension() 150 Bool XNVCTRLQueryVersion ( in XNVCTRLQueryVersion() 181 Bool XNVCTRLIsNvScreen ( in XNVCTRLIsNvScreen() 188 Bool isnv; in XNVCTRLIsNvScreen() 212 Bool XNVCTRLQueryTargetCount ( in XNVCTRLQueryTargetCount() 282 Bool XNVCTRLSetTargetAttributeAndGetStatus ( in XNVCTRLSetTargetAttributeAndGetStatus() 293 Bool success; in XNVCTRLSetTargetAttributeAndGetStatus() 321 Bool XNVCTRLSetAttributeAndGetStatus ( in XNVCTRLSetAttributeAndGetStatus() 335 Bool XNVCTRLQueryTargetAttribut [all...] |
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | bool_type.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Bool); variable 24 Bool::Bool() = default; 26 Bool::Bool(Bool&&) = default; 28 Bool::~Bool() = default; 30 std::string Bool::type_name() const { in type_name() 34 std::string Bool [all...] |
H A D | bool_type.h | 22 // X11 likes to #define Bool leading to confusing error messages. 24 #ifdef Bool 25 #undef Bool macro 32 class Bool : public Castable<Bool, Type> { class 35 Bool(); 37 Bool(Bool&&); 38 ~Bool() override;
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | bool.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Bool); variable 24 Bool::Bool(ProgramID pid, const Source& src) : Base(pid, src) {} in Bool() function in tint::ast::Bool 26 Bool::Bool(Bool&&) = default; 28 Bool::~Bool() = default; 30 std::string Bool::FriendlyName(const SymbolTable&) const { in FriendlyName() 34 const Bool* Boo [all...] |
H A D | bool.h | 22 // X11 likes to #define Bool leading to confusing error messages. 24 #ifdef Bool 25 #undef Bool macro 32 class Bool : public Castable<Bool, Type> { class 37 Bool(ProgramID pid, const Source& src); 39 Bool(Bool&&); 40 ~Bool() override; 50 const Bool* Clon [all...] |
/third_party/libdrm/tests/ttmtest/src/ |
H A 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 uniDRICreateContextWithConfi [all...] |
H A D | xf86dri.c | 95 Bool uniDRIQueryExtension(dpy, event_basep, error_basep) 113 Bool 146 Bool 150 Bool *isCapable; 177 Bool 227 Bool 259 Bool 282 Bool 334 Bool 370 Bool [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parseEntityNameWithReservedWord.js | 2 enum Bool { false } 3 const x: Bool.false = Bool.false; 7 var Bool;
variable 8 (function (Bool) {
9 Bool[Bool["false"] = 0] = "false";
10 })(Bool || (Bool = {}));
11 var x = Bool["fals [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A 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 XAppleDRICreateSharedBuffe [all...] |
H A D | appledri.c | 61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event); 94 static Bool 128 Bool 148 Bool 181 Bool 185 Bool *isCapable; 212 Bool 244 Bool 283 Bool 307 Bool [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSetting.cpp | 84 CAP(Bool, fbFetchSupport), in caps_lookup_table() 85 CAP(Bool, fbFetchNeedsCustomOutput), in caps_lookup_table() 86 CAP(Bool, flatInterpolationSupport), in caps_lookup_table() 87 CAP(Bool, noperspectiveInterpolationSupport), in caps_lookup_table() 88 CAP(Bool, externalTextureSupport), in caps_lookup_table() 89 CAP(Bool, mustEnableAdvBlendEqs), in caps_lookup_table() 90 CAP(Bool, mustDeclareFragmentShaderOutput), in caps_lookup_table() 91 CAP(Bool, mustDoOpBetweenFloorAndAbs), in caps_lookup_table() 92 CAP(Bool, mustGuardDivisionEvenAfterExplicitZeroCheck), in caps_lookup_table() 93 CAP(Bool, atan2ImplementedAsAtanYOver in caps_lookup_table() [all...] |
/third_party/mesa3d/src/glx/windows/ |
H A D | 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,
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx); 262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx); 271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx); 272 Bool glXMakeAssociatedContextCurrentAM [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx); 262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx); 271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx); 272 Bool glXMakeAssociatedContextCurrentAM [all...] |
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx); 262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx); 271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx); 272 Bool glXMakeAssociatedContextCurrentAM [all...] |
H A D | glx.h | 186 GLXContext shareList, Bool direct ); 190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable, 203 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event ); 205 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min ); 207 extern Bool glXIsDirect( Display *dpy, GLXContext ctx ); 269 Bool direct ); 271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw, 297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 298 typedef Bool (* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 359 extern Bool glXBindTexImageAR [all...] |
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 102 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 103 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 121 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 154 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 156 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 242 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx); 243 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx); 252 Bool glXDeleteAssociatedContextAMD (GLXContext ctx); 253 Bool glXMakeAssociatedContextCurrentAM [all...] |
/third_party/backends/backend/ |
H A D | plustek-pp_scandata.h | 161 Bool fECPReadWriteTest; 162 Bool fSkipEcpFlag; 163 Bool fECPFlag; 164 Bool fECPtoEPP; 165 Bool fECRFIFO; 203 Bool fColorMoreRedFlag; 204 Bool fColorMoreBlueFlag; 205 Bool fSonyCCD; 206 Bool f97003; 277 Bool fReshade [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | is_host_shareable_test.cc | 31 TEST_F(ResolverIsHostShareable, Bool) { in TEST_F() 32 EXPECT_FALSE(r()->IsHostShareable(create<sem::Bool>())); in TEST_F() 55 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 2))); in TEST_F() 57 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 3))); in TEST_F() 59 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 4))); in TEST_F() 61 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 2))); in TEST_F() 63 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 3))); in TEST_F() 65 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 4))); in TEST_F() 67 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), 2))); in TEST_F() 69 r()->IsHostShareable(create<sem::Vector>(create<sem::Bool>(), in TEST_F() [all...] |
/third_party/glfw/src/ |
H A D | x11_platform.h | 105 typedef Bool (* PFN_XCheckIfEvent)(Display*,XEvent*,Bool(*)(Display*,XEvent*,XPointer),XPointer); 106 typedef Bool (* PFN_XCheckTypedWindowEvent)(Display*,Window,int,XEvent*); 123 typedef Bool (* PFN_XFilterEvent)(XEvent*,Window); 131 typedef Bool (* PFN_XGetEventData)(Display*,XGenericEventCookie*); 141 typedef int (* PFN_XGetWindowProperty)(Display*,Window,Atom,long,long,Bool,Atom,Atom*,int*,unsigned long*,unsigned long*,unsigned char**); 142 typedef int (* PFN_XGrabPointer)(Display*,Window,Bool,unsigned int,int,int,Window,Cursor,Time); 145 typedef Atom (* PFN_XInternAtom)(Display*,const char*,Bool); 156 typedef Bool (* PFN_XQueryExtension)(Display*,const char*,int*,int*,int*); 157 typedef Bool (* PFN_XQueryPointe [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 269 Bool::Bool(Argument<Bool> argument) in Bool() function in rr::Bool 274 Bool::Bool(bool x) in Bool() function in rr::Bool 279 Bool::Bool(RValue<Bool> rhs) in Bool() function in rr::Bool 284 Bool::Bool(cons function in rr::Bool 289 Bool::Bool(const Reference<Bool> &rhs) Bool() function in rr::Bool [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | functionsglx_typedefs.h | 25 Bool direct); 27 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display *dpy, GLXDrawable drawable, GLXContext ctx); 35 typedef Bool (*PFNGLXQUERYEXTENSIONPROC)(Display *dpy, int *errorb, int *event); 36 typedef Bool (*PFNGLXQUERYVERSIONPROC)(Display *dpy, int *maj, int *min); 37 typedef Bool (*PFNGLXISDIRECTPROC)(Display *dpy, GLXContext ctx);
|
/third_party/mesa3d/src/glx/ |
H A D | dri2.h | 51 extern Bool 54 extern Bool 57 extern Bool 61 extern Bool
|