HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 176 - 200 of 769) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/
array-functions-prototype.js 29 // interaction with properties in the prototype chain.
64 // Check that the local object has properties 0 and 1 with the right
95 // Check that the local object has properties 0 through 3 with the
126 // Check that the local object has properties 0 and 1 with the right
object-literal-gc.js 47 // Force normalization of the properties.
53 // Check that the properties have the expected values.
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
null-values.js 1 description('Tests using null values for some of the event properties.');
optional-event-properties.js 1 description('Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.');
  /frameworks/base/core/jni/
android_bluetooth_common.h 100 typedef struct _Properties Properties;
159 jobjectArray parse_properties(JNIEnv *env, DBusMessageIter *iter, Properties *properties,
162 Properties *properties, int max_num_properties);
android_view_Display.cpp 20 #include <cutils/properties.h>
31 #include <cutils/properties.h>
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 117 SLuint32 properties = thiz->mProperties; local
119 *pProperties = properties;
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 121 // Returns the properties class for a specific Camera
123 int CameraProperties::getProperties(int cameraIndex, CameraProperties::Properties** properties)
133 *properties = mCameraProps+cameraIndex;
139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value)
149 ssize_t CameraProperties::Properties::set(const char *prop, int value)
158 const char* CameraProperties::Properties::get(const char * prop)
164 void CameraProperties::Properties::dump()
174 const char* CameraProperties::Properties::keyAt(unsigned int index)
183 const char* CameraProperties::Properties::valueAt(unsigned int index
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 47 HardwarePropertyChooser(Shell parentShell, Map<String, HardwareProperty> properties,
50 mProperties = properties;
76 c.add("No properties");
  /sdk/traceview/src/com/android/traceview/
PropertiesDialog.java 44 public void setProperties(HashMap<String, String> properties) {
45 mProperties = properties;
  /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/
BuildResultsElement.java 21 import org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor;
22 import org.eclipse.ui.views.properties.IPropertyDescriptor;
23 import org.eclipse.ui.views.properties.PropertyDescriptor;
24 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
187 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
205 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 603 Map<String, byte[]> properties = this.getProperties(); local
604 for (String key : properties.keySet()) {
605 byte[] value = properties.get(key);
695 Map<String, byte[]> properties = this.getProperties(); local
696 Collection<String> names = (properties != null ? properties.keySet() : Collections.<String> emptySet());
817 Hashtable<String, byte[]> properties = new Hashtable<String, byte[]>(); local
824 properties.clear();
836 properties.clear();
840 properties.put(name, NO_VALUE)
1176 Map<String, byte[]> properties = this.getProperties(); local
    [all...]
  /external/proguard/build/
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 48 const HashSet<int>& properties() const { return m_properties; } function in class:WebCore::KeyframeValue
58 HashSet<int> m_properties; // The properties specified in this keyframe.
93 HashSet<int> m_properties; // the properties being animated
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 42 revision: parseInt(build.properties.first(function(property) { return property[0] === "got_revision"; })[1], 10),
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 33 /* list of methods, properties and signals registered with object */
36 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
41 /* argument for method handlers and properties
108 #define WPA_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
  /frameworks/base/cmds/system_server/library/
system_init.cpp 27 #include <cutils/properties.h>
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 18 #include <cutils/properties.h>
  /hardware/msm7k/dspcrashd/
dspcrashd.c 36 #include <cutils/properties.h>
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
FlagValueCompleter.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
XmlProperty.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
38 import org.eclipse.ui.views.properties.IPropertyDescriptor;
235 public Property getComposite(Property[] properties) {
236 return XmlPropertyComposite.create(properties);
  /system/core/toolbox/
watchprops.c 5 #include <cutils/properties.h>
  /system/netd/
IdletimerController.cpp 83 #include <cutils/properties.h>

Completed in 459 milliseconds

1 2 3 4 5 6 78 91011>>