Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/third_party/googletest/googletest/test/
Dgtest_pred_impl_unittest.cc56 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 <<()
86 bool PredFunction1Bool(Bool v1) { in PredFunction1Bool()
176 Bool(++n1_)); in TEST_F()
192 Bool(++n1_)); in TEST_F()
211 Bool(n1_++)); in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrlLib.h42 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 XNVCTRLQueryStringAttribute(Display *dpy,
[all …]
DNVCtrl.c61 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 XNVCTRLQueryTargetAttribute ( in XNVCTRLQueryTargetAttribute()
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrlLib.h42 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 XNVCTRLQueryStringAttribute(Display *dpy,
[all …]
DNVCtrl.c61 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 XNVCTRLQueryTargetAttribute ( in XNVCTRLQueryTargetAttribute()
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dbool_type.cc19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Bool);
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::FriendlyName(const SymbolTable&) const { in FriendlyName()
38 bool Bool::IsConstructible() const { in IsConstructible()
42 uint32_t Bool::Size() const { in Size()
46 uint32_t Bool::Align() const { in Align()
Dbool_type.h24 #ifdef Bool
25 #undef Bool
32 class Bool : public Castable<Bool, Type> {
35 Bool();
37 Bool(Bool&&);
38 ~Bool() override;
/third_party/typescript/tests/baselines/reference/
DparseEntityNameWithReservedWord.types2 enum Bool { false }
3 >Bool : Bool
4 >false : Bool.false
6 const x: Bool.false = Bool.false;
7 >x : Bool
8 >Bool : any
9 >Bool.false : Bool
10 >Bool : typeof Bool
11 >false : Bool
DparseEntityNameWithReservedWord.symbols2 enum Bool { false }
3 >Bool : Symbol(Bool, Decl(parseEntityNameWithReservedWord.ts, 0, 0))
4 >false : Symbol(Bool.false, Decl(parseEntityNameWithReservedWord.ts, 0, 11))
6 const x: Bool.false = Bool.false;
8 >Bool : Symbol(Bool, Decl(parseEntityNameWithReservedWord.ts, 0, 0))
9 >false : Symbol(Bool.false, Decl(parseEntityNameWithReservedWord.ts, 0, 11))
10 >Bool.false : Symbol(Bool.false, Decl(parseEntityNameWithReservedWord.ts, 0, 11))
11 >Bool : Symbol(Bool, Decl(parseEntityNameWithReservedWord.ts, 0, 0))
12 >false : Symbol(Bool.false, Decl(parseEntityNameWithReservedWord.ts, 0, 11))
DparseEntityNameWithReservedWord.js2 enum Bool { false }
3 const x: Bool.false = Bool.false;
7 var Bool; variable
8 (function (Bool) { argument
9 Bool[Bool["false"] = 0] = "false";
10 })(Bool || (Bool = {}));
11 var x = Bool["false"];
/third_party/skia/third_party/externals/tint/src/ast/
Dbool.cc19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Bool);
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* Bool::Clone(CloneContext* ctx) const { in Clone()
36 return ctx->dst->create<Bool>(src); in Clone()
Dbool.h24 #ifdef Bool
25 #undef Bool
32 class Bool : public Castable<Bool, Type> {
37 Bool(ProgramID pid, const Source& src);
39 Bool(Bool&&);
40 ~Bool() override;
50 const Bool* Clone(CloneContext* ctx) const override;
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.h69 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 …]
/third_party/mesa3d/src/glx/apple/
Dappledri.h79 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 …]
Dappledri.c61 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/
DSkSLSetting.cpp84 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, atan2ImplementedAsAtanYOverX), in caps_lookup_table()
[all …]
/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.h34 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/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL…
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
173 …RIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
175 …xtAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
272 Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
[all …]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL…
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
173 …RIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
175 …xtAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
272 Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
[all …]
/third_party/openGLES/api/GL/
Dglxext.h102 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
103 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL…
120 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
121 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
154 …RIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
156 …xtAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
242 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
243 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
252 Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
253 Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
[all …]
/third_party/mesa3d/include/GL/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL…
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
173 …RIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
175 …xtAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *…
261 typedef Bool ( *PFNGLXDELETEASSOCIATEDCONTEXTAMDPROC) (GLXContext ctx);
262 typedef Bool ( *PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
271 Bool glXDeleteAssociatedContextAMD (GLXContext ctx);
272 Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx);
[all …]
Dglx.h186 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 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
298 typedef Bool (* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL…
359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dis_host_shareable_test.cc31 TEST_F(ResolverIsHostShareable, Bool) { in TEST_F() argument
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>(), 3))); in TEST_F()
[all …]
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DMutable.swift33 func mutate<T: Scalar>(value: T, o: Int32) -> Bool { in mutate<T: Scalar>()
46 public func mutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in mutate<T: Scalar>()
57 public func directMutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in directMutate<T: Scalar>()
68 public func mutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in mutate<T: Scalar>()
78 public func directMutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in directMutate<T: Scalar>()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp269 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(const Bool &rhs) in Bool() function in rr::Bool
289 Bool::Bool(const Reference<Bool> &rhs) in Bool() function in rr::Bool
294 RValue<Bool> Bool::operator=(RValue<Bool> rhs) in operator =()
299 RValue<Bool> Bool::operator=(const Bool &rhs) in operator =()
304 RValue<Bool> Bool::operator=(const Reference<Bool> &rhs) in operator =()
309 RValue<Bool> operator!(RValue<Bool> val) in operator !()
311 return RValue<Bool>(Nucleus::createNot(val.value())); in operator !()
[all …]

12345678910>>...21