Home
last modified time | relevance | path

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

/external/toolchain-utils/rust_tools/
Drust_watch.py66 def from_json(s: str) -> 'RustReleaseVersion': member in RustReleaseVersion
86 def from_json(s: Dict[str, Any]) -> 'State': member in State
/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py139 def from_json(cls, json_data): member in DevshellCredentials
Dgce.py80 def from_json(cls, json_data): member in AppAssertionCredentials
Dappengine.py156 def from_json(cls, json_data): member in AppAssertionCredentials
/external/python/pycparser/examples/
Dc_json.py189 def from_json(ast_json): function
/external/mesa3d/src/amd/registers/
Dregdb.py108 def from_json(json, keys=None): member in Object
804 def from_json(json): member in RegisterDatabase
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py428 def from_json(cls, json_data): member in GceAssertionCredentials
477 def from_json(cls, json_data): member in GaeAssertionCredentials
/external/python/oauth2client/oauth2client/
Dclient.py319 def from_json(cls, unused_data): member in Credentials
614 def from_json(cls, json_data): member in OAuth2Credentials
973 def from_json(cls, json_data): member in AccessTokenCredentials
1138 def from_json(cls, json_data): member in GoogleCredentials
Dservice_account.py424 def from_json(cls, json_data): member in ServiceAccountCredentials
/external/mesa3d/bin/pick/
Dcore.py133 def from_json(cls, data: 'CommitDict') -> 'Commit': member in Commit
/external/python/google-api-python-client/googleapiclient/
Dhttp.py590 def from_json(s): member in MediaFileUpload
1096 def from_json(s, http, postproc): member in HttpRequest