/external/clang/lib/Rewrite/Core/ |
DeltaTree.cpp | 1 //===--- DeltaTree.cpp - B-Tree for Rewrite Delta tracking ----------------===// 14 #include "clang/Rewrite/Core/DeltaTree.h"
|
HTMLRewrite.cpp | 15 #include "clang/Rewrite/Core/HTMLRewrite.h" 19 #include "clang/Rewrite/Core/Rewriter.h"
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCContract.cpp | 456 // value, rewrite the use to use the return value. We check for 472 // While we're here, rewrite all edges for this PHI, rather
|
/external/llvm/test/Transforms/SROA/ |
phi-and-select.ll | 211 ; Ensure that we rewrite allocas to the used type when that use is hidden by 437 ; rewrite it. The trick is that the code using the value may carefully take
|
/external/mesa3d/src/mesa/program/ |
programopt.c | 501 * Scan/rewrite program to remove reads of custom (output) registers. 506 * So, rewrite the program to use a temporary register in this case.
|
/external/qemu/proxy/ |
proxy_http_rewriter.c | 35 * - rewrite the request's URI to use absolute URI 573 /* only rewrite the URI if it is not absolute */ [all...] |
/external/regex-re2/ |
ucs2.diff | 506 - // Rewrite context to refer to new text. 518 - // If we did UCS-2 matching, rewrite the matches to refer
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraMetadataNative.java | 203 * Rewrite types when the native type doesn't match the managed type 320 * Rewrite types when the native type doesn't match the managed type
|
/frameworks/base/docs/html/guide/topics/search/ |
searchable-config.jd | 97 column to rewrite the query text.</td> 102 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column to rewrite the
|
/frameworks/base/tools/aapt/ |
Main.cpp | 167 " Rewrite the manifest so that its package name is the package name\n" 172 " Rewrite the manifest so that all of its instrumentation\n"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 49 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite; 50 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestRewriteAST.java | 628 // copy type as a root for each invocation of (...)+ in rewrite 643 // for each invocation of (...)+ in rewrite 659 // for each invocation of (...)+ in rewrite 675 // for each invocation of (...)+ in rewrite [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCCodeEmitter.cpp | 350 /// instructions, and rewrite them to their Thumb2 form if we are currently in 369 /// instructions, and rewrite them to their Thumb2 form if we are currently in 382 /// instructions, and rewrite them to their Thumb2 form if we are currently in 394 /// Post-process encoded NEON v8 instructions, and rewrite them to Thumb2 form 405 /// VFPThumb2PostEncoder - Post-process encoded VFP instructions and rewrite [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 178 DEBUG(dbgs() << "INDVARS: GEP rewrite bail out " 425 // variable, we chose to eliminate the IV and rewrite it in terms of an [all...] |
/external/v8/src/ |
ic.cc | [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 251 def Wno_rewrite_macros : Flag<["-"], "Wno-rewrite-macros">, 351 def rewrite_test : Flag<["-"], "rewrite-test">, 353 def rewrite_macros : Flag<["-"], "rewrite-macros">,
|
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 359 /// be rewritten because it will interfere with the rewrite of the parent 366 /// It will return true for this because we are going to rewrite this directly 773 // Only integer and floating literals, otherwise try to rewrite to boxed [all...] |
/external/llvm/lib/CodeGen/ |
LiveInterval.cpp | 436 // If we have to apply a mapping to our base interval assignment, rewrite it 467 // Rewrite Other values before changing the VNInfo ids. 906 // Rewrite instructions.
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 175 /// rewrite instructions to use. 670 // FIXME: We could rewrite all references to this stub if we knew them. [all...] |
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 13 // traversing the function in depth-first order to rewrite loads and stores as 398 /// \brief Rewrite as many loads as possible given a single store. 454 // Otherwise, we *can* safely rewrite this load. [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 168 // Rewrite the table for known-migrated names [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerTest.java | 256 // rewrite Uris to use the file scheme
|
/dalvik/libdex/ |
DexFile.cpp | 41 * because we rewrite the contents.
|