Home
last modified time | relevance | path

Searched refs:isStateful (Results 1 – 25 of 110) sorted by relevance

12345

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java132 boolean isStateful = false; field in CoderTest.Parser
145 public boolean isStateful() { in isStateful() method in CoderTest.Parser
146 return isStateful; in isStateful()
152 return isStateful = true; in isDirective()
449 shiftHackDBCS = p.isStateful(); in loadTests()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java132 boolean isStateful = false; field in CoderTest.Parser
145 public boolean isStateful() { in isStateful() method in CoderTest.Parser
146 return isStateful; in isStateful()
152 return isStateful = true; in isDirective()
449 shiftHackDBCS = p.isStateful(); in loadTests()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java132 boolean isStateful = false; field in CoderTest.Parser
145 public boolean isStateful() { in isStateful() method in CoderTest.Parser
146 return isStateful; in isStateful()
152 return isStateful = true; in isDirective()
449 shiftHackDBCS = p.isStateful(); in loadTests()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java132 boolean isStateful = false;
145 public boolean isStateful() {
146 return isStateful; in widget()
152 return isStateful = true; in setProperty()
449 shiftHackDBCS = p.isStateful();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java132 boolean isStateful = false; field in CoderTest.Parser
145 public boolean isStateful() { in isStateful() method in CoderTest.Parser
146 return isStateful; in isStateful()
152 return isStateful = true; in isDirective()
449 shiftHackDBCS = p.isStateful(); in loadTests()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/drawable/
H A DDrawableWrapper.java110 public boolean isStateful() { in isStateful() method in DrawableWrapper
111 return mWrapped.isStateful(); in isStateful()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/api/
H A DStateful.java57 default boolean isStateful() { in isStateful() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/widget/
H A DChromeImageButton.java36 if (drawable != null && drawable.isStateful() in drawableStateChanged()
H A DChromeImageView.java36 if (drawable != null && drawable.isStateful() in drawableStateChanged()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DElementVariableFast.java149 @Override public boolean isStateful() { in isStateful() method in ElementVariableFast
163 if (!isStateful()) { in impose()
H A DElementIntegerFast.java286 @Override public boolean isStateful() { in isStateful() method in ElementIntegerFast
294 if (!isStateful()) { in impose()
H A DElementInteger.java329 @Override public boolean isStateful() { in isStateful() method in ElementInteger
342 if (!isStateful()) { in impose()
H A DConstraint.java202 if (c.isStateful()) { in impose()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/set/constraints/
H A DElementSetVariable.java150 @Override public boolean isStateful() { in isStateful() method in ElementSetVariable
164 if (!isStateful()) { in impose()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/floats/constraints/
H A DElementFloatVariable.java152 @Override public boolean isStateful() { in isStateful() method in ElementFloatVariable
166 if (!isStateful()) { in impose()
H A DElementFloat.java265 @Override public boolean isStateful() { in isStateful() method in ElementFloat
273 if (!isStateful()) { in impose()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java500 boolean isStateful = isStateful(classElement); in isLegalImplementation()
507 if (modifiers.contains(Modifier.FINAL) && !isStateful) { in isLegalImplementation()
511 if (modifiers.contains(Modifier.ABSTRACT) && !isStateful) { in isLegalImplementation()
523 if (!hasDefaultConstructor && !isStateful) { in isLegalImplementation()
546 private boolean isStateful(TypeElement classElement) { in isStateful() method in WebServiceVisitor
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java500 boolean isStateful = isStateful(classElement); in isLegalImplementation()
507 if (modifiers.contains(Modifier.FINAL) && !isStateful) { in isLegalImplementation()
511 if (modifiers.contains(Modifier.ABSTRACT) && !isStateful) { in isLegalImplementation()
523 if (!hasDefaultConstructor && !isStateful) { in isLegalImplementation()
546 private boolean isStateful(TypeElement classElement) { in isStateful() method in WebServiceVisitor
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/
H A Dqmlprofilermodelmanager.cpp172 static bool isStateful(const QmlEventType &type) in isStateful() function
401 } else if (isStateful(type)) { in rangeFilter()
429 } else if (isStateful(type)) { in rangeFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DTintedDrawable.java45 public boolean isStateful() { in isStateful() method in TintedDrawable
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DResizablePathDrawable.java52 public boolean isStateful() {
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DResizablePathDrawable.java52 public boolean isStateful() { in isStateful() method in ResizablePathDrawable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DTintedDrawable.java46 public boolean isStateful() { in isStateful() method in TintedDrawable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/async_image/
H A DForegroundDrawableCompat.java118 if (mDrawable.isStateful()) mDrawable.setState(mView.getDrawableState()); in setDrawable()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@react-navigation/native/lib/commonjs/
H A DcreateAppContainer.js.map1isStateful","props","navigation","validateProps","persistenceKey","console","warn","screenProps","…

12345