OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_map
(Results
1 - 10
of
10
) sorted by null
/external/v8/tools/sanitizers/
sancov_merger.py
92
def generate_inputs(keep, coverage_dir,
file_map
, cpus):
103
for executable, files in
file_map
.iteritems():
130
file_map
= {}
134
file_map
.setdefault(match.group(1), []).append(f)
137
options.keep, options.coverage_dir,
file_map
, CPUS)
140
(len(inputs), len(
file_map
)))
145
file_map
= {}
147
file_map
.setdefault(executable, []).append(f)
153
for executable, files in
file_map
.iteritems()]
sancov_formatter.py
134
file_map
= {}
139
file_map
.setdefault(file_name, set([])).add(int(number))
151
return {k: sorted(
file_map
[k]) for k in
file_map
if keep(k)}
325
file_map
, executable = result
327
for file_name, lines in
file_map
.iteritems():
/external/brotli/research/
deorummolae.cc
76
std::vector<TextChar>* full_text, std::vector<TextIdx>*
file_map
,
78
file_map
->resize(0);
86
file_map
->insert(
file_map
->end(), file.size() / CHUNK_SIZE, i);
126
std::vector<std::vector<TextChar>>* data, std::vector<TextIdx>*
file_map
,
128
TextIdx f =
file_map
->at(pos / CHUNK_SIZE);
150
std::vector<TextIdx>*
file_map
, std::vector<TextIdx>* file_offset) {
156
sa->at(i), length, data,
file_map
, file_offset, next_terminator);
160
sa->at(index), length, data,
file_map
, file_offset, next_terminator);
212
std::vector<TextIdx>
file_map
;
local
[
all
...]
/build/make/tools/releasetools/
test_validate_target_files.py
113
file_map
=None):
130
if
file_map
:
131
cmd.extend(['-B',
file_map
])
test_common.py
642
sparse_image.
file_map
)
720
sparse_image.
file_map
)
725
sparse_image.
file_map
['/system/file2'].extra['uses_shared_blocks'])
727
'incomplete', sparse_image.
file_map
['/system/file2'].extra)
730
self.assertFalse(sparse_image.
file_map
['__COPY'].extra)
731
self.assertFalse(sparse_image.
file_map
['__NONZERO-0'].extra)
732
self.assertFalse(sparse_image.
file_map
['/system/file1'].extra)
754
self.assertFalse(sparse_image.
file_map
['/system/file1'].extra)
755
self.assertTrue(sparse_image.
file_map
['/system/file2'].extra['incomplete'])
779
self.assertFalse(sparse_image.
file_map
['//system/file1'].extra
[
all
...]
blockimgdiff.py
86
self.
file_map
= {}
158
self.
file_map
= dict()
160
self.
file_map
["__ZERO"] = RangeSet(data=zero_blocks)
162
self.
file_map
["__NONZERO"] = RangeSet(data=nonzero_blocks)
164
self.
file_map
["__COPY"] = RangeSet(data=clobbered_blocks)
229
self.
file_map
= {}
231
self.
file_map
["__ZERO"] = RangeSet(data=zero_blocks)
233
self.
file_map
["__NONZERO"] = RangeSet(data=nonzero_blocks)
235
self.
file_map
["__HASHTREE"] = self.hashtree_info.hashtree_range
419
file_map
: a dict that partitions the blocks contained in care_map int
[
all
...]
sparse_img.py
36
an image object suitable for passing to BlockImageDiff.
file_map
contains
161
self.
file_map
= {"__DATA": self.care_map}
248
self.
file_map
= out = {}
351
self.
file_map
= {"__DATA": self.care_map}
validate_target_files.py
78
for entry in image.
file_map
:
85
ranges = image.
file_map
[entry]
common.py
859
image will have
file_map
info loaded.
921
A SparseImage object, with
file_map
info loaded.
942
for entry in image.
file_map
[
all
...]
/bootable/recovery/tests/component/
install_test.cpp
39
static void BuildZipArchive(const std::map<std::string, std::string>&
file_map
, int fd,
43
for (const auto& [name, content] :
file_map
) {
Completed in 107 milliseconds