HomeSort by relevance Sort by last modified time
    Searched full:max_size (Results 226 - 250 of 1651) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/metrics/
histogram_base.cc 131 double max_size,
134 int x_count = static_cast<int>(k_line_length * (current_size / max_size)
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 388 int max_size = 0; local
389 context->getIntegerv(GL_MAX_TEXTURE_SIZE, &max_size);
390 SetScrollbarBounds(gfx::Size(max_size + 100, max_size + 100));
397 int max_size = 0; local
398 context->getIntegerv(GL_MAX_TEXTURE_SIZE, &max_size);
399 SetScrollbarBounds(gfx::Size(max_size + 100, max_size + 100));
  /external/chromium_org/chrome/browser/extensions/
image_loader.h 84 // |max_size| it will be resized to those dimensions. IMPORTANT NOTE: this
91 const gfx::Size& max_size,
  /external/chromium_org/chrome/browser/policy/cloud/
external_policy_data_updater.cc 174 int64 max_size)
175 : url(url), hash(hash), max_size(max_size) {
180 return url == other.url && hash == other.hash && max_size == other.max_size;
271 static_cast<int64>(data.size()) > request_.max_size ||
298 if (current > request_.max_size || total > request_.max_size)
  /external/chromium_org/content/test/
layouttest_support.cc 131 const WebSize& max_size) {
133 ->EnableAutoResizeForTesting(min_size, max_size);
  /external/compiler-rt/lib/asan/
asan_stack.h 54 #define GET_STACK_TRACE(max_size, fast) \
55 GET_STACK_TRACE_WITH_PC_AND_BP(max_size, \
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 40 static const size_t MAX_SIZE = 256 * 1024;
43 : mPtr((char *)malloc(MAX_SIZE)) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_allocator.h 63 size_type max_size() const throw() function in class:test_allocator
111 std::size_t max_size() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/
test_allocator.h 63 size_type max_size() const throw() function in class:test_allocator
111 std::size_t max_size() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
reserve.pass.cpp 42 assert(res_arg <= s.max_size());
49 assert(res_arg > s.max_size());
resize_size.pass.cpp 28 assert(n <= s.max_size());
33 assert(n > s.max_size());
resize_size_char.pass.cpp 28 assert(n <= s.max_size());
33 assert(n > s.max_size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 63 size_type max_size() const throw() function in class:test_allocator
142 std::size_t max_size() const function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 63 size_type max_size() const throw() function in class:test_allocator
111 std::size_t max_size() const function in class:other_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
malloc_allocator.h 87 if (__builtin_expect(__n > this->max_size(), false))
102 max_size() const throw() function in class:malloc_allocator
new_allocator.h 86 if (__builtin_expect(__n > this->max_size(), false))
98 max_size() const throw() function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 89 if (__n > this->max_size())
104 max_size() const throw() function in class:malloc_allocator
new_allocator.h 89 if (__n > this->max_size())
101 max_size() const throw() function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 89 if (__n > this->max_size())
104 max_size() const throw() function in class:malloc_allocator
new_allocator.h 89 if (__n > this->max_size())
101 max_size() const throw() function in class:new_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 87 if (__builtin_expect(__n > this->max_size(), false))
102 max_size() const throw() function in class:malloc_allocator
new_allocator.h 86 if (__builtin_expect(__n > this->max_size(), false))
98 max_size() const throw() function in class:new_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 87 if (__builtin_expect(__n > this->max_size(), false))
102 max_size() const throw() function in class:malloc_allocator
new_allocator.h 86 if (__builtin_expect(__n > this->max_size(), false))
98 max_size() const throw() function in class:new_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 87 if (__builtin_expect(__n > this->max_size(), false))
102 max_size() const throw() function in class:malloc_allocator

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 91011>>