Searched defs:max_size (Results 1 - 25 of 112) sorted by relevance

12345

/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
/external/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
/external/v8/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-macho.c38 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
/external/eigen/bench/btl/generic_bench/static/
H A Dbench_static.hh46 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/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dmax_size.pass.cpp15 // static size_type max_size(const allocator_type& a) noexcept;
38 size_t max_size() const function in struct:B
48 assert(std::allocator_traits<B<int> >::max_size(b) == 100);
52 assert(std::allocator_traits<B<int> >::max_size(b) == 100);
57 assert(std::allocator_traits<A<int> >::max_size(a) ==
62 assert(std::allocator_traits<A<int> >::max_size(a) ==
67 static_assert(noexcept(std::allocator_traits<std::allocator<int>>::max_size(a)) == true, "");
/external/nanopb-c/
H A Dpb_encode.h24 * 4) Substreams will modify max_size and bytes_written. Don't use them
41 size_t max_size; /* Limit number of output bytes written (or use SIZE_MAX). */ member in struct:_pb_ostream_t
/external/fmtlib/fmt/
H A Dostream.cc19 UnsignedStreamSize max_size = local
22 UnsignedStreamSize n = size <= max_size ? size : max_size;
/external/libmojo/mojo/public/cpp/bindings/
H A Darray_traits_carray.h14 CArray() : size(0), max_size(0), data(nullptr) {}
15 CArray(size_t size, size_t max_size, T* data) argument
16 : size(size), max_size(max_size), data(data) {}
18 const size_t max_size; member in struct:mojo::CArray
43 if (size > input.max_size)
/external/strace/
H A Daffinity.c67 const unsigned int max_size = get_cpuset_size(); local
68 const unsigned int umove_size = len < max_size ? len : max_size;
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_cache.h33 uint16_t max_size; member in struct:__anon19272
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c91 size_t max_size = dbg->sectiondata[IDX_debug_pubnames]->d_size; local
92 if (mem[cnt].set_start >= max_size
93 || len - (2 + 2 * len_bytes) > max_size - mem[cnt].set_start)
/external/webp/src/enc/
H A Dhistogram_enc.h53 int max_size; // maximum capacity member in struct:__anon24225
/external/eigen/test/
H A Dqr_fullpivoting.cpp18 Index max_size = EIGEN_TEST_MAX_SIZE; local
20 Index rows = internal::random<Index>(min_size,max_size),
21 cols = internal::random<Index>(min_size,max_size),
22 cols2 = internal::random<Index>(min_size,max_size),
78 Index max_size = numext::mini(50,EIGEN_TEST_MAX_SIZE); local
80 Index size = internal::random<Index>(min_size,max_size);
/external/ltp/testcases/kernel/syscalls/brk/
H A Dbrk01.c149 unsigned long max_size; local
181 max_size = ulim_sz;
183 max_size = usr_mem_sz;
185 max_size = max_size / (2 * ncpus);
187 if (max_size > (usr_mem_sz / 4))
188 max_size = usr_mem_sz / 4; /* only fourth mem by single test */
196 if (max_size < Beg_brk_val * 4) /* running on small mem and/or high # cpus */
197 max_size = Beg_brk_val * 4;
199 Max_brk_byte_size = max_size;
[all...]
/external/regex-re2/util/
H A Dsparse_set.h59 SparseSet(int max_size) { argument
60 max_size_ = max_size;
61 sparse_to_dense_ = new int[max_size];
62 dense_ = new int[max_size];
67 for (int i = 0; i < max_size; i++) {
121 // Indices can be in the range [0, max_size).
122 int max_size() const { return max_size_; } function in class:re2::SparseSet
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator_unittest.cc109 int max_size = -1; local
110 aggregator.CalcMinMax(opt_config, &min_size, &max_size);
112 EXPECT_EQ(expected_max, max_size);
149 int max_size = 429; local
150 aggregator->CalcMinMax(opt_config, &min_size, &max_size);
152 EXPECT_EQ(429, max_size);
/external/autotest/client/deps/glbench/src/
H A Dfillratetest.cc186 const int max_size = std::min(g_hasty ? 512 : 4096, g_max_texture_size); local
189 for (int size = 1 << size_log2; size <= max_size; size *= 2) {
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp25 static int max_size; member in struct:outer::inner::array
35 int outer::inner::array<T, N>::max_size = 17; member in class:outer::inner::array
189 // CHECK: Keyword: "int" [35:1 - 35:4] VarDecl=max_size:35:32 (Definition)
191 // CHECK: Punctuation: "::" [35:10 - 35:12] VarDecl=max_size:35:32 (Definition)
193 // CHECK: Punctuation: "::" [35:17 - 35:19] VarDecl=max_size:35:32 (Definition)
195 // CHECK: Punctuation: "<" [35:24 - 35:25] VarDecl=max_size:35:32 (Definition)
197 // CHECK: Punctuation: "," [35:26 - 35:27] VarDecl=max_size:35:32 (Definition)
199 // CHECK: Punctuation: ">" [35:29 - 35:30] VarDecl=max_size:35:32 (Definition)
200 // CHECK: Punctuation: "::" [35:30 - 35:32] VarDecl=max_size:35:32 (Definition)
201 // CHECK: Identifier: "max_size" [3
[all...]
/external/curl/lib/vauth/
H A Dkrb5_gssapi.c213 unsigned int max_size = 0; local
299 max_size = ntohl(indata & 0xFFFFFF00);
300 if(max_size > 0) {
304 max_size = 0;
321 outdata = htonl(max_size) | sec_layer;
/external/fmtlib/test/
H A Dostream-test.cc133 std::size_t max_size = std::numeric_limits<std::size_t>::max(); local
135 if (max_size <= fmt::internal::to_unsigned(max_streamsize))
147 } w(max_size);
163 std::size_t size = max_size;
/external/libchrome/base/containers/
H A Dscoped_ptr_hash_map.h156 inline size_t max_size() const { return data_.max_size(); } function in class:base::ScopedPtrHashMap
/external/libcxx/src/
H A Dthread.cpp144 size_t max_size() const {return size_t(~0) / sizeof(T);} function in class:__hidden_allocator

Completed in 828 milliseconds

12345