/system/vold/ |
Volume.cpp | 33 #include <cutils/properties.h>
|
/external/emma/lib/ |
emma.jar | |
/external/v8/src/ |
heap.cc | 3789 Object* properties; local 4056 FixedArray* properties = FixedArray::cast(source->properties()); local 4103 Object* properties; local 4157 Object* properties; local [all...] |
ast.cc | 247 for (int i = properties()->length() - 1; i >= 0; i--) { 248 ObjectLiteral::Property* property = properties()->at(i); [all...] |
ast.h | 341 // Type feedback information for assignments and properties. 1352 ZoneList<Property*>* properties() const { return properties_; } function in class:v8::internal::ObjectLiteral [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar | |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
org.eclipse.equinox.util_1.0.200.v20100503.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/openfst/src/include/fst/ |
queue.h | 532 // queue discipline for a given FST based on its properties. 547 // First check if the FST is known to have these properties. 548 uint64 props = fst.Properties(kAcyclic | kCyclic | 556 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { 560 uint64 properties; local 562 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &properties); 568 if (distance && (Weight::Properties() & kPath)) { 714 if (!(Weight::Properties() & kIdempotent) || 722 if (!(Weight::Properties() & kIdempotent) ||
|
/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...] |
/gdk/build/core/ |
add-application.mk | 63 # check whether APP_PLATFORM is defined. If not, look for default.properties in
|
/external/libxml2/ |
debugXML.c | 311 (node != (xmlNodePtr) node->parent->properties)) 916 if (node->content == (xmlChar *) &(node->properties)) 1026 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL)) 1027 xmlCtxtDumpAttrList(ctxt, node->properties); [all...] |
xmlschemas.c | 151 * Macros to query common properties of components. [all...] |
/external/libsepol/src/ |
policydb.c | 2191 uint32_t properties; local [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Maps.java | 51 import java.util.Properties; 685 * Creates an {@code ImmutableMap<String, String>} from a {@code Properties} 686 * instance. Properties normally derive from {@code Map<Object, Object>}, but 688 * a plain-old-{@code Map} out of a {@code Properties}. 690 * @param properties a {@code Properties} object to be converted 691 * @return an immutable map containing all the entries in {@code properties} 692 * @throws ClassCastException if any key in {@code Properties} is not a {@code 694 * @throws NullPointerException if any key or value in {@code Properties} is 697 @GwtIncompatible("java.util.Properties") [all...] |
/external/harfbuzz/src/ |
harfbuzz-shaper.cpp | 587 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...] |
/device/moto/stingray/whisper/ |
Whisper_AccyMain.c | 39 #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++.
|