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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/submodules-merge-defs/
module.modulemap 8 header "import-and-redefine.h"
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubymacros.swg 2 // Redefine these macros so argument index for ruby is done properly,
  /art/test/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/webkit/
array-defineOwnProperty-expected.txt 34 PASS Object.defineProperty([], 'length', { get:function(){return true;} }) threw exception TypeError: Cannot redefine property: length.
35 PASS Object.defineProperty([], 'length', { enumerable: true }) threw exception TypeError: Cannot redefine property: length.
36 PASS Object.defineProperty([], 'length', { configurable: true }) threw exception TypeError: Cannot redefine property: length.
37 PASS Object.defineProperty(Object.defineProperty([], 'length', { writable: false }), 'length', { writable: true }) threw exception TypeError: Cannot redefine property: length.
45 PASS Object.defineProperty(Object.defineProperty([true], '0', { configurable:false, writable: false }), '0', { writable: true })[0] threw exception TypeError: Cannot redefine property: 0.
55 PASS Object.defineProperty(Object.defineProperty([], '0', { value: 1 }), '0', { value: 2 })[0] threw exception TypeError: Cannot redefine property: 0.
56 PASS Object.defineProperty(Object.defineProperty([], '0', { value: 'okay' }), '0', { value: 'not ok' })[0] threw exception TypeError: Cannot redefine property: 0.
57 PASS Object.defineProperty(Object.defineProperty([], '0', { value: true }), '0', { value: false })[0] threw exception TypeError: Cannot redefine property: 0.
58 PASS Object.defineProperty(Object.defineProperty([], '0', { value: false }), '0', { value: true })[0] threw exception TypeError: Cannot redefine property: 0.
59 PASS Object.defineProperty(Object.defineProperty([], '0', { value: Math }), '0', { value: Object })[0] threw exception TypeError: Cannot redefine property: 0
    [all...]
  /external/v8/test/webkit/fast/regex/
lastIndex.js 39 // Cannot redefine lastIndex as an accessor
42 // Cannot redefine lastIndex as enumerable
46 // Cannot redefine lastIndex as configurable
50 // Can redefine lastIndex as read-only
54 // Can redefine the value
57 // Cannot redefine read-only lastIndex as writable
60 // Can only redefine the value of a read-only lastIndex as the current value
lastIndex-expected.txt 35 PASS Object.defineProperty(/x/, 'lastIndex', {enumerable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
37 PASS Object.defineProperty(/x/, 'lastIndex', {configurable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
42 PASS Object.defineProperty(Object.defineProperty(/x/, 'lastIndex', {writable:false}), 'lastIndex', {writable:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
43 PASS Object.defineProperty(Object.defineProperty(/x/, 'lastIndex', {writable:false}), 'lastIndex', {value:42}); true threw exception TypeError: Cannot redefine property: lastIndex.
  /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/llvm/test/MC/ARM/
dot-req.s 4 @ The line is duplicated on purpose, it is legal to redefine a req with
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/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 33 #ifdef REDEFINE
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineClassesDebuggee.java 40 logWriter.println("--> Debuggee: BEFORE redefine: RedefineClass_Debuggee.testMethod() = "
46 logWriter.println("--> Debuggee: After redefine: RedefineClass_Debuggee.testMethod() = "
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
IsObsoleteTest.java 50 logWriter.println("=> Check, can VM redefine classes");
54 logWriter.println("##WARNING: this VM can't redefine classes");
  /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
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 44 // Redefine this to use special texture types such as
  /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.
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigcontext.h 30 /* The Linux kernel headers redefine NULL wrongly, so cleanup afterwards. */

Completed in 1467 milliseconds

1 2 3 4 5 6 7 8 91011>>