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

  /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/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/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/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 2111 milliseconds