Home
last modified time | relevance | path

Searched refs:rewritten (Results 1 – 25 of 172) sorted by relevance

1234567

/external/guice/core/test/com/google/inject/spi/
DModuleRewriterTest.java51 List<Element> rewritten = Lists.newArrayList(); in testRewriteBindings() local
67 rewritten.add(element); in testRewriteBindings()
72 Module rewrittenModule = Elements.getModule(rewritten); in testRewriteBindings()
/external/antlr/runtime/ObjC/Framework/
DTreeVisitorAction.m62 * a rewritten t. It is up to the visitor to decide what to do
76 * a rewritten t. It is up to the visitor to decide what to do
115 * a rewritten t. It is up to the visitor to decide what to do
126 * a rewritten t. It is up to the visitor to decide what to do
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/
Din1.s8 # References to globals must be rewritten to their local targets.
14 # Jumps to PLT symbols are rewritten through redirectors.
Dout.s14 # References to globals must be rewritten to their local targets.
24 # Jumps to PLT symbols are rewritten through redirectors.
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaClassFixer.java215 for (String rewritten : methodsToMoveIn) { in copyRewrittenLambdaMethods()
216 String interfaceInternalName = rewritten.substring(0, rewritten.indexOf('#')); in copyRewrittenLambdaMethods()
217 String methodName = rewritten.substring(interfaceInternalName.length() + 1); in copyRewrittenLambdaMethods()
222 rewritten); in copyRewrittenLambdaMethods()
226 checkState(copier.copied(), "Didn't find %s", rewritten); in copyRewrittenLambdaMethods() local
/external/eigen/doc/
DPassingByValue.dox15 needs to be rewritten as follows, passing v by reference:
31 This function also needs to be rewritten like this:
/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java81 String rewritten = mUrlRewriter.rewriteUrl(url); in executeRequest() local
82 if (rewritten == null) { in executeRequest()
85 url = rewritten; in executeRequest()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dconstp-rewrite-branches.ll9 ; This branch will be rewritten by HCP. A bug would cause both branches to
Dbuiltin-prefetch-offset.ll10 ; positive, the second check can be eliminated, or rewritten, and in the
/external/rootdev/
DREADME.chromium8 been rewritten in its entirety and licensed as per LICENSE.
/external/markdown/docs/
Drelease-2.0.txt5 making. We have rewritten significant portions of the code, dramatically
46 The core parser had been completely rewritten, increasing performance and, for
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2007-01-31-InlineAsmAddrMode.ll4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
/external/llvm/test/CodeGen/PowerPC/
D2007-01-31-InlineAsmAddrMode.ll4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AddDiscriminators/
Dmemcpy-discriminator.ll31 ; slice [0,8) and slice [8, 12). Users of the original alloca are rewritten
33 ; In particular, the memcpy is rewritten by SROA as two load/store pairs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2007-01-31-InlineAsmAddrMode.ll4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
/external/clang/include/clang/Driver/
DTypes.def88 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "")
89 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll7 ; These instructions are live, and their definitions should not be rewritten.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RegexReplace.pbtxt26 expression in each input string are rewritten), otherwise the `rewrite`
/external/llvm/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll7 ; These instructions are live, and their definitions should not be rewritten.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
/external/python/cpython2/Demo/pdist/
DREADME66 however it could be rewritten to allow various modes of operations,
72 rewritten (and unless extensive acknowlegements and request serial
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js564 var rewritten = [];
568 rewritten.push(
572 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
/external/llvm/test/CodeGen/Hexagon/
Dbuiltin-prefetch-offset.ll10 ; positive, the second check can be eliminated, or rewritten, and in the

1234567