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

  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 59 var old_length = str1.length - twoByteExternalWithAsciiData.length;
60 for (var i = 0; i < old_length; i++) {
63 for (var i = old_length; i < str1.length; i++) {
80 old_length = str2.length - realTwoByteExternalString.length;
81 for (var i = 0; i < old_length; i++) {
84 for (var i = old_length; i < str.length; i++) {
  /external/v8/test/mjsunit/
string-externalize.js 59 var old_length = str1.length - twoByteExternalWithAsciiData.length;
60 for (var i = 0; i < old_length; i++) {
63 for (var i = old_length; i < str1.length; i++) {
80 old_length = str2.length - realTwoByteExternalString.length;
81 for (var i = 0; i < old_length; i++) {
84 for (var i = old_length; i < str.length; i++) {
  /external/chromium/base/
utf_offset_string_conversions.h 77 // of the encoded section and the |old_length| and |new_length| of the section
83 Adjustment(size_t location, size_t old_length, size_t new_length);
86 size_t old_length; member in struct:AdjustOffset::Adjustment
utf_offset_string_conversions.cc 215 size_t old_length,
218 old_length(old_length),
237 if (offset < (location + i->old_length)) {
241 adjustment += (i->old_length - i->new_length);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 73 int old_length = loca_table->GlyphLength(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 81 size_t old_length = length_; local
83 memcpy(data_.get() + old_length, data, length);
  /external/chromium_org/third_party/libjingle/source/talk/base/
buffer.h 81 size_t old_length = length_; local
83 memcpy(data_.get() + old_length, data, length);
  /external/chromium_org/net/spdy/
spdy_frame_builder.cc 157 const size_t old_length = length_; local
173 length_ = old_length;
  /external/chromium_org/v8/src/
small-pointer-list.h 55 int old_length = list()->length(); local
57 list()->Rewind(old_length);
v8natives.js 876 var old_length = length;
894 var emit_splice = %IsObserved(obj) && new_length !== old_length;
899 if (new_length < old_length)
900 removed.length = old_length - new_length;
929 new_length < old_length ? new_length : old_length,
931 new_length > old_length ? new_length - old_length : 0);
    [all...]
elements.cc 919 Object* old_length = array->length(); local
950 int old_length = FastD2IChecked(array->length()->Number()); local
1511 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
    [all...]
objects.cc 8901 int old_length = string->length(); local
9334 int old_length = old_code_map->length(); local
11046 uint32_t old_length = 0; local
12239 uint32_t old_length = 0; local
12250 EnqueueSpliceRecord(Handle<JSArray>::cast(self), old_length, deleted, local
    [all...]
mark-compact.cc 1105 int old_length = code_map->length(); local
    [all...]
  /external/v8/src/
small-pointer-list.h 55 int old_length = list()->length(); local
57 list()->Rewind(old_length);
elements.cc 653 int old_length = FastD2I(array->length()->Number()); local
654 for (int i = length; i < old_length; i++) {
1018 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
    [all...]
v8natives.js     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda_psdev.h 53 struct CodaFid *old_fid, size_t old_length,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 53 struct CodaFid *old_fid, size_t old_length,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 53 struct CodaFid *old_fid, size_t old_length,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc 72 uint32_t old_length = 0; local
74 video_frame_.Swap(old_memory, old_length, old_size);
77 *length = old_length;
  /external/speex/libspeex/
resample.c 558 spx_uint32_t old_length; local
560 old_length = st->filt_len;
663 } else if (st->filt_len > old_length)
677 spx_uint32_t olen = old_length;
683 olen = old_length + 2*st->magic_samples[i];
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
708 } else if (st->filt_len < old_length)
717 st->magic_samples[i] = (old_length - st->filt_len)/2;
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1724 size_t old_length, new_length; local
1756 size_t old_length, new_length; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 353 size_t old_length = to->length;
357 start = to->active + old_length;
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1522 milliseconds