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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 311 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform);
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 1508 InputMethodInfo property = immis.get(i); local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 154 public boolean isLabelProperty(Object element, String property) {
ThreadPanel.java 173 public boolean isLabelProperty(Object element, String property) {
DevicePanel.java 274 public boolean isLabelProperty(Object element, String property) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java     [all...]
  /external/icu4c/tools/genpname/
preparse.pl 17 # TODO: The Property[Value]Alias.txt files state that they can support
18 # more than 2 names per property|value. Currently (Unicode 3.2) there
29 # pseudo-property gcm/General_Category_Mask, which corresponds to the
30 # uchar.h property UCHAR_GENERAL_CATEGORY_MASK. This property
36 # SyntheticPropertyAliases.txt, containing property aliases not
68 # Used to make "n/a" property [value] aliases (Unicode or Synthetic) unique
73 # Top level property keys for binary, enumerated, string, and double props
105 # properties weren't seen, don't complain about the property values
109 # Additional property aliases beyond short and long names
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 230 // well-behaved (acts like a normal property), so it should work.
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 564 // Append the property name.
585 // This only occurs when get an undefined value for an object property.
586 // In this case we don't want the separator and property name that we
634 JSValue callReviver(JSObject* thisObj, JSValue property, JSValue unfiltered)
636 JSValue args[] = { property, unfiltered };
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 465 // results. We already know one issue because td elements ignore their display property
616 const CSSProperty& property = *it; local
617 sourceDocumentStyle->removeProperty(property.id());
    [all...]
CompositeEditCommand.cpp 373 void CompositeEditCommand::removeCSSProperty(PassRefPtr<CSSMutableStyleDeclaration> style, CSSPropertyID property)
375 applyCommandToComposite(RemoveCSSPropertyCommand::create(document(), style, property));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 191 // Sets operator alpha property by retrieving from build-time system property
195 // Sets operator numeric property by retrieving from build-time system property
199 // Sets iso country property by retrieving from build-time system property
684 // TODO: The default value of voicemail number should be read from a system property
    [all...]
  /frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp 403 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value)
405 LOGV("setSystemProperty() property %s, value %s", property, value);
406 if (strcmp(property, "ro.camera.sound.forced") == 0) {
    [all...]
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 1850 char property[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/bluetooth/bluez/src/
device.c 420 const char *property; local
428 dbus_message_iter_get_basic(&iter, &property);
435 if (g_str_equal("Trusted", property)) {
443 } else if (g_str_equal("Alias", property)) {
    [all...]
  /external/v8/src/
runtime.js 380 // Get an array of property keys for the given object. Used in
388 // has a property with the given key; return the key as a string if
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 227 public boolean isLabelProperty(Object element, String property) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 209 public boolean isLabelProperty(Object element, String property) {
  /external/v8/tools/
splaytree.js 37 * search tree with the additional property that recently accessed
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 201 //Change the system property
427 setSystemProperty(String property, String value) {
428 super.setSystemProperty(property, value);
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/gtest/src/
gtest.cc 3167 const TestProperty& property = property_node->element(); local
    [all...]
  /external/v8/benchmarks/
splay.js 124 * search tree with the additional property that recently accessed

Completed in 1627 milliseconds

1 2 3 4 5 6 7 8 91011>>