Home
last modified time | relevance | path

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

1234

/external/guice/core/test/com/google/inject/spi/
DModuleRewriterTest.java53 List<Element> rewritten = Lists.newArrayList(); in testRewriteBindings() local
67 rewritten.add(element); in testRewriteBindings()
72 Module rewrittenModule = Elements.getModule(rewritten); in testRewriteBindings()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaClassFixer.java189 for (String rewritten : methodsToMoveIn) { in copyRewrittenLambdaMethods()
190 String interfaceInternalName = rewritten.substring(0, rewritten.indexOf('#')); in copyRewrittenLambdaMethods()
191 String methodName = rewritten.substring(interfaceInternalName.length() + 1); in copyRewrittenLambdaMethods()
193 "Couldn't load interface with lambda method %s", rewritten); in copyRewrittenLambdaMethods()
/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.java96 String rewritten = mUrlRewriter.rewriteUrl(url); in performRequest() local
97 if (rewritten == null) { in performRequest()
100 url = rewritten; in performRequest()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeVisitorAction.m50 * a rewritten t. It is up to the visitor to decide what to do
60 * a rewritten t. It is up to the visitor to decide what to do
/external/rootdev/
DREADME.chromium8 been rewritten in its entirety and licensed as per LICENSE.
/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/test/CodeGen/PowerPC/
D2007-01-31-InlineAsmAddrMode.ll4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
/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/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
Dcoalescer-dce.ll27 ; The COPY at 256L is rewritten as a partial def, and that would artificially
/external/llvm/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
Dcopy-propagation.ll7 ; can be rewritten by the backend to break false dependencies for the
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll7 ; These instructions are live, and their definitions should not be rewritten.
/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/Hexagon/
Dbuiltin-prefetch-offset.ll10 ; positive, the second check can be eliminated, or rewritten, and in the
/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/Transforms/IndVarSimplify/
Drewrite-loop-exit-value.ll3 ;; Test that loop's exit value is rewritten to its initial
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll124 ;;; destination, that must be rewritten to an invoke.
151 ; The call must be rewritten to an invoke targeting the caller cleanup
163 ;;; unwind destination, that must be rewritten to unwind to the
198 ; The catchswitch must be rewritten to unwind to %cleanup in the caller
399 ; to %cleanup in the caller, and the call needs to get similarly rewritten to an invoke.
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Darm-negative-stride.ll3 ; This loop is rewritten with an indvar which counts down, which
/external/llvm/test/CodeGen/ARM/
Darm-negative-stride.ll3 ; This loop is rewritten with an indvar which counts down, which
/external/mesa3d/docs/
DREADME.THREADS52 Mesa 3.3 - thread support mostly rewritten (Brian Paul)
DRELNOTES-3.358 Thread support in Mesa has been rewritten. The glthread.[ch] files
157 glTexSubImage[123], etc has been rewritten. It's now faster,
/external/llvm/test/DebugInfo/X86/
Dsroasplit-3.ll3 ; Test that SROA updates the debug info correctly if an alloca was rewritten but
/external/clang/docs/
DClangTools.rst137 should be rewritten to:
162 should be rewritten to:

1234