HomeSort by relevance Sort by last modified time
    Searched refs:rewrite (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 61 # Rewrite rule for utf-8 path test (LayoutTests/http/tests/uri/utf8-path.html)
62 # See the apache rewrite rule at LayoutTests/http/tests/uri/intercept/.htaccess
63 # Rewrite rule for LayoutTests/http/tests/appcache/cyrillic-uri.html.
64 # See the apache rewrite rule at
66 url.rewrite-once = (
  /bionic/libc/stdlib/
setenv.c 41 * "value". If rewrite is set, replace any current value.
44 setenv(const char *name, const char *value, int rewrite)
54 if (!rewrite)
  /external/v8/src/
variables.h 203 Expression* rewrite() const { return rewrite_; } function in class:v8::internal::Variable
prettyprinter.cc 1027 if (var != NULL && var->rewrite() != NULL) {
1029 Visit(var->rewrite());
    [all...]
scopes.cc 421 if (var->var_uses()->is_used() || var->rewrite() != NULL) {
426 if (var->rewrite() != NULL) PrintF("%s, ", printer->Print(var->rewrite()));
793 // need to rewrite in that case.
802 // 'arguments'. To summarize: If we need to rewrite, we allocate an
904 // All variables that have no rewrite yet are non-parameter locals.
    [all...]
ast.h 931 return var()->is_global() || var()->rewrite()->IsLeaf();
    [all...]
  /external/libxml2/
catalog.c 1648 xmlCatalogEntryPtr rewrite = NULL; local
1864 xmlCatalogEntryPtr rewrite = NULL; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 40 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
ExtractStringRefactoring.java 55 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
56 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
125 * new computed R.string.foo. Also need to rewrite imports to import R as needed.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
RenamePackageAction.java 48 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
49 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 1581 def rewrite(match): function in function:BeautifulSoup.extractCharsetFromMeta
    [all...]
  /external/blktrace/
blktrace.c 7 * Rewrite to have a single thread per CPU (managing all devices on that CPU)
778 rewrite:
783 goto rewrite;
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /external/v8/src/arm/
codegen-arm.cc 655 // The expression is a variable proxy that does not rewrite to a
    [all...]
  /external/v8/src/x64/
codegen-x64.cc     [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 695 // The expression is a variable proxy that does not rewrite to a
    [all...]

Completed in 828 milliseconds