/system/core/debuggerd/x86/ |
machine.c | 32 #include <cutils/properties.h>
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 8 #include <cutils/properties.h>
|
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 30 #include <cutils/properties.h> 40 static Properties remote_device_properties[] = { 60 static Properties adapter_properties[] = { 74 static Properties input_properties[] = { 78 static Properties pan_properties[] = { 84 static Properties health_device_properties[] = { 88 static Properties health_channel_properties[] = { 564 int get_property(DBusMessageIter iter, Properties *properties, 580 if (!strncmp(property, properties[i].name, strlen(property)) [all...] |
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);
|
/external/v8/test/mjsunit/ |
object-create.js | 29 // We do not support nonconfigurable properties on objects so that is not 69 // Simple object with prototype, no properties added. 73 // Simple object with object with prototype, no properties added. 89 // Ensure by default properties are not writable. 151 // Instead of a plain props object, let's use getters to return its properties. 163 // We shouldn't throw the exception for an ambiguous properties object 223 // Ensure that only enumerable own properties on the descriptor are used.
|
mirror-error.js | 57 // Check the mirror properties. 69 for (var i in fromJSON.properties) { 70 var p = fromJSON.properties[i];
|
object-get-own-property-names.js | 54 // Check that non-enumerable properties are being returned. 64 // Check that no proto properties are returned. 72 // Check that getter properties are returned.
|
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
PropertiesTest.java | 38 import java.util.Properties; 46 Properties tProps; 51 * @tests java.util.Properties#Properties() 54 // Test for method java.util.Properties() 55 Properties p = new Properties(); 58 assertTrue("Created incorrect Properties", true); 62 Properties p = new Properties(); 86 Properties properties = new Properties(systemProperties); local 570 Properties properties = new Properties(); local 627 Properties properties = new Properties(defaults); local [all...] |
/external/chromium/chrome/common/ |
json_schema_validator.cc | 291 DictionaryValue* properties = NULL; local 292 schema->GetDictionary("properties", &properties); 293 if (properties) { 294 for (DictionaryValue::key_iterator key = properties->begin_keys(); 295 key != properties->end_keys(); ++key) { 298 CHECK(properties->GetDictionary(*key, &prop_schema)); 304 // Properties are required unless there is an optional field set to 319 // Validate additional properties. 322 if (properties && properties->HasKey(*key) [all...] |
/external/openssl/crypto/asn1/ |
charmap.pl | 10 # RFC2253 character properties 68 * Mask of various character properties
|
/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.');
|
/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;
|
/system/media/wilhelm/src/itf/ |
IPlaybackRate.c | 117 SLuint32 properties = thiz->mProperties; local 119 *pProperties = properties;
|
/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 | 32 /* list of methods, properties and signals registered with object */ 35 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc 40 /* argument for method handlers and properties 111 #define WPA_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
|
/frameworks/base/cmds/system_server/library/ |
system_init.cpp | 31 #include <cutils/properties.h>
|
/frameworks/base/libs/ui/ |
GraphicLog.cpp | 21 #include <cutils/properties.h>
|
/frameworks/base/opengl/libs/GLES2/ |
gl2.cpp | 27 #include <cutils/properties.h>
|