Searched defs:input_buffer (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/idltest/
H A Didltest_api.cc15 const char* input_buffer = input->GetBuffer(); local
17 output->Append(new base::FundamentalValue(input_buffer[i]));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc36 sfntly::ByteVector input_buffer; local
37 sfntly::LoadFile(kInputFileName, &input_buffer);
38 EXPECT_GT(input_buffer.size(), (size_t)0);
43 &(input_buffer[0]),
44 input_buffer.size(),
H A Dfont_parsing_test.cc35 ByteVector input_buffer; local
36 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
46 factory->LoadFontsForBuilding(&input_buffer, &font_builder_array2);
117 ByteVector input_buffer; local
118 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
123 factory->LoadFontsForBuilding(&input_buffer, &font_builder_array);
129 EXPECT_GE(output_stream.Size(), input_buffer.size());
H A Dname_editing_test.cc36 static ByteVector input_buffer; member in namespace:sfntly
41 if (input_buffer.empty()) {
42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
44 factory->LoadFontsForBuilding(&input_buffer, font_builders);
H A Dtest_font_utils.cc63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { argument
65 assert(input_buffer);
77 input_buffer->resize(file_size);
78 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file);
/external/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc36 sfntly::ByteVector input_buffer; local
37 sfntly::LoadFile(kInputFileName, &input_buffer);
38 EXPECT_GT(input_buffer.size(), (size_t)0);
43 &(input_buffer[0]),
44 input_buffer.size(),
H A Dfont_parsing_test.cc35 ByteVector input_buffer; local
36 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
46 factory->LoadFontsForBuilding(&input_buffer, &font_builder_array2);
117 ByteVector input_buffer; local
118 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
123 factory->LoadFontsForBuilding(&input_buffer, &font_builder_array);
129 EXPECT_GE(output_stream.Size(), input_buffer.size());
H A Dname_editing_test.cc36 static ByteVector input_buffer; member in namespace:sfntly
41 if (input_buffer.empty()) {
42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
44 factory->LoadFontsForBuilding(&input_buffer, font_builders);
H A Dtest_font_utils.cc63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { argument
65 assert(input_buffer);
77 input_buffer->resize(file_size);
78 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc45 ByteVector input_buffer; local
54 input_buffer.resize(file_size);
55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file);
63 factory->LoadFonts(&input_buffer, &font_array);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc45 ByteVector input_buffer; local
54 input_buffer.resize(file_size);
55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file);
63 factory->LoadFonts(&input_buffer, &font_array);
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_framer.cc17 MessageFramer::MessageFramer(scoped_refptr<net::GrowableIOBuffer> input_buffer) argument
18 : input_buffer_(input_buffer), error_(false) {
/external/chromium_org/media/base/
H A Daudio_buffer_converter.cc100 scoped_refptr<AudioBuffer> input_buffer = queued_inputs_.front(); local
104 input_buffer->frame_count() - last_input_buffer_offset_);
105 input_buffer->ReadFrames(
109 if (last_input_buffer_offset_ == input_buffer->frame_count()) {
110 // We've consumed all the frames in |input_buffer|.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c121 unsigned input_buffer = src->vertex_buffer_index; local
133 input_buffer = draw->pt.nr_vertex_buffers;
139 key.element[i].input_buffer = input_buffer;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate.h57 unsigned input_buffer:8; member in struct:translate_element
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { argument
42 assert(input_buffer);
56 input_buffer->resize(file_size);
57 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file);
107 sfntly::ByteVector input_buffer; local
108 if (!LoadFile(argv[1], &input_buffer)) {
122 &(input_buffer[0]),
123 input_buffer.size(),
/external/elfutils/0.153/libdwfl/
H A Dgzip.c123 void *input_buffer = NULL; local
129 *whole = input_buffer;
132 free (input_buffer);
156 input_buffer = malloc (READ_SIZE);
157 if (unlikely (input_buffer == NULL))
160 ssize_t n = pread_retry (fd, input_buffer, READ_SIZE, start_offset);
165 mapped = input_buffer;
170 input_buffer = *whole;
203 if (z.avail_in == 0 && input_buffer != NULL)
205 ssize_t n = pread_retry (fd, input_buffer, READ_SIZ
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c121 unsigned input_buffer = src->vertex_buffer_index; local
133 input_buffer = draw->pt.nr_vertex_buffers;
139 key.element[i].input_buffer = input_buffer;
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h57 unsigned input_buffer:8; member in struct:translate_element
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { argument
42 assert(input_buffer);
56 input_buffer->resize(file_size);
57 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file);
107 sfntly::ByteVector input_buffer; local
108 if (!LoadFile(argv[1], &input_buffer)) {
122 &(input_buffer[0]),
123 input_buffer.size(),
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcode_config_fetcher.cc53 static void Parse(const std::string& input_buffer,
80 void XmlConfigParser::Parse(const std::string& input_buffer, argument
92 input_buffer.c_str(),
93 input_buffer.size());
/external/chromium_org/net/filter/
H A Dsdch_filter_unittest.cc229 char* input_buffer = filter->stream_buffer()->data(); local
234 memcpy(input_buffer, non_gzip_content.data(),
269 char* input_buffer = filter->stream_buffer()->data(); local
274 memcpy(input_buffer, non_sdch_content.data(),
310 char* input_buffer = filter->stream_buffer()->data(); local
315 memcpy(input_buffer, non_sdch_content.data(),
345 char* input_buffer = filter->stream_buffer()->data(); local
350 memcpy(input_buffer, non_sdch_content.data(),
381 char* input_buffer = filter->stream_buffer()->data(); local
386 memcpy(input_buffer, dictionary_hash_prefi
[all...]
/external/chromium_org/third_party/libevent/
H A Devhttp.h222 struct evbuffer *input_buffer; /* read data */ member in struct:evhttp_request
H A Dhttp-internal.h60 struct evbuffer *input_buffer; member in struct:evhttp_connection
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc396 uint8_t* input_buffer = new uint8_t[required_size]; local
404 fread(input_buffer, 1, required_size, input_file)) {
412 ConvertFromI420(in_frame, kI420, 0, input_buffer);
419 delete [] input_buffer;

Completed in 412 milliseconds

12