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

  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 9 base.href = "http://old_base/";
15 base.href = "http://old_base/";
19 shouldBe("a.href", "'http://old_base/?search'");
24 base.href = "http://old_base/";
30 base.href = "http://old_base/";
34 shouldBe("a.href", "'http://old_base/path'");
39 base.href = "http://old_base/";
45 base.href = "http://old_base/";
49 shouldBe("a.href", "'http://old_base/#hash'");
58 base.href = "http://old_base/";
    [all...]
  /external/freetype/src/psaux/
psobjs.c 100 FT_Byte* old_base )
102 FT_PtrDist delta = table->block - old_base;
120 FT_Byte* old_base = table->block; local
127 table->block = old_base;
132 if ( old_base )
134 FT_MEM_COPY( table->block, old_base, table->capacity );
135 shift_elements( table, old_base );
136 FT_FREE( old_base );
244 FT_Byte* old_base = table->block; local
248 if ( !old_base )
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 86 int old_base = -1; local
132 old_base = base;
  /external/mksh/src/
lex.c 1762 Lex_state *old_base = si->base; local
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 1109 gchar *old_name = test_run_name, *old_base = g_strdup (test_uri_base); local
    [all...]

Completed in 2662 milliseconds