Searched defs:property (Results 51 - 75 of 344) sorted by relevance

1234567891011>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyDescriptorEditorProvider.java11 package org.eclipse.wb.internal.core.model.property.editor;
20 * @coverage core.model.property.editor
H A DPropertyEditorProvider.java11 package org.eclipse.wb.internal.core.model.property.editor;
19 * @coverage core.model.property.editor
23 * @return the {@link PropertyEditor} for given property type or <code>null</code>.
H A DTextControlActionsManager.java11 package org.eclipse.wb.internal.core.model.property.editor;
22 * @coverage core.model.property.editor
H A DPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
20 import org.eclipse.wb.internal.core.model.property.Property;
21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
22 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
28 * @coverage core.model.property.editor
46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) argument
56 * happens when user selects property in {@link PropertyTable}. {@link PropertyEditor} should
69 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
88 * is <code>true</code> if property should save value to {@link Property}.
90 public void deactivate(PropertyTable propertyTable, Property property, boolea argument
99 doubleClick(Property property, Point location) argument
105 keyDown(PropertyTable propertyTable, Property property, KeyEvent event) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DIPropertyExceptionHandler.java11 package org.eclipse.wb.internal.core.model.property.table;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
21 * @coverage core.model.property.table
H A DIPropertyTooltipSite.java11 package org.eclipse.wb.internal.core.model.property.table;
18 * @coverage core.model.property.table
H A DPropertyTableTooltipHelper.java11 package org.eclipse.wb.internal.core.model.property.table;
21 import org.eclipse.wb.internal.core.model.property.Property;
28 * @coverage core.model.property.table
84 public void update(Property property, argument
91 m_property = property;
125 // check for property
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp45 const CProperty &property = properties[i]; local
47 UString name = property.Name;
48 if (property.Value.IsEmpty())
62 ParseNumberString(property.Value, propVariant);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java11 package org.eclipse.wb.internal.core.model.property;
13 import org.eclipse.wb.internal.core.model.property.editor.TextDisplayPropertyEditor;
14 import org.eclipse.wb.internal.core.model.property.editor.complex.IComplexPropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
17 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipTextProvider;
29 * @coverage core.model.property
151 protected String getText(Property property) throws Exception {
174 public Property[] getProperties(Property property) throw argument
184 getText(Property property) argument
194 activate(PropertyTable propertyTable, Property property, Point location) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
27 * @coverage core.model.property.editor
56 * Sets "selection" property of {@link Button}.
58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
59 m_impl.setSelection(propertyTable, property, selected);
69 final Property property,
74 return m_impl.show(propertyTable, property, x, y, width, height);
78 public final void hide(PropertyTable propertyTable, Property property) { argument
68 show(final PropertyTable propertyTable, final Property property, final int x, final int y, final int width, final int height) argument
113 onClick(PropertyTable propertyTable, Property property) argument
117 click(PropertyTable propertyTable, Property property) argument
[all...]
H A DButtonPropertyEditorPresentationImpl.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
21 import org.eclipse.wb.internal.core.model.property.Property;
22 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
32 * @coverage core.model.property.editor
53 public final void hide(PropertyTable propertyTable, Property property) { argument
54 Control control = m_propertyToControl.remove(propertyTable, property);
62 Property property,
68 Control control = m_propertyToControl.get(propertyTable, property);
70 control = createControl(propertyTable, property);
80 * Finds and select the appropriate {@link Control} belonging to given property
61 show(PropertyTable propertyTable, Property property, int x, int y, int width, int height) argument
82 setSelection(PropertyTable propertyTable, Property property, boolean selected) argument
97 createControl(final PropertyTable propertyTable, final Property property) argument
140 createControlImpl(final PropertyTable propertyTable, final Property property) argument
212 put(PropertyTable propertyTable, Property property, Control control) argument
216 remove(PropertyTable propertyTable, Property property) argument
220 get(PropertyTable propertyTable, Property property) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar ... eclipse/core/ org/eclipse/core/databinding/ org/eclipse/core/databinding/property/ org/eclipse/core/databinding/property/INativePropertyListener.class INativePropertyListener. ...
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.c20 #include "support/property.h"
39 bt_property_t *property = calloc(sizeof(bt_property_t), 1); local
41 property->type = BT_PROPERTY_BDNAME;
42 property->val = bdname;
43 property->len = sizeof(bt_bdname_t);
47 return property;
52 bt_property_t *property = malloc(sizeof(bt_property_t)); local
54 property->type = BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT;
55 property->val = val;
56 property
64 property_extract_name(const bt_property_t *property) argument
103 property_free(bt_property_t *property) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.cc34 void NfcPropertySet::Get(dbus::PropertyBase* property, argument
51 // constructor for each individual property received through the call and
63 void NfcPropertySet::Set(dbus::PropertyBase* property, argument
68 writer.AppendString(property->name());
69 property->AppendSetValueToWriter(&writer);
74 property,
/external/chromium_org/gin/
H A Dinterceptor.cc25 const std::string& property) {
30 const std::string& property,
23 GetNamedProperty( v8::Isolate* isolate, const std::string& property) argument
29 SetNamedProperty(v8::Isolate* isolate, const std::string& property, v8::Local<v8::Value> value) argument
/external/chromium_org/ppapi/cpp/
H A Durl_request_info.cc33 bool URLRequestInfo::SetProperty(PP_URLRequestProperty property, argument
38 pp_resource(), property, value.pp_var()));
/external/chromium_org/ppapi/thunk/
H A Dppb_url_request_info_thunk.cc34 PP_URLRequestProperty property,
40 return enter.object()->SetProperty(property, value);
33 SetProperty(PP_Resource request, PP_URLRequestProperty property, struct PP_Var value) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DEffectInput.cpp100 String property = keyframeProperties[j]; local
101 CSSPropertyID id = AnimationInputHelpers::keyframeAttributeToCSSPropertyID(property);
105 DictionaryHelper::get(keyframeDictionaryVector[i], property, value);
H A DStringKeyframe.h22 void clearPropertyValue(CSSPropertyID property) { m_propertySet->removeProperty(property); } argument
23 CSSValue* propertyValue(CSSPropertyID property) const
25 int index = m_propertySet->findPropertyIndex(property);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.h19 void setPropertyValue(CSSPropertyID property, PassRefPtrWillBeRawPtr<AnimatableValue> value) argument
21 m_propertyValues.add(property, value);
23 void clearPropertyValue(CSSPropertyID property) { m_propertyValues.remove(property); } argument
24 AnimatableValue* propertyValue(CSSPropertyID property) const
26 ASSERT(m_propertyValues.contains(property));
27 return m_propertyValues.get(property);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp40 PassRefPtr<StyleImage> ElementStyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value) argument
43 return cachedOrPendingFromValue(document, property, toCSSImageValue(value));
47 return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor).get());
48 return generatedOrPendingFromValue(property, toCSSImageGeneratorValue(value));
52 return setOrPendingFromValue(property, toCSSImageSetValue(value));
55 return cursorOrPendingFromValue(property, toCSSCursorImageValue(value));
60 PassRefPtr<StyleImage> ElementStyleResources::generatedOrPendingFromValue(CSSPropertyID property, CSSImageGeneratorValue* value) argument
63 m_pendingImageProperties.set(property, value);
69 PassRefPtr<StyleImage> ElementStyleResources::setOrPendingFromValue(CSSPropertyID property, CSSImageSetValue* value) argument
73 m_pendingImageProperties.set(property, valu
77 cachedOrPendingFromValue(Document& document, CSSPropertyID property, CSSImageValue* value) argument
89 cursorOrPendingFromValue(CSSPropertyID property, CSSCursorImageValue* value) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DKeyframeValueList.h47 // Values will all be of the same type, which can be inferred from the property.
50 explicit KeyframeValueList(AnimatedPropertyID property) argument
51 : m_property(property)
56 : m_property(other.property())
75 AnimatedPropertyID property() const { return m_property; } function in class:blink::KeyframeValueList
/external/chromium_org/ui/base/x/
H A Dselection_owner.h63 XAtom property,
71 // |property| on |window|.
74 XAtom property; member in struct:ui::SelectionOwner::IncrementalTransfer
93 // successful, true is returned and the result is stored in the |property|
95 bool ProcessTarget(XAtom target, XID requestor, XAtom property);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProviders.java11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.PropertyManager;
20 * @coverage core.model.property
29 public PropertyCategory getCategory(Property property) {
30 return property.getCategory();
42 public PropertyCategory getCategory(Property property) {
43 return PropertyManager.getCategoryForced(property);
64 public PropertyCategory getCategory(Property property) {
66 PropertyCategory category = provider.getCategory(property);
[all...]
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc71 const TestProperty* property = properties.FindIf(matches_key); local
72 ASSERT_TRUE(property != NULL)
74 EXPECT_STREQ(IdToString(id).c_str(), property->value());
95 // The shared_key forces property updates.

Completed in 1101 milliseconds

1234567891011>>