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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 233 // Setting the value to an empty string just removes the property in both IE and Gecko.
238 // When replacing an existing property value, this moves the property to the end of the list.
239 // Firefox preserves the position, and MSIE moves the property to the beginning.
258 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
260 if (!removeShorthandProperty(property.id())) {
261 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id());
263 *toReplace = property;
264 setPrefixingVariantProperty(property);
268 appendPrefixingVariantProperty(property);
468 const CSSProperty& property = m_propertyVector.at(n); local
501 const PropertyReference& property = propertyAt(i); local
529 PropertyReference property = propertyAt(i); local
543 PropertyReference property = propertyAt(i); local
576 const PropertyReference& property = propertySet->propertyAt(i); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 278 CSSPropertyID property() const { return m_prop; } function in class:WebCore::AnimationPropertyWrapperBase
598 // Wrapper base class for an animatable property in a FillLayer
765 ShorthandPropertyWrapper(CSSPropertyID property, const StylePropertyShorthand& shorthand)
766 : AnimationPropertyWrapperBase(property)
1091 CSSPropertyID property = (*gPropertyWrappers)[i]->property(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 1235 struct tgsi_property property; local
1249 struct tgsi_property property; local
1307 struct tgsi_property *property; local
    [all...]
  /external/chromium_org/v8/src/
handles.cc 430 // Compute the property keys from the interceptor.
483 Handle<Object> property = GetProperty(isolate, local
486 ASSERT(property->IsJSFunction());
487 Handle<JSFunction> method = Handle<JSFunction>::cast(property);
570 // We can cache the computed property keys if access checks are
574 // therefore it does not make sense to cache the property names
586 // Compute the property keys and cache them if possible.
591 // Add the property keys from the interceptor.
json-stringifier.h 110 // Serialize a object property.
111 // The key may or may not be serialized depending on the property.
650 Handle<Object> property; local
652 property = Handle<Object>(
657 property = GetProperty(isolate_, object, key);
658 if (property.is_null()) return EXCEPTION;
660 Result result = SerializeProperty(property, comma, key);
673 Handle<Object> property; local
676 property = GetProperty(isolate_, object, key_handle);
682 property = Object::GetElement
    [all...]
prettyprinter.cc 348 ObjectLiteral::Property* property = node->properties()->at(i); local
350 Visit(property->key());
352 Visit(property->value());
392 void PrettyPrinter::VisitProperty(Property* node) {
1016 case ObjectLiteral::Property::CONSTANT:
1017 prop_kind = "PROPERTY - CONSTANT";
1019 case ObjectLiteral::Property::COMPUTED:
1020 prop_kind = "PROPERTY - COMPUTED";
1022 case ObjectLiteral::Property::MATERIALIZED_LITERAL
    [all...]
  /external/harfbuzz/src/
harfbuzz-khmer.c 483 unsigned char property = (getKhmerCharClass(item->string[i+1]) & CF_CLASS_MASK) == CC_CONSONANT3 ? local
486 properties[len] = property;
490 properties[len] = property;
553 KHDEBUG(" %d: %4x property=%x", i, reordered[i], properties[i]);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 483 unsigned char property = (getKhmerCharClass(item->string[i+1]) & CF_CLASS_MASK) == CC_CONSONANT3 ? local
486 properties[len] = property;
490 properties[len] = property;
553 KHDEBUG(" %d: %4x property=%x", i, reordered[i], properties[i]);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 655 CProperty property; local
656 property.Name = L"rsfx";
657 property.Value = L"on";
658 options.MethodMode.Properties.Add(property);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 1235 struct tgsi_property property; local
1249 struct tgsi_property property; local
1307 struct tgsi_property *property; local
    [all...]
  /external/smack/src/org/xbill/DNS/
ResolverConfig.java 371 String property = "org.xbill.DNS.windows.parse.buffer"; local
373 int bufSize = Integer.getInteger(property, defaultBufSize).intValue();
  /external/v8/src/
ast.cc 35 #include "property-details.h"
36 #include "property.h"
174 ObjectLiteral::Property::Property(Literal* key,
194 ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
201 bool ObjectLiteral::Property::IsCompileTimeValue() {
208 void ObjectLiteral::Property::set_emit_store(bool emit_store) {
213 bool ObjectLiteral::Property::emit_store() {
248 ObjectLiteral::Property* property = properties()->at(i) local
550 Property* property = expression()->AsProperty(); local
    [all...]
prettyprinter.cc 315 ObjectLiteral::Property* property = node->properties()->at(i); local
317 Visit(property->key());
319 Visit(property->value());
353 void PrettyPrinter::VisitProperty(Property* node) {
976 case ObjectLiteral::Property::CONSTANT:
977 prop_kind = "PROPERTY - CONSTANT";
979 case ObjectLiteral::Property::COMPUTED:
980 prop_kind = "PROPERTY - COMPUTED";
982 case ObjectLiteral::Property::MATERIALIZED_LITERAL
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 616 MtpObjectProperty property = mRequest.getParameter(2); local
618 MtpDebug::getObjectPropCodeName(property));
620 return mDatabase->getObjectPropertyValue(handle, property, mData);
627 MtpObjectProperty property = mRequest.getParameter(2); local
629 MtpDebug::getObjectPropCodeName(property));
631 return mDatabase->setObjectPropertyValue(handle, property, mData);
635 MtpDeviceProperty property = mRequest.getParameter(1); local
637 MtpDebug::getDevicePropCodeName(property));
639 return mDatabase->getDevicePropertyValue(property, mData);
643 MtpDeviceProperty property = mRequest.getParameter(1) local
651 MtpDeviceProperty property = mRequest.getParameter(1); local
665 uint32_t property = mRequest.getParameter(3); local
1072 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); local
1083 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 848 String property = "wrap." + args.niceName; local
849 if (property.length() > 31) {
850 property = property.substring(0, 31);
852 args.invokeWith = SystemProperties.get(property);
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 118 char property[PROPERTY_VALUE_MAX]; local
119 if (property_get(PROPERTY_TEXT_SMALL_CACHE_WIDTH, property, NULL) > 0) {
120 mSmallCacheWidth = atoi(property);
123 if (property_get(PROPERTY_TEXT_SMALL_CACHE_HEIGHT, property, NULL) > 0) {
124 mSmallCacheHeight = atoi(property);
127 if (property_get(PROPERTY_TEXT_LARGE_CACHE_WIDTH, property, NULL) > 0) {
128 mLargeCacheWidth = atoi(property);
131 if (property_get(PROPERTY_TEXT_LARGE_CACHE_HEIGHT, property, NULL) > 0) {
132 mLargeCacheHeight = atoi(property);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 883 Vector<Property> properties;
885 // Parse all comma-delimited property names up to the first colon.
888 properties.add(Property(PROPERTY_LABEL));
890 properties.add(Property(PROPERTY_NUMBER));
895 ALOGE("%s: Expected a property name or modifier, got '%s'.",
899 properties.add(Property(PROPERTY_META, metaState));
914 ALOGE("%s: Expected ',' or ':' after property name.",
981 const Property& property = properties.itemAt(i); local
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
134 * Adds a Property to this component.
137 public void addProperty(Property prop) {
139 ArrayList<Property> props = mPropsMap.get(name);
141 props = new ArrayList<Property>();
148 * Returns a set of the property names within this component.
149 * @return A set of property names within this component.
158 * @param name The name of the property that should be returned.
161 public List<Property> getProperties(String name)
488 Property property; local
    [all...]
RecurrenceSet.java 193 ICalendar.Property dtstartProperty =
289 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART");
314 ICalendar.Property durationProp = new ICalendar.Property("DURATION");
348 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART");
373 ICalendar.Property durationProp = new ICalendar.Property("DURATION");
392 ICalendar.Property prop = new ICalendar.Property(propertyName)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 86 char property[PROPERTY_VALUE_MAX]; local
89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
90 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
91 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
97 if(atoi(property) != 0)
102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) {
103 if(atoi(property) != 0)
110 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
111 if(atoi(property) != 0
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 90 char property[PROPERTY_VALUE_MAX]; local
93 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
94 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
95 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
100 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
101 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
102 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
107 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
108 if(atoi(property) != 0)
113 if(property_get("debug.mdpcomp.maxpermixer", property, "-1") > 0)
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 86 char property[PROPERTY_VALUE_MAX]; local
89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
90 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
91 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
97 if(atoi(property) != 0)
102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) {
103 if(atoi(property) != 0)
108 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
109 if(atoi(property) != 0
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 153 char property[PROPERTY_VALUE_MAX]; local
154 property_get("ro.product.manufacturer", property, EXIF_MAKE_DEFAULT);
155 property[0] = toupper(property[0]);
156 set(EXIF_MAKE, property);
157 property_get("ro.product.model", property, EXIF_MODEL_DEFAULT);
158 property[0] = toupper(property[0]);
159 set(EXIF_MODEL, property);
  /libcore/luni/src/main/java/java/util/
Properties.java 50 * must be {@code String}s. Each property can have a default
147 * Searches for the property with the specified name. If the property is not
148 * found, the default {@code Properties} are checked. If the property is not
152 * the name of the property to find.
153 * @return the named property value, or {@code null} if it can't be found.
157 String property = result instanceof String ? (String) result : null; local
158 if (property == null && defaults != null) {
159 property = defaults.getProperty(name);
161 return property;
178 String property = result instanceof String ? (String) result : null; local
215 String property = (String) super.get(key); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 11 package org.eclipse.wb.internal.core.model.property.table;
42 import org.eclipse.wb.internal.core.model.property.Property;
43 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
44 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProvider;
45 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProviders;
46 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
47 import org.eclipse.wb.internal.core.model.property.editor.complex.IComplexPropertyEditor;
48 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
49 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation
286 Property property = m_activePropertyInfo.getProperty(); local
392 Property property = m_activePropertyInfo.getProperty(); local
448 Property property = m_activePropertyInfo.getProperty(); local
498 Property property = propertyInfo.getProperty(); local
797 Property property = propertyInfo.getProperty(); local
1190 Property property = propertyInfo.getProperty(); local
1248 Property property = propertyInfo.getProperty(); local
    [all...]

Completed in 597 milliseconds

1 2 3 4 5 6 78 91011>>