/test/xts/hats/kernel/syscalls/fileio/syncfilerange/ |
H A D | SyncFileRangeApiTest.cpp | 62 * @tc.size : MediumTest 85 * @tc.size : MediumTest 101 * @tc.size : MediumTest 124 * @tc.size : MediumTest 132 ssize_t size = write(fd, TEST_DATA, TEST_DATA_LEN); in HWTEST_F() local 133 EXPECT_EQ(size, TEST_DATA_LEN); in HWTEST_F()
|
/third_party/curl/tests/libtest/ |
H A D | lib579.c | 69 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 74 if(size*nmemb < 1) in read_callback()
|
H A D | lib1507.c | 41 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 44 (void)size; in read_callback()
|
H A D | lib1662.c | 32 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 37 if(size*nmemb < len) in read_callback()
|
H A D | lib668.c | 35 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 40 (void) size; /* Always 1.*/ in read_callback() 89 /* Early end of data detection can be done because the data size is known. */ in test() 100 the file size is known. In addition, and EOF test is performed. */ in test()
|
H A D | lib667.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 41 if(size*nmemb < 1) in read_callback()
|
H A D | lib652.c | 40 int size = (int)sizeof(buffer) / 10; in test() local 42 for(i = 0; i < size ; i++) in test()
|
H A D | lib1527.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
|
H A D | lib547.c | 37 size_t size, in readcallback() 50 if(size * nmemb > strlen(UPLOADTHIS)) { in readcallback() 109 /* We CANNOT do the POST fine without setting the size (or choose in test() 36 readcallback(char *ptr, size_t size, size_t nmemb, void *clientp) readcallback() argument
|
H A D | lib1526.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
|
H A D | lib1525.c | 37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 39 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
|
H A D | lib1591.c | 37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 39 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libwebpenc.c | 62 ret = ff_get_encode_buffer(avctx, pkt, mw.size, 0); in libwebp_encode_frame() 65 memcpy(pkt->data, mw.mem, mw.size); in libwebp_encode_frame()
|
H A D | v408dec.c | 42 if (avpkt->size < 4 * avctx->height * avctx->width) { in v408_decode_frame() 81 return avpkt->size; in v408_decode_frame()
|
H A D | v308dec.c | 43 if (avpkt->size < 3 * avctx->height * avctx->width) { in v308_decode_frame() 72 return avpkt->size; in v308_decode_frame()
|
H A D | y41pdec.c | 46 if (avpkt->size < 3LL * avctx->height * FFALIGN(avctx->width, 8) / 2) { in y41p_decode_frame() 81 return avpkt->size; in y41p_decode_frame()
|
H A D | yuv4dec.c | 41 if (avpkt->size < 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1)) { in yuv4_decode_frame() 73 return avpkt->size; in yuv4_decode_frame()
|
H A D | ptx.c | 33 const uint8_t *buf_end = avpkt->data + avpkt->size; in ptx_decode_frame() 83 return avpkt->size; in ptx_decode_frame()
|
H A D | zlib_wrapper.c | 30 static void *alloc_wrapper(void *opaque, uInt items, uInt size) in alloc_wrapper() argument 32 return av_malloc_array(items, size); in alloc_wrapper()
|
H A D | webvttdec.c | 92 if (ptr && avpkt->size > 0 && !webvtt_event_to_ass(&buf, ptr)) in webvtt_decode_frame() 98 return avpkt->size; in webvtt_decode_frame()
|
H A D | targa_y216dec.c | 42 if (avpkt->size < 4 * avctx->height * aligned_width) { in y216_decode_frame() 73 return avpkt->size; in y216_decode_frame()
|
H A D | tmv.c | 52 if (avpkt->size < 2*char_rows*char_cols) { in tmv_decode_frame() 80 return avpkt->size; in tmv_decode_frame()
|
/third_party/elfio/elfio/ |
H A D | elfio_modinfo.hpp | 43 Elf_Word get_attribute_num() const { return (Elf_Word)content.size(); } in get_attribute_num() 49 if ( no < content.size() ) { in get_attribute()
|
/third_party/ffmpeg/libavformat/ |
H A D | adp.c | 71 int ret, size = 1024; in adp_read_packet() local 76 ret = av_get_packet(s->pb, pkt, size); in adp_read_packet()
|
H A D | ivfdec.c | 42 avio_rl16(s->pb); // header size in read_header() 73 int ret, size = avio_rl32(s->pb); in read_packet() local 76 ret = av_get_packet(s->pb, pkt, size); in read_packet()
|