Home
last modified time | relevance | path

Searched refs:_json (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cpython2/Lib/test/crashers/
Ddecref_before_assignment.py17 import _json, weakref
43 scanner = _json.make_scanner(Ctx1())
/external/python/cpython3/Lib/json/
Dencoder.py6 from _json import encode_basestring_ascii as c_encode_basestring_ascii
10 from _json import encode_basestring as c_encode_basestring
14 from _json import make_encoder as c_make_encoder
Dscanner.py5 from _json import make_scanner as c_make_scanner
Ddecoder.py7 from _json import scanstring as c_scanstring
/external/python/cpython2/Lib/json/
Dscanner.py5 from _json import make_scanner as c_make_scanner
Dencoder.py6 from _json import encode_basestring_ascii as c_encode_basestring_ascii
10 from _json import make_encoder as c_make_encoder
Ddecoder.py9 from _json import scanstring as c_scanstring
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py82 self._json = json
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py74 import json as _json namespace
293 s=_compat.as_bytes(_json.dumps(
751 call_def.children_inputs_mappings = _json.loads(
/external/python/cpython2/
DAndroid.bp324 "py2-c-module-_json",
672 name: "py2-c-module-_json",
675 "Modules/_json.c",
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b4.rst83 Fixed crashes in _json functions called with arguments of inappropriate
D3.7.0a2.rst127 Fix an assertion failure in `json`, in case `_json.make_encoder()` received
D3.6.2rc1.rst473 Removed the __init__ methods of _json's scanner and encoder. Misusing them
D3.5.4rc1.rst540 Removed the __init__ methods of _json's scanner and encoder. Misusing them
D3.6.4rc1.rst172 Fix an assertion failure in `json`, in case `_json.make_encoder()` received
D3.5.0a1.rst825 Fixed possible integer overflow in _json.encode_basestring_ascii.
D3.7.0a1.rst2775 Removed the __init__ methods of _json's scanner and encoder. Misusing them
/external/vulkan-validation-layers/scripts/
Dupdate_deps.py298 self._json = json
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst355 Strengthen resistance of ``_json.encode_basestring_ascii()`` to integer
590 Fixed possible integer overflow in _json.encode_basestring_ascii.
D2.7.2rc1.rst503 Fix json.loads('{}') to return a dict (instead of a list), when _json is not
D2.7.15rc1.rst995 Removed the __init__ methods of _json's scanner and encoder. Misusing them
/external/python/cpython3/Doc/library/
Djson.rst294 .. _json-to-py-table:
652 .. _json-commandline:
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp152 SOURCE=..\..\Modules\_json.c
/external/python/cpython2/Doc/library/
Djson.rst288 .. _json-to-py-table:
/external/python/cpython3/Misc/
DHISTORY458 - Issue #24683: Fixed crashes in _json functions called with arguments of
1016 _json.encode_basestring_ascii.
9785 _json is not available.

12