/frameworks/base/cmds/rawbu/ |
backup.cpp | 19 #include <cutils/properties.h>
|
/frameworks/base/libs/rs/driver/ |
rsdGL.cpp | 26 #include <cutils/properties.h>
|
/frameworks/base/libs/utils/ |
Threads.cpp | 24 #include <cutils/properties.h>
|
/frameworks/base/media/libstagefright/ |
CameraSource.cpp | 32 #include <cutils/properties.h>
|
NuCachedSource2.cpp | 24 #include <cutils/properties.h>
|
/frameworks/base/media/libstagefright/httplive/ |
LiveSession.cpp | 28 #include <cutils/properties.h>
|
/frameworks/base/services/sensorservice/ |
SensorService.cpp | 21 #include <cutils/properties.h>
|
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | 30 #include <cutils/properties.h> [all...] |
/system/core/debuggerd/ |
debuggerd.c | 34 #include <cutils/properties.h>
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
popuplib.js | 27 // OpenID libraries can often discover these properties
|
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 5878 HB_UInt* properties = gpos->LookupList.Properties; local 5954 HB_UInt* properties; local 5989 HB_UInt* properties; local [all...] |
/external/v8/src/ |
parser.cc | 505 // Properties count estimation. 508 // Keeps track of assignments to properties of this. Used for 879 // Returns true if the expressions appear to denote different properties 3335 ZoneList<ObjectLiteral::Property*>* properties = local [all...] |
date.js | 38 // Keep reference to original values of some global properties. This 40 // changes to these properties. 1041 // Setup non-enumerable properties of the Date object itself.
|
runtime.cc | 116 // Deep copy local properties. 118 FixedArray* properties = copy->properties(); local 119 for (int i = 0; i < properties->length(); i++) { 120 Object* value = properties->get(i); 126 properties->set(i, result); 315 // slow properties mode for now. We don't go in the map cache because 330 // Add the constant properties to the boilerplate. 335 // Normalize the properties of object to avoid n^2 behavior 336 // when extending the object multiple properties. Indicate the number o 1479 FixedArray* properties = global->properties(); local 1577 FixedArray* properties = context_ext->properties(); local [all...] |
/external/v8/test/mjsunit/ |
array-reduce.js | 389 // Ignore non-array properties:
|
strict-mode.js | 166 // Duplicate data properties. 177 // Non-conflicting data properties. 344 // object literal properties [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 284 menu->addAction(tr("Properties"), this, SLOT(properties())); 1592 void Peers::properties() function in class:Peers [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 50 import org.eclipse.ui.views.properties.IPropertyDescriptor; 51 import org.eclipse.ui.views.properties.IPropertySource; [all...] |
/frameworks/base/services/input/ |
InputReader.cpp | 3902 PointerProperties& properties = mCurrentCookedPointerData.pointerProperties[i]; local 4911 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index]; local 4923 const PointerProperties& properties = mPointerGesture.lastGestureProperties[index]; local [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 108 // This function is safe to call if the receiver has fast properties. 136 // Load properties array. 137 Register properties = r0; local 138 __ mov(properties, FieldOperand(receiver, JSObject::kPropertiesOffset)); 140 // Check that the properties array is a dictionary. 141 __ cmp(FieldOperand(properties, HeapObject::kMapOffset), 160 // property. It's true even if some slots represent deleted properties 163 // r0 points to properties hash. 167 __ mov(index, FieldOperand(properties, kCapacityOffset)); 180 __ mov(entity_name, Operand(properties, index, times_half_pointer_size [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 83 // This function is safe to call if the receiver has fast properties. 111 // Load properties array. 112 Register properties = r0; local 113 __ movq(properties, FieldOperand(receiver, JSObject::kPropertiesOffset)); 115 // Check that the properties array is a dictionary. 116 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset), 135 // property. It's true even if some slots represent deleted properties 138 // r0 points to properties hash. 142 __ SmiToInteger32(index, FieldOperand(properties, kCapacityOffset)); 154 __ movq(entity_name, Operand(properties, index, times_pointer_size [all...] |
/external/libxslt/libxslt/ |
transform.c | [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
|