HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 426 - 450 of 876) sorted by null

<<11121314151617181920>>

  /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
json.js 303 // Objects with undefined or function properties (including replaced properties)
304 // have those properties ignored.
420 // 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-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-1530.js 65 // Verify that non-writability of other properties is respected.
  /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
elementgetschematypeinfo07.js 83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the name element's
typeinfogettypename03.js 85 {name} and {target namespace} properties of the [type definition] property.
typeinfogettypename04.js 85 {name} and {target namespace} properties of the [member type definition] property.
typeinfogettypenamespace01.js 85 {name} and {target namespace} properties of the [type definition] property.
typeinfogettypenamespace03.js 85 {name} and {target namespace} properties of the [type definition] property.

Completed in 297 milliseconds

<<11121314151617181920>>