HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 201 - 225 of 339) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 27 #include <cutils/properties.h>
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 27 #include <cutils/properties.h> // for property_get
  /frameworks/base/media/libstagefright/
CameraSource.cpp 22 #include <cutils/properties.h> // for property_get
  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 27 #include <cutils/properties.h>
  /hardware/libhardware_legacy/qemu/
qemu.c 23 #include <cutils/properties.h>
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c 31 #include <cutils/properties.h>
  /ndk/build/core/
add-application.mk 45 # check whether APP_PLATFORM is defined. If not, look for default.properties in
53 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
  /system/core/libcutils/
properties.c 17 #define LOG_TAG "properties"
26 #include <cutils/properties.h>
112 * to set/get/list properties. The file descriptor is shared by all
127 * Connect to the properties server.
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
tiwlan_loader.c 40 #include <cutils/properties.h>
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
tiwlan_loader.c 31 #include <cutils/properties.h>
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 144 // is a super-fast way to populate an object with array-like properties
311 // as properties will not be copied (such as the
612 // exclude the following css properties to add px
734 // A method for quickly swapping in/out CSS properties to get correct calculations
    [all...]
  /external/v8/src/
heap.cc 2449 Object* properties = AllocateFixedArray(prop_size, pretenure); local
2588 FixedArray* properties = FixedArray::cast(source->properties()); local
2627 Object* properties = AllocateFixedArray(prop_size, TENURED); local
    [all...]
parser.cc 207 // Populate the constant properties fixed array for a materialized object
210 ZoneList<ObjectLiteral::Property*>* properties,
216 void BuildArrayLiteralBoilerplateLiterals(ZoneList<Expression*>* properties,
742 // Properties count estimation.
3528 ZoneListWrapper<ObjectLiteral::Property> properties = local
4094 ZoneListWrapper<ObjectLiteral::Property> properties = local
    [all...]
bootstrapper.cc 243 // Migrates all properties from the 'from' object to the 'to'
1434 Handle<StringDictionary> properties = local
    [all...]
heap-profiler.cc 111 // If 'properties' and 'elements' are non-empty (thus, non-shared),
113 if (FixedArray::cast(obj->properties())->length() != 0) {
114 size += obj->properties()->Size();
146 // This covers the case of 'elements' and 'properties' of JSObject,
ast.h 789 // about an object literal's properties from the parser
818 ZoneList<Property*>* properties,
824 properties_(properties) {}
829 virtual bool IsLeaf() { return properties()->is_empty(); }
834 ZoneList<Property*>* properties() const { return properties_; } function in class:v8::internal::ObjectLiteral
1040 // Synthetic properties are property lookups introduced by the system,
1042 // properties should use the global object as receiver, not the base object
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 137 // Accessor properties
243 // Data properties
487 // Defining properties null should fail even when we have
array-concat.js 78 // Non-numeric properties on the prototype or the array shouldn't get
mirror-script.js 43 // Check the mirror properties.
mirror-unresolved-function.js 55 // Check the mirror properties for unresolved functions.
value-wrapper.js 120 // Run test after properties have been set to a different value.
  /dalvik/libcore/
JavaLibrary.mk 93 TMP_RESOURCE_FILE := org/apache/harmony/luni/tests/java/lang/test\#.properties
  /dalvik/libcore/luni/src/main/java/java/util/
Properties.java 55 * A {@code Properties} object is a {@code Hashtable} where the keys and values
57 * {@code Properties} list which specifies the default
58 * values to be used when a given key is not found in this {@code Properties}
64 public class Properties extends Hashtable<Object, Object> {
70 private static final String PROP_DTD_NAME = "http://java.sun.com/dtd/properties.dtd";
73 + " <!ELEMENT properties (comment?, entry*) >"
74 + " <!ATTLIST properties version CDATA #FIXED \"1.0\" >"
80 * The default values for keys not found in this {@code Properties}
83 protected Properties defaults;
89 * Constructs a new {@code Properties} object
    [all...]
  /external/qemu/
android-configure.sh 158 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties
  /external/bluetooth/bluez/src/
main.c 48 #include <cutils/properties.h>

Completed in 532 milliseconds

1 2 3 4 5 6 7 891011>>