Home
last modified time | relevance | path

Searched defs:expected_size (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate01.c194 loff_t expected_size; in main() local
218 void runtest(int mode, int fd, loff_t expected_size) in runtest()
/third_party/cef/tests/ceftests/
Dimage_util.cc15 const CefSize& expected_size) { in LoadImage()
/third_party/vixl/test/
Dtest-code-buffer.cc106 size_t expected_size = 0; in TEST() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c162 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { in VP8BitWriterInit()
237 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) { in VP8LBitWriterInit()
/third_party/ffmpeg/libavformat/
Dvividas.c114 static unsigned recover_key(unsigned char sample[4], unsigned expected_size) in recover_key()
233 uint32_t *key, unsigned expected_size) in read_sb_block()
490 static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv, unsigned expected_size) in load_sb_block()
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc695 CefSize expected_size(100, 100); in SizeWithDelegateImpl() local
773 CefSize expected_size(100, 100); in FillLayoutSizeToPreferredSizeImpl() local
798 CefSize expected_size(100, 100); in FillLayoutSizeHierarchyImpl() local
841 CefSize expected_size(100, 100); in FillLayoutSizeHierarchyWithDelegate() local
/third_party/json/tests/src/
Dunit-bjdata.cpp3023 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'i', 1, 'i', 2}; variable
3032 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'U', 0xC8, 'U', 0xC9}; variable
3041 … std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'I', 0x30, 0x75, 'I', 0x31, 0x75}; variable
3050 … std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'u', 0x50, 0xC3, 'u', 0x51, 0xC3}; variable
3059 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'l', 0x70, 0x11, 0x01, 0x00, 'l', 0x71, 0x… variable
3068 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'm', 0xFF, 0xC9, 0x9A, 0xBB, 'm', 0x00, 0x… variable
3077 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'L', 0x00, 0xF2, 0x05, 0x2A, 0x01, 0x00, 0… variable
3086 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'M', 0xFF, 0xFF, 0x63, 0xA7, 0xB3, 0xB6, 0… variable
Dunit-ubjson.cpp2006 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'i', 1, 'i', 2}; variable
2015 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'U', 0xC8, 'U', 0xC9}; variable
2024 … std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'I', 0x75, 0x30, 'I', 0x75, 0x31}; variable
2033 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'l', 0x00, 0x01, 0x11, 0x70, 'l', 0x00, 0x… variable
2042 …std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'L', 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0… variable
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_common.h72 guint64 expected_size; member
/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.cc106 const size_t expected_size = Size() + other.Size(); in Append() local
/third_party/curl/lib/
Dfile.c413 curl_off_t expected_size = -1; in file_do() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmpg123audiodec.c266 gint expected_size; in run_decoding_test() local
Dqtdemux.c30 guint expected_size; member
/third_party/skia/tests/
DJSONTest.cpp164 static void check_vector(skiatest::Reporter* reporter, const Value& v, size_t expected_size, in check_vector()
DBitmapTest.cpp425 size_t rowbytes, expected_size; in DEF_TEST() member
/third_party/openssl/test/
Dasn1_encode_test.c485 const EXPECTED *expected, size_t expected_size, in do_decode()
670 const EXPECTED *expected, size_t expected_size, in do_decode_custom()
Dcmp_ctx_test.c142 int base_err_msg_size, expected_size; in execute_CTX_print_errors_test() local
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c355 gint expected_size = 0; in gst_xvimage_allocator_alloc() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c558 uint32_t expected_size = in si_get_thread_trace() local
/third_party/ffmpeg/libavcodec/
Dzmbv.c420 int expected_size; in decode_frame() local
Dratecontrol.c168 double expected_size = rcc->buffer_index; in modify_qscale() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasepayload.c478 gsize expected_size = va_arg (var_args, gsize); in validate_buffer_valist() local
508 gsize expected_size = va_arg (var_args, gsize); in validate_buffer_valist() local
/third_party/python/Lib/test/
Dtest_sys.py1224 def check_code_size(a, expected_size): argument
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc1472 gfx::Size expected_size = in OnPaint() local
/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h605 explicit ChoiceNode(int expected_size, Zone* zone) in ChoiceNode()

12