/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/nestegg/halloc/src/ |
macros.h | 26 * redefine for the target compiler
|
/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
|
/external/bison/lib/ |
stdio--.h | 1 /* Like stdio.h, but redefine some names to avoid glitches.
|
unistd--.h | 1 /* Like unistd.h, but redefine some names to avoid glitches.
|
/external/clang/test/SemaObjC/ |
id.m | 18 // Test attempt to redefine 'id' in an incompatible fashion.
|
/external/clang/test/SemaTemplate/ |
inject-templated-friend.cpp | 31 #ifdef REDEFINE
|
inject-templated-friend-post.cpp | 53 #ifdef REDEFINE
|
/external/skia/src/utils/ |
SkDebugTrace.h | 14 To use this, redefine SK_USER_TRACE_INCLUDE_FILE in
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_main.h | 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 96 #endif /* Need to redefine main()? */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
m4vh263_decoder_pv_types.h | 26 // Redefine the int types 34 // Redefine the oscl memory management routines
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_main.h | 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 96 #endif /* Need to redefine main()? */
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_main.h | 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 96 #endif /* Need to redefine main()? */
|
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_main.h | 31 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 99 #endif /* Need to redefine main()? */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_main.h | 28 /* Redefine main() on Win32 and MacOS so that it is called by winmain.c */ 96 #endif /* Need to redefine main()? */
|
/development/samples/TicTacToeLib/ |
AndroidManifest.xml | 22 must currently redefine the activities to be used from the libraries.
|
/external/stlport/stlport/stl/ |
_epilog.h | 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_epilog.h | 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 44 // Redefine this to use special texture types such as
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 44 // Redefine this to use special texture types such as
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_epilog.h | 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_epilog.h | 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_epilog.h | 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
|