Home
last modified time | relevance | path

Searched refs:add_data (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Lib/msilib/
D__init__.py99 def add_data(db, table, values): function
147 add_data(db, "_Validation", schema._Validation_records)
163 add_data(db, "Property", [
174 add_data(db, table, getattr(module, table))
216 add_data(db, "Media",
256 add_data(db, "Directory", [(logical, blogical, default)])
280 add_data(self.db, "Component",
284 add_data(self.db, "FeatureComponents",
356 add_data(self.db, "File",
370 add_data(self.db, "RemoveFile",
[all …]
/third_party/python/Lib/distutils/command/
Dbdist_msi.py19 from msilib import Directory, Feature, Dialog, add_data
260 add_data(self.db, 'Property', props)
324 add_data(self.db, "DuplicateFile",
357 add_data(self.db, "RegLocator",
360 add_data(self.db, "AppSearch",
363 add_data(self.db, "CustomAction",
368 add_data(self.db, "InstallExecuteSequence",
373 add_data(self.db, "InstallUISequence",
378 add_data(self.db, "Condition",
389 add_data(self.db, "CustomAction",
[all …]
/third_party/libbpf/src/
Dgen_loader.c110 static int add_data(struct bpf_gen *gen, const void *data, __u32 size);
118 gen->fd_array = add_data(gen, NULL, MAX_FD_ARRAY_SZ * sizeof(int)); in bpf_gen__init()
156 static int add_data(struct bpf_gen *gen, const void *data, __u32 size) in add_data() function
193 cur = add_data(gen, NULL, sizeof(int)); in add_kfunc_btf_fd()
314 addr = add_data(gen, buf, len); in emit_debug()
426 btf_data = add_data(gen, btf_raw_data, btf_raw_size); in bpf_gen__load_btf()
429 btf_load_attr = add_data(gen, &attr, attr_size); in bpf_gen__load_btf()
476 map_create_attr = add_data(gen, &attr, attr_size); in bpf_gen__map_create()
545 name = add_data(gen, gen->attach_target, len); in emit_find_attach_target()
616 name_off = add_data(gen, relo->name, len); in emit_bpf_find_by_name_kind()
[all …]
/third_party/mbedtls/library/
Dssl_msg.c382 static void ssl_extract_add_data_from_record( unsigned char* add_data, in ssl_extract_add_data_from_record() argument
420 unsigned char *cur = add_data; in ssl_extract_add_data_from_record()
465 *add_data_len = cur - add_data; in ssl_extract_add_data_from_record()
528 unsigned char add_data[13 + 1 + MBEDTLS_SSL_CID_OUT_LEN_MAX ]; in mbedtls_ssl_encrypt_buf() local
668 ssl_extract_add_data_from_record( add_data, &add_data_len, rec, in mbedtls_ssl_encrypt_buf()
672 ret = mbedtls_md_hmac_update( &transform->md_ctx_enc, add_data, in mbedtls_ssl_encrypt_buf()
782 ssl_extract_add_data_from_record( add_data, &add_data_len, rec, in mbedtls_ssl_encrypt_buf()
792 add_data, add_data_len ); in mbedtls_ssl_encrypt_buf()
803 add_data, add_data_len, in mbedtls_ssl_encrypt_buf()
937 ssl_extract_add_data_from_record( add_data, &add_data_len, in mbedtls_ssl_encrypt_buf()
[all …]
Dconstant_time_internal.h280 const unsigned char *add_data,
Dconstant_time.c441 const unsigned char *add_data, in mbedtls_ct_hmac() argument
489 MD_CHK( mbedtls_md_update( ctx, add_data, add_data_len ) ); in mbedtls_ct_hmac()
/third_party/icu/icu4j/perf-tests/
DDataset.pm28 $stats->add_data(@{$self->{_data}});
/third_party/icu/icu4j/perf-tests/perldriver/
DDataset.pm29 $stats->add_data(@{$self->{_data}});
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/third_party/icu/icu4c/source/test/perf/perldriver/
DDataset.pm31 $stats->add_data(@{$self->{_data}});
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Ddpp-qrcode.py105 qr.add_data(uri, optimize=5)
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c421 AddTurnServerData add_data; in gst_webrtc_ice_add_stream() local
441 add_data.ice = ice; in gst_webrtc_ice_add_stream()
442 add_data.item = item; in gst_webrtc_ice_add_stream()
445 &add_data); in gst_webrtc_ice_add_stream()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c530 const void *add_data; member
640 ctx.add_data = pay; in nsc_regen()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function3487 unsigned char add_data[13];
3551 memcpy( add_data, rec.ctr, 8 );
3552 add_data[8] = rec.type;
3553 add_data[9] = rec.ver[0];
3554 add_data[10] = rec.ver[1];
3555 add_data[11] = ( rec.data_len >> 8 ) & 0xff;
3556 add_data[12] = ( rec.data_len >> 0 ) & 0xff;
3567 TEST_EQUAL( 0, mbedtls_md_hmac_update( &t0.md_ctx_enc, add_data, 13 ) );
4664 unsigned char add_data[13];
4707 /* Set up dummy data and add_data */
[all …]
/third_party/skia/third_party/externals/jinja2/
Dparser.py890 add_data = data_buffer.append
906 add_data(nodes.TemplateData(token.value, lineno=token.lineno))
910 add_data(self.parse_tuple(with_condexpr=True))
/third_party/node/tools/inspector_protocol/jinja2/
Dparser.py854 add_data = data_buffer.append
870 add_data(nodes.TemplateData(token.value,
875 add_data(self.parse_tuple(with_condexpr=True))
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc1349 input.add_data(kValidUTF8String); in TEST_F()
1350 input.add_data(kInvalidUTF8String); in TEST_F()
1351 input.add_data(kInvalidUTF8String); in TEST_F()
/third_party/jinja2/
Dparser.py984 add_data = data_buffer.append
1000 add_data(nodes.TemplateData(token.value, lineno=token.lineno))
1004 add_data(self.parse_tuple(with_condexpr=True))
/third_party/python/Doc/library/
Dmsilib.rst83 .. function:: add_data(database, table, records)
101 :func:`add_data` reads the file named *filename* into the table.
Durllib.request.rst598 The request methods add_data, has_data, get_data, get_type, get_host,
/third_party/cef/tools/
Dcef_parser.py569 self.add_data(filename, read_file(filepath))
571 def add_data(self, filename, data): member in obj_header
/third_party/libcoap/src/
Dblock.c359 goto add_data; in coap_add_data_large_internal()
608 add_data: in coap_add_data_large_internal()
/third_party/mindspore/patches/
D0001-generate-schema-headers-manually.patch205 + void add_data(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> data) {
226 + builder_.add_data(data);
595 + void add_data(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> data) {
616 + builder_.add_data(data);
1584 + void add_data(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> data) {
1637 + builder_.add_data(data);
38606 + void add_data(flatbuffers::Offset<flatbuffers::Vector<int64_t>> data) {
38624 + builder_.add_data(data);
38675 + void add_data(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<mindspore::schema::Vec…
38693 + builder_.add_data(data);
[all …]
/third_party/python/Doc/whatsnew/
D3.4.rst2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,