HomeSort by relevance Sort by last modified time
    Searched defs:initial_size (Results 1 - 18 of 18) sorted by null

  /external/curl/src/
tool_cb_prg.h 35 curl_off_t initial_size; member in struct:ProgressData
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector_unittest.cc 78 size_t initial_size = 17; local
79 AudioMultiVector vec2(num_channels_, initial_size);
82 EXPECT_EQ(initial_size, vec2.Size());
audio_vector_unittest.cc 46 size_t initial_size = 17; local
47 AudioVector vec2(initial_size);
49 EXPECT_EQ(initial_size, vec2.Size());
  /external/google-breakpad/src/processor/
fast_source_line_resolver.cc 244 MemAddr initial_base, initial_size; local
252 &initial_base, &initial_size)) {
basic_source_line_resolver.cc 280 MemAddr initial_base, initial_size; local
288 &initial_base, &initial_size)) {
  /art/runtime/gc/space/
space_test.h 130 typedef MallocSpace* (*CreateSpaceFn)(const std::string& name, size_t initial_size, size_t growth_limit,
327 size_t initial_size = 4 * MB; local
330 MallocSpace* space(create_space("test", initial_size, growth_limit, capacity, nullptr));
341 // This effectively makes the growth_limit the initial_size, so assert this.
342 SizeFootPrintGrowthLimitAndTrimBody(space, object_size, 1, initial_size);
  /ndk/sources/host-tools/make-3.81/
alloca.c 319 long initial_size; /* Size of initial segment. */ member in struct:stk_stat
  /toolchain/binutils/binutils-2.25/libiberty/
alloca.c 302 long initial_size; /* Size of initial segment. */ member in struct:stk_stat
  /external/v8/src/ast/
prettyprinter.cc 58 const int initial_size = 256; local
59 output_ = NewArray<char>(initial_size);
60 size_ = initial_size;
998 const int initial_size = 256; local
999 output_ = NewArray<char>(initial_size);
1000 size_ = initial_size;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 124 this->capacity_ = Gdb_hashtab::initial_size;
149 static const int initial_size = 1024; member in class:gold::Gdb_hashtab
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 434 size_t initial_size = inputs->size(); local
435 USE(initial_size); // initial_size is only used for debug.
480 DCHECK_EQ(initial_size + entries, inputs->size());
    [all...]
  /external/webp/src/enc/
vp8l.c 1508 int initial_size; local
    [all...]
  /external/v8/src/
factory.cc 1555 int initial_size = 64; local
    [all...]
isolate.cc 370 int initial_size = Min(limit, 10); local
372 factory()->NewFixedArrayWithHoles(initial_size * 4 + 1);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 1903 SizeT initial_size = VG_(client_rlimit_data).rlim_cur; local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1937 int initial_size = static_cast<int>(CcTest::heap()->SizeOfObjects()); local
1977 int initial_size = static_cast<int>(CcTest::heap()->SizeOfObjects()); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 17902 intptr_t initial_size = CcTest::heap()->SizeOfObjects(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 518 milliseconds