/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsRecorder.java | 257 * Rewriter that will combine current {@link NetworkStatsCollection} values 261 private static class CombiningRewriter implements FileRotator.Rewriter { 291 * Rewriter that will remove any {@link NetworkStatsHistory} attributed to 294 public static class RemoveUidRewriter implements FileRotator.Rewriter {
|
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 106 void SimplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LPPassManager &LPM); 108 void RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter); 111 PHINode *IndVar, SCEVExpander &Rewriter); 133 /// rewriter can replace the original value. SCEV guarantees that it 477 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { 538 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst); 576 // so that the rewriter doesn't trip over it later. 577 Rewriter.clearInsertPoint(); 699 PHINode *CreateWideIV(SCEVExpander &Rewriter); 711 Instruction *WidenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter); [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 23 /// is requested to be removed twice, only one rewriter remove will be invoked. 27 /// FIXME: "Transactional" rewrites support should be baked in the Rewriter. 685 // FIXME: Use a custom category name to distinguish rewriter errors. 686 std::string rewriteErr = "[rewriter] "; 705 // FIXME: Use a custom category name to distinguish rewriter errors. 706 std::string rewriterWarn = "[rewriter] "; 724 // FIXME: Use a custom category name to distinguish rewriter errors. 725 std::string rewriteNote = "[rewriter] ";
|
/external/clang/lib/Rewrite/ |
HTMLPrint.cpp | 23 #include "clang/Rewrite/Rewriter.h" 34 Rewriter R;
|
HTMLRewrite.cpp | 16 #include "clang/Rewrite/Rewriter.h" 33 void html::HighlightRange(Rewriter &R, SourceLocation B, SourceLocation E, 107 void html::EscapeText(Rewriter &R, FileID FID, 228 void html::AddLineNumbers(Rewriter& R, FileID FID) { 272 void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID, 358 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) { 447 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) {
|
RewriteMacros.cpp | 16 #include "clang/Rewrite/Rewriter.h" 93 Rewriter Rewrite;
|
RewriteObjC.cpp | 1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===// 10 // Hacks and fun related to the code rewriter. 15 #include "clang/Rewrite/Rewriter.h" 60 Rewriter Rewrite; 584 "rewriter doesn't support user-specified control flow semantics " [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 20 #include "clang/Rewrite/Rewriter.h" 58 void HandlePiece(Rewriter& R, FileID BugFileID, 61 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range, 166 // Create a new rewriter to generate HTML. 167 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts()); 309 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID, 487 // but needs some help from someone more familiar with the rewriter. 542 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
|
/frameworks/support/volley/src/com/android/volley/toolbox/ |
HurlStack.java | 65 * @param urlRewriter Rewriter to use for request URLs 81 throw new IOException("URL blocked by rewriter: " + url);
|
/external/clang/include/clang/ARCMigrate/ |
ARCMT.h | 1 //===-- ARCMT.h - ARC Migration Rewriter ------------------------*- C++ -*-===//
|
/external/clang/test/Rewriter/ |
instancetype-test.mm | 68 // FIXME. This is not supported due to missing capability in rewriter and not due to instancetype issues
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 46 RewriteObjC, ///< ObjC->C Rewriter. 47 RewriteTest, ///< Rewriter playground
|
/external/v8/src/ |
rewriter.cc | 30 #include "rewriter.h" 235 bool Rewriter::Rewrite(CompilationInfo* info) {
|
codegen.cc | 35 #include "rewriter.h"
|
/external/llvm/include/llvm/CodeGen/ |
MachineSSAUpdater.h | 91 /// set by the client of the rewriter, and those values are both live out of
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.h | 12 // updated by a register allocator and then used by a machine code rewriter that
|
RegAllocBasic.cpp | 320 // make the rewriter a separate pass and override verifyAnalysis instead. When 339 // Run rewriter
|
/external/llvm/test/CodeGen/ARM/ |
2010-05-20-NEONSpillCrash.ll | 3 ; This test would crash the rewriter when trying to handle a spill after one of
|
crash-greedy.ll | 65 ; The rewriter must do something sensible with that, or the scavenger crashes.
|
/external/proguard/src/proguard/ |
OutputWriter.java | 163 // Wrap the resource writer with a filter and a data entry rewriter,
|
/external/v8/ |
Android.v8common.mk | 74 src/rewriter.cc \
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 89 /// set by the client of the rewriter, and those values are both live out of
|
/external/clang/include/clang/Rewrite/ |
RewriteRope.h | 1 //===--- RewriteRope.h - Rope specialized for rewriter ----------*- C++ -*-===//
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 176 /// inserted by the code rewriter. If so, the client should not modify the
|