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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/cmds/dumpstate/
dumpstate.c 29 #include <cutils/properties.h>
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 4 #include <cutils/properties.h>
  /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/
NuHTTPDataSource.cpp 7 #include <cutils/properties.h>
  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 27 #include <cutils/properties.h>
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 22 #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 63 # check whether APP_PLATFORM is defined. If not, look for default.properties in
71 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 17 package com.android.ide.eclipse.adt.internal.properties;
46 * "Properties".
131 // simply update the properties copy. Eclipse will be notified of the file change
183 // make a working copy of the 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...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 43 import java.util.Properties;
135 Properties properties = new Properties(); local
136 properties.setProperty("javax.sip.STACK_NAME", getStackName());
137 properties.setProperty(
142 properties.setProperty("javax.sip.OUTBOUND_PROXY", outboundProxy
145 SipStack stack = mSipStack = sipFactory.createSipStack(properties);
    [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,
  /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.
  /external/qemu/
android-configure.sh 158 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties

Completed in 452 milliseconds

1 2 3 4 5 6 7 891011>>