Home
last modified time | relevance | path

Searched refs:cjson (Results 1 – 8 of 8) 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/iperf3/src/
DMakefile.am13 cjson.c \
14 cjson.h \
DMakefile.in147 am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \
163 am__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \
171 am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \
234 am__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \
235 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \
625 cjson.c \
626 cjson.h \
873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker
876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-m…
969 iperf3_profile-cjson.o: cjson.c
[all …]
/external/iperf3/
Dconfigure.ac68 # Check for the math library (needed by cjson on some platforms)
DNOTICE43 This software contains source code (src/cjson.{c,h}) that is:
DLICENSE43 This software contains source code (src/cjson.{c,h}) that is:
/external/iperf3/docs/
Dnews.rst98 cjson.