/third_party/node/deps/v8/tools/ |
H A D | stats-viewer.py | 66 def __init__(self, data_name, name_filter): 70 data_name: the name of the file containing the counters. 73 self.data_name = data_name 103 if not os.path.exists(self.data_name): 104 maps_name = "/proc/%s/maps" % self.data_name 106 print("\"%s\" is neither a counter file nor a PID." % self.data_name) 110 self.data_name = None 113 self.data_name = m.group(0) 115 if self.data_name i [all...] |
/third_party/ffmpeg/libavcodec/tests/ |
H A D | avpacket.c | 30 const uint8_t *data_name = NULL; in setup_side_data_entry() local 36 data_name = av_packet_side_data_name(AV_PKT_DATA_NEW_EXTRADATA); in setup_side_data_entry() 39 bytes = strlen(data_name); in setup_side_data_entry() 47 memcpy(extra_data, data_name, bytes); in setup_side_data_entry()
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 541 snd_config_t *attr, char *data_name, in tplg_pp_add_object_tuple_section() 550 tplg_pp_debug("Building vendor tuples section: '%s' ...", data_name); in tplg_pp_add_object_tuple_section() 582 tuple_cfg = tplg_find_config(top, data_name); in tplg_pp_add_object_tuple_section() 585 ret = tplg_config_make_add(&tuple_cfg, data_name, SND_CONFIG_TYPE_COMPOUND, top); in tplg_pp_add_object_tuple_section() 587 SNDERR("Error creating new vendor tuples config %s\n", data_name); in tplg_pp_add_object_tuple_section() 594 SNDERR("Error creating tokens config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section() 600 SNDERR("Error setting tokens config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section() 607 SNDERR("Error creating tuples config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section() 614 SNDERR("Error creating tuples type config for '%s'\n", data_name); in tplg_pp_add_object_tuple_section() 622 SNDERR("can't find tuples config in %s\n", data_name); in tplg_pp_add_object_tuple_section() 539 tplg_pp_add_object_tuple_section(struct tplg_pre_processor *tplg_pp, snd_config_t *class_cfg, snd_config_t *attr, char *data_name, const char *token_ref, const char *array_name) tplg_pp_add_object_tuple_section() argument 673 tplg_pp_add_object_data_section(struct tplg_pre_processor *tplg_pp, snd_config_t *obj_data, char *data_name) tplg_pp_add_object_data_section() argument [all...] |
/third_party/python/Tools/wasm/ |
H A D | wasm_assets.py | 137 data_name = sysconfig._get_sysconfigdata_name() 138 if not data_name.startswith(SYSCONFIG_NAMES): 140 f"Invalid sysconfig data name '{data_name}'.", SYSCONFIG_NAMES 142 filename = data_name + ".py"
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 2112 char *data_name = NULL; in create_sink() local 2114 if (!(data_name = pa_xstrdup(u->configured_sink_name))) in create_sink() 2115 data_name = pa_sprintf_malloc("tunnel-sink.%s", u->server_name); in create_sink() 2121 pa_sink_new_data_set_name(&data, data_name); in create_sink() 2156 pa_xfree(data_name); in create_sink() 2161 char *data_name = NULL; in create_source() local 2163 if (!(data_name = pa_xstrdup(u->configured_source_name))) in create_source() 2164 data_name = pa_sprintf_malloc("tunnel-source.%s", u->server_name); in create_source() 2170 pa_source_new_data_set_name(&data, data_name); in create_source() 2203 pa_xfree(data_name); in create_source() [all...] |
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt-processor.c | 132 const char *data_name = "SOF ABI"; in merge_manifest_data() local 145 ret = snd_config_search(data_section, data_name, &manifest); in merge_manifest_data()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_test_code.py | 1254 data_name = os.path.splitext(data_file_name)[0] 1256 out_c_file = os.path.join(args.out_dir, data_name + '.c') 1257 out_data_file = os.path.join(args.out_dir, data_name + '.datax')
|
/third_party/lwip/src/netif/ppp/ |
H A D | utils.c | 468 if (protp != 0 && protp->data_name != 0) { in ppp_format_packet() 469 printer(arg, "[%s data]", protp->data_name); in ppp_format_packet()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 309 const char *data_name; /* Text name of corresponding data protocol */ member
|