Home
last modified time | relevance | path

Searched refs:staticProperty (Results 1 – 22 of 22) sorted by relevance

/dports/devel/kdev-php/kdev-php-21.12.3/duchain/
H A Dexpressionvisitor.cpp687 if (node->staticProperty && node->staticProperty->staticProperty) { in visitStaticMember()
688 if (node->staticProperty->staticProperty->variable) { in visitStaticMember()
696 } else if (node->staticProperty->staticProperty->expr) { in visitStaticMember()
702 visitExpr(node->staticProperty->staticProperty->expr); in visitStaticMember()
708 if (node->staticProperty && node->staticProperty->offsetItemsSequence) { in visitStaticMember()
721 if (context && node->staticProperty && node->staticProperty->staticProperty) { in visitClassNameReference()
722 if (node->staticProperty->staticProperty->variable) { in visitClassNameReference()
725 } else if (node->staticProperty->staticProperty->expr) { in visitClassNameReference()
727 visitExpr(node->staticProperty->staticProperty->expr); in visitClassNameReference()
764 if (it->element->staticProperty && it->element->staticProperty->staticProperty in visitClassNameReference()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java71 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
80 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
399 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
406 this.staticProperty = staticProperty; in IVPropertyNode()
416 assert staticProperty != null; in rewrite()
418 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
461 StaticIVProperty staticProperty = null; in registerPlugins()
467staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
472 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java73 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
82 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
401 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
408 this.staticProperty = staticProperty; in IVPropertyNode()
419 assert staticProperty != null; in rewrite()
421 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
464 StaticIVProperty staticProperty = null; in registerPlugins()
470staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
475 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java71 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
80 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
399 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
406 this.staticProperty = staticProperty; in IVPropertyNode()
416 assert staticProperty != null; in rewrite()
418 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
461 StaticIVProperty staticProperty = null; in registerPlugins()
467staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
472 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java73 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
82 …") IVProperty property, @SuppressWarnings("unused") StaticIVProperty staticProperty, @SuppressWarn… in get() argument
401 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
408 this.staticProperty = staticProperty; in IVPropertyNode()
419 assert staticProperty != null; in rewrite()
421 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
464 StaticIVProperty staticProperty = null; in registerPlugins()
470staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
475 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Attributes/
H A DDisplayName.cs31 …foreach (PropertyInfo staticProperty in resourceManagerProvider.GetProperties(BindingFlags.Static … in LookupResource()
33 if (staticProperty.PropertyType == typeof(System.Resources.ResourceManager)) in LookupResource()
35 ….ResourceManager resourceManager = (System.Resources.ResourceManager)staticProperty.GetValue(null,… in LookupResource()
H A DDisplayNameLocalized.cs26 …foreach (PropertyInfo staticProperty in resourceManagerProvider.GetProperties(BindingFlags.Static … in LookupResource()
28 if (staticProperty.PropertyType == typeof(System.Resources.ResourceManager)) in LookupResource()
30 ….ResourceManager resourceManager = (System.Resources.ResourceManager)staticProperty.GetValue(null,… in LookupResource()
/dports/devel/pecl-runkit7/runkit7-4.0.0a2/tests/
H A Drunkit_default_property_remove_inheritance.phpt16 private static $staticProperty = "s";
24 protected $staticProperty = "ss";
57 [staticProperty:protected] => ss
64 [staticProperty:protected] => ss
H A Drunkit_default_property_remove_inheritance_overriding_objects.phpt16 private static $staticProperty = "s";
24 protected $staticProperty = "ss";
52 [staticProperty:protected] => ss
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java76 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get() argument
86 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get() argument
549 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
554 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
557 this.staticProperty = staticProperty; in IVPropertyNode()
573 assert staticProperty != null; in rewrite()
575 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
619 StaticIVProperty staticProperty = null; in registerPlugins()
625staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
630 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java76 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get() argument
86 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get() argument
549 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
554 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
557 this.staticProperty = staticProperty; in IVPropertyNode()
573 assert staticProperty != null; in rewrite()
575 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
619 StaticIVProperty staticProperty = null; in registerPlugins()
625staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
630 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java74 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get() argument
84 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get() argument
547 private final StaticIVProperty staticProperty; field in CountedLoopTest.IVPropertyNode
552 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() argument
555 this.staticProperty = staticProperty; in IVPropertyNode()
571 assert staticProperty != null; in rewrite()
573 node = ConstantNode.forLong(staticProperty.get(inductionVariable), graph()); in rewrite()
617 StaticIVProperty staticProperty = null; in registerPlugins()
623staticProperty = getSnippetReflection().asObject(StaticIVProperty.class, arg2.asJavaConstant()); in registerPlugins()
628 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/babel-plugin-transform-class-properties/
H A DREADME.md18 static staticProperty = "babelIsCool";
20 return Bork.staticProperty;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/slim/slim/tests/
H A DRouteTest.php379 $staticProperty = new \ReflectionProperty('\Slim\Route', 'defaultConditions');
380 $staticProperty->setAccessible(true);
381 $staticProperty->setValue(array(
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DHibernateNamedQueriesBuilder.groovy223 def staticProperty = metaProperty.getProperty(domainClass)
224 if (staticProperty instanceof NamedCriteriaProxy) {
225 def nestedCriteria = staticProperty.criteriaClosure.clone()
/dports/devel/kdev-php/kdev-php-21.12.3/parser/
H A Dphp.g671 className=namespacedIdentifier staticProperty=staticProperty
799 className=className (staticProperty=staticProperty #properties=classProperty* | 0)
807 …PAAMAYIM_NEKUDOTAYIM staticProperty=compoundVariableWithSimpleIndirectReference #offsetItems=dimLi…
808 -> staticProperty ;;
810 (staticProperty=staticProperty | OBJECT_OPERATOR property=objectProperty)
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsproperty.cpp79 void staticProperty(); //test for QgsStaticProperty
351 void TestQgsProperty::staticProperty() in staticProperty() function in TestQgsProperty
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsproperty.cpp79 void staticProperty(); //test for QgsStaticProperty
350 void TestQgsProperty::staticProperty() in staticProperty() function in TestQgsProperty
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/handlebars/
H A Drelease-notes.md152 SomeClass.staticProperty = 'static'
154 var template = Handlebars.compile('{{constructor.staticProperty}}');
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/handlebars/
H A Drelease-notes.md486 SomeClass.staticProperty = 'static'
488 var template = Handlebars.compile('{{constructor.staticProperty}}');
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/handlebars/
H A Drelease-notes.md486 SomeClass.staticProperty = 'static'
488 var template = Handlebars.compile('{{constructor.staticProperty}}');
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/handlebars/
H A Drelease-notes.md486 SomeClass.staticProperty = 'static'
488 var template = Handlebars.compile('{{constructor.staticProperty}}');