Lines Matching refs:name

428             String name = property.Name;  in checkXFastPropertySet()  local
430 System.out.println("Test property with name: " + name); in checkXFastPropertySet()
432 if (name.endsWith("_writable")) in checkXFastPropertySet()
436 else if (name.endsWith("_user")) in checkXFastPropertySet()
440 else if (name.endsWith("_internal")) in checkXFastPropertySet()
449 System.out.print(" Test of property " + name + " finished"); in checkXFastPropertySet()
469 String name = property.Name; in checkStringListProperty() local
488 ….println(" Internal error, type wrong. PathSetting property with name:" + name + " should be an ar… in checkStringListProperty()
529 …t.println(" FAIL: setFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e.getMessa… in checkStringListProperty()
539 System.out.println(" FAIL: Did not change value on property " + name + "."); in checkStringListProperty()
558 if (!name.endsWith("_internal")) in checkStringListProperty()
574 … System.out.println(" FAIL: Can't change value back to original on property " + name); in checkStringListProperty()
580 …System.out.println(" FAIL: getFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e… in checkStringListProperty()
590 String name = property.Name; in checkStringProperty() local
622 System.out.println(" FAIL: Did not change value on property " + name + "."); in checkStringProperty()
640 …System.out.println(" FAIL: Value did change on property " + name + " though it should not have."); in checkStringProperty()
664 … System.out.println(" FAIL: Can't change value back to original on property " + name); in checkStringProperty()
678 System.out.println(" OK: Change value back to original on property " + name); in checkStringProperty()
683 …System.out.println(" FAIL: getFastPropertyValue(handle:=" + handle + ", name:='" + name + "')" + e… in checkStringProperty()