OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_file
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/tools/buildgen/
mako_renderer.py
106
with open(arg, 'r') as
dict_file
:
107
dictionary = pickle.load(
dict_file
)
111
with open(arg, 'r') as
dict_file
:
112
bunch.merge_json(json_dict, yaml.load(
dict_file
.read()))
128
with open(preprocessed_output, 'w') as
dict_file
:
129
pickle.dump(dictionary,
dict_file
)
/build/make/tools/releasetools/
test_ota_from_target_files.py
360
dict_file
= common.MakeTempFile()
361
with open(
dict_file
, 'w') as dict_fp:
364
oem_dicts = _LoadOemDicts([
dict_file
])
372
dict_file
= common.MakeTempFile()
373
with open(
dict_file
, 'w') as dict_fp:
376
oem_source.append(
dict_file
)
[
all
...]
Completed in 65 milliseconds