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

  /external/proguard/examples/annotations/examples/
Bean.java 18 public int intProperty;
36 return intProperty;
40 public void setIntProperty(int intProperty)
42 this.intProperty = intProperty;
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Bean.java 18 public int intProperty;
36 return intProperty;
40 public void setIntProperty(int intProperty)
42 this.intProperty = intProperty;
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 59 Q_PROPERTY(int intProperty READ intProperty WRITE setIntProperty)
121 int intProperty() const {
777 QVariant ret = evalJSV("myObject.intProperty", type);
782 QCOMPARE(evalJS("myObject.intProperty === 123.0"), sTrue);
849 QCOMPARE(evalJS("myObject.intProperty == 456"), sTrue);
851 QCOMPARE(evalJS("myObject.intProperty == 789"), sTrue);
867 QCOMPARE(evalJS("myObject.intProperty = 123"), QLatin1String("123"));
868 QCOMPARE(evalJS("myObject.intProperty == 123"), sTrue);
869 QCOMPARE(m_myObject->intProperty(), 123)
    [all...]

Completed in 589 milliseconds