Home
last modified time | relevance | path

Searched defs:file_bytes (Results 1 – 11 of 11) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_opaque.cpp23 int file_bytes = buffer_vec.size(); in TEST_SPIRV_FUNC() local
Dtest_get_program_il.cpp44 size_t file_bytes = spirv_binary.size(); in TEST_SPIRV_FUNC() local
Dmain.cpp126 size_t file_bytes = buffer_vec.size(); in offline_get_program_with_il() local
151 int file_bytes = buffer_vec.size(); in get_program_with_il() local
Dtest_linkage.cpp29 int file_bytes = buffer_vec.size(); in test_linkage_compile() local
/external/crosvm/protos/src/
Dregistered_events.proto15 uint64 file_bytes = 2; field
/external/chromiumos-config/proto/chromiumos/config/api/test/harness/tnull/v1/
Dtnull.proto60 bytes file_bytes = 2; field
/external/tremolo/Tremolo/
Dmisc.c47 static long *file_bytes=NULL; variable
/external/rust/crabbyavif/tests/
Ddecoder_tests.rs905 let mut file_bytes = std::fs::read(get_test_file("white_1x1.avif")).unwrap(); in white_1x1_mdat_size0() localVariable
920 let mut file_bytes = std::fs::read(get_test_file("white_1x1.avif")).unwrap(); in white_1x1_meta_size0() localVariable
944 let mut file_bytes = std::fs::read(get_test_file("white_1x1.avif")).unwrap(); in white_1x1_ftyp_size0() localVariable
/external/squashfs-tools/squashfs-tools/
Dread_fs.c244 long long start, file_bytes = 0; in scan_inode_table() local
299 long long start, file_bytes = 0; in scan_inode_table() local
Dmksquashfs.c1924 void add_file(long long start, long long file_size, long long file_bytes, in add_file()
2653 long long read_size, file_bytes, start; in write_file_process() local
2745 long long file_bytes, dup_start, start; in write_file_blocks_dup() local
2886 long long file_bytes, start; in write_file_blocks() local
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc778 const uint8_t* file_bytes; member