HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 151 - 175 of 829) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
CreateInfo.java 35 * Returns the list of methods to rewrite as delegates.
96 * The list of methods to rewrite as delegates.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 129 URL u = new URL(mRewriter.rewrite(url));
183 public String rewrite(String url) { method in class:JavaNetHttpHelper.PassThroughRewriter
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 14 #include "clang/Rewrite/ASTConsumers.h"
15 #include "clang/Rewrite/Rewriter.h"
57 Rewriter Rewrite;
144 // This allows us to rewrite chained getters (e.g. o.a.b.c).
186 return; // We can't rewrite the same node twice.
192 if (!Rewrite.ReplaceStmt(Old, New)) {
204 int Size = Rewrite.getRangeSize(SrcRange);
217 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
230 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
240 if (!Rewrite.ReplaceText(Start, OrigLength, Str) |
    [all...]
TokenRewriter.cpp 15 #include "clang/Rewrite/TokenRewriter.h"
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 225 //TUNING: rewrite this to not clobber
243 //TUNING: rewrite this to not clobber
264 //TUNING: rewrite this to not clobber
  /external/jpeg/
change.log 185 Version 5 represents a nearly complete redesign and rewrite of the IJG
215 The last widely used release before the version 5 rewrite was version 4A of
217 are not of much interest after the rewrite.
  /dalvik/vm/analysis/
DexPrepare.h 25 * try to rewrite instructions in the DEX file.
  /development/pdk/docs/porting/
usersguide.jd 33 able to remove irrelevant chapters, add your own chapters, and rewrite
  /development/tools/labpretest/
README 50 rewrite the flash_device function and any others, etc...
  /development/tools/mkstubs/src/com/android/mkstubs/
StubGenerator.java 104 // Rewrite the new class from scratch, without reusing the constant pool from the
  /external/antlr/src/org/antlr/runtime/
TokenStream.java 50 * sense for you. Naturally you can't use the rewrite stream feature.
  /external/chromium/net/base/
network_delegate.h 61 // Called before a request is sent. Allows the delegate to rewrite the URL
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.cc 75 // TODO: Rewrite this to use the thread's native socket server, and a more
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 25 unsigned NoRewriteMacros : 1; /// -Wno-rewrite-macros
  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 6 * TODO: rewrite to not use a direct array!!! (Fortunately this
  /external/elfutils/libelf/
elf32_newphdr.c 116 /* We have to rewrite the entire file if the size of the
  /external/icu4c/common/
ucnv_cnv.c 15 * 06/29/2000 helena Major rewrite of the callback APIs.
umutex.h 13 * 04/07/99 srl rewrite - C interface, multiple mutices
  /external/libvpx/examples/includes/geshi/docs/
TODO 33 - Rewrite engine to use remove/replace method (will hopefully almost
  /external/llvm/
CREDITS.TXT 173 D: Rewrite X87 back end
294 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
300 D: ARM calling conventions rewrite, hard float support
325 D: Type legalizer rewrite
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt 33 much less time consuming to adapt, say, SSA-PRE than to rewrite it.
  /external/llvm/include/llvm/MC/
MCFixup.h 44 /// communicates to the assembler backend how it should rewrite the encoded
  /external/llvm/lib/Target/X86/
X86JITInfo.h 64 /// it must rewrite the code to contain the actual addresses of any
  /external/llvm/test/Transforms/IndVarSimplify/
gep-with-mul-base.ll 1 ; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
interesting-invoke-use.ll 4 ; expression inside the loop. IndVars should be able to rewrite

Completed in 1118 milliseconds

1 2 3 4 5 67 8 91011>>