Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Darray_assertion.cpp85 std::vector<mbgl::Value> serialized; in serialize() local
86 serialized.emplace_back(getOperator()); in serialize()
93 serialized.emplace_back(type::toString(array.itemType)); in serialize()
95 serialized.emplace_back(uint64_t(*array.N)); in serialize()
99 serialized.emplace_back(input->serialize()); in serialize()
100 return serialized; in serialize()
H A Dlet.cpp69 std::vector<mbgl::Value> serialized; in serialize() local
70 serialized.emplace_back(getOperator()); in serialize()
72 serialized.emplace_back(entry.first); in serialize()
73 serialized.emplace_back(entry.second->serialize()); in serialize()
75 serialized.emplace_back(result->serialize()); in serialize()
76 return serialized; in serialize()
H A Dinterpolate.cpp285 std::vector<mbgl::Value> serialized; in serialize() local
286 serialized.emplace_back(getOperator()); in serialize()
291 serialized.emplace_back(std::vector<mbgl::Value>{{ std::string("linear") }}); in serialize()
293serialized.emplace_back(std::vector<mbgl::Value>{{ std::string("exponential"), exponential.base }}… in serialize()
300serialized.emplace_back(std::vector<mbgl::Value>{{ cubicBezierTag, p1.first, p1.second, p2.first, … in serialize()
303 serialized.emplace_back(input->serialize()); in serialize()
305 serialized.emplace_back(entry.first); in serialize()
306 serialized.emplace_back(entry.second->serialize()); in serialize()
308 return serialized; in serialize()
H A Dstep.cpp183 std::vector<mbgl::Value> serialized; in serialize() local
184 serialized.emplace_back(getOperator()); in serialize()
185 serialized.emplace_back(input->serialize()); in serialize()
188 serialized.emplace_back(entry.first); in serialize()
190 serialized.emplace_back(entry.second->serialize()); in serialize()
192 return serialized; in serialize()
H A Dmatch.cpp46 std::vector<mbgl::Value> serialized; in serialize() local
47 serialized.emplace_back(getOperator()); in serialize()
48 serialized.emplace_back(input->serialize()); in serialize()
71 …? serialized.emplace_back(entry.second[0]) // Only a single label matches this output expres… in serialize()
72 …: serialized.emplace_back(entry.second); // Array of literal labels pointing to this outpu… in serialize()
73 serialized.emplace_back(entry.first->serialize()); // The output expression itself in serialize()
76 serialized.emplace_back(otherwise->serialize()); in serialize()
77 return serialized; in serialize()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_ubjson_enc.py11 serialized = ubjson.dumpb(data) variable
12 print(serialized)
14 f.write(serialized)
H A Dsample_python_cbor_enc.py11 serialized = cbor.dumps(data) variable
12 print(serialized.decode(errors="ignore"))
14 f.write(serialized)
H A Dsample_python_pyyaml_enc.py11 serialized = yaml.dump(data, default_flow_style=False) variable
12 print(serialized)
14 f.write(serialized)
H A Dsample_python_ubjson_dec.py4 serialized = f.read() variable
5 data = ubjson.loadb(serialized)
H A Dsample_python_cbor_dec.py4 serialized = f.read() variable
5 data = cbor.loads(serialized)
H A Dsample_python_pyyaml_dec.py4 serialized = f.read() variable
5 data = yaml.load(serialized)
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c165 AvbABData serialized; in spl_ab_data_write() local
167 spl_ab_data_update_crc_and_byteswap(ab_data, &serialized); in spl_ab_data_write()
169 return spl_write_ab_metadata(dev_desc, &serialized, partition); in spl_ab_data_write()
176 AvbABData serialized; in spl_ab_data_read() local
178 ret = spl_read_ab_metadata(dev_desc, &serialized, partition); in spl_ab_data_read()
182 if (!spl_ab_data_verify_and_byteswap(&serialized, ab_data)) { in spl_ab_data_read()
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c167 AvbABData serialized; in avb_ab_data_read() local
175 &serialized, in avb_ab_data_read()
185 if (!avb_ab_data_verify_and_byteswap(&serialized, data)) { in avb_ab_data_read()
198 AvbABData serialized; in avb_ab_data_write() local
201 avb_ab_data_update_crc_and_byteswap(data, &serialized); in avb_ab_data_write()
206 &serialized); in avb_ab_data_write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp164 std::vector<mbgl::Value> serialized; in serialize() local
165 serialized.emplace_back(getOperator()); in serialize()
167 serialized.emplace_back(child.serialize()); in serialize()
169 return serialized; in serialize()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/
H A Davb_ab_flow.c86 AvbABData serialized; in avb_ab_data_read() local
94 &serialized, in avb_ab_data_read()
104 if (!avb_ab_data_verify_and_byteswap(&serialized, data)) { in avb_ab_data_read()
117 AvbABData serialized; in avb_ab_data_write() local
120 avb_ab_data_update_crc_and_byteswap(data, &serialized); in avb_ab_data_write()
125 &serialized); in avb_ab_data_write()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-serializinghtml_1.1.5.bb1 DESCRIPTION = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML …
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-javaobj-py3_0.4.3.bb3 for reading and writing (writing is WIP currently) Java objects serialized\
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst69 hand". This program takes two arguments, a serialized key and a key
70 description. The serialized key is first converted into a key_serial_t, and
/OK3568_Linux_fs/buildroot/package/pkcs11-helper/
H A DConfig.in10 selecting a certificate directly by serialized id, handling
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dseqlock.rst43 multiple writers. Write side critical sections must thus be serialized
96 sections must be serialized and non-preemptible. This variant of
99 side critical sections are properly serialized.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/
H A Dpkcs11-helper_1.28.0.bb5 certificates, or selecting a certificate directly by serialized id, handling \
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpadata.rst14 is currently the sole consumer of padata's serialized job support.
25 The first step in using padata to run serialized jobs is to set up a
39 jobs to be serialized independently. A padata_instance may have one or more
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Drockchip-lvds.txt17 serialized LVDS signal.
/OK3568_Linux_fs/buildroot/package/cereal/
H A D0001-Store-a-copy-of-each-serialized-shared_ptr-within-the-archive.patch4 Subject: [PATCH] Store a copy of each serialized shared_ptr within the archive
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dst,st-mipid02.txt4 time. Active port input stream will be de-serialized and its content outputted

123