/kernel/linux/linux-6.6/net/ceph/ |
H A D | ceph_common.c | 433 param->string + param->size, in ceph_parse_param()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | soundcard.h | 375 int size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 730 __u32 size; member
|
H A D | soundcard.h | 371 int size; member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.h | 98 #define MIN_H_SIZE 24 /* Smallest legal TIPC header size */ 99 #define MAX_H_SIZE 60 /* Largest possible TIPC header size */ 1155 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp);
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 610 # sample: size:xxx1;exclude-annotation:xxx 746 if Context.command_queue().size() < 2: 964 run –l <module name> -ta size:large 966 run –l <module name> -ta size:large -pt
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/ |
H A D | hello.cpp | 139 size_t api_size = api->size; in GetNativeAPI()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 247 size_t api_size = api->size; in GetNativeAPI()
|
/test/xts/acts/global_lite/i18n_lite/datetime_posix/src/ |
H A D | UnitDateTimeTest.cpp | 53 for (unsigned int index = 0; index < locales.size(); index++) {
in GetLocaleIndex()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM4BasicCallbackJsunit.test.js | 146 console.log(`update size invalid isFinished = ${isFinished}`);
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM4BasicCallbackJsunit.test.js | 126 console.log(`update size invalid isFinished = ${isFinished}`);
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM4BasicPromiseJsunit.test.js | 101 console.log(`update size invalid isFinished = ${isFinished}`);
735 * @tc.name generate sm4 with error key size 256
736 * @tc.size Medium
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM4BasicPromiseJsunit.test.js | 114 console.log(`update size invalid isFinished = ${isFinished}`);
|
/third_party/ffmpeg/libavcodec/ |
H A D | h263dec.c | 432 int buf_size = avpkt->size; in ff_h263_decode_frame() 570 /* H.263 could change picture size any time */ in ff_h263_decode_frame()
|
H A D | flicvideo.c | 93 av_log(avctx, AV_LOG_ERROR, "Unexpected extradata size %d\n", avctx->extradata_size); in flic_decode_init() 435 "has incorrect size, skipping chunk\n", chunk_size - 6); in flic_decode_frame_8BPP() 469 * size (minus 1 or 2, possibly); if it doesn't, issue a warning */ in flic_decode_frame_8BPP() 471 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_8BPP() 779 * size (minus 1, possibly); if it doesn't, issue a warning */ in flic_decode_frame_15_16BPP() 781 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_15_16BPP() 1059 * size (minus 1, possibly); if it doesn't, issue a warning */ in flic_decode_frame_24BPP() 1061 av_log(avctx, AV_LOG_ERROR, "Processed FLI chunk where chunk size = %d " \ in flic_decode_frame_24BPP() 1076 int buf_size = avpkt->size; in flic_decode_frame()
|
H A D | ccaption_dec.c | 850 int len = avpkt->size; in decode()
|
H A D | speedhq.c | 497 int buf_size = avpkt->size; in speedhq_decode_frame()
|
H A D | svq1dec.c | 185 /* destination address and vector size */ in svq1_decode_block_intra() 252 /* destination address and vector size */ in svq1_decode_block_non_intra() 577 /* load frame size */ in svq1_decode_frame_header() 624 int buf_size = avpkt->size; in svq1_decode_frame()
|
H A D | zmbv.c | 417 int buf_size = avpkt->size; in decode_frame() 452 avpriv_request_sample(avctx, "Block size %ix%i", c->bw, c->bh); in decode_frame() 556 av_log(avctx, AV_LOG_ERROR, "decompressed size %d is incorrect, expected %d\n", c->decomp_len, expected_size); in decode_frame()
|
/third_party/ffmpeg/libavdevice/ |
H A D | android_camera.c | 838 return pkt->size; in android_camera_read_packet() 845 { "video_size", "set video size given as a string such as 640x480 or hd720", OFFSET(requested_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_openvino.c | 80 { "batch_size", "batch size per request", OFFSET(options.batch_size), AV_OPT_TYPE_INT, { .i64 = 1 }, 1, 1000, FLAGS}, 313 // batch size in init_model_ov() 564 if (!sd->size) { in contain_valid_detection_bbox() 686 av_log(ctx, AV_LOG_ERROR, "Failed to reshape input size for %s\n", input_name); in get_output_ov()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 180 const std::string target_str = targets.size() > 1 ? "targets" : "target"; in PrintInvalidGeneratedInput() 732 if (args.size() != 1) { 879 targets_collected += rules.second.size();
|
H A D | filesystem_utils_unittest.cc | 644 base::WriteFile(file_path, data.c_str(), static_cast<int>(data.size())); in TEST()
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 60 # The input file has a Block whose payload has a size of zero before reversing
|
/third_party/curl/lib/ |
H A D | mqtt.c | 667 failf(data, "Maximum file size exceeded"); in mqtt_read_publish() 673 data->req.size = remlen; in mqtt_read_publish() 677 /* read rest of packet, but no more. Cap to buffer size */ in mqtt_read_publish()
|