| /test/testfwk/arkxtest/testserver/test/fuzztest/setpastedata_fuzzer/ |
| H A D | setpastedata_fuzzer.cpp | 39 std::vector<uint8_t> buffer = fdp.ConsumeBytes<uint8_t>(fdp.ConsumeIntegralInRange<size_t>(minRange, maxRange)); in DoFuzzTestServerSetPasteData() local
|
| /test/xts/acts/multimedia/audio/ohaudioNdktest/ |
| H A D | ActsOhaudioNdkTest.h | 46 OnReadData(OH_AudioCapturer* capturer, void* userData, void* buffer, int32_t bufferLen) OnReadData() argument 72 OnWriteData(OH_AudioRenderer* renderer, void* userData, void* buffer, int32_t bufferLen) OnWriteData() argument
|
| /test/xts/device_attest_lite/services/core/mini/utils/ |
| H A D | attest_utils_file_detail.c | 105 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile() argument
|
| /test/xts/device_attest_lite/services/core/mini/adapter/ |
| H A D | attest_adapter_network_config.c | 45 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig() argument 79 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig() argument
|
| /test/xts/device_attest/services/core/dfx/ |
| H A D | attest_dfx.c | 30 char* buffer = (char *)ATTEST_MEM_MALLOC(MAX_ATTEST_BUFF_LEN); in PrintChallengeResult() local
|
| /test/xts/device_attest_lite/services/core/adapter/ |
| H A D | attest_adapter_oem.c | 58 int32_t OEMReadAuthStatus(char* buffer, uint32_t bufferLen) in OEMReadAuthStatus() argument 99 int32_t OEMWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in OEMWriteNetworkConfig() argument 107 int32_t OEMReadNetworkConfig(char* buffer, uint32_t bufferLen) in OEMReadNetworkConfig() argument 124 int32_t OEMReadAuthResultCode(char* buffer, uint32_t bufferLen) in OEMReadAuthResultCode() argument
|
| /test/xts/device_attest_lite/services/core/dfx/ |
| H A D | attest_dfx.c | 30 char* buffer = (char *)ATTEST_MEM_MALLOC(MAX_ATTEST_BUFF_LEN); in PrintChallengeResult() local
|
| /test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/ |
| H A D | MsgParserFuncTest.cpp | 26 static int8_t RunTest(const uint8_t *buffer, uint16_t bufferLen, const TlvParseCallback onTlvParseDone,
in RunTest() argument 69 uint8_t buffer[] = {
in HWTEST_F() local 98 uint8_t buffer[] = {
in HWTEST_F() local 121 uint8_t buffer[] = {
in HWTEST_F() local 139 uint8_t buffer[] = { HWTEST_F() local 162 uint8_t buffer[] = { }; HWTEST_F() local 179 uint8_t buffer[] = { HWTEST_F() local 197 uint8_t buffer[] = { HWTEST_F() local 217 uint8_t buffer[] = { HWTEST_F() local 238 uint8_t buffer[] = { HWTEST_F() local 262 uint8_t buffer[] = { HWTEST_F() local 283 uint8_t buffer[] = { HWTEST_F() local 304 uint8_t buffer[] = { HWTEST_F() local 327 uint8_t buffer[] = { HWTEST_F() local 352 uint8_t buffer[] = { HWTEST_F() local 377 uint8_t buffer[] = { HWTEST_F() local 401 uint8_t buffer[] = { HWTEST_F() local 420 uint8_t buffer[] = { HWTEST_F() local 441 uint8_t buffer[] = { HWTEST_F() local 464 uint8_t buffer[] = { HWTEST_F() local 488 uint8_t buffer[] = { HWTEST_F() local 510 uint8_t buffer[] = { HWTEST_F() local 533 uint8_t buffer[] = { HWTEST_F() local 556 uint8_t buffer[] = { HWTEST_F() local 573 uint8_t buffer[] = { HWTEST_F() local 593 uint8_t buffer[] = { HWTEST_F() local 615 uint8_t buffer[] = { HWTEST_F() local 639 uint8_t buffer[] = { HWTEST_F() local 662 uint8_t buffer[] = { HWTEST_F() local 685 uint8_t buffer[] = { HWTEST_F() local 708 uint8_t buffer[] = { HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscall_ipc/semctl/ |
| H A D | SemctlApiTest.cpp | 77 char buffer[MAX_LEN] = { 0 }; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/preadv/ |
| H A D | PreadvApiTest.cpp | 75 char buffer[MAX_LEN] = { 0 }; in HWTEST_F() local 118 char buffer[MAX_LE in HWTEST_F() local 140 char buffer[MAX_LEN] = { 0 }; HWTEST_F() local 164 char buffer[MAX_LEN] = { 0 }; HWTEST_F() local 199 char buffer[MAX_LEN] = { 0 }; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/dmabuffer/ |
| H A D | dmabuf_alloc.cpp | 85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
in HWTEST_F() local 113 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
in HWTEST_F() local 183 DmabufHeapBuffer buffer = { .size = 0 }; HWTEST_F() local 198 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local 224 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local 248 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local 280 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/madvise/ |
| H A D | MadviseApiTest.cpp | 64 char *buffer = static_cast<char *>(malloc(PAGE_SIZE)); in CreateFile() local
|
| /test/xts/hats/kernel/syscalls/fileio/readv/ |
| H A D | ReadvApiTest.cpp | 73 char buffer[MAX_LEN] = { 0 }; in HWTEST_F() local 104 char buffer[MAX_LEN] = { 0 }; in HWTEST_F() local 133 char buffer[MAX_LEN] = { 0 }; in HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/mem/msync/ |
| H A D | MsyncApiTest.cpp | 96 char buffer[SIZE]; in HWTEST_F() local 134 char buffer[SIZE]; in HWTEST_F() local 170 char buffer[SIZE]; in HWTEST_F() local
|
| /test/xts/hats/useriam/common/src/ |
| H A D | iam_hat_test.cpp | 41 auto buffer = parcel.ReadBuffer(len); in FillTestBuffer() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dvd_nav_parser.c | 31 uint8_t buffer[PCI_SIZE+DSI_SIZE]; member
|
| H A D | vaapi_mpeg2.c | 42 static int vaapi_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) in vaapi_mpeg2_start_frame() argument 131 static int vaapi_mpeg2_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in vaapi_mpeg2_decode_slice() argument
|
| /third_party/ffmpeg/doc/examples/ |
| H A D | avio_reading.c | 63 uint8_t *buffer = NULL, *avio_ctx_buffer = NULL; in main() local [all...] |
| /third_party/curl/tests/libtest/ |
| H A D | lib2304.c | 45 char buffer[256]; in recv_pong() local 74 char buffer[256]; in recv_any() local
|
| H A D | lib2302.c | 79 static size_t writecb(char *buffer, size_t size, size_t nitems, void *p) in writecb() argument
|
| H A D | lib540.c | 199 char buffer[246]; /* naively fixed-size */ in test() local
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | snowenc.c | 33 int buffer[2][width*height]; in main() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mlpdec.c | 67 uint8_t buffer[10]; in mlp_read_header() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | buffer_internal.h | 85 AVBuffer buffer; member
|
| H A D | random_seed.c | 73 static uint32_t buffer[512] = { 0 }; in get_generic_seed() local [all...] |