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.
  /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/clang/test/SemaTemplate/
inject-templated-friend.cpp 31 #ifdef REDEFINE
  /external/skia/legacy/src/utils/
SkDebugTrace.h 14 To use this, redefine SK_USER_TRACE_INCLUDE_FILE in
  /external/skia/src/utils/
SkDebugTrace.h 14 To use this, redefine SK_USER_TRACE_INCLUDE_FILE in
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_main.h 29 * Redefine main() on Win32 and MacOS so that it is called by winmain.c
104 #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 29 * Redefine main() on Win32 and MacOS so that it is called by winmain.c
104 #endif /* Need to redefine main()? */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_main.h 29 * Redefine main() on Win32 and MacOS so that it is called by winmain.c
104 #endif /* Need to redefine main()? */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_main.h 29 * Redefine main() on Win32 and MacOS so that it is called by winmain.c
104 #endif /* Need to redefine main()? */
  /development/samples/TicTacToeLib/
AndroidManifest.xml 22 must currently redefine the activities to be used from the libraries.
  /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/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/Gallery2/jni_mosaic/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/5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently

Completed in 1424 milliseconds

1 2 3 4 5 6 7 8 91011>>