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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc 105 gfx::Size max_size(Extension::EXTENSION_ICON_SMALLISH,
110 max_size,
125 EXPECT_TRUE(extension->HasCachedImage(image_resource, max_size));
129 extension->GetCachedImage(image_resource, max_size).width());
134 max_size,
image_loading_tracker.h 31 // tracker_.LoadImage(extension, resource, max_size, false);
65 // |max_size| it will be resized to those dimensions. IMPORTANT NOTE: this
70 const gfx::Size& max_size,
  /external/chromium_org/media/base/
audio_fifo.cc 24 int pos, int max_size, int in_size, int* size, int* wrap_size) {
25 if (pos + in_size > max_size) {
27 *size = max_size - pos;
39 static int UpdatePos(int pos, int step, int max_size) {
40 return ((pos + step) % max_size);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
preproc.h 83 size_t max_size);
140 * \param max_size maximum number of bytes that can be returned in buf
144 /*@out@*/ char *buf, size_t max_size);
192 #define yasm_preproc_get_included_file(preproc, buf, max_size) \
193 ((yasm_preproc_base *)preproc)->module->get_included_file(preproc, buf, max_size)
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_rotation.c 48 #define MAX_SIZE 100
55 opus_val16 x0[MAX_SIZE];
56 opus_val16 x1[MAX_SIZE];
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 40 public final static int MAX_SIZE = 65536 * 32;
129 if (size > MAX_SIZE) throw new DirectoryFullException(
130 "directory would grow beyond " + MAX_SIZE + " bytes",
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang.l 54 #define YY_INPUT(buf, result, max_size) \
55 result = string_input(buf, max_size, yyscanner);
57 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
253 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
257 if (len < max_size)
262 if (len >= max_size)
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_store.cc 59 size_t max_size,
64 if (data->size() <= max_size && base::SHA1HashString(*data) == hash)
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_view_mac.mm 60 gfx::Size max_size(ExtensionViewMac::kMaxWidth,
62 render_view_host()->EnableAutoResize(min_size, max_size);
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 454 GLsizei max_size = std::min(static_cast<size_t>(bufsize) - 1, local
458 *length = max_size;
461 memcpy(name, attrib_info->name.c_str(), max_size);
462 name[max_size] = '\0';
488 GLsizei max_size = std::min(static_cast<size_t>(bufsize) - 1, local
492 *length = max_size;
495 memcpy(name, uniform_info->name.c_str(), max_size);
496 name[max_size] = '\0';
  /external/eigen/bench/btl/generic_bench/static/
bench_static.hh 46 const int max_size = TINY_MV_MAX_SIZE; local
51 static_size_generator<max_size,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
  /external/iproute2/tc/
emp_ematch.l 12 #define YY_INPUT(buf, result, max_size) \
21 if (max_size <= strlen(*ematch_argv) + 1) { \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 72 operator()(size_type max_size) const
73 { return counter_lu_metadata<Size_Type>(std::rand() % max_size); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 51 max_size() const function in class:PB_DS_CLASS_C_DEC
52 { return m_entry_allocator.max_size(); }

Completed in 1218 milliseconds

1 2 3 4 5 67 8 91011>>