Home
last modified time | relevance | path

Searched defs:expected_size (Results 1 - 24 of 24) sorted by relevance

/third_party/vixl/test/
H A Dtest-code-buffer.cc106 size_t expected_size = 0; in TEST() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate01.c194 loff_t expected_size; in main() local
218 void runtest(int mode, int fd, loff_t expected_size) in runtest() argument
/third_party/curl/lib/
H A Dfile.c417 curl_off_t expected_size = -1; in file_do() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc106 const size_t expected_size = Size() + other.Size(); in Append() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.c162 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { in VP8BitWriterInit() argument
237 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) { in VP8LBitWriterInit() argument
/third_party/skia/tests/
H A DJSONTest.cpp164 static void check_vector(skiatest::Reporter* reporter, const Value& v, size_t expected_size, in check_vector() argument
H A DBitmapTest.cpp425 size_t rowbytes, expected_size; in DEF_TEST() member
/third_party/ffmpeg/libavcodec/
H A Dzmbv.c422 int expected_size; in decode_frame() local
H A Dratecontrol.c167 double expected_size = rcc->buffer_index; in modify_qscale() local
/third_party/json/tests/src/
H A Dunit-ubjson.cpp2006 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'i', 1, 'i', 2}; variable
2008 CHECK(json::to_ubjson(j, true) == expected_size); variable
2015 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'U', 0xC8, 'U', 0xC9}; variable
2017 CHECK(json::to_ubjson(j, true) == expected_size); variable
2024 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'I', 0x75, 0x30, 'I', 0x75, 0x31}; variable
2026 CHECK(json::to_ubjson(j, true) == expected_size); variable
2033 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'l', 0x00, 0x01, 0x11, 0x70, 'l', 0x00, 0x01, 0x11, 0x71}; variable
2035 CHECK(json::to_ubjson(j, true) == expected_size); variable
2042 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'L', 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x00, 'L', 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x01}; variable
2044 CHECK(json::to_ubjson(j, true) == expected_size); variable
[all...]
H A Dunit-bjdata.cpp3023 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'i', 1, 'i', 2}; variable
3025 CHECK(json::to_bjdata(j, true) == expected_size); variable
3032 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'U', 0xC8, 'U', 0xC9}; variable
3034 CHECK(json::to_bjdata(j, true) == expected_size); variable
3041 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'I', 0x30, 0x75, 'I', 0x31, 0x75}; variable
3043 CHECK(json::to_bjdata(j, true) == expected_size); variable
3050 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'u', 0x50, 0xC3, 'u', 0x51, 0xC3}; variable
3052 CHECK(json::to_bjdata(j, true) == expected_size); variable
3059 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'l', 0x70, 0x11, 0x01, 0x00, 'l', 0x71, 0x11, 0x01, 0x00}; variable
3061 CHECK(json::to_bjdata(j, true) == expected_size); variable
3068 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'm', 0xFF, 0xC9, 0x9A, 0xBB, 'm', 0x00, 0xCA, 0x9A, 0xBB}; global() variable
3070 CHECK(json::to_bjdata(j, true) == expected_size); global() variable
3077 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'L', 0x00, 0xF2, 0x05, 0x2A, 0x01, 0x00, 0x00, 0x00, 'L', 0x01, 0xF2, 0x05, 0x2A, 0x01, 0x00, 0x00, 0x00}; global() variable
3079 CHECK(json::to_bjdata(j, true) == expected_size); global() variable
3086 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'M', 0xFF, 0xFF, 0x63, 0xA7, 0xB3, 0xB6, 0xE0, 0x8D, 'M', 0x00, 0x00, 0x64, 0xA7, 0xB3, 0xB6, 0xE0, 0x8D}; global() variable
3088 CHECK(json::to_bjdata(j, true) == expected_size); global() variable
[all...]
/third_party/ffmpeg/libavformat/
H A Dvividas.c114 static unsigned recover_key(unsigned char sample[4], unsigned expected_size) in recover_key() argument
492 static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv, unsigned expected_size) in load_sb_block() argument
232 read_sb_block(AVIOContext *src, unsigned *size, uint32_t *key, unsigned expected_size) read_sb_block() argument
H A Dmatroskaenc.c1587 uint64_t expected_size = (2 + 1 + (sizeof(DVCC_DVVC_BLOCK_TYPE_NAME) - 1)) in mkv_write_dovi() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c558 uint32_t expected_size = in si_get_thread_trace() local
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc75 explicit ProgressWriterDelegate(int64_t expected_size) in ProgressWriterDelegate() argument
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc75 explicit ProgressWriterDelegate(int64_t expected_size) in ProgressWriterDelegate() argument
/third_party/openssl/test/
H A Dcmp_ctx_test.c142 int base_err_msg_size, expected_size; in execute_CTX_print_errors_test() local
[all...]
H A Dasn1_encode_test.c484 do_decode(unsigned char *bytes, long nbytes, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) do_decode() argument
669 do_decode_custom(const TEST_CUSTOM_DATA *custom_data, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) do_decode_custom() argument
/third_party/libuv/test/
H A Dtest-fs.c1205 static int test_sendfile(void (*setup)(int), uv_fs_cb cb, size_t expected_size) { in test_sendfile() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h605 explicit ChoiceNode(int expected_size, Zone* zone) in ChoiceNode() argument
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc3128 int expected_size = expected_serialized_data.size(); in TEST() local
/third_party/backends/sanei/
H A Dsanei_usb.c1082 sanei_usb_check_data_equal(xmlNode* node, const char* data, size_t data_size, const char* expected_data, size_t expected_size, const char* parent_fun) sanei_usb_check_data_equal() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h238 vn_decode_array_size(struct vn_cs_decoder *dec, uint64_t expected_size) in vn_decode_array_size() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc77 MachineType assert_size(int expected_size, MachineType type) { in assert_size() argument

Completed in 66 milliseconds