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/webp/src/dec/
idec.c 137 const uint8_t* const old_base = mem->buf_ + mem->start_; local
152 memcpy(new_buf, old_base, current_size);
164 DoRemap(idec, mem->buf_ + mem->start_ - old_base);
171 const uint8_t* const old_base = mem->buf_ + mem->start_; local
179 DoRemap(idec, mem->buf_ + mem->start_ - old_base);
  /external/mksh/src/
lex.c 1815 Lex_state *old_base = si->base; local
    [all...]

Completed in 703 milliseconds