HomeSort by relevance Sort by last modified time
    Searched defs:reserve (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 474 { this->reserve(0); }
495 * This function attempts to reserve enough memory for the
502 * will be required, the user can reserve the memory in
507 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
632 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 474 { this->reserve(0); }
495 * This function attempts to reserve enough memory for the
502 * will be required, the user can reserve the memory in
507 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 478 { this->reserve(0); }
499 * This function attempts to reserve enough memory for the
506 * will be required, the user can reserve the memory in
511 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 474 { this->reserve(0); }
495 * This function attempts to reserve enough memory for the
502 * will be required, the user can reserve the memory in
507 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 487 * expanded opcode and reserve registers for it.
491 int reserve = insn.getMinimumRegisterRequirement(compatRegs); local
492 if (reserve > newReservedCount) {
493 newReservedCount = reserve;
567 * <p>This method may also reserve a number of low-numbered
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 55 reserve: label
  /external/llvm/include/llvm/ADT/
SmallVector.h 401 void reserve(unsigned N) { function in class:llvm::SmallVectorImpl
536 // Convert iterator to elt# to avoid invalidating iterator when we reserve()
548 reserve(static_cast<unsigned>(this->size() + NumToInsert));
588 // Convert iterator to elt# to avoid invalidating iterator when we reserve()
602 reserve(static_cast<unsigned>(this->size() + NumToInsert));
  /external/stlport/test/unit/
string_test.cpp 52 CPPUNIT_TEST(reserve);
112 void reserve();
193 void StringTest::reserve() function in class:StringTest
198 s.reserve(s.max_size() + 1);
460 * so we reserve a big enough string to be sure to test this
463 str.reserve(100);
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1030 result.reserve(64);
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1050 result.reserve(64)
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 414 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
424 data.writeInt32(static_cast< int>(reserve));
1117 const bool reserve = static_cast<bool>(data.readInt32()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 274 int reserve = displayWidth * displayHeight * 4 * 3 / 1024; local
279 reserve = reserve_abs;
283 reserve += reserve_adj;
284 if (reserve < 0) {
285 reserve = 0;
298 SystemProperties.set("sys.sysctl.extra_free_kbytes", Integer.toString(reserve));
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 193 if (reserve(backing.getSize())) {
216 private boolean reserve(int size) { method in class:FrameManager.PriorityBackingCache
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 52 CPPUNIT_TEST(reserve);
112 void reserve();
193 void StringTest::reserve() function in class:StringTest
198 s.reserve(s.max_size() + 1);
460 * so we reserve a big enough string to be sure to test this
463 str.reserve(100);
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1030 result.reserve(64);
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1050 result.reserve(64)
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 52 CPPUNIT_TEST(reserve);
112 void reserve();
193 void StringTest::reserve() function in class:StringTest
198 s.reserve(s.max_size() + 1);
460 * so we reserve a big enough string to be sure to test this
463 str.reserve(100);
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1030 result.reserve(64);
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1050 result.reserve(64)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.h 484 { this->reserve(0); }
504 * This function attempts to reserve enough memory for the
511 * will be required, the user can reserve the memory in
516 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 781 * Give hashtable the max_load_factor functions and reserve iff the
816 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 781 * Give hashtable the max_load_factor functions and reserve iff the
816 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 487 * This function attempts to reserve enough memory for the
494 * will be required, the user can reserve the memory in
499 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 487 * This function attempts to reserve enough memory for the
494 * will be required, the user can reserve the memory in
499 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 487 * This function attempts to reserve enough memory for the
494 * will be required, the user can reserve the memory in
499 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 487 * This function attempts to reserve enough memory for the
494 * will be required, the user can reserve the memory in
499 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 484 { this->reserve(0); }
504 * This function attempts to reserve enough memory for the
511 * will be required, the user can reserve the memory in
516 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 500 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
522 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
    [all...]

Completed in 735 milliseconds

1 2 3 45 6 7