Home
last modified time | relevance | path

Searched refs:_json (Results 1 – 25 of 43) 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.local14 _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/angle/third_party/vulkan-deps/glslang/src/
Dupdate_glslang_sources.py82 self._json = json
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py82 self._json = json
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv344 Modules/_json.c encoder_call kwlist -
345 Modules/_json.c encoder_new kwlist -
346 Modules/_json.c scanner_call kwlist -
347 Modules/_json.c scanner_new kwlist -
417 Modules/_json.c - _json_slots -
584 Modules/_json.c - speedups_methods -
802 Modules/_json.c - scanner_members -
803 Modules/_json.c - encoder_members -
1084 Modules/_json.c - PyScannerType_slots -
1085 Modules/_json.c - PyEncoderType_slots -
[all …]
/external/python/cpython3/
DAndroid-bionic.bp46 "Modules/_json.c",
DAndroid-darwin.bp31 "Modules/_json.c",
DAndroid-linux_x86_64.bp47 "Modules/_json.c",
DAndroid-linux_arm64.bp30 "Modules/_json.c",
/external/cronet/build/android/pylib/results/flakiness_dashboard/
Djson_results_generator_unittest.py24 self._json = None
/external/angle/build/android/pylib/results/flakiness_dashboard/
Djson_results_generator_unittest.py24 self._json = None
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py70 import json as _json namespace
293 s=_compat.as_bytes(_json.dumps(
762 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
/external/python/cpython3/Modules/
DSetup185 #_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c # _json speedups
/external/python/cpython2/
DAndroid.bp386 "py2-c-module-_json",
734 name: "py2-c-module-_json",
737 "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:
665 .. _json-commandline:

12