/third_party/ffmpeg/libavformat/ |
H A D | oggdec.h | 137 * by a single byte (not counted in size). 141 const uint8_t *buf, int size, int parse_picture); 148 * by a single byte (not counted in size). 152 const uint8_t *buf, int size);
|
H A D | oggparseflac.c | 88 int size, ret; in old_flac_header() local 109 &data, &size, os->buf + os->pstart, os->psize, in old_flac_header()
|
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 128 dest->reserve(dest->size() + str.size() + escapes_size); in EscapeJSONStringImpl()
|
/third_party/gn/src/gn/ |
H A D | function_filter_labels.cc | 28 if (args.size() != 2) { in RunFilterLabels() 45 patterns.reserve(args[1].list_value().size()); in RunFilterLabels()
|
H A D | function_get_target_outputs_unittest.cc | 36 ASSERT_EQ(1u, list.list_value().size()); in AssertSingleStringEquals() 45 ASSERT_EQ(2u, list.list_value().size()); in AssertTwoStringsEqual()
|
H A D | function_process_file_template_unittest.cc | 27 ASSERT_EQ(1u, result.list_value().size()); in TEST() 55 ASSERT_EQ(4u, result.list_value().size()); in TEST()
|
H A D | ninja_generated_file_target_writer.cc | 55 CHECK(outputs_as_sources.size() == 1); in GenerateFile() 69 CHECK(target_->action_values().outputs().list().size() == 1U); in GenerateFile()
|
H A D | source_file.h | 82 return value().size() >= 2 && value()[0] == '/' && value()[1] == '/'; in is_source_absolute() 97 return std::string_view(&value()[1], value().size() - 1); in SourceAbsoluteWithOneSlash()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_gblur.c | 29 #define randomize_buffers(buf, size) \ 33 for (j = 0; j < size; j++) \
|
H A D | motion.c | 30 static void fill_random(uint8_t *tab, int size) in fill_random() argument 33 for (i = 0; i < size; i++) { in fill_random()
|
H A D | llviddspenc.c | 31 #define randomize_buffers(buf, size) \ 34 for (j = 0; j < size; j+=4) \
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_shaderc.c | 25 size_t *size, const char *entrypoint, in shdc_shader_compile() 79 *size = shaderc_result_get_length(res); in shdc_shader_compile() 23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image_dl.py | 65 if img.size[0] < img.size[1]:
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 98 unsigned size; member 225 size: if >= 0, force to print 'size' bytes. 228 int size, int max);
|
/third_party/backends/backend/ |
H A D | hp4200.h | 97 int size; /* size of the buffer */ member 108 int size; /* size in bytes of the buffer space */ member 227 int image_line_size; /* line size in bytes without status bytes */ 228 int scanner_line_size; /* line size in bytes including the
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 55 static size_t WriteCallback(void *ptr, size_t size, size_t nmemb, void *data) in WriteCallback() argument 58 so we only return the size we would have saved ... */ in WriteCallback() 61 return (size_t)(size * nmemb); in WriteCallback()
|
H A D | externalsocket.c | 54 static size_t write_data(void *ptr, size_t size, size_t nmemb, void *stream) in write_data() argument 56 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
|
H A D | htmltidy.c | 38 uint write_cb(char *in, uint size, uint nmemb, TidyBuffer *out) in write_cb() argument 41 r = size * nmemb; in write_cb()
|
H A D | smooth-gtk-thread.c | 63 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) in write_file() argument 65 return fwrite(ptr, size, nmemb, stream); in write_file()
|
/third_party/curl/lib/ |
H A D | mime.h | 32 #define ENCODING_BUFFER_SIZE 256 /* Encoding temp buffers size. */ 77 size_t (*encodefunc)(char *buffer, size_t size, bool ateof, 79 curl_off_t (*sizefunc)(curl_mimepart *part); /* Encoded size. */ 126 curl_off_t datasize; /* Expected data size. */ 155 size_t Curl_mime_read(char *buffer, size_t size, size_t nitems,
|
/third_party/benchmark/src/ |
H A D | csv_reporter.cc | 41 tmp.reserve(s.size() + 2); in CsvEscape() 113 Out << std::string(elements.size() - 3, ','); in PrintRunData()
|
H A D | reporter.cc | 52 if (info.caches.size() != 0) { in PrintBasicContext() 56 << (CInfo.size / 1024) << " KiB"; in PrintBasicContext()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | GenderInfo.java | 166 if (genders.size() == 0) { in getListGender() 169 if (genders.size() == 1) { in getListGender()
|
/third_party/icu/icu4c/source/common/ |
H A D | cstring.h | 43 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
|
H A D | stringpiece.cpp | 97 int32_t len = x.size(); in operator ==() 98 if (len != y.size()) { in operator ==()
|