Home
last modified time | relevance | path

Searched defs:file_obj (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dtest_utils.py56 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 Dcommon.py122 def Read(file_obj, length, offset=None, hasher=None): argument
H A Dpayload.py39 def _ReadInt(file_obj, size, is_unsigned, hasher=None): argument
/aosp_15_r20/external/autotest/server/hosts/
H A Dhost_info.py433 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.c184 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 Dcommon.py325 def __init__(self, file_obj, parent_stream=None, name=None): argument
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_io.c510 NODE_OBJECT_T *file_obj = calloc(sizeof(NODE_OBJECT_T), 1); in dirfiles_all() local
/aosp_15_r20/development/tools/repo_pull/
H A Dgerrit.py118 def __init__(self, file_obj): argument
/aosp_15_r20/external/boringssl/src/crypto/bio/
H A Dbio_test.cc663 bssl::ScopedFILE file_obj = file.Open("rb"); in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bio/
H A Dbio_test.cc663 ScopedFILE file_obj = file.Open("rb"); in TEST() local
/aosp_15_r20/external/python/cpython2/Lib/
Dsubprocess.py1155 def register_and_append(file_obj, eventmask): argument