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 - twoByteExternalWithOneByteData.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/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/v8/src/
small-pointer-list.h 32 int old_length = list()->length(); local
34 list()->Rewind(old_length);
v8natives.js 860 var old_length = length;
878 var emit_splice = %IsObserved(obj) && new_length !== old_length;
883 if (new_length < old_length)
884 removed.length = old_length - new_length;
913 new_length < old_length ? new_length : old_length,
915 new_length > old_length ? new_length - old_length : 0);
    [all...]
elements.cc 901 int old_length = FastD2IChecked(array->length()->Number()); local
1356 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
    [all...]
objects.cc 8874 int old_length = string->length(); local
9179 int old_length; local
11165 uint32_t old_length = 0; local
12415 uint32_t old_length = 0; local
12426 EnqueueSpliceRecord(Handle<JSArray>::cast(object), old_length, deleted, local
    [all...]
  /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...]
  /external/freetype/src/sfnt/
ttload.c 421 FT_ULong old_length = entry->Length; local
437 old_length ));
    [all...]
  /external/v8/src/heap/
mark-compact.cc 1115 int old_length = code_map->length(); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 565 milliseconds