Home
last modified time | relevance | path

Searched refs:redefine (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dredefine-symbol.test2 # RUN: llvm-objcopy --redefine-sym foo=oof --redefine-sym empty= %t %t2
4 # RUN: not llvm-objcopy --redefine-sym barbar %t %t2 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
5 # RUN: not llvm-objcopy --redefine-sym foo=f1 --redefine-sym foo=f2 %t %t2 2>&1 | FileCheck %s --ch…
80 #BAD-FORMAT: Bad format for --redefine-sym
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExtendedType.java72 protected void redefine(int nodetype, String namespace, String localName) in redefine() method in ExtendedType
85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine() method in ExtendedType
DExpandedNameTable.java190 hashET.redefine(type, namespace, localName, hash); in getExpandedTypeID()
/external/deqp-deps/glslang/Test/
D430scope.vert24 float sin(float x); // okay, can redefine built-in functions
25 float cos(float x) // okay, can redefine built-in functions
D300scope.vert24 float sin(float x); // ERROR: can't redefine built-in functions
25 float cos(float x) // ERROR: can't redefine built-in functions
D100scope.vert24 float sin(float x); // ERROR: can't redefine built-in functions
25 float cos(float x) // ERROR: can't redefine built-in functions
D110scope.vert24 float sin(float x); // okay, can redefine built-in functions
25 float cos(float x) // okay, can redefine built-in functions
/external/skqp/docs/
Dmarkup.bmh3 # redefine markup character so examples below will not be parsed
38 ###x <- redefine the markup character as 'x'
/external/skia/docs/
Dmarkup.bmh3 # redefine markup character so examples below will not be parsed
38 ###x <- redefine the markup character as 'x'
/external/dtc/tests/
Dnonexist-node-ref2.dts8 /* Try to redefine a node using a non-existent label */
/external/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap9 header "import-and-redefine.h"
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c189 unsigned i, redefine; local
209 redefine = MAX2(vertex->num_elements, nv30->state.num_vtxelts);
210 if (redefine == 0)
213 BEGIN_NV04(push, NV30_3D(VTXFMT(0)), redefine);
/external/clang/test/SemaObjC/
Did.m18 // Test attempt to redefine 'id' in an incompatible fashion.
/external/libprotobuf-mutator/
DREADME.md53 // Optionally redefine the Mutate* methods to perform more sophisticated mutations.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObjcopyOpts.td33 defm redefine_symbol : Eq<"redefine-sym">,
/external/python/cpython2/Doc/library/
Drestricted.rst32 directory, but never to write a file. In this case, the supervisor may redefine
/external/autotest/utils/
Dpylintrc163 # redefine this.
172 # redefine this. Here's what we allow:
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java211 …return byteBuddy.redefine(classBeingRedefined, ClassFileLocator.Simple.of(classBeingRedefined.getN… in transform()
/external/freetype/docs/
DCUSTOMIZE116 Another way to do the same thing is to redefine the macros used to
/external/eigen/doc/
DTopicAssertions.dox13 …en_assert indirectly gives you a chance to change its behavior. You can redefine this macro if you…
/external/e2fsprogs/doc/RelNotes/
Dv1.21.txt76 don't try to redefine the types.
/external/python/cpython3/Doc/library/
Dcollections.abc.rst291 semantics are fixed), redefine :meth:`__le__` and :meth:`__ge__`,
/external/libxml2/
Dconfigure.ac1648 dnl Also *win32*config.h files redefine them for various MSC compilers.
1650 dnl So do not redefine {v}snprintf to _{v}snprintf like follwing:
1653 dnl and do not redefine those functions is C-source files.

1234