HomeSort by relevance Sort by last modified time
    Searched refs:Property (Results 76 - 100 of 446) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java 11 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;
25 * @coverage core.model.property.editor
50 Property property,
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
65 public void hide(PropertyTable propertyTable, Property property) {
    [all...]
ButtonPropertyEditorPresentationImpl.java 11 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) {
54 Control control = m_propertyToControl.remove(propertyTable, property);
62 Property property,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipmsp.h 289 virtual HRESULT WINAPI GetRange(StreamQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags) = 0;
290 virtual HRESULT WINAPI Get(StreamQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags) = 0;
291 virtual HRESULT WINAPI Set(StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags) = 0;
299 HRESULT (WINAPI *GetRange)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags);
300 HRESULT (WINAPI *Get)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags);
301 HRESULT (WINAPI *Set)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
311 #define ITStreamQualityControl_GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags) (This)->lpVtbl->GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags)
312 #define ITStreamQualityControl_Get(This,Property,plValue,plFlags) (This)->lpVtbl->Get(This,Property,plValue,plFlags
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
26 * @coverage core.model.property.editor
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
49 Object value = property.getValue();
84 public boolean activate(PropertyTable propertyTable, Property property, Point location
    [all...]
BooleanPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
17 import org.eclipse.wb.internal.core.model.property.Property;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
25 * @coverage core.model.property.editor
48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception {
49 Object value = property.getValue();
82 public boolean activate(PropertyTable propertyTable, Property property, Point location
    [all...]
AbstractTextPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
34 import org.eclipse.wb.internal.core.model.property.Property;
35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
41 * @coverage core.model.property.editor
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
170 // Add support for field completion, if the property provides an IContentProposalProvider
172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class);
179 ILabelProvider labelProvider = property.getAdapter(ILabelProvider.class)
    [all...]
StringListPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
32 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index)
34 property.setValue(m_strings[index]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 26 import org.eclipse.wb.internal.core.model.property.Property;
27 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
31 * Handle an XML property which represents booleans.
50 public void paint(Property property, GC gc, int x, int y, int width, int height)
52 Object value = property.getValue();
84 public boolean activate(PropertyTable propertyTable, Property property, Point location)
88 cycleValue(property);
    [all...]
  /system/connectivity/shill/dbus/
chromeos_supplicant_process_proxy.h 62 brillo::dbus_utils::Property<std::string> debug_level;
63 brillo::dbus_utils::Property<bool> debug_timestamp;
64 brillo::dbus_utils::Property<bool> debug_show_keys;
65 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> interfaces;
66 brillo::dbus_utils::Property<std::vector<std::string>> eap_methods;
92 // Callback invoked when the value of property |property_name| is changed.
chromeos_supplicant_interface_proxy.h 84 brillo::dbus_utils::Property<bool> disable_high_bitrates;
85 brillo::dbus_utils::Property<bool> fast_reauth;
86 brillo::dbus_utils::Property<uint16_t> roam_threshold;
87 brillo::dbus_utils::Property<bool> scan;
88 brillo::dbus_utils::Property<int32_t> scan_interval;
89 brillo::dbus_utils::Property<bool> sched_scan;
120 // Callback invoked when the value of property |property_name| is changed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java 19 import android.util.Property;
131 public Builder addFloat(Object target, String property, float... values) {
132 add(target, KeyframeSet.ofFloat(getProperty(target, property, float.class), values));
136 public Builder addInt(Object target, String property, int... values) {
137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values));
146 private static Property getProperty(Object target, String property, Class<?> cls) {
148 switch (property) {
169 if (target instanceof TouchAnimator && "position".equals(property)) {
172 return Property.of(target.getClass(), cls, property)
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 20 import com.vladium.util.Property;
99 * Wraps a Properties into a IProperties with the app's standard property
135 // note: this does not use Property.getAppProperties() by design,
136 // because that mechanism is not property alias-capable
138 final IProperties systemRedirects = wrap (Property.getSystemPropertyRedirects (EMMAProperties.SYSTEM_PROPERTY_REDIRECTS));
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
142 final String fileName = Property.getSystemProperty (appName + ".properties");
147 systemFile = wrap (Property.getLazyPropertiesFromFile (file));
149 final IProperties system = wrap (Property.getSystemProperties (appName));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader))
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 130 template <typename Property, typename Key>
131 Property Engine::getPropertyForKey(Key key) const
136 return static_cast<Property>(0);
138 return element->template get<Property>();
190 template <typename Property, typename Key>
191 bool Engine::setPropertyForKey(const Property &property, const Key &key)
198 return element->template set<Property>(property) == NO_ERROR;
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 25 import android.util.Property;
44 public static final Property<View, Integer> BACKGROUND_ALPHA =
45 new Property<View, Integer>(Integer.class, "background.alpha") {
57 public static final Property<ImageView, Integer> DRAWABLE_ALPHA =
58 new Property<ImageView, Integer>(Integer.class, "drawable.alpha") {
70 public static final Property<ImageView, Integer> DRAWABLE_TINT =
71 new Property<ImageView, Integer>(Integer.class, "drawable.tint") {
  /system/connectivity/shill/vpn/
vpn_driver.cc 52 const Property* properties,
66 if ((properties_[i].flags & Property::kEphemeral)) {
69 const string property = properties_[i].property; local
70 if (properties_[i].flags & Property::kArray) {
71 CHECK(!(properties_[i].flags & Property::kCredential))
72 << "Property cannot be both an array and a credential";
74 if (storage->GetStringList(storage_id, property, &value)) {
75 args_.SetStrings(property, value);
77 args_.RemoveStrings(property);
103 const string property = properties_[i].property; local
    [all...]
vpn_driver.h 67 struct Property {
72 kArray = 1 << 3, // Property is an array of strings.
75 const char* property; member in struct:shill::VPNDriver::Property
83 const Property* properties,
123 const Property* const properties_;
  /external/dbus-binding-generator/chromeos-dbus-bindings/
interface.h 55 struct Property {
56 Property(const std::string& name_in,
70 const std::vector<Property>& properties_in)
77 std::vector<Property> properties;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
EmptyProperty.java 11 package org.eclipse.wb.internal.core.model.property;
13 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
14 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyEditor;
17 * Empty {@link Property}, that has no title or value.
20 * @coverage core.model.property
22 public class EmptyProperty extends Property {
38 // Property
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1");
40 // properties should be listed in insertion order, by property name.
41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
80 ICalendar.Property prop1 = component.getFirstProperty("PROP1")
98 ICalendar.Property property = component.getFirstProperty("DTSTART"); local
    [all...]
  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 15 import com.vladium.util.Property;
42 throw new UnsupportedOperationException ("no shutdown hook manager available [JVM: " + Property.getSystemFingerprint () + "]");
  /external/guice/examples/src/example/xml/
XmlBeanModule.java 45 Element property = bean.getChild("property"); local
46 property.setStartElementListener(new PropertyListener());
101 /** Handles "property" elements. */
121 // Find setter method for the given property name.
143 // Add property descriptor to builder.
146 new Property(setter, provider));
155 static class Property {
160 Property(Method setter, Provider<?> provider) {
180 final List<Property> properties = new ArrayList<Property>()
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_property.h 9 #include <dbus/property.h>
14 // Re-implementation of dbus::Property<T> that can handle any type supported by
16 // This class is pretty much a copy of dbus::Property<T> from dbus/property.h
20 class Property : public dbus::PropertyBase {
22 Property() = default;
39 // Requests that the remote object change the property value to |value|,
69 // to replace the property value with the set value without using a
77 // value of a property.
84 // Current cached value of the property
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 62 CssSchema.Property property = CssSchema.DEFAULT.forKey(propName); local
65 property.literals.contains("expression"));
68 property.fnKeys.containsKey("expression("));
71 property.literals.contains("url"));
74 property.fnKeys.containsKey("url("));
89 CssSchema.Property cssFloat = custom.forKey("float");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/
StackOverflowTest.java 23 import org.yaml.snakeyaml.introspector.Property;
41 || message.contains("Unable to find getter for property 'location'"));
51 * property when we dump the instance of Point.
56 protected NodeTuple representJavaBeanProperty(Object javaBean, Property property,
58 if (javaBean instanceof Point && "location".equals(property.getName())) {
62 .representJavaBeanProperty(javaBean, property, propertyValue, customTag);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue48/
SkipJavaBeanPropertyTest.java 21 import org.yaml.snakeyaml.introspector.Property;
47 protected NodeTuple representJavaBeanProperty(Object bean, Property property, Object value,
50 return super.representJavaBeanProperty(bean, property, value, customTag);

Completed in 1081 milliseconds

1 2 34 5 6 7 8 91011>>