HomeSort by relevance Sort by last modified time
    Searched refs:redefine (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 68 * Redefine this ExtendedType object to represent a different extended type.
72 protected void redefine(int nodetype, String namespace, String localName) method in class:ExtendedType
81 * Redefine this ExtendedType object to represent a different extended type.
85 protected void redefine(int nodetype, String namespace, String localName, int hash) method in class:ExtendedType
ExpandedNameTable.java 189 // Redefine the hashET object to represent the new expanded name.
190 hashET.redefine(type, namespace, localName, hash);
  /external/v8/test/mjsunit/
object-define-property.js 149 assertTrue(/Cannot redefine property/.test(e));
169 // Redefine bar with non configurable test
186 // Try to redefine bar again - should fail as configurable is false.
191 assertTrue(/Cannot redefine property/.test(e));
194 // Try to redefine bar again using the data descriptor - should fail.
199 assertTrue(/Cannot redefine property/.test(e));
202 // Redefine using same descriptor - should succeed.
275 // Redefine to writable descriptor - now writing to foobar should be allowed.
292 // Redefine with non configurable data property.
303 // Try redefine again - shold fail because configurable is now false
    [all...]
unicode-test.js     [all...]
  /external/grub/docs/
texinfo.tex 77 % Save some plain tex macros whose names we will redefine.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 75 % Save some plain tex macros whose names we will redefine.
    [all...]
  /external/bison/doc/
refcard.tex 233 % we won't be using math mode much, so redefine some of the characters
473 % Redefine to prevent overfull hboxes
  /external/libpng/
CHANGES     [all...]
  /external/v8/src/
messages.js 183 "redefine_disallowed", ["Cannot redefine property: ", "%0"],
247 "redef_external_array_element", ["Cannot redefine a property of an object with external array elements"],
    [all...]
v8natives.js     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 108 % Save some parts of plain tex whose names we will redefine.
    [all...]

Completed in 3929 milliseconds