Searched defs:buffer_size (Results 101 - 125 of 233) sorted by relevance

12345678910

/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbuffer.hpp56 * The contents of a buffer may be accessed using the @ref buffer_size
60 * std::size_t s1 = asio::buffer_size(b1);
155 * The contents of a buffer may be accessed using the @ref buffer_size
159 * std::size_t s1 = asio::buffer_size(b1);
280 /** @defgroup buffer_size asio::buffer_size
282 * @brief The asio::buffer_size function determines the total number of
288 inline std::size_t buffer_size(const mutable_buffer& b) function in namespace:asio
294 inline std::size_t buffer_size(const mutable_buffers_1& b) function in namespace:asio
300 inline std::size_t buffer_size(cons function in namespace:asio
306 inline std::size_t buffer_size(const const_buffers_1& b) function in namespace:asio
317 inline std::size_t buffer_size(const BufferSequence& b) function in namespace:asio
[all...]
/external/pdfium/fpdfsdk/
H A Dfpdfview_embeddertest.cpp177 long buffer_size; local
182 buffer_size = 2000000; // Absurdly large, check not used for this case.
183 dest = FPDF_GetNamedDest(document(), 0, nullptr, &buffer_size);
185 EXPECT_EQ(12, buffer_size);
188 buffer_size = 10;
189 dest = FPDF_GetNamedDest(document(), 0, fixed_buffer, &buffer_size);
191 EXPECT_EQ(-1, buffer_size);
195 buffer_size = 12;
196 dest = FPDF_GetNamedDest(document(), 0, fixed_buffer, &buffer_size);
198 EXPECT_EQ(12, buffer_size);
[all...]
/external/python/cpython3/Modules/_io/clinic/
H A Dbufferedio.c.h314 "BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE)\n"
321 Py_ssize_t buffer_size);
327 static const char * const _keywords[] = {"raw", "buffer_size", NULL};
330 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; local
333 &raw, &buffer_size)) {
336 return_value = _io_BufferedReader___init___impl((buffered *)self, raw, buffer_size);
343 "BufferedWriter(raw, buffer_size=DEFAULT_BUFFER_SIZE)\n"
349 "stream. If the buffer_size is not given, it defaults to\n"
354 Py_ssize_t buffer_size);
360 static const char * const _keywords[] = {"raw", "buffer_size", NUL
363 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; local
430 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; local
467 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; local
[all...]
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc151 int32_t buffer_size,
153 ByteVector buffer(buffer_size);
188 int32_t buffer_size) {
189 ByteVector buffer(buffer_size);
227 for (int32_t buffer_size = 1; buffer_size <= length;
228 buffer_size += increments) {
233 ReadFontDataWithBuffer(rfd1, buffer_size, &b1);
234 ReadFontDataWithBuffer(rfd2, buffer_size, &b2);
284 for (int32_t buffer_size
150 ReadFontDataWithBuffer(ReadableFontData* rfd, int32_t buffer_size, ByteVector* b) argument
186 WriteFontDataWithBuffer(ReadableFontData* rfd, WritableFontData* wfd, int32_t buffer_size) argument
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.c283 struct cache *cache_init(int buffer_size, int max_buffers, int noshrink_lookup, argument
292 cache->buffer_size = buffer_size;
379 cache->buffer_size);
H A Dcaches-queues-lists.h160 int buffer_size; member in struct:cache
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.cc98 int64 buffer_size = allocation.size(); local
104 device_ordinal, buffer_size));
106 VLOG(3) << "buffer #" << i << " allocated " << buffer_size << " bytes ["
114 TF_ANNOTATE_MEMORY_IS_INITIALIZED((*buffers)[i].opaque(), buffer_size);
/external/tensorflow/tensorflow/contrib/data/kernels/
H A Dprefetching_kernels.cc38 const NameAttrList& func, int64 buffer_size,
45 buffer_size_(buffer_size),
246 OP_REQUIRES_OK(ctx, ctx->GetAttr("buffer_size", &buffer_size_));
37 FunctionBufferingResource(FunctionLibraryRuntime* lib, const NameAttrList& func, int64 buffer_size, const string& source_device, const string& target_device, const std::vector<Tensor>& func_args, int64 thread_pool_size) argument
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Ddump_graphviz.cc169 int buffer_size = RequiredBufferSizeForShape(array.shape()); local
170 if (buffer_size <= 4) {
175 for (int i = 0; i < buffer_size; i++) {
177 if (i + 1 < buffer_size) {
191 AppendArrayVal(&node_properties.label, array, buffer_size - 2);
193 AppendArrayVal(&node_properties.label, array, buffer_size - 1);
/external/tensorflow/tensorflow/core/kernels/data/
H A Dshuffle_dataset_op.cc45 int64 buffer_size, int64 count)
48 buffer_size_(buffer_size),
316 int64 buffer_size; variable
318 ctx, ParseScalarArgument<int64>(ctx, "buffer_size", &buffer_size));
320 ctx, buffer_size > 0,
321 errors::InvalidArgument("buffer_size must be greater than zero."));
339 new ReshufflingDataset(ctx, input, buffer_size, seed, seed2, count);
342 new FixedSeedDataset(ctx, input, buffer_size, seed, seed2, count);
352 int64 buffer_size, int6
44 ShuffleDatasetBase(OpKernelContext* ctx, const DatasetBase* input, int64 buffer_size, int64 count) argument
351 ReshufflingDataset(OpKernelContext* ctx, const DatasetBase* input, int64 buffer_size, int64 seed, int64 seed2, int64 count) argument
391 FixedSeedDataset(OpKernelContext* ctx, const DatasetBase* input, int64 buffer_size, int64 seed, int64 seed2, int64 count) argument
413 Node* buffer_size = nullptr; variable
445 int64 buffer_size; variable
474 Dataset(OpKernelContext* ctx, const DatasetBase* input, int64 buffer_size, int64 seed, int64 seed2, int64 count) argument
497 Node* buffer_size = nullptr; variable
[all...]
/external/tinycompress/
H A Dcplay.c92 unsigned long buffer_size, unsigned int frag);
155 unsigned long buffer_size = 0; local
170 buffer_size = strtol(optarg, NULL, 0);
193 play_samples(file, card, device, buffer_size, frag);
200 unsigned long buffer_size, unsigned int frag)
241 if ((buffer_size != 0) && (frag != 0)) {
242 config.fragment_size = buffer_size/frag;
284 name, card, device, buffer_size);
199 play_samples(char *name, unsigned int card, unsigned int device, unsigned long buffer_size, unsigned int frag) argument
/external/v8/src/builtins/
H A Dbuiltins.cc52 const size_t buffer_size = 32 * KB; local
53 byte buffer[buffer_size]; // NOLINT(runtime/arrays)
54 MacroAssembler masm(isolate, buffer, buffer_size, CodeObjectRequired::kYes);
69 const size_t buffer_size = 32 * KB; local
70 byte buffer[buffer_size]; // NOLINT(runtime/arrays)
71 MacroAssembler masm(isolate, buffer, buffer_size, CodeObjectRequired::kYes);
/external/webrtc/webrtc/base/
H A Ddiskcache.cc255 size_t buffer_size = id.length()*3 + 1; local
256 char* buffer = new char[buffer_size];
257 encode(buffer, buffer_size, id.data(), id.length(),
290 size_t buffer_size = pathname.basename().length() + 1; local
291 char* buffer = new char[buffer_size];
292 decode(buffer, buffer_size, pathname.basename().data(),
H A Dflags.cc140 char* buffer, int buffer_size,
166 RTC_CHECK_LT(n, buffer_size);
139 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
H A Dsocketadapters.cc129 size_t buffer_size)
130 : BufferedReadAdapter(socket, buffer_size) {
128 AsyncProxyServerSocket(AsyncSocket* socket, size_t buffer_size) argument
/external/webrtc/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc72 size_t buffer_size = 0; local
81 buffer_size = width * height + half_width * half_height * 2;
89 buffer_size = width * height * 2;
92 buffer_size = width * height * 3;
96 buffer_size = width * height * 4;
102 return buffer_size;
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Dsystem_delay_unittest.cc123 size_t buffer_size = 0; local
126 buffer_size += samples_per_frame_;
127 EXPECT_EQ(static_cast<int>(buffer_size),
130 return buffer_size;
137 size_t buffer_size = BufferFillUp(); local
144 buffer_size += samples_per_frame_;
152 buffer_size += samples_per_frame_;
162 EXPECT_GE(static_cast<int>(buffer_size),
274 size_t buffer_size = BufferFillUp(); local
282 buffer_size
340 size_t buffer_size = 0; local
[all...]
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc425 size_t buffer_size = local
427 SharedMemory* shared_memory = callback_->CreateSharedMemory(buffer_size);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_bitstream_parser.cc40 size_t buffer_size) {
46 const uint8_t* end = buffer + buffer_size - 4;
39 FindNaluStartSequences(const uint8_t* buffer, size_t buffer_size) argument
/external/avb/test/
H A Dfake_avb_ops.cc314 size_t buffer_size,
317 if (out_buffer == NULL && buffer_size > 0) {
323 if (stored_values_[name].size() > buffer_size) {
456 size_t buffer_size,
462 name, buffer_size, out_buffer, out_num_bytes_read);
313 read_persistent_value(const char* name, size_t buffer_size, uint8_t* out_buffer, size_t* out_num_bytes_read) argument
454 my_ops_read_persistent_value(AvbOps* ops, const char* name, size_t buffer_size, uint8_t* out_buffer, size_t* out_num_bytes_read) argument
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp415 glw::GLint64 buffer_size = -1; local
417 m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, i, &buffer_size);
420 if (-1 == buffer_size)
432 if (0 != buffer_size)
437 << buffer_size << ", however 0 is expected." << tcu::TestLog::EndMessage;
878 glw::GLint64 buffer_size = -1; local
880 m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, index, &buffer_size);
884 if (-1 == buffer_size)
895 if (expected_value != buffer_size)
900 << buffer_size << ", howeve
[all...]
/external/google-benchmark/src/
H A Dsysinfo.cc284 DWORD buffer_size = 0; local
289 GetLogicalProcessorInformation(nullptr, &buffer_size);
290 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
291 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size))
296 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));
/external/kernel-headers/original/uapi/linux/
H A Dncp_fs.h35 int buffer_size; /* The negotiated buffer size, to be member in struct:ncp_fs_info
46 unsigned int buffer_size; member in struct:ncp_fs_info_v2
/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc216 int buffer_size; local
218 &buffer_size));
225 std::vector<char> buffer(buffer_size);
228 buffer_size));
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc284 DWORD buffer_size = 0; local
289 GetLogicalProcessorInformation(nullptr, &buffer_size);
290 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
291 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size))
296 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));

Completed in 619 milliseconds

12345678910