HomeSort by relevance Sort by last modified time
    Searched full:redefine (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/068-classloader/
info.txt 1 Class loaders allow code to "redefine" a given class, e.g. it's possible to
  /external/clang/test/Sema/
inline-redef.c 12 // GNU Extension: check that we can redefine an extern inline function
15 // And now check that we can't redefine a normal function
18 // Check that we can redefine an extern inline function as a static function
  /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...]
  /external/libvpx/libvpx/nestegg/halloc/src/
macros.h 26 * redefine for the target compiler
  /external/bison/m4/
iswblank.m4 32 dnl Redefine all of iswcntrl, ..., towupper in <wctype.h>.
36 dnl Redefine only iswblank.