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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /external/v8/src/
prettyprinter.cc 263 for (int i = 0; i < node->properties()->length(); i++) {
265 ObjectLiteral::Property* property = node->properties()->at(i);
950 for (int i = 0; i < node->properties()->length(); i++) {
952 switch (node->properties()->at(i)->kind()) {
975 PrintIndentedVisit("KEY", node->properties()->at(i)->key());
976 PrintIndentedVisit("VALUE", node->properties()->at(i)->value());
    [all...]
full-codegen.cc 250 ZoneList<ObjectLiteral::Property*>* properties = expr->properties(); local
252 for (int i = 0, len = properties->length(); i < len; i++) {
253 ObjectLiteral::Property* property = properties->at(i);
math.js 29 // Keep reference to original values of some global properties. This
31 // changes to these properties.
  /external/v8/test/mjsunit/
json.js 303 // Objects with undefined or function properties (including replaced properties)
304 // have those properties ignored.
big-array-literal.js 56 // Check that the properties have the expected values.
big-object-literal.js 59 // Check that the properties have the expected values.
const-eval-init.js 92 // Introduce 100 properties on the context extension object to force
mirror-date.js 43 // Check the mirror properties.
mirror-function.js 57 // Check the mirror properties.
mirror-number.js 42 // Check the mirror properties.
mirror-string.js 44 // Check the mirror properties.
prototype.js 43 // Check that we can read properties defined in prototypes.
regexp-static.js 40 // Test the (deprecated as of JS 1.5) properties of the RegExp function.
131 // case the function uses the static properties of the regexp constructor.
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 61 final SourcePathCache cache, final IProperties properties)
64 initialize (mdata, cdata, cache, properties);
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 61 final SourcePathCache cache, final IProperties properties)
64 initialize (mdata, cdata, cache, properties);
  /external/libxml2/
xmlreader.c 369 (cur->properties != NULL))
370 xmlTextReaderFreePropList(reader, cur->properties);
371 if ((cur->content != (xmlChar *) &(cur->properties)) &&
444 (cur->properties != NULL))
445 xmlTextReaderFreePropList(reader, cur->properties);
446 if ((cur->content != (xmlChar *) &(cur->properties)) &&
    [all...]
HTMLtree.c 99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
861 if (cur->properties != NULL)
862 htmlAttrListDumpOutput(buf, doc, cur->properties, encoding);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 25 #include "fst/lib/properties.h"
82 uint64 Properties() const { return properties_; }
91 void SetProperties(uint64 properties) { properties_ = properties; }
138 // If test=false, return stored properties bits for mask (some poss. unknown)
140 virtual uint64 Properties(uint64 mask, bool test)
420 uint64 Properties() const { return properties_; }
422 uint64 Properties(uint64 mask) const { return properties_ & mask; }
480 properties_ = hdr->Properties();
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 29 // when setting properties.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 653 var properties = new Array();
655 properties[ properties.length ] = new Array( p, o[p] );
657 return properties;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 614 var properties = new Array();
616 properties[ properties.length ] = new Array( p, o[p] );
618 return properties;
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 80 Native.implement = function(objects, properties){
81 for (var i = 0, l = objects.length; i < l; i++) objects[i].implement(properties);
599 extend: function(properties){
600 for (var property in properties) this[property] = properties[property];
808 extend: function(properties){
809 Hash.each(properties, function(value, key){
815 combine: function(properties){
816 Hash.each(properties, function(value, key){
1342 var params = Array.link(arguments, {properties: Object.type, iframe: $defined})
    [all...]
  /device/samsung/crespo/
device.mk 17 # crespo. It lists all the overlays, files, modules and properties
129 # These are the hardware-specific settings that are stored in system properties.
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 764 PropertyNameArray& properties = propertyStack.last(); local
765 if (index == properties.size()) {
773 if (object->getOwnPropertySlot(m_exec, properties[index], slot))
774 inValue = slot.getValue(m_exec, properties[index]);

Completed in 1808 milliseconds

1 2 3 4 5 6 78 91011>>