/external/clang/test/SemaObjC/ |
D | property-atomic-redecl.m | 8 @property (readonly) A *property; property 16 @property (readonly) A *property; property 21 @property (readonly) A *property; property 25 @property (nonatomic, readwrite, retain) A *property; property 29 @property (readonly, nonatomic) A *property; property 38 @property (readonly,atomic) A *property; // expected-note{{property declared here}} property 46 @property (readonly) A *property; property 51 @property (readonly, atomic) A *property; // expected-note{{property declared here}} property 55 @property (nonatomic, readwrite, retain) A *property; // expected-warning{{atomic' attribute on pro… property
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | AbstractComboBoxPropertyEditor.java | 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 | AbstractComboPropertyEditor.java | 45 …public boolean activate(final PropertyTable propertyTable, final Property property, Point location) 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 | AbstractTextPropertyEditor.java | 158 …public boolean activate(final PropertyTable propertyTable, final Property property, Point location) in activate() 219 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 236 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown() 267 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) in handleKeyPressed() 302 private void toWidget(Property property) throws Exception { in toWidget() 319 private boolean toProperty(Property property) throws Exception { in toProperty() 359 protected abstract String getEditorText(Property property) throws Exception; in getEditorText() 366 protected abstract boolean setEditorText(Property property, String text) throws Exception; in setEditorText()
|
D | PropertyEditor.java | 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 | StringComboPropertyEditor.java | 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 | AbstractListPropertyEditor.java | 35 public String getText(Property property) throws Exception { in getText() 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 | 59 public String getText(Property property) throws Exception { in getText() 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 | CharacterPropertyEditor.java | 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()
|
D | LongObjectPropertyEditor.java | 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()
|
D | FloatPropertyEditor.java | 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()
|
D | IntegerPropertyEditor.java | 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()
|
D | LongPropertyEditor.java | 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()
|
D | DoubleObjectPropertyEditor.java | 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()
|
D | ShortPropertyEditor.java | 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()
|
D | StringArrayPropertyEditor.java | 44 protected String getText(Property property) throws Exception { in getText() 52 private static String[] getItems(Property property) throws Exception { in getItems() 67 protected void openDialog(Property property) throws Exception { in openDialog()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 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() 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 | 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/v8/test/mjsunit/compiler/ |
D | property-static.js | 35 Object.prototype.load.call({ A:0, property:10 }); property 36 Object.prototype.load.call({ A:0, B:0, property:11 }); property 37 Object.prototype.load.call({ A:0, B:0, C:0, property:12 }); property 38 Object.prototype.load.call({ A:0, B:0, C:0, D:0, property:13 }); property 39 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, property:14 }); property 40 Object.prototype.load.call({ A:0, B:0, C:0, D:0, E:0, F:0, property:15 }); property 45 var object = { property:x }; property
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | apply-preserving-inline-style.js | 37 function configureProperty(object, property, descriptor) { argument 110 _set: function(property, value) { argument 114 _clear: function(property) { argument 140 (function(property) { argument 165 element.style._set = function(property, value) { argument 168 element.style._clear = function(property) { argument 177 scope.apply = function(element, property, value) { argument 182 scope.clear = function(element, property) { argument
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
D | StringPropertyEditor.java | 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()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | TypeDescription.java | 91 public void putListPropertyType(String property, Class<? extends Object> type) { in putListPropertyType() 102 public Class<? extends Object> getListPropertyType(String property) { in getListPropertyType() 116 public void putMapPropertyType(String property, Class<? extends Object> key, in putMapPropertyType() 129 public Class<? extends Object> getMapKeyType(String property) { in getMapKeyType() 140 public Class<? extends Object> getMapValueType(String property) { in getMapValueType()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | ... IProperty property
org.eclipse.core.databinding.property.ISimplePropertyListener listener
public final void addTo (java. ... |
/external/icu/icu4c/source/common/ |
D | propname.cpp | 146 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 237 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 245 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 270 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 289 u_getPropertyName(UProperty property, in u_getPropertyName() 302 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 310 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 286 Property property = m_activePropertyInfo.getProperty(); in handleKeyDown() local 392 Property property = m_activePropertyInfo.getProperty(); in handleMouseDown() local 448 Property property = m_activePropertyInfo.getProperty(); in handleMouseDoubleClick() local 498 Property property = propertyInfo.getProperty(); in updateTooltip() local 548 public void activateEditor(Property property, Point location) { in activateEditor() 797 Property property = propertyInfo.getProperty(); in setInput0() local 859 private boolean rawProperties_shouldShow(Property property) throws Exception { in rawProperties_shouldShow() 881 public void setActiveProperty(Property property) { in setActiveProperty() 926 public Point forTests_getStateLocation(Property property) { in forTests_getStateLocation() 940 public Point forTests_getValueLocation(Property property) { in forTests_getValueLocation() [all …]
|