Home
last modified time | relevance | path

Searched refs:isExtended (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/
H A DFSOpDurations.java63 private boolean isExtended = false; field in FSOpDurations
67 public static FSOpDurations getInstance(boolean isExtended) { in getInstance() argument
68 INSTANCE.setExtended(isExtended); in getInstance()
82 private synchronized void setExtended(boolean isExtended) { in setExtended() argument
83 if (isExtended == INSTANCE.isExtended) in setExtended()
86 continuousSchedulingRun.setExtended(isExtended); in setExtended()
87 nodeUpdateCall.setExtended(isExtended); in setExtended()
88 updateThreadRun.setExtended(isExtended); in setExtended()
89 updateCall.setExtended(isExtended); in setExtended()
90 preemptCall.setExtended(isExtended); in setExtended()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DInternalCompletionContext.java48 protected boolean isExtended; field in InternalCompletionContext
60 this.isExtended = true; in setExtended()
72 this.isExtended = true; in setExtendedData()
124 …if (!this.isExtended) throw new UnsupportedOperationException("Operation only supported in extende… in getEnclosingElement()
174 …if (!this.isExtended) throw new UnsupportedOperationException("Operation only supported in extende… in getVisibleElements()
182 public boolean isExtended() { in isExtended() method in InternalCompletionContext
183 return this.isExtended; in isExtended()
210 …if (!this.isExtended) throw new UnsupportedOperationException("Operation only supported in extende… in getCompletionNode()
226 …if (!this.isExtended) throw new UnsupportedOperationException("Operation only supported in extende… in getCompletionNodeParent()
243 …if (!this.isExtended) throw new UnsupportedOperationException("Operation only supported in extende… in getVisibleLocalVariables()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DTGValueTypes.cpp68 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint()
74 assert(isExtended() && "Type is not extended!"); in isExtendedInteger()
79 assert(isExtended() && "Type is not extended!"); in isExtendedVector()
84 assert(isExtended() && "Type is not extended!"); in isExtended64BitVector()
89 assert(isExtended() && "Type is not extended!"); in isExtended128BitVector()
104 assert(isExtended() && "Type is not extended!"); in getExtendedSizeInBits()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DValueTypes.cpp25 assert(VT.isExtended() && "Type is not extended!"); in getExtendedIntegerVT()
33 assert(ResultVT.isExtended() && "Type is not extended!"); in getExtendedVectorVT()
38 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint()
43 assert(isExtended() && "Type is not extended!"); in isExtendedInteger()
48 assert(isExtended() && "Type is not extended!"); in isExtendedVector()
69 assert(isExtended() && "Type is not extended!"); in getExtendedVectorElementType()
74 assert(isExtended() && "Type is not extended!"); in getExtendedVectorNumElements()
79 assert(isExtended() && "Type is not extended!"); in getExtendedSizeInBits()
144 assert(isExtended() && "Type is not extended!"); in getTypeForEVT()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/screen_enumeration/
H A DisExtended.tentative.https.window.js.ini1 [isExtended.tentative.https.window.html]
2 [screen.isExtended is present]
5 [screen.isExtended is present for attached iframes]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/screen-details/
H A DisExtended.tentative.https.window.js.ini1 [isExtended.tentative.https.window.html]
2 [screen.isExtended is present]
5 [screen.isExtended is present for attached iframes]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/screen_enumeration/
H A DisExtended.tentative.https.window.js.ini1 [isExtended.tentative.https.window.html]
2 [screen.isExtended is present]
5 [screen.isExtended is present for attached iframes]
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/tar/
H A Dgnuext.h86 char isExtended; member
102 char isExtended; member
124 char isExtended; member
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/
H A DSparkSqlParserSuite.scala84 DescribeFunctionCommand(FunctionIdentifier("bar", database = None), isExtended = false))
86 DescribeFunctionCommand(FunctionIdentifier("bar", database = None), isExtended = true))
89 FunctionIdentifier("bar", database = Some("foo")), isExtended = false))
91 DescribeFunctionCommand(FunctionIdentifier("bar", database = Some("f")), isExtended = true))
212 TableIdentifier("t"), Map.empty, isExtended = false, isFormatted = false))
215 TableIdentifier("t"), Map.empty, isExtended = true, isFormatted = false))
218 TableIdentifier("t"), Map.empty, isExtended = false, isFormatted = true))
/dports/devel/libzim/libzim-6.3.2/src/writer/
H A Dcluster.cpp44 isExtended(false), in Cluster()
101 if (isExtended) { in size()
123 if (isExtended) { in write_content()
181 if (isExtended) { in write()
239 isExtended |= (size>UINT32_MAX); in addArticle()
255 isExtended |= (size.v>UINT32_MAX); in addData()
/dports/sysutils/plasma5-discover/discover-5.23.5/discover/qml/
H A DAddonsView.qml15 readonly property bool containsAddons: listview.count > 0 || isExtended
16 readonly property bool isExtended: ResourcesModel.isExtended(application.appstreamId)
56 visible: application.appstreamId.length>0 && addonsView.isExtended
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr92152.C25 if (!isExtended()) return blocks.any(); in any()
29 auto const b = !isExtended() ? &blocks : extended.blocks; in removePhys()
34 bool isExtended() const { in isExtended() function
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DValueTypes.cpp31 assert(VT.isExtended() && "Type is not extended!"); in getExtendedIntegerVT()
39 assert(ResultVT.isExtended() && "Type is not extended!"); in getExtendedVectorVT()
44 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint()
49 assert(isExtended() && "Type is not extended!"); in isExtendedInteger()
54 assert(isExtended() && "Type is not extended!"); in isExtendedScalarInteger()
59 assert(isExtended() && "Type is not extended!"); in isExtendedVector()
96 assert(isExtended() && "Type is not extended!"); in getExtendedVectorElementType()
101 assert(isExtended() && "Type is not extended!"); in getExtendedVectorNumElements()
106 assert(isExtended() && "Type is not extended!"); in getExtendedSizeInBits()
205 assert(isExtended() && "Type is not extended!"); in getTypeForEVT()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DValueTypes.cpp31 assert(VT.isExtended() && "Type is not extended!"); in getExtendedIntegerVT()
39 assert(ResultVT.isExtended() && "Type is not extended!"); in getExtendedVectorVT()
44 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint()
49 assert(isExtended() && "Type is not extended!"); in isExtendedInteger()
54 assert(isExtended() && "Type is not extended!"); in isExtendedScalarInteger()
59 assert(isExtended() && "Type is not extended!"); in isExtendedVector()
96 assert(isExtended() && "Type is not extended!"); in getExtendedVectorElementType()
101 assert(isExtended() && "Type is not extended!"); in getExtendedVectorNumElements()
106 assert(isExtended() && "Type is not extended!"); in getExtendedSizeInBits()
205 assert(isExtended() && "Type is not extended!"); in getTypeForEVT()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Duiaction.cpp87 bool isExtended; in DoKey() local
88 DWORD vkkeycode = wxMSWKeyboard::WXToVK(keycode, &isExtended); in DoKey()
91 if ( isExtended ) in DoKey()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Duiaction.cpp87 bool isExtended; in DoKey() local
88 DWORD vkkeycode = wxMSWKeyboard::WXToVK(keycode, &isExtended); in DoKey()
91 if ( isExtended ) in DoKey()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Tar/
H A DTarIn.cpp270 Byte isExtended = buf[482]; in GetNextItemReal() local
271 if (isExtended != 0 && isExtended != 1) in GetNextItemReal()
280 if (isExtended != 0) in GetNextItemReal()
299 while (isExtended != 0) in GetNextItemReal()
310 isExtended = buf[21 * 24]; in GetNextItemReal()
311 if (isExtended != 0 && isExtended != 1) in GetNextItemReal()
318 if (isExtended != 0) in GetNextItemReal()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Tar/
H A DTarIn.cpp280 Byte isExtended = (Byte)buf[482]; in GetNextItemReal() local
281 if (isExtended != 0 && isExtended != 1) in GetNextItemReal()
290 if (isExtended != 0) in GetNextItemReal()
309 while (isExtended != 0) in GetNextItemReal()
320 isExtended = (Byte)buf[21 * 24]; in GetNextItemReal()
321 if (isExtended != 0 && isExtended != 1) in GetNextItemReal()
328 if (isExtended != 0) in GetNextItemReal()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DValueTypes.cpp18 assert(isExtended() && "Type is not extended!"); in changeExtendedTypeToInteger()
24 assert(isExtended() && "Type is not extended!"); in changeExtendedVectorElementTypeToInteger()
31 assert(isExtended() && "Type is not extended!"); in changeExtendedVectorElementType()
60 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint()
65 assert(isExtended() && "Type is not extended!"); in isExtendedInteger()
70 assert(isExtended() && "Type is not extended!"); in isExtendedScalarInteger()
75 assert(isExtended() && "Type is not extended!"); in isExtendedVector()
120 assert(isExtended() && "Type is not extended!"); in getExtendedVectorElementType()
125 assert(isExtended() && "Type is not extended!"); in getExtendedVectorNumElements()
137 assert(isExtended() && "Type is not extended!"); in getExtendedVectorElementCount()
[all …]

12345678910>>...31