Searched defs:property (Results 101 - 125 of 257) sorted by relevance

1234567891011

/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper-private.h115 hb_uint32 property; member in struct:__anon6446
H A Dharfbuzz-khmer.c483 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/v8/test/cctest/
H A Dtest-log.cc404 static v8::Handle<v8::Value> Prop1Getter(v8::Local<v8::String> property, argument
409 static void Prop1Setter(v8::Local<v8::String> property, argument
414 static v8::Handle<v8::Value> Prop2Getter(v8::Local<v8::String> property, argument
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp267 << QString::fromAscii("") // Undefined is an invalid property.
287 << QString::fromAscii("") // Undefined is an invalid property.
292 << QString::fromAscii("") // Undefined is an invalid property.
306 QScriptValue property = object.property(propertyName); local
307 QCOMPARE(property.toString(), desc);
311 QScriptValue property = object.property(name); local
312 QCOMPARE(property.toString(), desc);
318 QScriptValue property local
341 QScriptValue property; local
354 QScriptValue property; local
371 QScriptValue property = object.property("foo"); local
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp263 // scope is a property of the inner window.
538 // context for the new document to make property access on the
552 v8::Handle<v8::Value> getter(v8::Local<v8::String> property, const v8::AccessorInfo& info) argument
555 AtomicString name = v8StringToAtomicWebCoreString(property);
563 return prototype.As<v8::Object>()->Get(property);
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h148 // Does this animation/transition involve the given property?
149 virtual bool affectsProperty(int /*property*/) const { return false; }
151 bool isAnimatingProperty(int property, bool acceleratedOnly, bool isRunningNow) const argument
157 return (!waitingToStart() && !postActive()) && affectsProperty(property);
159 return !postActive() && affectsProperty(property);
187 static HashSet<int> animatableShorthandsAffectingProperty(int property);
H A DAnimationController.cpp212 bool AnimationControllerPrivate::isRunningAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const argument
218 return animation->isAnimatingProperty(property, false, isRunningNow);
221 bool AnimationControllerPrivate::isRunningAcceleratedAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const argument
227 return animation->isAnimatingProperty(property, true, isRunningNow);
298 bool AnimationControllerPrivate::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) argument
307 if (compAnim->pauseTransitionAtTime(cssPropertyID(property), t)) {
533 bool AnimationController::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) argument
535 return m_data->pauseTransitionAtTime(renderer, property, t);
538 bool AnimationController::isRunningAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const argument
540 return m_data->isRunningAnimationOnRenderer(renderer, property, isRunningNo
543 isRunningAcceleratedAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const argument
578 supportsAcceleratedAnimationOfProperty(CSSPropertyID property) argument
[all...]
/external/webkit/Source/WebCore/platform/animation/
H A DAnimation.h97 int property() const { return m_property; } function in class:WebCore::Animation
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property) argument
254 return makeString("-|transition", static_cast<char>(property), '-');
323 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform);
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp91 bool WebBindings::getProperty(NPP npp, NPObject* object, NPIdentifier property, NPVariant* result) argument
93 return _NPN_GetProperty(npp, object, property, result);
111 bool WebBindings::hasProperty(NPP npp, NPObject* object, NPIdentifier property) argument
113 return _NPN_HasProperty(npp, object, property);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c54 /* An error getting a property fails the request entirely */
183 "Failed to read property");
210 /* Skip the interface name and the property name */
214 /* Iter will now point to the property's new value */
222 "Failed to set property");
236 char *property; local
242 /* Second argument: property name (DBUS_TYPE_STRING) */
248 dbus_message_iter_get_basic(iter, &property);
251 /* compare property names and
253 if (!os_strncmp(property_dsc->dbus_property, property,
871 wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, const char *path, const char *interface, const char *property) argument
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c89 bta_gattc_attr_type[p_attr->attr_type], p_attr->property);
320 UINT8 property,
330 APPL_TRACE_DEBUG4("handle=%d uuid16=0x%x property=0x%x type=%d", handle, p_uuid->uu.uuid16, property, type);
350 p_attr->property = property;
610 p_rec->property,
643 p_rec->property,
741 tBT_UUID uuid, UINT8 property)
759 p_rec->property
317 bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 handle, tBT_UUID *p_uuid, UINT8 property, tBTA_GATTC_ATTR_TYPE type) argument
739 bta_gattc_add_char_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 decl_handle, UINT16 value_handle, tBT_UUID uuid, UINT8 property) argument
[all...]
H A Dbta_gatts_int.h98 tBTA_GATT_CHAR_PROP property; member in struct:__anon560
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c310 ** property : Characteristic Properties
316 tGATT_PERM perm,tGATT_CHAR_PROP property)
326 if ( ((property & GATT_CHAR_PROP_BIT_AUTH) && !(perm & GATT_WRITE_SIGNED_PERM)) ||
327 ((perm & GATT_WRITE_SIGNED_PERM) && !(property & GATT_CHAR_PROP_BIT_AUTH)) )
329 GATT_TRACE_DEBUG2("Invalid configuration property=0x%x perm=0x%x ", property, perm);
335 property,
315 GATTS_AddCharacteristic(UINT16 service_handle, tBT_UUID *p_char_uuid, tGATT_PERM perm,tGATT_CHAR_PROP property) argument
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp123 /// Generate a USR fragment for an Objective-C property.
368 // The USR for a property declared in a class extension or category is based
908 CXString clang_constructUSR_ObjCProperty(const char *property, argument
912 UG->GenObjCProperty(property);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DResultsElement.java533 public boolean isPropertySet(Object property) { argument
547 public void resetPropertyValue(Object property) { argument
/external/harfbuzz/src/
H A Dharfbuzz-khmer.c483 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/v8/src/
H A Dprettyprinter.cc315 ObjectLiteral::Property* property = node->properties()->at(i); local
317 Visit(property->key());
319 Visit(property->value());
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h127 inline QScriptValuePrivate* property(const QString& name, const QScriptValue::ResolveFlags& mode);
128 inline QScriptValuePrivate* property(const QScriptStringPrivate* name, const QScriptValue::ResolveFlags& mode);
129 inline QScriptValuePrivate* property(quint32 arrayIndex, const QScriptValue::ResolveFlags& mode);
130 inline JSValueRef property(quint32 property, JSValueRef* exception);
131 inline JSValueRef property(JSStringRef property, JSValueRef* exception);
132 inline bool hasOwnProperty(quint32 property);
133 inline bool hasOwnProperty(JSStringRef property);
135 inline QScriptValuePrivate* property(
882 inline QScriptValuePrivate* QScriptValuePrivate::property(const QString& name, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate
888 inline QScriptValuePrivate* QScriptValuePrivate::property(const QScriptStringPrivate* name, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate
893 inline QScriptValuePrivate* QScriptValuePrivate::property(quint32 arrayIndex, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate
902 property(quint32 property, JSValueRef* exception) argument
911 property(JSStringRef property, JSValueRef* exception) argument
921 hasOwnProperty(quint32 property) argument
934 hasOwnProperty(JSStringRef property) argument
946 inline QScriptValuePrivate* QScriptValuePrivate::property(T propertyName, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate
986 setProperty(quint32 property, JSValueRef value, JSPropertyAttributes flags, JSValueRef* exception) argument
1003 setProperty(JSStringRef property, JSValueRef value, JSPropertyAttributes flags, JSValueRef* exception) argument
1014 deleteProperty(quint32 property, JSValueRef* exception) argument
1025 deleteProperty(JSStringRef property, JSValueRef* exception) argument
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSGrammar.y246 %type <integer> property
1284 property ':' maybe_space expr prio {
1302 property error {
1306 property ':' maybe_space error expr prio {
1315 property ':' maybe_space expr prio error {
1327 property ':' maybe_space {
1328 /* div { font-family: } Just reduce away this property with no value. */
1334 property ':' maybe_space error {
1341 property invalid_block {
1347 property label
[all...]
H A DCSSMutableStyleDeclaration.cpp86 const CSSProperty *property = properties[i]; local
87 ASSERT(property);
88 bool important = property->isImportant();
89 if (candidates.contains(property->id())) {
90 if (!important && candidates.get(property->id()))
92 removeProperty(property->id(), false);
94 m_properties.append(*property);
95 candidates.set(property->id(), important);
354 // We need to report background-repeat as it was written in the CSS. If the property is implicit,
450 const CSSProperty* property local
521 const CSSProperty* property = findPropertyWithId(propertyID); local
527 const CSSProperty* property = findPropertyWithId(propertyID); local
533 const CSSProperty* property = findPropertyWithId(propertyID); local
572 setPropertyInternal(const CSSProperty& property, CSSProperty* slot) argument
648 addParsedProperty(const CSSProperty& property) argument
829 const CSSProperty& property = m_properties[n]; local
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp56 // Animated property definitions
292 static void updateCSSForAttribute(SVGSVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value) argument
297 element->addCSSProperty(attribute, property, value.valueAsString());
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp69 static void onFullscreenGtkActiveNotification(GtkWidget* widget, GParamSpec* property, FullscreenVideoController* controller) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java183 * Set a run time property for this DTM instance.
185 * @param property a <code>String</code> value
188 public void setProperty(String property, Object value); argument
572 * standard input, for example), the value of this property is unknown.
587 * it is not known, the value of this property is null.
605 * either "yes" or "no". This property is derived from the optional
617 * property is derived from the XML declaration optionally present at the
642 * it exists. Otherwise this property has no value.
651 * no external subset or if it has no public identifier, this property
757 * declarations processed] property o
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java689 * it exists. Otherwise this property has no value.
1208 * no external subset or if it has no public identifier, this property
2466 * Set a run time property for this DTM instance.
2471 * @param property a <code>String</code> value
2474 public void setProperty(String property, Object value) argument

Completed in 478 milliseconds

1234567891011