Searched defs:file_obj (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/system/update_engine/scripts/update_payload/ |
H A D | test_utils.py | 56 def _WriteInt(file_obj, size, is_unsigned, val): argument 231 def _WriteHeaderToFile(self, file_obj, manifest_len): argument 241 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None, argument 317 def WriteToFileWithData(self, file_obj, sigs_data=None, argument
|
H A D | common.py | 122 def Read(file_obj, length, offset=None, hasher=None): argument
|
H A D | payload.py | 39 def _ReadInt(file_obj, size, is_unsigned, hasher=None): argument
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | host_info.py | 433 def json_serialize(info, file_obj, version=_CURRENT_SERIALIZATION_VERSION): argument 451 def json_deserialize(file_obj): argument
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 184 PyObject *file_obj = NULL; in zoneinfo_new_instance() local 344 PyObject *file_obj = NULL; in zoneinfo_from_file() local 836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()
|
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/utils/ |
H A D | common.py | 325 def __init__(self, file_obj, parent_stream=None, name=None): argument
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_io.c | 510 NODE_OBJECT_T *file_obj = calloc(sizeof(NODE_OBJECT_T), 1); in dirfiles_all() local
|
/aosp_15_r20/development/tools/repo_pull/ |
H A D | gerrit.py | 118 def __init__(self, file_obj): argument
|
/aosp_15_r20/external/boringssl/src/crypto/bio/ |
H A D | bio_test.cc | 663 bssl::ScopedFILE file_obj = file.Open("rb"); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bio/ |
H A D | bio_test.cc | 663 ScopedFILE file_obj = file.Open("rb"); in TEST() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | subprocess.py | 1155 def register_and_append(file_obj, eventmask): argument
|