Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 7 of 7) sorted by relevance

/system/extras/tools/
Dgraph_lockdep_chains55 cluster=
92 --cluster) # reserve -c for dot (configure plugins)
93 cluster=1
181 if [ -n "${cluster}" -a -z "${filter}" ]; then
184 if [ -n "${cluster}" -a -n "${focus}" -a -n "${filter}" ]; then
186 cluster=
228 if [ -n "${cluster}" ]; then
/system/update_engine/lz4diff/
Dlz4diff_compress.cc175 std::string_view cluster = in TryDecompressBlob() local
178 CHECK_NE(cluster.size(), 0UL); in TryDecompressBlob()
179 output.insert(output.end(), cluster.begin(), cluster.end()); in TryDecompressBlob()
180 compressed_offset += cluster.size(); in TryDecompressBlob()
185 while (inputmargin < std::min(kBlockSize, cluster.size()) && in TryDecompressBlob()
186 cluster[inputmargin] == 0) { in TryDecompressBlob()
193 cluster.data() + inputmargin, in TryDecompressBlob()
196 cluster.size() - inputmargin, in TryDecompressBlob()
208 << HashCalculator::SHA256Digest(cluster) << " " in TryDecompressBlob()
/system/sepolicy/microdroid/system/private/
Dvendor_init.te115 # Write to /proc/sys/vm/page-cluster
Dgenfs_contexts87 genfscon proc /sys/vm/page-cluster u:object_r:proc_page_cluster:s0
/system/sepolicy/private/
Dvendor_init.te221 # Write to /proc/sys/vm/page-cluster
Dgenfs_contexts90 genfscon proc /sys/vm/page-cluster u:object_r:proc_page_cluster:s0
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v3.cpp948 for (auto cluster : cluster_ops) { in GetTestConfigs() local
953 param.cluster_ops = cluster; in GetTestConfigs()