HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 151 - 175 of 550) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 18 #include <cutils/properties.h>
  /hardware/msm7k/dspcrashd/
dspcrashd.c 36 #include <cutils/properties.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 30 import org.eclipse.ui.views.properties.IPropertyDescriptor;
  /system/core/nexus/
TiwlanWifiController.cpp 25 #include <cutils/properties.h>
  /system/core/toolbox/
watchprops.c 5 #include <cutils/properties.h>
  /external/v8/test/mjsunit/
const-redecl.js 54 // delete to get rid of any added properties.
56 // Collect the global properties before the call.
57 var properties = [];
58 for (var key in this) properties.push(key);
74 // Get rid of any introduced global properties before
77 if (properties.indexOf(key) == -1) delete this[key];
array-pop.js 62 // Check that pop works on inherited properties.
85 // Check that pop works on inherited properties for
110 // Check that pop works on inherited properties for
object-literal-overwrite.js 28 // Check that constants and computed properties are overwriting each other
88 // Check that the initializers of computed properties are executed, even if
  /external/webkit/Source/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;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 128 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
132 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
145 * Iterates over all methods, signals, and properties registered with an
155 extract_interfaces_properties(list, obj_dsc->properties);
243 * Iterates over all methods, signals and properties registered with
dbus_new_helpers.c 134 * get_all_properties - Responds for GetAll properties calls on object
136 * @interface: interface name which properties will be returned
137 * @property_dsc: list of object's properties
138 * Returns: Message with dict of variants as argument with properties values
140 * Iterates over all properties registered with object and execute getters
143 * with properties names as keys and theirs values as values.
163 props_num = fill_dict_with_properties(&dict_iter, obj_dsc->properties,
172 "No readable properties in "
260 property_dsc = obj_dsc->properties;
385 * of the special cases i.e. introspection call or properties get/getall/se
    [all...]
  /sdk/build/
tools.atree 26 sdk/files/tools_source.properties tools/source.properties
78 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
139 external/proguard/src/proguard/ant/task.properties tools/proguard/ant/task.properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 305 * Initializes a new project with a target. This creates the <code>project.properties</code>
322 ProjectPropertiesWorkingCopy properties = null; local
325 properties = state.getProperties().makeWorkingCopy();
328 if (properties == null) {
335 properties = ProjectProperties.create(location.toOSString(), PropertyType.PROJECT);
339 properties.setProperty(ProjectProperties.PROPERTY_TARGET, target.hashString());
340 properties.save();
365 // load the project.properties from the project folder.
374 ProjectProperties properties = ProjectProperties.load(projectLocation, local
376 if (properties == null)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 672 PointerProperties properties = new PointerProperties(); local
674 assertEquals(MotionEvent.INVALID_POINTER_ID, properties.id);
675 assertEquals(MotionEvent.TOOL_TYPE_UNKNOWN, properties.toolType);
679 PointerProperties properties = new PointerProperties(); local
680 properties.id = 1;
681 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE;
683 PointerProperties copy = new PointerProperties(properties);
689 PointerProperties properties = new PointerProperties(); local
690 properties.id = 1;
691 properties.toolType = MotionEvent.TOOL_TYPE_MOUSE
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 132 Local<Object> NewObject(Handle<Value> properties) const {
133 DBG("Type::NewObjext(properties) EX:");
134 return Constructor()->NewInstance(1, &properties);
244 Handle<Array> properties = Array::New(descriptor->field_count()); local
276 properties->Set(i, value);
280 return NewObject(properties);
404 Handle<Array> properties = to_array->Call(src, 0, NULL).As<Array>(); local
407 Handle<Value> value = properties->Get(i);
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 821 .console-group-messages .section .properties li .info {
863 .console-formatted-object .properties, .console-formatted-node .properties {
1381 .section .properties, .event-bar .event-properties {
1385 .section.expanded .properties, .event-bar.expanded .event-properties {
1390 .section.no-affect .properties li {
1394 .section.no-affect .properties li.editing {
1398 .properties-tree
    [all...]
ConsoleView.js 376 function evaluatedProperties(properties)
380 for (var i = 0; properties && i < properties.length; ++i)
381 propertyNames[properties[i].name] = true;
398 _reportCompletions: function(bestMatchOnly, completionsReadyCallback, dotNotation, bracketNotation, prefix, properties) {
407 properties.sort();
409 for (var i = 0; i < properties.length; ++i) {
410 var property = properties[i];
549 // There is no expression, so the completion should happen against global properties.
658 _printArray: function(elem, properties)
    [all...]
  /ndk/build/core/
add-application.mk 63 # check whether APP_PLATFORM is defined. If not, look for project.properties in
69 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties))
71 # NOTE: project.properties was called default.properties before
72 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
  /external/v8/src/
mirror-debugger.js 165 // Different kind of properties.
614 * properties are requested
627 // Find all the named properties.
633 // Get names for named interceptor properties if any.
644 // Find all the indexed properties.
650 // Get names for indexed interceptor properties.
665 // Copy names for named properties.
672 // Copy names for indexed properties.
684 * Return the properties for this object as an array of PropertyMirror objects.
686 * properties are requeste
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 50 const GDBusPropertyTable *properties; member in struct:interface_data
502 const GDBusPropertyTable *properties,
512 iface->properties = properties;
676 const GDBusPropertyTable *properties,
692 properties, user_data, destroy);
  /external/emma/core/java12/com/vladium/logging/
Logger.java 16 import java.util.Properties;
569 final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.getClassLoader ()); typedefs
575 final String _level = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_LEVEL,
584 final String _filter = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_FILTER);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 48 public List<Property> properties = new ArrayList<Property>(); field in class:ViewNode
171 properties.add(property);
180 Collections.sort(properties, new Comparator<ViewNode.Property>() {
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PropertyViewer.java 66 for (Property property : mSelectedNode.viewNode.properties) {
124 return mSelectedNode.viewNode.properties
125 .toArray(new Property[mSelectedNode.viewNode.properties.size()]);
  /device/samsung/tuna/audio/
ril_interface.c 24 #include <cutils/properties.h>
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 79 #define IN_PROPERTIES( pos ) (buffer->in_string[(pos)].properties)

Completed in 2398 milliseconds

1 2 3 4 5 67 8 91011>>