HomeSort by relevance Sort by last modified time
    Searched defs:property (Results 101 - 125 of 398) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_factory.cc 51 drmModePropertyPtr property = drmModeGetProperty(fd, connector->props[i]); local
52 if (!property)
55 if (strcmp(property->name, name) == 0) {
56 uint32_t id = property->prop_id;
57 drmModeFreeProperty(property);
61 drmModeFreeProperty(property);
  /external/chromium_org/ui/oak/
oak_aura_window_display.cc 44 std::string property = "Type: "; local
47 property.append("WINDOW_TYPE_UNKNOWN");
50 property.append("WINDOW_TYPE_NORMAL");
53 property.append("WINDOW_TYPE_POPUP");
56 property.append("WINDOW_TYPE_CONTROL");
59 property.append("WINDOW_TYPE_PANEL");
62 property.append("WINDOW_TYPE_MENU");
65 property.append("WINDOW_TYPE_TOOLTIP");
71 return ASCIIToUTF16(property);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 11 package org.eclipse.wb.internal.core.model.property;
15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
16 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
22 * {@link Property} is used to display/change properties of ObjectInfo's.
25 * @coverage core.model.property
27 public abstract class Property {
29 * The value that should be used when we don't know real value of {@link Property}. We can not use
50 public Property(PropertyEditor editor) {
61 * @return the title displayed to the user to identify the property.
66 * @return <code>true</code> if this property has a non-default valu
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
17 * Describes category of {@link Property}.
20 * @coverage core.model.property
119 * @return <code>true</code> if this property is preferred.
126 * @return <code>true</code> if this property is advanced.
133 * @return <code>true</code> if this property is really advanced.
140 * @return <code>true</code> if this property is hidden.
147 * @return <code>true</code> if this property is system
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
37 * @coverage core.model.property.editor
50 final Property property,
54 addItems(property, m_combo);
55 selectItem(property, m_combo);
60 handleKeyPressed(propertyTable, property, e)
    [all...]
AbstractComboPropertyEditor.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;
33 * @coverage core.model.property.editor
45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
52 addItems(property, m_combo);
54 selectItem(property, m_combo);
67 toProperty(propertyTable, property, index)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 11 package org.eclipse.wb.internal.core.model.property.editor.string;
23 import org.eclipse.wb.internal.core.model.property.Property;
33 * @coverage core.model.property.editor
47 private final Property m_property;
54 public StringPropertyDialog(Shell parentShell, Property property) throws Exception {
56 m_property = property;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 11 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
73 private Property m_property;
84 public void update(Property property,
91 m_property = property;
125 // check for property
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 15 import com.vladium.util.Property;
184 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_FILE, local
186 return new File (property);
199 final String property = appProperties.getProperty (EMMAProperties.PROPERTY_COVERAGE_DATA_OUT_MERGE, local
201 return Property.toBoolean (property);
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 44 char property[PROPERTY_VALUE_MAX]; local
45 if (property_get(PROPERTY_TEXT_GAMMA_METHOD, property, DEFAULT_TEXT_GAMMA_METHOD) > 0) {
46 if (!strcasecmp(property, "lookup")) {
48 } else if (!strcasecmp(property, "shader")) {
50 } else if (!strcasecmp(property, "shader3")) {
60 char property[PROPERTY_VALUE_MAX]; local
64 if (property_get(PROPERTY_TEXT_GAMMA, property, NULL) > 0) {
65 INIT_LOGD(" Setting text gamma to %s", property);
66 mGamma = atof(property);
73 if (property_get(PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD, property, NULL) > 0)
    [all...]
PatchCache.cpp 36 char property[PROPERTY_VALUE_MAX]; local
37 if (property_get(PROPERTY_PATCH_CACHE_SIZE, property, NULL) > 0) {
38 INIT_LOGD(" Setting patch cache size to %skB", property);
39 mMaxSize = KB(atoi(property));
TextureCache.cpp 40 char property[PROPERTY_VALUE_MAX]; local
41 if (property_get(PROPERTY_TEXTURE_CACHE_SIZE, property, NULL) > 0) {
42 INIT_LOGD(" Setting texture cache size to %sMB", property);
43 setMaxSize(MB(atof(property)));
48 if (property_get(PROPERTY_TEXTURE_CACHE_FLUSH_RATE, property, NULL) > 0) {
49 float flushRate = atof(property);
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 283 char property[PROPERTY_VALUE_MAX]; local
285 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
286 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
287 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 110 char property[PROPERTY_VALUE_MAX]; local
111 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
112 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
113 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
gpu.cpp 298 char property[PROPERTY_VALUE_MAX]; local
300 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
301 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
302 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8x26/libgralloc/
gpu.cpp 283 char property[PROPERTY_VALUE_MAX]; local
285 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
286 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
287 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 5 * distributed under the W3C's Software Intellectual Property License. This
23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 5 * distributed under the W3C's Software Intellectual Property License. This
23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 22 import org.eclipse.wb.internal.core.model.property.Property;
27 * Property holding multiple instances of the same {@link XmlProperty} (but
33 * org.eclipse.wb.internal.core.model.property.GenericPropertyComposite
67 XmlPropertyComposite property = (XmlPropertyComposite) obj; local
68 return Arrays.equals(mProperties, property.mProperties);
76 for (Property property : mProperties) {
77 if (property.isModified()) {
88 for (Property property : mProperties)
113 Property property = properties[i]; local
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 113 VCardProperty property = new VCardProperty(); local
114 property.setName(VCardConstants.PROPERTY_N);
115 property.setValues("test1");
116 entryConstructor.onPropertyCreated(property);
119 property = new VCardProperty();
120 property.setName(VCardConstants.PROPERTY_N);
121 property.setValues("test2");
122 entryConstructor.onPropertyCreated(property);
125 property = new VCardProperty();
126 property.setName(VCardConstants.PROPERTY_TEL)
206 VCardProperty property = new VCardProperty(); local
317 VCardProperty property = new VCardProperty(); local
340 VCardProperty property = new VCardProperty(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 358 var property = internalProperties[i];
360 name: property.name,
361 value: this._wrapObject(property.value, objectGroupName)
439 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
468 // First call Object.keys() to enforce ordering of the property descriptors.
906 // get the real DOM wrapper name from the constructor property.
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 143 String property = "y"; local
146 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 65 // Returns a property accessor used for attaching a TabContents to a
350 TabContents** property = GetTabContentsAccessor()->GetProperty( local
352 if (!property) {
357 TabContents* contents = *property;
  /external/chromium_org/base/i18n/
rtl.cc 53 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS); local
54 if ((property == U_RIGHT_TO_LEFT) ||
55 (property == U_RIGHT_TO_LEFT_ARABIC) ||
56 (property == U_RIGHT_TO_LEFT_EMBEDDING) ||
57 (property == U_RIGHT_TO_LEFT_OVERRIDE)) {
59 } else if ((property == U_LEFT_TO_RIGHT) ||
60 (property == U_LEFT_TO_RIGHT_EMBEDDING) ||
61 (property == U_LEFT_TO_RIGHT_OVERRIDE)) {
305 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS); local
306 if ((property == U_RIGHT_TO_LEFT) || (property == U_RIGHT_TO_LEFT_ARABIC)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 225 const base::DictionaryValue* property = NULL; local
226 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
229 EXPECT_TRUE(property->GetInteger("rotation", &rotation));
230 EXPECT_TRUE(property->GetInteger("ui-scale", &ui_scale));
236 EXPECT_FALSE(property->GetInteger("width", &width));
237 EXPECT_FALSE(property->GetInteger("height", &height));
240 EXPECT_TRUE(property->GetInteger("insets_top", &top));
241 EXPECT_TRUE(property->GetInteger("insets_left", &left));
242 EXPECT_TRUE(property->GetInteger("insets_bottom", &bottom));
243 EXPECT_TRUE(property->GetInteger("insets_right", &right))
376 const base::DictionaryValue* property = NULL; local
    [all...]

Completed in 4253 milliseconds

1 2 3 45 6 7 8 91011>>