/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 29 import java.util.Properties; 67 Properties props; 92 props = new Properties(); 474 // root properties 841 @KnownFailure("We're ignoring a missing logging.properties. See bug 2487364") 888 // // read properties don't affect handler 1002 Properties properties = new Properties(); local 1018 Properties properties = new Properties(); local [all...] |
/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/ |
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/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...] |
/external/v8/src/ |
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/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]);
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 29 #include <cutils/properties.h>
|
/frameworks/base/libs/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 22 #include <cutils/properties.h>
|
/frameworks/base/libs/ui/ |
KeyCharacterMap.cpp | 4 #include <cutils/properties.h>
|