Home
last modified time | relevance | path

Searched refs:dumps (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Dujson_dumps.py10 print(json.dumps(False))
11 print(json.dumps(True))
12 print(json.dumps(None))
13 print(json.dumps(1))
14 print(json.dumps("abc"))
16 print(json.dumps([]))
17 print(json.dumps([1]))
18 print(json.dumps([1, 2]))
20 print(json.dumps(()))
21 print(json.dumps((1,)))
[all …]
A Dujson_dumps_float.py10 print(json.dumps(1.2))
11 print(json.dumps({1.5: "hi"}))
A Dujson_dumps_extra.py9 print(ujson.dumps(b"1234"))
A Dujson_dumps_ordereddict.py12 print(json.dumps(OrderedDict(((1, 2), (3, 4)))))
/AliOS-Things-master/components/amp-utility/python/
A Diot.py217 return _lk.post_property(ujson.dumps(data['params']))
252 return _lk.post_event(data['id'],ujson.dumps(data['params']))
A Dujson.py17 def dumps(obj): function
/AliOS-Things-master/components/py_engine/framework/
A Diot.py278 return _lk.post_property(ujson.dumps(data['params']))
323 return _lk.post_event(data['id'],ujson.dumps(data['params']))
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dmodules_json_nonserializable.py11 z = json.dumps(a)
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dflash_program.py35 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dflash_program.py37 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Dbazel_to_cmake.py191 key = pickle.dumps(sorted(select_dict.items()))
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md25 * [`pkey/key_app.c`](pkey/key_app.c): loads a PEM or DER public key or private key file and dumps i…
122 * [`x509/crl_app.c`](x509/crl_app.c): loads and dumps a certificate revocation list (CRL).
124 * [`x509/req_app.c`](x509/req_app.c): loads and dumps a certificate signing request (CSR).
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtransymodem.py35 f.write(json.dumps(data, indent=4, separators=(',', ': ')))
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dchange.log306 djpeg's trace capability now dumps DQT tables in natural order, not zigzag
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst496 …ter/examples/print_config_tree.py>`_ is similar to ``print_tree.py``, but dumps the tree as it wou…
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst496 …ter/examples/print_config_tree.py>`_ is similar to ``print_tree.py``, but dumps the tree as it wou…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2287 prevents core dumps or perhaps even arbitrary code execution when

Completed in 31 milliseconds