/system/core/adb/ |
sysdeps.h | 261 #include <cutils/properties.h>
|
/system/core/libnetutils/ |
dhcpclient.c | 33 #include <cutils/properties.h>
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 23 #include <cutils/properties.h>
|
/system/core/nexus/ |
Supplicant.cpp | 24 #include <cutils/properties.h>
|
/system/vold/ |
Volume.cpp | 33 #include <cutils/properties.h>
|
/external/emma/lib/ |
emma.jar | |
/external/libxml2/include/libxml/ |
tree.h | 464 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode 490 * Set of properties of the document as found by the parser 545 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc [all...] |
/external/v8/src/ |
heap-profiler.cc | 113 // If 'properties' and 'elements' are non-empty (thus, non-shared), 115 if (obj->properties() != HEAP->empty_fixed_array()) { 116 size += obj->properties()->Size(); 148 // This covers the case of 'elements' and 'properties' of JSObject, [all...] |
objects-inl.h | [all...] |
ast.h | 255 // Type feedback information for assignments and properties. 920 // about an object literal's properties from the parser 952 ZoneList<Property*>* properties, 960 properties_(properties), 969 ZoneList<Property*>* properties() const { return properties_; } function in class:v8::internal::ObjectLiteral [all...] |
string.js | 183 // lastMatchArray without erroneously affecting the properties on the global 415 // Use the apply argument as backing for global RegExp properties.
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 283 // With this number of properties the object perfectly wraps around if the
|
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | [all...] |
/libcore/ |
JavaLibrary.mk | 120 TMP_RESOURCE_FILE := org/apache/harmony/luni/tests/java/lang/test\#.properties
|
/external/libxml2/ |
debugXML.c | 309 (node != (xmlNodePtr) node->parent->properties)) 914 if (node->content == (xmlChar *) &(node->properties)) 1024 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL)) 1025 xmlCtxtDumpAttrList(ctxt, node->properties); [all...] |
xmlschemas.c | 151 * Macros to query common properties of components. [all...] |
/external/harfbuzz/src/ |
harfbuzz-shaper.cpp | 585 HB_OpenTypeShape(shaper_item, /*properties*/0); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
StylesSidebarPane.js | 268 // Walk the node structure and identify styles with inherited properties. 312 // Walk the style rules and make a list of all used and overloaded properties. 340 // properties so they are visible in computed style. 351 // Add all the properties found in this style to the used properties list. 352 // Do this here so only future rules are affect by properties used in this rule. 358 // Walk the properties again and account for !important. 388 // Walk the style rules and update the sections with new overloaded and used properties. 459 var properties = style.allProperties; 460 for (var i = 0; i < properties.length; ++i) [all...] |
/development/tools/emulator/opengl/system/gralloc/ |
gralloc.cpp | 32 #include <cutils/properties.h>
|
/external/bluetooth/bluez/attrib/ |
gatt.c | 293 chars->properties = value[2];
|
interactive.c | 207 printf("handle: 0x%04x, char properties: 0x%02x, char value " 209 chars->properties, chars->value_handle,
|
/external/chromium/chrome/browser/resources/ |
menu.js | 50 * properties. This is created from menu model in C code. See 333 * @param {Object} attrs The menu item's properties passed from C++.
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 37 #include <cutils/properties.h> // for property_get [all...] |
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.cpp | 358 PropertyNameArray properties(exec); 359 object->getPropertyNames(exec, properties); 360 PropertyNameArray::const_iterator it = properties.begin(); 364 while(it != properties.end()) { [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 26 #include <cutils/properties.h>
|