HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 51 - 75 of 351) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 36 import java.util.Properties;
54 GpsXtraDownloader(Context context, Properties properties) {
57 // read XTRA servers from the Properties object
59 String server1 = properties.getProperty("XTRA_SERVER_1");
60 String server2 = properties.getProperty("XTRA_SERVER_2");
61 String server3 = properties.getProperty("XTRA_SERVER_3");
  /ndk/build/tools/
dev-cleanup.sh 68 clean_file $1/local.properties
  /sdk/emulator/tools/
qemu-props.c 17 /* this program is used to read a set of system properties and their values
19 * system. It does so by connecting to the 'boot-properties' qemud service.
36 #include <cutils/properties.h>
42 #define QEMUD_SERVICE "boot-properties"
55 qemud_fd = qemud_channel_open( "boot-properties" );
88 /* lone NUL-byte signals end of properties */
114 DD("exiting (%d properties set).", count);
  /system/core/libcutils/
process_name.c 19 #include <cutils/properties.h>
  /system/core/libsysutils/src/
ServiceManager.cpp 7 #include <cutils/properties.h>
  /system/core/nexus/
OpenVpnController.cpp 23 #include <cutils/properties.h>
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 135 PropertyNameArray properties(exec);
136 asObject(args.at(0))->getOwnPropertyNames(exec, properties, IncludeDontEnumProperties);
138 size_t numProperties = properties.size();
140 names->push(exec, jsOwnedString(exec, properties[i].ustring()));
149 PropertyNameArray properties(exec);
150 asObject(args.at(0))->getOwnPropertyNames(exec, properties);
152 size_t numProperties = properties.size();
154 keys->push(exec, jsOwnedString(exec, properties[i].ustring()));
247 return throwError(exec, TypeError, "Properties can only be defined on Objects.");
261 static JSValue defineProperties(ExecState* exec, JSObject* object, JSObject* properties)
    [all...]
  /external/gtest/test/
gtest_stress_test.cc 69 void ExpectKeyAndValueWereRecordedForId(const List<TestProperty>& properties,
73 const ListNode<TestProperty>* node = properties.FindIf(matches_key);
  /external/protobuf/gtest/test/
gtest_stress_test.cc 67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties,
71 const TestProperty* property = properties.FindIf(matches_key);
  /external/v8/test/mjsunit/
mirror-array.js 57 // Check the mirror properties.
85 // Check that the serialization contains all indexed properties and the length property.
87 for (var i = 0; i < fromJSON.properties.length; i++) {
88 if (fromJSON.properties[i].name == 'length') {
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
93 var index = parseInt(fromJSON.properties[i].name);
97 // This test assumes that the order of the indexeed properties is in the
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
107 // Check that the serialization contains all names properties
    [all...]
mirror-regexp.js 68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
51 // setter and getter properties to the object.
  /external/webkit/WebCore/bindings/v8/
V8Collection.h 80 // Search local callback properties next to find IDL defined
81 // properties.
103 // Get an array containing the names of indexed properties of HTMLSelectElement and HTMLFormElement.
109 v8::Handle<v8::Array> properties = v8::Array::New(length); local
113 properties->Set(integer, integer);
115 return properties;
118 // Get an array containing the names of indexed properties in a collection.
124 v8::Handle<v8::Array> properties = v8::Array::New(length); local
128 properties->Set(integer, integer);
130 return properties;
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 115 Map<String, String> properties = mAvdInfo.getProperties(); local
116 if (properties != null) {
117 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME);
122 String sdcard = properties.get(AvdManager.AVD_INI_SDCARD_SIZE);
124 sdcard = properties.get(AvdManager.AVD_INI_SDCARD_PATH);
131 HashMap<String, String> copy = new HashMap<String, String>(properties);
HardwarePropertyChooser.java 46 HardwarePropertyChooser(Shell parentShell, Map<String, HardwareProperty> properties,
49 mProperties = properties;
74 c.add("No properties");
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 30 #include <cutils/properties.h>
40 static Properties remote_device_properties[] = {
58 static Properties adapter_properties[] = {
476 int get_property(DBusMessageIter iter, Properties *properties,
492 if (!strncmp(property, properties[i].name, strlen(property)))
500 type = properties[*prop_index].type;
551 void create_prop_array(JNIEnv *env, jobjectArray strArray, Properties *property,
589 jobjectArray parse_properties(JNIEnv *env, DBusMessageIter *iter, Properties *properties,
    [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp 630 /* The comment to the left defines all valid value of this properties as defined
634 /* All the CSS properties are not supported by the renderer at the moment.
635 * Note that all the CSS2 Aural properties are only checked, if CSS_AURAL is defined
703 /* Start of supported CSS properties with validation. This is needed for parseShorthand to work
808 const int properties[2] = { CSSPropertyWebkitBorderHorizontalSpacing, local
812 if (!parseValue(properties[0], important))
815 addProperty(properties[1], value, important);
820 if (!parseValue(properties[0], important) || !parseValue(properties[1], important))
1307 const int properties[5] = { CSSPropertyWebkitMarqueeDirection, CSSPropertyWebkitMarqueeIncrement, local
1464 const int properties[2] = { CSSPropertyWebkitMarginTopCollapse, local
1617 const int properties[] = { CSSPropertyBackgroundImage, CSSPropertyBackgroundRepeat, local
1623 const int properties[] = { CSSPropertyWebkitMaskImage, CSSPropertyWebkitMaskRepeat, local
1631 const int properties[3] = { CSSPropertyBorderWidth, CSSPropertyBorderStyle, local
1638 const int properties[3] = { CSSPropertyBorderTopWidth, CSSPropertyBorderTopStyle, local
1645 const int properties[3] = { CSSPropertyBorderRightWidth, CSSPropertyBorderRightStyle, local
1652 const int properties[3] = { CSSPropertyBorderBottomWidth, CSSPropertyBorderBottomStyle, local
1659 const int properties[3] = { CSSPropertyBorderLeftWidth, CSSPropertyBorderLeftStyle, local
1666 const int properties[3] = { CSSPropertyOutlineWidth, CSSPropertyOutlineStyle, local
1673 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, local
1680 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, local
1687 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, local
1694 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, local
1701 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, local
1715 const int properties[3] = { CSSPropertyListStyleType, CSSPropertyListStylePosition, local
1720 const int properties[2] = { CSSPropertyWebkitColumnWidth, CSSPropertyWebkitColumnCount }; local
1724 const int properties[3] = { CSSPropertyWebkitColumnRuleWidth, CSSPropertyWebkitColumnRuleStyle, local
1729 const int properties[2] = { CSSPropertyWebkitTextStrokeWidth, CSSPropertyWebkitTextStrokeColor }; local
1948 const int properties[] = { CSSPropertyWebkitAnimationName, local
2008 const int properties[] = { CSSPropertyWebkitTransitionProperty, local
    [all...]
  /development/build/
sdk.atree 50 development/sdk/plat_tools_source.properties platform-tools/source.properties
57 development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
82 # Platform SDK properties
83 sdk/files/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
128 development/sdk/doc_source.properties docs/source.properties
144 development/samples/source.properties samples/${PLATFORM_NAME}/source.propertie
    [all...]
  /external/v8/src/
apinatives.js 94 var properties = %GetTemplateField(data, kApiPropertyListOffset);
95 if (properties) {
99 for (var i = 0; i < properties[0]; i += 3) {
100 var name = properties[i + 1];
101 var prop_data = properties[i + 2];
102 var attributes = properties[i + 3];
  /external/webkit/WebCore/bindings/v8/custom/
V8StorageCustom.cpp 42 // Get an array containing the names of indexed properties in a collection.
47 v8::Handle<v8::Array> properties = v8::Array::New(length); local
52 properties->Set(v8::Integer::New(i), v8String(key));
55 return properties;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 24 import org.eclipse.ui.views.properties.IPropertyDescriptor;
25 import org.eclipse.ui.views.properties.IPropertySheetPage;
26 import org.eclipse.ui.views.properties.IPropertySource;
  /external/proguard/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
84 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
  /external/webkit/WebCore/bridge/
testM.js 3 myInterface.logMessage ("Testing properties:");
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 204 * Returns a sorted map of the properties of this packer.
206 * @return the properties of the packer.
208 SortedMap<String, String> properties();
285 * Returns a sorted map of the properties of this unpacker.
287 * @return the properties of unpacker.
289 SortedMap<String, String> properties();
  /sdk/build/
tools.atree 26 sdk/files/tools_source.properties tools/source.properties
63 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini

Completed in 712 milliseconds

1 23 4 5 6 7 8 91011>>