HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 151 - 175 of 280) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/
global-deleted-property-keyed.js 30 // Test keyed access to deleted property in a global object without access checks.
debug-step.js 34 // the global property "state" is initially zero.
object-define-properties.js 30 // object-define-property.js, this file only contains tests specific for
  /external/v8/test/mjsunit/regress/
regress-1493017.js 36 // Create an instance of C. Add a property to the instance and then
regress-192.js 36 // assigning to a property that has only a getter.
regress-193.js 29 // property.
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 217 QMetaProperty prop = meta->property(i);
343 val = obj->property(m_dynamicProperty);
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/v8/src/
d8.js     [all...]
messages.js 153 property_not_function: "Property '%0' of object %1 is not a function",
157 non_object_property_load: "Cannot read property '%0' of %1",
158 non_object_property_store: "Cannot set property '%0' of %1",
162 no_setter_in_callback: "Cannot set property %0 of %1 which has only a getter",
172 value_and_accessor: "Invalid property. A property cannot both have accessors and be writable or have a value: %0",
174 property_desc_object: "Property description must be an object: %0",
175 redefine_disallowed: "Cannot redefine property: %0",
176 define_disallowed: "Cannot define property, object is not extensible: %0",
595 // Defines accessors for a property that is calculated the first tim
    [all...]
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 208 // If the property name is already used by another rule then this rule's
209 // property is overloaded, so don't add it to the rule's usedProperties.
214 // The font property is not reported as a shorthand. Report finding the individual
225 // Delete any disabled properties, since the property does exist.
278 // Make a property section for each style rule.
485 isPropertyInherited: function(property)
491 return !(property in this.usedProperties) && !(property in alwaysShowComputedProperties) && !(property in this.disabledComputedProperties);
494 isPropertyOverloaded: function(property, shorthand
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 1136 const char *property; local
1164 property = srcaddr;
1165 dict_append_entry(&dict, "Address", DBUS_TYPE_STRING, &property);
1170 property = str;
1172 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &property);
1230 const char *property; local
1241 dbus_message_iter_get_basic(&iter, &property);
1248 if (g_str_equal("Name", property)) {
1256 } else if (g_str_equal("Powered", property)) {
1265 } else if (g_str_equal("Discoverable", property)) {
    [all...]
  /external/icu4c/common/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
110 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
175 /* See note !!. Comments of the form "Binary property Dash",
176 "Enumerated property Script", "Double property Numeric_Value",
177 and "String property Age" are read by genpname. */
184 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
189 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
191 /** Binary property Bidi_Control.
195 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 140 // If text-decoration is set to "none", remove the property because we don't want to add redundant "text-decoration: none".
184 // Furthermore, text-decoration: none has been trimmed so that text-decoration property is always a CSSValueList.
1141 const CSSProperty& property = *it; local
1313 RefPtr<CSSValue> property = style->getPropertyCSSValue(CSSPropertyTextDecoration); local
1335 RefPtr<CSSValue> property = nodeStyle->getPropertyCSSValue(CSSPropertyTextDecoration); local
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 213 int property() const { return m_prop; } function in class:WebCore::PropertyWrapperBase
403 // Wrapper base class for an animatable property in a FillLayer
524 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand)
525 : PropertyWrapperBase(property)
570 // build the list of property wrappers to do the comparisons and blends
    [all...]
  /bionic/libc/stdlib/
wchar.c 403 wctype_t wctype(const char *property)
414 if ( !strcmp( properties[nn], property ) )
  /external/v8/test/es5conform/
harness-adapt.js 38 // The harness uses the IE specific .description property of exceptions but
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 838 // FIXME: Cache property access for immediates.
2812 JSString* property = stackFrame.args[1].jsString(); local
2987 unsigned property = stackFrame.args[1].int32(); local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Operations.h 392 ALWAYS_INLINE JSValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain)
404 if (next == end || base->getPropertySlot(callFrame, property, slot))
  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 277 static void updateCSSForAttribute(SVGSVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value)
282 element->addCSSProperty(static_cast<MappedAttribute*>(attribute), property, value.valueAsString());
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 270 * @param property The system property to fetch
271 * @param alt The default value, if the property doesn't exist
273 private void setSummary(String preference, String property, String alt) {
276 SystemProperties.get(property, alt));

Completed in 1456 milliseconds

1 2 3 4 5 67 8 91011>>