| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/ |
| T_sparse_switch_3.d | 31 sparse-switch v5 35 sparse-switch-end
|
| T_sparse_switch_4.d | 31 sparse-switch v3 35 sparse-switch-end
|
| T_sparse_switch_5.d | 31 sparse-switch v3 35 sparse-switch-end
|
| T_sparse_switch_6.d | 31 sparse-switch v3 35 sparse-switch-end
|
| T_sparse_switch_7.d | 30 sparse-switch v4 34 sparse-switch-end
|
| T_sparse_switch_8.d | 30 sparse-switch v4 34 sparse-switch-end
|
| T_sparse_switch_9.d | 30 sparse-switch v4 34 sparse-switch-end
|
| /system/extras/ext4_utils/ |
| make_ext4fs_main.c | 74 int sparse = 0; local 141 sparse = 1; 214 if (wipe && sparse) { 215 fprintf(stderr, "Cannot specifiy both wipe and sparse\n"); 257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
|
| ext4_utils.h | 141 void write_ext4_image(int fd, int gz, int sparse, int crc); 163 int sparse, int crc, int wipe, int real_uuid,
|
| /system/core/libsparse/ |
| simg2simg.c | 31 #include <sparse/sparse.h> 39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n"); 69 fprintf(stderr, "Failed to import sparse file\n"); 81 fprintf(stderr, "Failed to allocate sparse file array\n"); 106 fprintf(stderr, "Failed to write sparse file\n");
|
| sparse.c | 20 #include <sparse/sparse.h> 161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, 169 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc); 181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, 190 sparse, chunks, crc); 209 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) 217 s->block_size, s->len, false, sparse, chunks, crc); 246 * overhead is sparse file header, the potential end skip 276 * requested size, split the chunk. Results in sparse files tha [all...] |
| append2simg.c | 28 #include <sparse/sparse.h> 122 fprintf(stderr, "Failed to write sparse file\n");
|
| sparse_read.c | 31 #include <sparse/sparse.h> 88 sparse_print_verbose("Invalid sparse file format%s%s\n", s, at); 376 error("failed to read sparse file"); 409 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) 411 if (crc && !sparse) { 415 if (sparse) {
|
| /system/core/toolbox/upstream-netbsd/bin/dd/ |
| misc.c | 127 if (st.sparse) { 128 (void)snprintf(buf, sizeof(buf), "%llu sparse output %s\n", 129 (unsigned long long)st.sparse, 130 (st.sparse == 1) ? "block" : "blocks"); 269 (unsigned long long)st.sparse); 284 if (st.sparse != 1) ADDS("s"); 329 if (st.sparse) { 330 (void)dd_write_msg("%p sparse output %P\n", 1);
|
| dd.c | 82 static off_t pending = 0; /* pending seek if sparse */ 452 /* If there are pending sparse blocks, make sure 453 * to write out the final block un-sparse 510 int sparse, i; local 511 sparse = 1; /* Is buffer sparse? */ 514 sparse = 0; 517 if (sparse) { 527 err(EXIT_FAILURE, "%s: seek error creating sparse file", 543 st.sparse += pending/out.dbsz [all...] |
| /external/squashfs-tools/squashfs-tools/ |
| process_fragments.c | 64 int bytes = file_buffer->size, sparse = TRUE, value; local 70 sparse = FALSE; 76 return sparse; 276 int sparse = checksum_sparse(file_buffer); local 283 if(sparse_files && sparse) {
|
| unsquashfs.h | 100 char sparse; member in struct:inode 208 char sparse; member in struct:squashfs_file
|
| /external/v8/test/mjsunit/ |
| array-functions-prototype-misc.js | 179 var sparse = []; 180 sparse[pos + 1000] = 'is '; 181 sparse[pos + 271828] = 'time '; 182 sparse[pos + 31415] = 'the '; 183 sparse[pos + 012260199] = 'all '; 184 sparse[-1] = 'foo'; 185 sparse[pos + 22591927] = 'good '; 186 sparse[pos + 1618033] = 'for '; 187 sparse[pos + 91] = ': Now '; 188 sparse[pos + 86720199] = 'men.' [all...] |
| /system/extras/f2fs_utils/ |
| f2fs_ioutils.c | 48 #include <sparse/sparse.h> 179 // sparse file fills with zero by default.
|
| /external/autotest/client/tests/sparse/ |
| sparse.py | 5 class sparse(test.test): class in inherits:test.test 12 # http://www.codemonkey.org.uk/projects/git-snapshots/sparse/sparse-2006-04-28.tar.gz 13 def setup(self, tarball = 'sparse-2006-04-28.tar.gz'): 19 utils.system('ln check sparse') 21 self.top_dir = self.job.tmpdir+'/sparse' 30 results = os.path.join (self.resultsdir, 'sparse')
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| vktSparseResourcesBase.hpp | 23 * \brief Sparse Resources Base Instance 44 namespace sparse namespace in namespace:vkt 99 } // sparse
|
| /external/mmc-utils/ |
| Makefile | 24 # make C=1 to enable sparse 26 check = sparse $(CHECKFLAGS)
|
| /external/v8/test/webkit/ |
| sparse-array.js | 25 'This tests some sparse array operations.' 41 // This tests oscillation between being sparse and dense.
|
| /system/extras/verity/ |
| build_verity_tree.cpp | 3 #include <sparse/sparse.h> 121 " -S treat <data image> as a sparse file\n" 131 bool sparse = false; local 141 {"sparse", no_argument, 0, 'S'}, 179 sparse = true; 268 if (sparse) {
|
| /external/e2fsprogs/util/ |
| Makefile.in | 49 copy-sparse
|