Home
last modified time | relevance | path

Searched refs:cjson (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/test_json/
D__init__.py9 cjson = support.import_fresh_module('json', fresh=['_json']) variable
12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
21 @unittest.skipUnless(cjson, 'requires _json')
23 if cjson is not None:
24 json = cjson
25 loads = staticmethod(cjson.loads)
26 dumps = staticmethod(cjson.dumps)
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError)
/external/python/cpython2/Lib/json/tests/
D__init__.py10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable
19 @unittest.skipUnless(cjson, 'requires _json')
21 if cjson is not None:
22 json = cjson
23 loads = staticmethod(cjson.loads)
24 dumps = staticmethod(cjson.dumps)
/external/oss-fuzz/projects/cjson/
DDockerfile23 RUN git clone --depth 1 https://github.com/DaveGamble/cJSON.git cjson
25 WORKDIR cjson
Dbuild.sh18 $SRC/cjson/fuzzing/ossfuzz.sh
/external/iperf3/src/
DMakefile.am13 cjson.c \
14 cjson.h \
DMakefile.in149 am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \
165 am__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \
173 am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \
242 am__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \
243 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \
635 cjson.c \
636 cjson.h \
891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker
894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-m…
988 iperf3_profile-cjson.o: cjson.c
[all …]
/external/iperf3/
Dconfigure.ac70 # Check for the math library (needed by cjson on some platforms)
DLICENSE43 This software contains source code (src/cjson.{c,h}) that is:
/external/iperf3/docs/
Dnews.rst130 cjson.