HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 126 - 150 of 830) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webp/
README.android 6 - Rewrite Android.mk to remove duplicate definitions and set module name
  /external/clang/lib/Rewrite/
HTMLPrint.cpp 14 #include "clang/Rewrite/ASTConsumers.h"
22 #include "clang/Rewrite/HTMLRewrite.h"
23 #include "clang/Rewrite/Rewriter.h"
  /external/v8/src/
scopes.cc 326 Property* rewrite = local
331 rewrite->set_is_arguments_access(true);
332 var->set_rewrite(rewrite);
568 if (var->is_used() || var->rewrite() != NULL) {
573 if (var->rewrite() != NULL) {
574 PrintF("%s, ", printer->Print(var->rewrite()));
945 // need to rewrite in that case.
954 // 'arguments'. To summarize: If we need to rewrite, we allocate an
1003 Property* rewrite = local
    [all...]
  /development/scripts/app_engine_server/
redirects.yaml 2 # This file contains the list of rewrite rules that are applied when serving
  /development/tools/findunused/
findunusedtranslations 6 print STDERR "Will read values/strings.xml and rewrite\n";
  /external/antlr/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.java 67 * This way we can do hetero tree nodes in rewrite.
TreeFilter.java 45 a pattern matches, we execute the associated tree rewrite and move on
60 executing any embedded actions and rewrite rules.''
  /external/chromium/third_party/libevent/
evrpc-internal.h 39 /* returns -1; if the rpc should be aborted, is allowed to rewrite */
  /external/clang/include/clang/Rewrite/
DeltaTree.h 1 //===--- DeltaTree.h - B-Tree for Rewrite Delta tracking --------*- C++ -*-===//
  /external/clang/test/Rewriter/
instancetype-test.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-block-pointer.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
  /external/e2fsprogs/e2fsck/
ehandler.c 61 if (ask(ctx, _("Force rewrite"), 1))
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 119 /* Older SiS APIC requires we rewrite the index register */
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.h 51 // rewrite MI to access 'Offset' bytes from the FP. Update Offset to be
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 57 /// it must rewrite the code to contain the actual addresses of any
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 134 // outside the loop. If so, rewrite those uses.
177 /// nodes and rewrite the uses.
249 // Rewrite all uses outside the loop in terms of the new PHIs we just
252 // If this use is in an exit block, rewrite to use the newly inserted PHI.
  /external/llvm/test/Transforms/IndVarSimplify/
preserve-gep.ll 1 ; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
  /external/srec/portable/include/
PStackSize.h 30 * stack size computation. To overcome this problem, rewrite main() as a
  /external/srec/portable/src/
PStackSize.c 29 * stack size computation. To overcome this problem, rewrite main() as a
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java 31 * Returns the list of methods to rewrite as delegates.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 150 public String rewrite(String url); method in interface:HttpHelper.UrlRewriter
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dlfcn.h 50 Rewrite
  /external/pcre/
pcrecpp.h 305 // "rewrite". Within "rewrite", backslash-escaped digits (\1 to \9)
307 // group from the pattern. \0 in "rewrite" refers to the entire
317 // occurrences of the pattern in the string with the rewrite.
327 // "rewrite" is copied into "out" (an additional argument) with
607 bool Replace(const StringPiece& rewrite,
610 int GlobalReplace(const StringPiece& rewrite,
613 bool Extract(const StringPiece &rewrite,
681 // Append the "rewrite" string, with backslash subsitutions from "text"
683 bool Rewrite(string *out
    [all...]
  /development/pdk/docs/porting/
tcpdump.jd 72 <p>If your service runs over <code>https</code>, <code>tcpdump</code> is of limited use. In this case, you can rewrite some service URLs to use <code>http</code>, for example:</p>
75 https://www.google.com/calendar rewrite http://android.clients.google.com/proxy/calendar
  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 31 /// or another unstructured transformation wants to rewrite a set of uses of one
98 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes,

Completed in 651 milliseconds

1 2 3 4 56 7 8 91011>>