HomeSort by relevance Sort by last modified time
    Searched refs:sparse (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /system/core/libsparse/
sparse_file.h 20 #include <sparse/sparse.h>
sparse_err.c 17 #include <sparse/sparse.h>
output_file.h 20 #include <sparse/sparse.h>
25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
img2simg.c 30 #include <sparse/sparse.h>
94 fprintf(stderr, "Failed to create sparse file\n");
107 fprintf(stderr, "Failed to write sparse file\n");
simg2img.c 17 #include <sparse/sparse.h>
69 fprintf(stderr, "Failed to read sparse file\n");
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.hpp 23 * \brief Sparse buffer memory aliasing tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesBufferSparseBinding.hpp 23 * \brief Buffer Sparse Binding tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesBufferSparseResidency.hpp 23 * \brief Sparse partially resident buffers tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesImageSparseBinding.hpp 23 * \brief Sparse fully resident images with mipmaps tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesImageSparseResidency.hpp 23 * \brief Sparse partially resident images tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesMipmapSparseResidency.hpp 23 * \brief Sparse partially resident images with mipmaps tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesTests.hpp 23 * \brief Sparse Resources Tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesTests.cpp 21 * \brief Sparse Resources Tests
35 namespace sparse namespace in namespace:vkt
40 de::MovePtr<tcu::TestCaseGroup> sparseTests (new tcu::TestCaseGroup(testCtx, "sparse_resources", "Sparse Resources Tests"));
52 } // sparse
  /system/core/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
33 * @len - size of the expanded sparse file.
40 * Returns the sparse file cookie, or NULL on error.
45 * sparse_file_destroy - destroy a sparse file cookie
47 * @s - sparse file cookie
49 * Destroys a sparse file cookie. After destroy, all memory passed in to
55 * sparse_file_add_data - associate a data chunk with a sparse file
57 * @s - sparse file cookie
60 * @block - offset in blocks into the sparse file to place the data chunk
62 * Associates a data chunk with a sparse file cookie. The regio
    [all...]
  /system/extras/f2fs_utils/
f2fs_utils.c 37 #include <sparse/sparse.h>
73 sparse_file_write(f2fs_sparse_file, fd, /*gzip*/0, /*sparse*/1, /*crc*/0);
  /external/v8/test/mjsunit/regress/
regress-423633.js 14 // nulling the prototype lets us stay in the sparse case; otherwise the
15 // getter on Array.prototype would force us into the non-sparse code.
  /system/core/fastboot/
fs.cpp 15 #include <sparse/sparse.h>
  /system/update_engine/sample_images/
generate_images.sh 56 # sparse_empty: Files with no data blocks at all (only sparse holes).
60 # sparse: Files with some data blocks but also sparse holes.
62 sudo dd of="${mntdir}"/sparse-16k-last_block bs=1 \
69 sudo dd of="${mntdir}"/sparse-10000blocks bs=1 \
72 sudo truncate --size=16384 "${mntdir}"/sparse-16k-first_block
73 echo "first block" | sudo dd of="${mntdir}"/sparse-16k-first_block status=none
75 sudo truncate --size=16384 "${mntdir}"/sparse-16k-holes
76 echo "a" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=100 status=none
77 echo "b" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=10000 status=non
    [all...]
  /system/extras/ext4_utils/
ext2simg.c 28 #include <sparse/sparse.h>
53 fprintf(stderr, " -S don't use sparse output format\n");
123 int sparse = 1; local
139 sparse = 0;
189 write_ext4_image(outfd, gzip, sparse, crc);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/
T_sparse_switch_1.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_11.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_12.d 29 sparse-switch v4
33 sparse-switch-end
T_sparse_switch_13.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_14.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_2.d 31 sparse-switch v4
35 sparse-switch-end

Completed in 1042 milliseconds

1 2 3 4 5