Searched refs:chunks (Results 1 – 4 of 4) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | VerityTreeBuilder.java | 224 final int chunks = (int) divideRoundup(size, CHUNK_SIZE); in digestDataByChunks() local 229 final byte[][] hashes = new byte[chunks][]; in digestDataByChunks()
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1812 my (@chunks); 1818 push(@chunks, [ $condition, $statement ]); 1820 return ($level, $linenr, @chunks); 1831 push(@chunks, [ $condition, $statement ]); 1834 return ($level, $linenr, @chunks); 5967 my ($level, $endln, @chunks) = 5971 if ($#chunks > 0 && $level == 0) { 5977 for my $chunk (@chunks) { 6038 my ($level, $endln, @chunks) = 6042 my ($cond, $block) = @{$chunks[0]}; [all …]
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | command_line.proto | 47 // should use simple string chunks.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 98 // file. This allows the generator to break large files into small chunks,
|