Searched
refs:properties (Results
276 -
300 of
550) sorted by null
<<11121314151617181920>>
/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...] |
/external/libxslt/libxslt/ |
namespaces.c | 520 if (target->properties) { 521 xmlAttrPtr attr = target->properties;
|
/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 | 98 // Introduce 100 properties on the context extension object to force
|
error-constructors.js | 35 // properties on error objects in prototypes.
|
json.js | 305 // Objects with undefined or function properties (including replaced properties) 306 // have those properties ignored. 419 // We don't currently allow plain properties called __proto__ in JSON
|
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.
|
object-prevent-extensions.js | 101 // We should be able to add new properties to the child object.
|
object-toprimitive.js | 29 // Does it [[Get]] and [[Call]] the object's toString and valueOf properties
|
property-load-across-eval.js | 28 // Tests loading of properties across eval calls.
|
prototype.js | 43 // Check that we can read properties defined in prototypes.
|
/external/v8/test/mjsunit/bugs/ |
bug-1344252.js | 29 // when setting properties.
|
/external/v8/test/mjsunit/regress/ |
regress-91517.js | 58 // Force dictionary-based properties
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
attrgetschematypeinfo07.js | 84 properties of the [type definition] property. Verity that the typeName and typeNamespace of the title attribute's
|
attrgetschematypeinfo08.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the 'title' attribute's (of first 'acronym' element)
|
elementgetschematypeinfo04.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the code element's
|
elementgetschematypeinfo05.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the acronym element's
|
elementgetschematypeinfo06.js | 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the strong element's
|
Completed in 612 milliseconds
<<11121314151617181920>>