/external/guice/core/test/com/google/inject/spi/ |
D | ModuleRewriterTest.java | 53 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/ |
D | LambdaClassFixer.java | 189 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/ |
D | PassingByValue.dox | 15 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/ |
D | HurlStack.java | 96 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/ |
D | ANTLRTreeVisitorAction.m | 50 * 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/ |
D | README.chromium | 8 been rewritten in its entirety and licensed as per LICENSE.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-01-31-InlineAsmAddrMode.ll | 4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2007-01-31-InlineAsmAddrMode.ll | 4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
|
/external/markdown/docs/ |
D | release-2.0.txt | 5 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/ |
D | change-compare-stride-trickiness-0.ll | 5 ; The comparison happens before the relevant use, but it can still be rewritten
|
D | coalescer-dce.ll | 27 ; The COPY at 256L is rewritten as a partial def, and that would artificially
|
/external/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-0.ll | 5 ; The comparison happens before the relevant use, but it can still be rewritten
|
D | copy-propagation.ll | 7 ; can be rewritten by the backend to break false dependencies for the
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dead-register-def-bug.ll | 7 ; These instructions are live, and their definitions should not be rewritten.
|
/external/clang/include/clang/Driver/ |
D | Types.def | 88 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "") 89 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
|
/external/llvm/test/CodeGen/Hexagon/ |
D | builtin-prefetch-offset.ll | 10 ; positive, the second check can be eliminated, or rewritten, and in the
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 564 var rewritten = []; 568 rewritten.push( 572 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | rewrite-loop-exit-value.ll | 3 ;; Test that loop's exit value is rewritten to its initial
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 124 ;;; 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/ |
D | arm-negative-stride.ll | 3 ; This loop is rewritten with an indvar which counts down, which
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 3 ; This loop is rewritten with an indvar which counts down, which
|
/external/mesa3d/docs/ |
D | README.THREADS | 52 Mesa 3.3 - thread support mostly rewritten (Brian Paul)
|
D | RELNOTES-3.3 | 58 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/ |
D | sroasplit-3.ll | 3 ; Test that SROA updates the debug info correctly if an alloca was rewritten but
|
/external/clang/docs/ |
D | ClangTools.rst | 137 should be rewritten to: 162 should be rewritten to:
|