HomeSort by relevance Sort by last modified time
    Searched full:redefine (Results 26 - 50 of 556) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty-expected.txt 50 PASS Object.defineProperty(createUnconfigurableProperty({}, 'foo'), 'foo', {configurable: true}) threw exception TypeError: Cannot redefine property: foo.
51 PASS Object.defineProperty(createUnconfigurableProperty({}, 'foo'), 'foo', {writable: true}) threw exception TypeError: Cannot redefine property: foo.
52 PASS Object.defineProperty(createUnconfigurableProperty({}, 'foo'), 'foo', {enumerable: true}) threw exception TypeError: Cannot redefine property: foo.
53 PASS Object.defineProperty(createUnconfigurableProperty({}, 'foo', false, true), 'foo', {enumerable: false}), 'foo' threw exception TypeError: Cannot redefine property: foo.
62 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {set: setter}), 'foo', {set: setter1}) threw exception TypeError: Cannot redefine property: foo.
63 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {set: setter}), 'foo', {get: getter1}) threw exception TypeError: Cannot redefine property: foo.
64 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {set: setter}), 'foo', {value: 1}) threw exception TypeError: Cannot redefine property: foo.
71 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {get: getter}), 'foo', {get: getter1}) threw exception TypeError: Cannot redefine property: foo.
72 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {get: getter}), 'foo', {set: setter1}) threw exception TypeError: Cannot redefine property: foo.
78 PASS Object.defineProperty(Object.defineProperty({}, 'foo', {value: 1}), 'foo', {set: setter1}) threw exception TypeError: Cannot redefine property: foo
    [all...]
  /external/chromium_org/media/audio/android/
opensles_wrapper.cc 9 // proxies for those constants and redefine those when the library is first
84 // Redefine slCreateEngine symbol.
  /external/bluetooth/bluedroid/btif/include/
btif_av.h 41 /* Reuse BTA_AV_XXX_EVT - No need to redefine them here */
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 46 virtual bool redefine(Renderer *renderer, GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool forceRelease) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.h 45 virtual bool redefine(Renderer *renderer, GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool forceRelease);
  /external/chromium_org/ui/views/window/
window_shape.cc 13 // Redefine the window visible region for the new size.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1240.js 35 // Do not allow us to redefine b on a.
  /external/chromium_org/v8/test/webkit/
function-prototype-descriptor-expected.txt 35 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype.
  /external/clang/test/Headers/
stddefneeds.cpp 60 // to redefine NULL to the correct value again.
  /external/stlport/src/
stlport.rc 10 * define needed file version flags, so we redefine them here.
  /ndk/sources/cxx-stl/stlport/src/
stlport.rc 10 * define needed file version flags, so we redefine them here.
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 156 * <p>Every subclass of this class should redefine this method.
176 * <p>Every subclass of this class should redefine this method.
196 * <p>Every subclass of this class should redefine this method.
  /bionic/libc/bionic/
hash.h 50 want to depend in being able to redefine this type. To cope with
  /development/samples/TicTacToeMain/
README.txt 36 the main project can either use or redefine behavior from the libraries.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineClassesTest.java 125 ("===> Can NOT find out byte code file for redefine:");
166 ("=> File name with new class byte code to redefine = " + byteCodeToRedefineFile);
217 checkedCommand.setNextValueAsInt(1); // number of classes to redefine
261 "## WARNING: A class file for redefine has a version number not supported by this VM" +

Completed in 7329 milliseconds

12 3 4 5 6 7 8 91011>>