/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);
|
elements.cc | 736 uint32_t old_length = 0; local 737 CHECK(array->length()->ToArrayIndex(&old_length)); 739 if (old_length < length) { 749 old_length = Min(old_length, capacity); 765 for (uint32_t i = length; i < old_length; i++) { 1297 uint32_t old_length = 0; local [all...] |
objects.cc | 12010 int old_length = string->length(); local 15800 uint32_t old_length = 0; local [all...] |
/external/freetype/src/sfnt/ |
ttload.c | 430 FT_ULong old_length = entry.Length; local 446 old_length )); [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttload.c | 430 FT_ULong old_length = entry.Length; local 446 old_length )); [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
merge.cc | 49 size_t old_length; local 52 size_t expanded_length = GetExpandedSignal(&old_length, &expand_period); 92 expanded_max, input_max, old_length, 151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); 152 output->PopFront(old_length); 154 // Return new added length. |old_length| samples were borrowed from 156 return output_length - old_length; 159 size_t Merge::GetExpandedSignal(size_t* old_length, size_t* expand_period) { 161 *old_length = sync_buffer_->FutureLength(); 163 assert(*old_length >= expand_->overlap_length()) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
zlibmodule.c | 528 Py_ssize_t old_length, length = DEFAULTALLOC;
local 571 old_length = length;
579 + old_length;
580 self->zst.avail_out = length - old_length;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
zlibmodule.c | 479 Py_ssize_t old_length, length = DEFAULTALLOC;
local 522 old_length = length;
530 + old_length;
531 self->zst.avail_out = length - old_length;
[all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
RTPencode.cc | 303 uint16_t old_length, old_plen; local 769 if (fwrite(&old_length, 2, 1, out_file) != 1) { 783 old_length = length; [all...] |
/art/runtime/openjdkjvmti/ |
ti_redefine.cc | 1425 int32_t old_length = old_methods == nullptr ? 0 : old_methods->GetLength(); 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]; 685 for (k=old_length-2+st->magic_samples[i];k>=0;k--) 709 } else if (st->filt_len < old_length) 718 st->magic_samples[i] = (old_length - st->filt_len)/2; [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 | |