/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.2.1-1.js | 79 PROPERTY[p++] = new Property( "this", "NaN", "number" ); 80 PROPERTY[p++] = new Property( "this", "Infinity", "number" ); 81 PROPERTY[p++] = new Property( "this", "eval", "function" ); 82 PROPERTY[p++] = new Property( "this", "parseInt", "function" ); 83 PROPERTY[p++] = new Property( "this", "parseFloat", "function" ); 84 PROPERTY[p++] = new Property( "this", "escape", "function" ); 85 PROPERTY[p++] = new Property( "this", "unescape", "function" ); 86 PROPERTY[p++] = new Property( "this", "isNaN", "function" ); 87 PROPERTY[p++] = new Property( "this", "isFinite", "function" ); 88 PROPERTY[p++] = new Property( "this", "Object", "function" ); [all …]
|
D | 11.2.1-5.js | 79 PROPERTY[p++] = new Property( new String("hi"), "hi", "hi", NaN ); 80 PROPERTY[p++] = new Property( new Number(NaN), NaN, "NaN", NaN ); 81 PROPERTY[p++] = new Property( new Number(3), 3, "3", 3 ); 82 PROPERTY[p++] = new Property( new Boolean(true), true, "true", 1 ); 83 PROPERTY[p++] = new Property( new Boolean(false), false, "false", 0 ); 119 function Property( object, value, string, number ) { class
|
D | 11.2.1-2.js | 79 PROPERTY[p++] = new Property( "\"hi\"", "hi", "hi", NaN ); 80 PROPERTY[p++] = new Property( NaN, NaN, "NaN", NaN ); 82 PROPERTY[p++] = new Property( true, true, "true", 1 ); 83 PROPERTY[p++] = new Property( false, false, "false", 0 ); 119 function Property( object, value, string, number ) { class
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
D | PropertyListIntersector.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 38 public void intersect(Property[] properties) { in intersect() 42 Property property = properties[i]; in intersect() 58 public Property[] getProperties() { in getProperties() 59 List<Property> properties = Lists.newArrayList(); in getProperties() 61 Property compositeProperty = propertyGroup.getCompositeProperty(); in getProperties() 67 return properties.toArray(new Property[properties.size()]); in getProperties() 79 private final List<Property> m_properties = Lists.newArrayList(); 86 public PropertyGroup(Property property) { in PropertyGroup() 98 public boolean add(Property[] properties) { in add() [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
D | ComplexProperty.java | 31 public class ComplexProperty extends Property { 36 private Property[] m_properties; 44 this(title, text, new Property[0]); in ComplexProperty() 47 public ComplexProperty(String title, String text, Property[] properties) { in ComplexProperty() 91 public Property[] getProperties() { in getProperties() 98 public void setProperties(Property[] properties) { in setProperties() 105 public void setProperties(List<Property> properties) { in setProperties() 106 Property[] propertiesArray = properties.toArray(new Property[properties.size()]); in setProperties() 151 protected String getText(Property property) throws Exception { in getAdapter() 174 public Property[] getProperties(Property property) throws Exception { [all …]
|
D | Property.java | 27 public abstract class Property { class 50 public Property(PropertyEditor editor) { in Property() method in Property 131 public Property getComposite(Property[] properties) { in getComposite() 212 public static final Comparator<Property> ALPHABETICAL = new Comparator<Property>() { 214 public int compare(Property p1, Property p2) { 220 public static final Comparator<Property> PRIORITY = new Comparator<Property>() { 222 public int compare(Property p1, Property p2) {
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | SyntaxChecker.h | 83 struct Property { struct 84 ALWAYS_INLINE Property(void* = 0) 88 ALWAYS_INLINE Property(const Identifier* ident, PropertyNode::Type ty) in Property() argument 93 ALWAYS_INLINE Property(PropertyNode::Type ty) in Property() argument 154 …template <bool complete> Property createProperty(const Identifier* name, int, PropertyNode::Type t… in createProperty() 158 return Property(type); in createProperty() 159 return Property(name, type); in createProperty() 161 …template <bool complete> Property createProperty(JSGlobalData* globalData, double name, int, Prope… in createProperty() 164 return Property(type); in createProperty() 165 …return Property(&globalData->parser->arena().identifierArena().makeNumericIdentifier(globalData, n… in createProperty() [all …]
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | CoverageOptionsFactory.java | 15 import com.vladium.util.Property; 29 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create() 33 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create() 37 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create() 46 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create() 50 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create() 54 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | AbstractListPropertyEditor.java | 14 import org.eclipse.wb.internal.core.model.property.Property; 35 public String getText(Property property) throws Exception { in getText() 38 if (value != Property.UNKNOWN_VALUE) { in getText() 60 if (value != Property.UNKNOWN_VALUE) { in getValueSource() 87 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 94 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx() 127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) in toPropertyEx_simpleProperty()
|
D | EnumerationValuesPropertyEditor.java | 16 import org.eclipse.wb.internal.core.model.property.Property; 59 public String getText(Property property) throws Exception { in getText() 62 if (value != Property.UNKNOWN_VALUE) { in getText() 80 if (value != Property.UNKNOWN_VALUE) { in getValueSource() 107 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 114 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | AbstractComboBoxPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 50 final Property property, in activate() 91 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) { in handleKeyPressed() 102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 112 private void toProperty(PropertyTable propertyTable, Property property) { in toProperty() 126 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown() 144 protected abstract void addItems(Property property, CComboBox combo) throws Exception; in addItems() 149 protected void selectItem(Property property, CComboBox combo) throws Exception { in selectItem() 155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception; in toPropertyEx()
|
D | PropertyEditor.java | 20 import org.eclipse.wb.internal.core.model.property.Property; 46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) in paint() 69 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate() 90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 99 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() 105 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown()
|
D | AbstractComboPropertyEditor.java | 14 import org.eclipse.wb.internal.core.model.property.Property; 45 …public boolean activate(final PropertyTable propertyTable, final Property property, Point location) in activate() 78 property.setValue(Property.UNKNOWN_VALUE); in activate() 114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception; in addItems() 134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception; in selectItem() 139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index) in toPropertyEx() 145 private void toProperty(PropertyTable propertyTable, Property property, int index) { in toProperty()
|
D | StringComboPropertyEditor.java | 14 import org.eclipse.wb.internal.core.model.property.Property; 40 protected String getText(Property property) throws Exception { in getText() 50 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 57 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | CharacterPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 65 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | ShortPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 66 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | LongPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 66 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | FloatPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 66 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | IntegerPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 66 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | IntegerObjectPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 69 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
D | LongObjectPropertyEditor.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 69 property.setValue(Property.UNKNOWN_VALUE); in setEditorText()
|
/external/clang/test/SemaObjC/ |
D | property-and-class-extension.m | 16 int Property; // expected-note {{previously declared 'Property' here}} 24 @property int Property; property 34 @synthesize Property; // expected-error {{property 'Property' attempting to use instance variable '…
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 21 import org.eclipse.wb.internal.core.model.property.Property; 53 public final void hide(PropertyTable propertyTable, Property property) { in hide() 62 Property property, in show() 82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() 97 private Control createControl(final PropertyTable propertyTable, final Property property) { in createControl() 140 protected Control createControlImpl(final PropertyTable propertyTable, final Property property) { in createControlImpl() 210 private final Map<Pair<PropertyTable, Property>, Control> m_map = Maps.newHashMap(); 212 void put(PropertyTable propertyTable, Property property, Control control) { in put() 216 Control remove(PropertyTable propertyTable, Property property) { in remove() 220 Control get(PropertyTable propertyTable, Property property) { in get()
|
D | ButtonPropertyEditorPresentation.java | 15 import org.eclipse.wb.internal.core.model.property.Property; 58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() 69 final Property property, in show() 78 public final void hide(PropertyTable propertyTable, Property property) { in hide() 113 protected abstract void onClick(PropertyTable propertyTable, Property property) throws Exception; in onClick() 117 public void click(PropertyTable propertyTable, Property property) throws Exception { in click()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
D | StringPropertyEditor.java | 13 import org.eclipse.wb.internal.core.model.property.Property; 46 protected void onClick(PropertyTable propertyTable, Property property) throws Exception { 62 public String getText(Property property) throws Exception { in getText() 76 protected String getEditorText(Property property) throws Exception { in getEditorText() 81 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 94 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog()
|