Home
last modified time | relevance | path

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

12

/external/jackson-core/src/test/java/perf/
DManualReadPerfWithMedia.java9 protected final String _json; field in ManualReadPerfWithMedia
13 _json = json; in ManualReadPerfWithMedia()
50 JsonParser p = _factory.createParser(_json); in testRead1()
59 final char[] ch = _json.toCharArray(); in testRead2()
/external/python/cpython2/Lib/test/crashers/
Ddecref_before_assignment.py17 import _json, weakref
43 scanner = _json.make_scanner(Ctx1())
/external/python/cpython3/android/
DSetup.local15 _json _json.c
/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/python/cpython3/
DAndroid-darwin_x86_64.bp31 "Modules/_json.c",
DAndroid-bionic.bp46 "Modules/_json.c",
DAndroid-linux_x86_64.bp47 "Modules/_json.c",
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py77 import json as _json namespace
305 s=_compat.as_bytes(_json.dumps(
774 call_def.children_inputs_mappings = _json.loads(
/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.9.0a3.rst122 Port _json extension module to multiphase initialization (:pep:`489`).
/external/python/cpython3/Modules/
DSetup188 #_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c # _json speedups
/external/python/cpython2/
DAndroid.bp372 "py2-c-module-_json",
720 name: "py2-c-module-_json",
723 "Modules/_json.c",
/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.
/external/python/cpython3/Doc/library/
Djson.rst308 .. _json-to-py-table:
666 .. _json-commandline:
/external/rust/crates/serde_json/
DREADME.md6 [crates.io]: https://crates.io/crates/serde\_json
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp152 SOURCE=..\..\Modules\_json.c

12