Searched refs:redefine (Results 1 - 7 of 7) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | ExtendedType.java | 72 protected void redefine(int nodetype, String namespace, String localName) method in class:ExtendedType 85 protected void redefine(int nodetype, String namespace, String localName, int hash) method in class:ExtendedType
|
H A D | ExpandedNameTable.java | 190 hashET.redefine(type, namespace, localName, hash);
|
/external/llvm/test/MC/ARM/ |
H A D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|
/external/v8/test/mjsunit/ |
H A D | object-define-property.js | 149 assertTrue(/Cannot redefine property/.test(e)); 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)); 303 // Try redefine again - shold fail because configurable is now false. 308 assertTrue(/Cannot redefine property/.test(e)); 311 // Try redefine again with accessor property - shold also fail. 316 assertTrue(/Cannot redefine property/.test(e)); 335 // Make accessor - redefine t [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_vbo.c | 186 unsigned i, redefine; local 202 redefine = MAX2(vertex->num_elements, nv30->state.num_vtxelts); 203 BEGIN_NV04(push, NV30_3D(VTXFMT(0)), redefine);
|
/external/bison/doc/ |
H A D | refcard.tex | 231 % we won't be using math mode much, so redefine some of the characters
|
/external/bison/build-aux/ |
H A D | texinfo.tex | 74 % Save some plain tex macros whose names we will redefine. 1314 % use \def rather than \let here because we redefine \chapentry et 2065 % (or 11) to redefine the text font size. pt is assumed. 2101 % The font-changing commands redefine the meanings of \tenSTYLE, instead 3096 % sometimes we redefine the original macro, and the alias should reflect 4214 % To get special treatment of `@end ifset,' call \makeond and the redefine. 4223 #1% If not set, redefine \next. 4235 % then redefine \next to \ifclearfail. 4340 % redefine \fooindfile: 4343 % redefine \fooinde [all...] |
Completed in 332 milliseconds