OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_size
(Results
576 - 600
of
1651
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/sync/internal_api/public/base/
ordinal.h
438
size_t
max_size
= std::max(start.length(), end.length()) + 1;
local
439
std::string midpoint(
max_size
, kZeroDigit);
448
for (size_t i = 0; i <
max_size
; ++i) {
/external/chromium_org/v8/src/
interpreter-irregexp.cc
184
int
max_size
() const { return kBacktrackStackSize; }
function in class:v8::internal::BacktrackStack
210
int backtrack_stack_space = backtrack_stack.
max_size
();
266
backtrack_stack_space = backtrack_stack.
max_size
() -
/external/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
/external/stlport/test/unit/
vector_test.cpp
76
// CPPUNIT_ASSERT( v1.
max_size
() == INT_MAX / sizeof(int) );
77
// cout << "
max_size
= " << v1.
max_size
() << endl;
/external/v8/src/
interpreter-irregexp.cc
177
int
max_size
() const { return kBacktrackStackSize; }
function in class:v8::internal::BacktrackStack
203
int backtrack_stack_space = backtrack_stack.
max_size
();
259
backtrack_stack_space = backtrack_stack.
max_size
() -
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator
72
size_type
max_size
() const;
469
size_type
max_size
() const
470
{return allocator_traits<outer_allocator_type>::
max_size
(outer_allocator());}
/ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
/ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp
76
// CPPUNIT_ASSERT( v1.
max_size
() == INT_MAX / sizeof(int) );
77
// cout << "
max_size
= " << v1.
max_size
() << endl;
/ndk/tests/device/test-stlport/unit/
vector_test.cpp
76
// CPPUNIT_ASSERT( v1.
max_size
() == INT_MAX / sizeof(int) );
77
// cout << "
max_size
= " << v1.
max_size
() << endl;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h
145
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
330
// 83. String::npos vs. string::
max_size
()
340
// Never allocate a string bigger than
max_size
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h
151
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
336
// 83. String::npos vs. string::
max_size
()
346
// Never allocate a string bigger than
max_size
.
throw_allocator.h
621
max_size
() const throw()
622
{ return _M_allocator.
max_size
(); }
633
if (__n > this->
max_size
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h
151
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
336
// 83. String::npos vs. string::
max_size
()
346
// Never allocate a string bigger than
max_size
.
throw_allocator.h
621
max_size
() const throw()
622
{ return _M_allocator.
max_size
(); }
633
if (__n > this->
max_size
())
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h
145
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
330
// 83. String::npos vs. string::
max_size
()
340
// Never allocate a string bigger than
max_size
.
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h
145
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
330
// 83. String::npos vs. string::
max_size
()
340
// Never allocate a string bigger than
max_size
.
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h
145
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
330
// 83. String::npos vs. string::
max_size
()
340
// Never allocate a string bigger than
max_size
.
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h
145
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
330
// 83. String::npos vs. string::
max_size
()
340
// Never allocate a string bigger than
max_size
.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h
151
{ return (_M_get_allocator().
max_size
() - 1) / 2; }
336
// 83. String::npos vs. string::
max_size
()
346
// Never allocate a string bigger than
max_size
.
throw_allocator.h
621
max_size
() const throw()
622
{ return _M_allocator.
max_size
(); }
633
if (__n > this->
max_size
())
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h
621
max_size
() const _GLIBCXX_USE_NOEXCEPT
622
{ return _M_allocator.
max_size
(); }
635
if (__n > this->
max_size
())
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
302
if (__n >
max_size
()) {
330
size_type
max_size
() const _STLP_NOTHROW { return size_t(-1) / sizeof(value_type); }
342
if (__n >
max_size
()) {
Completed in 1120 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>