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

<<21222324252627282930>>

  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 72 const WebKit::WebSize& max_size);
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 84 int max_size() const { return max_size_; } function in class:disk_cache::SimpleIndex
  /external/chromium_org/net/http/
http_server_properties_impl.h 70 void SetNumPipelinedHostsToRemember(int max_size);
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
19_incr.t 157 my $coder = JSON->new->max_size (5);
  /external/chromium_org/third_party/angle_dx11/src/compiler/
64bit-lexer-safety.patch 97 for ( n = 0; n < max_size && \
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
64bit-tokenizer-safety.patch 88 for ( n = 0; n < max_size && \
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 133 size_type max_size() const { return length_; } function in class:i18n::phonenumbers::StringPiece
  /external/chromium_org/third_party/re2/re2/
stringpiece.h 139 int max_size() const { return length_; } function in class:re2::StringPiece
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 248 gfx::Size max_size = frame_->client_view()->GetMaximumSize(); local
251 gfx::Rect(max_size)).size();
252 return gfx::Size(max_size.width() == 0 ? 0 : converted_size.width(),
253 max_size.height() == 0 ? 0 : converted_size.height());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 53 trace.max_size = ARRAY_SIZE(fake_stack);
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 589 bool bsCreateDecodeHuffmanTable( const int* src, short* table, int max_size )
631 if( size > max_size )
1058 bool bsCreateEncodeHuffmanTable( const int* src, ulong* table, int max_size )
1081 if( size > max_size )
  /external/regex-re2/re2/
stringpiece.h 136 int max_size() const { return length_; } function in class:re2::StringPiece
  /external/skia/tests/
StreamTest.cpp 19 #define MAX_SIZE (256 * 1024)
  /external/stlport/test/unit/
stack_allocator.h 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 494 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
631 (seg->end - seg->start + off) < max_size);
668 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
670 make_elf_coredump(tid, si, max_size);
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 197 { return Alloc::max_size(); }
  /hardware/ti/wlan/lib/
scanmerge.c 223 max_size - maximum namber of items
229 unsigned int number_items, unsigned int max_size )
233 unsigned int number_items, unsigned int max_size )
292 if( number_items < max_size ) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 145 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
allocators.h 44 std::size_t max_size() const {return id_;} function in class:A1
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
allocators.h 44 std::size_t max_size() const {return id_;} function in class:A1
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 137 size_type max_size() const { return m_state.m_end - *m_state.m_sharedCur; } function in struct:StackAllocator
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 626 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) {
627 if (image == null || image.getWidth() == 0 || image.getHeight() == 0 || max_size < 16) {
632 while (size > max_size) {
642 if (CropMath.getBitmapSize(ret) > max_size) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) {
630 if (image == null || image.getWidth() == 0 || image.getHeight() == 0 || max_size < 16) {
635 while (size > max_size) {
645 if (CropMath.getBitmapSize(ret) > max_size) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 84 HOST_WIDE_INT max_size; member in struct:ao_ref_s

Completed in 730 milliseconds

<<21222324252627282930>>