HomeSort by relevance Sort by last modified time
    Searched refs:stringProperty (Results 1 - 3 of 3) sorted by null

  /external/proguard/examples/annotations/examples/
Bean.java 19 public String stringProperty;
48 return stringProperty;
52 public void setStringProperty(String stringProperty)
54 this.stringProperty = stringProperty;
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Bean.java 19 public String stringProperty;
48 return stringProperty;
52 public void setStringProperty(String stringProperty)
54 this.stringProperty = stringProperty;
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 63 Q_PROPERTY(QString stringProperty READ stringProperty WRITE setStringProperty)
149 QString stringProperty() const {
795 QVariant ret = evalJSV("myObject.stringProperty", type);
800 QCOMPARE(evalJS("myObject.stringProperty === 'bar'"), sTrue);
862 QCOMPARE(evalJS("myObject.stringProperty === 'baz'"), sTrue);
864 QCOMPARE(evalJS("myObject.stringProperty === 'zab'"), sTrue);
877 QCOMPARE(evalJS("myObject.stringProperty = 'ciao'"), QLatin1String("ciao"));
878 QCOMPARE(evalJS("myObject.stringProperty"), QLatin1String("ciao"));
879 QCOMPARE(m_myObject->stringProperty(), QLatin1String("ciao"))
    [all...]

Completed in 110 milliseconds