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

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 184 bool KeyframeAnimation::hasAnimationForProperty(int property) const
188 if (*it == property)
317 bool KeyframeAnimation::affectsProperty(int property) const
321 if (*it == property)
ImplicitAnimation.cpp 45 , m_transitionProperty(transition->property())
90 // to compare as different to any other style. This ensures that changes to the property
136 // If we have a keyframe animation on this property, this transition is being overridden. The keyframe
206 bool ImplicitAnimation::affectsProperty(int property) const
208 return (m_animatingProperty == property);
  /external/webkit/WebKitTools/QtLauncher/
webpage.cpp 78 QVariant value = view->property("keyboardModifiers");
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 122 local_addr = property(get_local_addr)
127 Setting the property in __init__ won't work because the request
130 remote_addr = property(get_remote_addr)
161 uri = property(get_uri)
166 headers_in = property(get_headers_in)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
FileLabelProvider.java 141 public boolean isLabelProperty(Object element, String property) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 90 public boolean isLabelProperty(Object element, String property) {
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 519 int textlen; /* property string length */
539 /* Compose the property strings. */
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 134 // which can be inferred from the property.
138 KeyframeValueList(AnimatedPropertyID property)
139 : m_property(property)
148 AnimatedPropertyID property() const { return m_property; } function in class:WebCore::KeyframeValueList
  /external/webkit/WebCore/dom/
make_names.pl 138 my ($tag, $property, $value) = @_;
142 # Initialize default property values.
145 if ($property) {
146 die "Unknown property $property for tag $tag\n" if !defined($tags{$tag}{$property});
150 $tags{$tag}{JSInterfaceName} = $value if $property eq "interfaceName" && $tags{$tag}{JSInterfaceName} eq $tags{$tag}{interfaceName};
152 $tags{$tag}{$property} = $value;
158 my ($attr, $property, $value) = @_;
165 if ($property) {
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 477 char *property = NULL; local
484 dbus_message_iter_get_basic(&iter, &property);
490 if (!strncmp(property, properties[i].name, strlen(property)))
500 LOGE("Property type mismatch in get_property: %d, expected:%d, index:%d",
549 void create_prop_array(JNIEnv *env, jobjectArray strArray, Properties *property,
555 char *name = property->name;
556 int prop_type = property->type;
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 138 * Modify the system property used to communicate the version of
139 * this table, for tables which have such a property. (The Settings
144 // Update the system property *first*, so if someone is listening for
146 // the system property will be updated and they'll get the new data.
149 String property = null, table = uri.getPathSegments().get(0); local
151 property = Settings.System.SYS_PROP_SETTING_VERSION;
154 property = Settings.Secure.SYS_PROP_SETTING_VERSION;
158 if (property != null) {
159 long version = SystemProperties.getLong(property, 0) + 1;
160 if (LOCAL_LOGV) Log.v(TAG, "property: " + property + "=" + version)
    [all...]
  /external/icu4c/common/
propname.cpp 23 * Get the next non-ignorable ASCII character from a property name
46 * Get the next non-ignorable EBCDIC character from a property name
69 * Unicode property names and property value names are compared "loosely".
72 * For all property names, property value names, and for property values for
248 * Load the property names data. Caller should check that data is
275 * property names data. If the data is already loaded, avoids an
294 u_getPropertyName(UProperty property,
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveSerializer.java 530 PrimitiveElement property = props.get(i); local
533 if (property.getTagName().equals(ImpsTags.Property)) {
534 name = property.getChildContents(ImpsTags.Name);
535 value = property.getChildContents(ImpsTags.Value);
537 name = property.getTagName();
538 value = property.getContents();
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogManager.java 54 * java.util.logging.manager system property, if the property is unavailable or
70 * "java" command line property definitions, or by system property definitions
79 * If "java.util.logging.config.class" property is not set, or it is invalid, or
81 * "java.util.logging.config.file" system property can be used to specify a
91 * <li>"handlers". This property's values should be a list of class names for
97 * <li>"config". The property defines a list of class names separated by
109 * specified in the property files. The names of these properties will start
120 * the property file. The root logger's level can be defined by the propert
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Lookup.h 43 const char* key; // property name
73 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; }
74 PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; }
97 } property; member in union:JSC::HashEntry::__anon6382
170 * getValueProperty in case of a non-function property, forwarding to parent if
171 * unknown property).
286 * It looks up a hash entry for the property to be set. If an entry
297 if (entry->attributes() & Function) { // function: put as override property
  /external/webkit/WebCore/inspector/front-end/
ConsoleView.js 362 var property = properties[i];
364 if (dotNotation && !/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(property))
368 if (!/^[0-9]+$/.test(property))
369 property = quoteUsed + property.escapeCharacters(quoteUsed + "\\") + quoteUsed;
370 property += "]";
373 if (property.length < prefix.length)
375 if (property.indexOf(prefix) !== 0)
378 results.push(property);
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 32 // eventhough there are inline caches for setting the property
71 // Add a z property to o1 to create a map transition.
  /external/v8/test/mjsunit/
const-eval-init.js 35 // Deleting 'x' removes the local const property.
49 // Delete 'x' to remove the local const property.
  /external/webkit/WebCore/platform/animation/
Animation.h 90 int property() const { return m_property; } function in class:WebCore::Animation
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 91 public boolean isLabelProperty(Object element, String property) {
92 // Property change do not affect the label
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 87 public boolean isLabelProperty(Object element, String property) {
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 95 int property = vPC[2].u.operand; local
103 Identifier& ident = codeBlock->identifier(property);
125 int property = vPC[2].u.operand; local
136 Identifier& ident = codeBlock->identifier(property);
158 int property = vPC[3].u.operand; local
168 Identifier& ident = codeBlock->identifier(property);
196 int property = vPC[2].u.operand; local
197 callFrame->r(dst) = JSValue(JSC::resolveBase(callFrame, callFrame->codeBlock()->identifier(property), callFrame->scopeChain()));
204 int property = vPC[3].u.operand; local
215 Identifier& ident = codeBlock->identifier(property);
895 Identifier& property = codeBlock->identifier(vPC[2].u.operand); local
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 703 // Handle passing in a number to a CSS property
986 // Safari mis-reports the default selected property of a hidden option
987 // Accessing the parent's selectedIndex property fixes it
994 // We can't allow the type property to be changed (since it causes problems in IE)
996 throw "type property can't be changed";
    [all...]
  /bionic/libdl/
Android.mk 13 # we use this property to make sure libc.so has its own copy of the code from
  /external/v8/test/mjsunit/compiler/
property-simple.js 28 // Test for property access

Completed in 1698 milliseconds

1 2 3 45 6 7 8 91011>>