Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/external/clang/test/SemaObjC/
Dproperty-atomic-redecl.m8 @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/
DAbstractComboBoxPropertyEditor.java50 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()
DAbstractComboPropertyEditor.java45 …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()
DAbstractTextPropertyEditor.java158 …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()
DPropertyEditor.java46 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()
DStringComboPropertyEditor.java40 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()
DAbstractListPropertyEditor.java35 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()
DEnumerationValuesPropertyEditor.java59 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()
DCharacterPropertyEditor.java43 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()
DLongObjectPropertyEditor.java43 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()
DFloatPropertyEditor.java43 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()
DIntegerPropertyEditor.java43 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()
DLongPropertyEditor.java43 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()
DDoubleObjectPropertyEditor.java43 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()
DShortPropertyEditor.java43 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()
DStringArrayPropertyEditor.java44 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/
DButtonPropertyEditorPresentationImpl.java53 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()
DButtonPropertyEditorPresentation.java58 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/
Dproperty-static.js35 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/
Dapply-preserving-inline-style.js37 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/
DStringPropertyEditor.java62 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/
DTypeDescription.java91 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/
Dorg.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/
Dpropname.cpp146 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/
DPropertyTable.java286 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 …]

12345678910>>...15