Home
last modified time | relevance | path

Searched refs:theFlags (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DObjId.h48 bool repeat() const { return (theFlags & flgRepeat) != 0; } in repeat()
49 bool hot() const { return (theFlags & flgHot) != 0; } in hot()
53 bool ims200() const { return (theFlags & flgIms200) != 0; } in ims200()
54 bool ims304() const { return (theFlags & flgIms304) != 0; } in ims304()
56 bool reload() const { return (theFlags & flgReload) != 0; } in reload()
57 bool range() const { return (theFlags & (flgRange)) != 0; } in range()
63 bool get() const { return (theFlags & flgMethodGet) != 0; } in get()
70 bool hit() const { return (theFlags & flgHit) != 0; } in hit()
158 unsigned theFlags; variable
193 theFlags |= flag; in setFlag()
[all …]
H A DpolyOpts.cc55 memset(theFlags, 0, sizeof(theFlags)); in DumpFlagsOpt()
60 theFlags[i] = dumpAny; in setAll()
104 theFlags[type] |= part; in setFlag()
105 theFlags[0] |= part; in setFlag()
109 if (theFlags[type] == dumpHdr) in dumpPartStr()
117 if (!theFlags[0]) { in report()
122 if (theFlags[dumpReq]) in report()
124 if (theFlags[dumpRep]) in report()
126 if (theFlags[dumpErr]) in report()
128 if (theFlags[dumpSum]) in report()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_FrameStats.cxx278 && (theFlags & Graphic3d_RenderingParams::PerfCounters_CPU) != 0) in FormatStats()
294 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_CPU) != 0) in FormatStats()
304 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_Layers) != 0) in FormatStats()
338 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_Groups) != 0 in FormatStats()
341 || (theFlags & Graphic3d_RenderingParams::PerfCounters_Lines) != 0 in FormatStats()
342 || (theFlags & Graphic3d_RenderingParams::PerfCounters_Points) != 0 in FormatStats()
357 && (theFlags & Graphic3d_RenderingParams::PerfCounters_Layers) != 0) in FormatStats()
370 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_Groups) != 0) in FormatStats()
400 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_Lines) != 0) in FormatStats()
471 if ((theFlags & Graphic3d_RenderingParams::PerfCounters_CPU) != 0) in FormatStats()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kustomize/v4/commands/build/
H A Dflagsforfunctions.go12 &theFlags.fnOptions.Network, "network", false,
15 &theFlags.fnOptions.NetworkName, "network-name", "bridge",
18 &theFlags.fnOptions.Mounts, "mount", []string{},
21 &theFlags.fnOptions.Env, "env", "e", []string{},
24 &theFlags.fnOptions.AsCurrentUser, "as-current-user", false,
30 &theFlags.fnOptions.EnableExec, "enable-exec", false,
34 &theFlags.fnOptions.EnableStar, "enable-star", false,
H A Dbuild.go21 var theFlags struct { var
84 if theFlags.outputPath != "" && fSys.IsDir(theFlags.outputPath) {
87 theFlags.outputPath, m)
93 if theFlags.outputPath != "" {
95 return fSys.WriteFile(theFlags.outputPath, yml)
134 if theFlags.enable.plugins {
136 c.FnpLoadingOptions = theFlags.fnOptions
139 kOpts.PluginConfig.HelmConfig.Enabled = theFlags.enable.helm
141 kOpts.PluginConfig.HelmConfig.Command = theFlags.helmCommand
H A Dreorderoutput.go25 &theFlags.reorderOutput, flagReorderOutputName,
34 switch theFlags.reorderOutput {
40 flagReorderOutputName, theFlags.reorderOutput,
46 switch theFlags.reorderOutput {
H A Dflagloadrestrictor.go17 &theFlags.loadRestrictor,
27 switch theFlags.loadRestrictor {
34 flagLoadRestrictorName, theFlags.loadRestrictor,
41 switch theFlags.loadRestrictor {
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XMLSupport/
H A DXalanHTMLElementsProperties.hpp90 is(FlagsType theFlags) const in is()
92 return m_flags & theFlags ? true : false; in is()
113 AttributeFlagsType theFlags) const;
124 is(FlagsType theFlags) const in is()
126 return m_flags & theFlags ? true : false; in is()
199 is(FlagsType theFlags) const in is()
201 return m_properties->is(theFlags); in is()
216 AttributeFlagsType theFlags) const in isAttribute()
218 return m_properties->isAttribute(theAttributeName, theFlags); in isAttribute()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DOCC_BaseView.cpp223 void OCC_BaseView::OnMouseMove (UINT theFlags, CPoint thePoint) in OnMouseMove() argument
232 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnMouseMove()
243 void OCC_BaseView::OnLButtonDown (UINT theFlags, CPoint thePoint) in OnLButtonDown() argument
245 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnLButtonDown()
254 void OCC_BaseView::OnLButtonUp (UINT theFlags, CPoint thePoint) in OnLButtonUp() argument
256 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnLButtonUp()
274 void OCC_BaseView::OnMButtonDown (UINT theFlags, CPoint thePoint) in OnMButtonDown() argument
276 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnMButtonDown()
285 void OCC_BaseView::OnMButtonUp (UINT theFlags, CPoint thePoint) in OnMButtonUp() argument
300 void OCC_BaseView::OnRButtonDown (UINT theFlags, CPoint thePoint) in OnRButtonDown() argument
[all …]
H A DOCC_BaseView.h104 afx_msg BOOL OnMouseWheel (UINT theFlags, short theDelta, CPoint thePoint);
105 afx_msg void OnMouseMove (UINT theFlags, CPoint thePoint);
107 afx_msg void OnLButtonDown (UINT theFlags, CPoint thePoint);
108 afx_msg void OnLButtonUp (UINT theFlags, CPoint thePoint);
109 afx_msg void OnMButtonDown (UINT theFlags, CPoint thePoint);
110 afx_msg void OnMButtonUp (UINT theFlags, CPoint thePoint);
111 afx_msg void OnRButtonDown (UINT theFlags, CPoint thePoint);
112 afx_msg void OnRButtonUp (UINT theFlags, CPoint thePoint);
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DRegEx.cc22 if (isCompiled && (theFlags & kdReMatch)) in ~RegEx()
29 theFlags = flags; in configure()
45 theFlags |= kdStrCmp; in confStrCmp()
49 theFlags |= kdStrStr; in confStrStr()
53 theFlags |= kdReMatch; in confReMatch()
61 if (theFlags & reIgnoreCase) in confReMatch()
66 if (theFlags & reExact) { in confReMatch()
105 if (theFlags & kdStrCmp) { in match()
108 if (theFlags & kdStrStr) { in match()
129 if (theFlags & reIgnoreCase) in strCmp()
[all …]
H A DRegEx.h43 bool exactMatching() const { return theFlags & reExact; } in exactMatching()
44 bool ignoringCase() const { return theFlags & reIgnoreCase; } in ignoringCase()
45 int flags() const { return theFlags; } in flags()
67 int theFlags; variable
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Interactive/
H A DIRTriBuffer.c205 Q3_ASSERT(theVertices[0].theFlags == theVertices[1].theFlags); in IRTriBuffer_AddTriangle()
206 Q3_ASSERT(theVertices[0].theFlags == theVertices[2].theFlags); in IRTriBuffer_AddTriangle()
207 Q3_ASSERT(E3Bit_IsNotSet(theVertices[0].theFlags, kQ3FVertexHaveTransparency)); in IRTriBuffer_AddTriangle()
208 Q3_ASSERT(E3Bit_IsNotSet(theVertices[1].theFlags, kQ3FVertexHaveTransparency)); in IRTriBuffer_AddTriangle()
209 Q3_ASSERT(E3Bit_IsNotSet(theVertices[2].theFlags, kQ3FVertexHaveTransparency)); in IRTriBuffer_AddTriangle()
214 if (theVertices[0].theFlags != instanceData->triBufferFlags) in IRTriBuffer_AddTriangle()
217 instanceData->triBufferFlags = theVertices[0].theFlags; in IRTriBuffer_AddTriangle()
H A DIRGeometry.c325 dstVertex->theFlags = kQ3FVertexFlagNone; in IRGeometry_Generate_Vertex_State()
330 dstVertex->theFlags |= kQ3FVertexHaveNormal; in IRGeometry_Generate_Vertex_State()
339 dstVertex->theFlags |= kQ3FVertexHaveUV; in IRGeometry_Generate_Vertex_State()
345 dstVertex->theFlags |= kQ3FVertexHaveDiffuse; in IRGeometry_Generate_Vertex_State()
369 TQ3TriFlags *theFlags) in IRGeometry_Generate_Triangle_Flags() argument
385 theFlags[n] = kQ3TriFlagVisible; in IRGeometry_Generate_Triangle_Flags()
460 theFlags[n] = kQ3TriFlagCulled; in IRGeometry_Generate_Triangle_Flags()
462 theFlags[n] = kQ3TriFlagVisible; in IRGeometry_Generate_Triangle_Flags()
757 vertexFlags |= theVertices[n].theFlags; in IRGeometry_Submit_Triangle()
819 vertexFlags |= theVertices[n].theFlags; in IRGeometry_Submit_Line()
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dbigcommandbutton.qc3 …mmandButton_T(string theText, vector theColor, string theCommand, float theFlags, string theToolti…
7 me.configureXonoticBigCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
10 …ity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, float theFlags)
12 return makeXonoticBigCommandButton_T(theText, theColor, theCommand, theFlags, string_null);
15 …on(entity me, string theText, vector theColor, string theCommand, float theFlags, string theToolti…
17 me.configureXonoticCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
H A Dcommandbutton.qc3 …mmandButton_T(string theText, vector theColor, string theCommand, float theFlags, string theToolti…
7 me.configureXonoticCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
10 entity makeXonoticCommandButton(string theText, vector theColor, string theCommand, float theFlags)
12 return makeXonoticCommandButton_T(theText, theColor, theCommand, theFlags, string_null);
26 …on(entity me, string theText, vector theColor, string theCommand, float theFlags, string theToolti…
30 me.flags = theFlags;
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_items.h351 uint32_t theFlags; variable
365 theFlags = (uint32_t)k; in XmlNode()
537 uint32_t getFlags() const { return theFlags; } in getFlags()
539 void setFlags(uint32_t flags) { theFlags = flags; } in setFlags()
543 void setHaveReference() { theFlags |= HaveReference; } in setHaveReference()
1038 void setHaveType() { theFlags |= HaveType; } in setHaveType()
1039 void resetHaveType() { theFlags &= ~HaveType; } in resetHaveType()
1044 void resetRecursive() { theFlags &= ~IsRecursive; } in resetRecursive()
1048 theFlags |= IsRecursive; in setRecursive()
1054 return (theFlags & HaveLocalBindings) != 0; in haveLocalBindings()
[all …]
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWIMAPFolder.m81 flags: theFlags
96 if (theFlags)
108 if (theFlags)
314 - (void) setFlags: (CWFlags *) theFlags
341 [[aMessage flags] replaceWithFlags: theFlags];
361 if (theFlags->flags == 0)
429 if ([theFlags contain: PantomimeAnswered])
434 if ([theFlags contain: PantomimeDraft] )
439 if ([theFlags contain: PantomimeFlagged])
444 if ([theFlags contain: PantomimeSeen])
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/09_Animation/src/
H A DAnimationView3D.cpp354 void CAnimationView3D::OnLButtonDown(UINT theFlags, CPoint thePoint) in OnLButtonDown() argument
356 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnLButtonDown()
363 void CAnimationView3D::OnLButtonUp(UINT theFlags, CPoint thePoint) in OnLButtonUp() argument
365 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnLButtonUp()
380 void CAnimationView3D::OnMButtonDown(UINT theFlags, CPoint thePoint) in OnMButtonDown() argument
382 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnMButtonDown()
387 void CAnimationView3D::OnMButtonUp(UINT theFlags, CPoint thePoint) in OnMButtonUp() argument
389 const Aspect_VKeyFlags aFlags = WNT_Window::MouseKeyFlagsFromEvent (theFlags); in OnMButtonUp()
398 void CAnimationView3D::OnRButtonDown(UINT theFlags, CPoint thePoint) in OnRButtonDown() argument
406 void CAnimationView3D::OnRButtonUp(UINT theFlags, CPoint thePoint) in OnRButtonUp() argument
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimDirectoryData.cpp91 if (theFlags & ossimDirectory::OSSIM_DIR_DOTDOT) in read()
97 (theFlags & ossimDirectory::OSSIM_DIR_DIRS)) in read()
102 (theFlags & ossimDirectory::OSSIM_DIR_FILES)) in read()
139 theFlags = flags; in setFlags()
144 return theFlags; in getFlags()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAspect_ScrollDelta.hxx49 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
50 : Point (thePnt), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
54 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
55 : Point (-1, -1), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
/dports/cad/opencascade/opencascade-7.6.0/src/Aspect/
H A DAspect_ScrollDelta.hxx49 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
50 : Point (thePnt), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
54 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
55 : Point (-1, -1), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAspect_ScrollDelta.hxx49 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
50 : Point (thePnt), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
54 Aspect_VKeyFlags theFlags = Aspect_VKeyFlags_NONE) in Aspect_ScrollDelta()
55 : Point (-1, -1), Delta (theValue), Flags (theFlags) {} in Aspect_ScrollDelta()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFDistributedNotification.cpp91 CFOptionFlags theFlags = kCFNotificationDeliverImmediately; in PostNotification() local
94 theFlags += kCFNotificationPostToAllSessions; in PostNotification()
103 CFOptionFlags theFlags = 0; in PostNotification()
106 CFNotificationCenterPostNotificationWithOptions(theCenter, inName, NULL, theUserInfo, theFlags); in PostNotification()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrenderdynamicobjectsystem.cpp421 QSSGShaderCacheProgramFlags theFlags; in compileShader() local
437 theFlags |= ShaderCacheProgramFlagValues::GeometryShaderEnabled; in compileShader()
444 theFlags |= ShaderCacheProgramFlagValues::GeometryShaderEnabled; in compileShader()
504 dynamic::QSSGDynamicShaderProgramFlags theFlags(inFlags); in getShaderProgram() local
511 theFlags |= ShaderCacheProgramFlagValues::GeometryShaderEnabled; in getShaderProgram()
523 theInserter.value() = TShaderAndFlags(theProgram, theFlags); in getShaderProgram()
534 dynamic::QSSGDynamicShaderProgramFlags theFlags; in getDepthPrepassShader() local
541 theFlags.tessMode, in getDepthPrepassShader()
542 theFlags.wireframeMode); in getDepthPrepassShader()
550theFlags), in getDepthPrepassShader()
[all …]

1234567