/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ctags.c | 50 ret = strcmp(stream_name(a_pos.stream), in cmp_sym() 51 stream_name(b_pos.stream)); in cmp_sym() 71 stream_name(sym->pos.stream), sym->pos.line, (int)sym->kind); in show_symbol_tag() 93 !strcmp(filename, stream_name(sym->pos.stream))) in show_tags() 99 filename = stream_name(sym->pos.stream); in show_tags()
|
H A D | c2xml.c | 82 newProp(node, "file", stream_name(sym->pos.stream)); in new_sym_node() 91 newProp(node, "end-file", stream_name(sym->endpos.stream)); in new_sym_node() 282 if (strcmp(name, stream_name(i))==0) in get_stream_id()
|
H A D | graph.c | 52 sname = stream_name(ep->entry->bb->pos.stream); in graph_ep() 126 stream_name(ep->entry->bb->pos.stream); in graph_calls()
|
H A D | lib.c | 71 const char *p = stream_name(stream); in show_include_chain() 114 const char *name = stream_name(pos.stream); in show_stream_name()
|
H A D | tokenize.c | 58 const char *stream_name(int stream) in stream_name() function 232 sprintf(buffer, "<beginning of '%s'>", stream_name(token->pos.stream)); in show_token() 236 sprintf(buffer, "<end of '%s'>", stream_name(token->pos.stream)); in show_token()
|
H A D | token.h | 220 extern const char *stream_name(int stream);
|
H A D | test-dissect.c | 27 printf("\nFILE: %s\n\n", stream_name(curr_stream)); in print_usage()
|
H A D | show-parse.c | 78 sym, stream_name(sym->pos.stream), sym->pos.line, sym->pos.pos, in do_debug_symbol() 1132 stream_name(pos->stream), in show_expression()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 540 * @stream_name: pointer to buffer where stream name in unicode saved 551 ntfschar **stream_name) in ntfs_fuse_parse_path() 562 *stream_name = NULL; in ntfs_fuse_parse_path() 563 res = ntfs_mbstoucs(stream_name_mbs, stream_name); in ntfs_fuse_parse_path() 573 *stream_name = AT_UNNAMED; in ntfs_fuse_parse_path() 590 ntfschar *stream_name; in ntfs_macfuse_getxtimes() local 593 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_macfuse_getxtimes() 611 free(stream_name); in ntfs_macfuse_getxtimes() 812 ntfschar *stream_name; in ntfs_fuse_getattr() local 817 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_getattr() 550 ntfs_fuse_parse_path(const char *org_path, char **path, ntfschar **stream_name) ntfs_fuse_parse_path() argument 1136 ntfschar *stream_name; ntfs_fuse_readlink() local 1475 ntfschar *stream_name; ntfs_fuse_open() local 1563 ntfschar *stream_name; ntfs_fuse_read() local 1654 ntfschar *stream_name; ntfs_fuse_write() local 1729 ntfschar *stream_name; ntfs_fuse_release() local 1816 ntfschar *stream_name; ntfs_fuse_trunc() local 2070 ntfschar *stream_name; ntfs_fuse_create() local 2252 ntfs_fuse_create_stream(const char *path, ntfschar *stream_name, const int stream_name_len, struct fuse_file_info *fi) ntfs_fuse_create_stream() argument 2308 ntfschar *stream_name; ntfs_fuse_mknod_common() local 2531 ntfs_fuse_rm_stream(const char *path, ntfschar *stream_name, const int stream_name_len) ntfs_fuse_rm_stream() argument 2552 ntfschar *stream_name; ntfs_fuse_unlink() local 2684 ntfschar *stream_name; ntfs_fuse_rename() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 40 const char *stream_name; member 453 const char *stream_name = s->stream_name; in pulse_write_header() local 464 if (!stream_name) { in pulse_write_header() 466 stream_name = h->url; in pulse_write_header() 468 stream_name = "Playback"; in pulse_write_header() 561 s->stream = pa_stream_new(s->ctx, stream_name, &sample_spec, in pulse_write_header() 767 { "stream_name", "set stream description", OFFSET(stream_name), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E },
|
H A D | pulse_audio_dec.c | 43 char *stream_name; member 216 if (!(pd->stream = pa_stream_new(pd->context, pd->stream_name, &ss, &cmap))) { in pulse_read_header() 379 { "stream_name", "set stream description", OFFSET(stream_name), AV_OPT_TYPE_STRING, {.str = "record"}, 0, 0, D },
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 250 cdef object stream_name 273 self.stream_name = stream.name 275 self.stream_name = u'<file>' 283 self.stream_name = u'<unicode string>' 286 self.stream_name = u'<byte string>' 306 return ReaderError(self.stream_name, self.parser.problem_offset, 313 context_mark = Mark(self.stream_name, 318 problem_mark = Mark(self.stream_name, 359 start_mark = Mark(self.stream_name, 364 end_mark = Mark(self.stream_name, [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 394 ntfschar *stream_name, int stream_name_len, 397 ntfschar *stream_name, int stream_name_len, 399 extern int ntfs_attr_shrink_size(ntfs_inode *ni, ntfschar *stream_name,
|
/third_party/pulseaudio/src/pulse/ |
H A D | simple.h | 123 const char *stream_name, /**< A descriptive name for this stream (application name, song title, ...) */
|
H A D | simple.c | 142 const char *stream_name, in pa_simple_new() 195 if (!(p->stream = pa_stream_new(p->context, stream_name, ss, map))) { in pa_simple_new() 137 pa_simple_new( const char *server, const char *name, pa_stream_direction_t dir, const char *dev, const char *stream_name, const pa_sample_spec *ss, const pa_channel_map *map, const pa_buffer_attr *attr, int *rerror) pa_simple_new() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-sink-new.c | 370 char *stream_name = pa_sprintf_malloc(_("Tunnel for %s@%s"), username, hostname); in on_sink_created() local 386 stream_name, in on_sink_created() 391 pa_xfree(stream_name); in on_sink_created()
|
H A D | module-tunnel-source-new.c | 354 char *stream_name = pa_sprintf_malloc(_("Tunnel for %s@%s"), username, hostname); in on_source_created() local 370 stream_name, in on_source_created() 375 pa_xfree(stream_name); in on_source_created()
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 1191 if (strcmp(id, "stream_name") == 0) { in tplg_parse_link() 1195 snd_strlcpy(link->stream_name, val, in tplg_parse_link() 1282 if (err >= 0 && link->stream_name[0]) in tplg_save_link() 1284 link->stream_name); in tplg_save_link() 1906 snd_strlcpy(link->stream_name, link_tpl->stream_name, in tplg_add_link_object() 2197 lt.stream_name = link->stream_name; in tplg_decode_link() 2198 tplg_log(tplg, 'D', pos, "link: stream_name '%s'", lt.stream_name); in tplg_decode_link() [all...] |
/third_party/alsa-lib/include/ |
H A D | topology.h | 500 * stream_name "name" # Stream name 632 * stream_name "name" # used for binding to the link 1068 const char *stream_name; /*!< link stream name, used to match */ member
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 683 def captured_output(stream_name): 685 that temporarily replaces the sys stream *stream_name* with a StringIO.""" 687 orig_stdout = getattr(sys, stream_name) 688 setattr(sys, stream_name, io.StringIO()) 690 yield getattr(sys, stream_name) 692 setattr(sys, stream_name, orig_stdout)
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 550 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */ member
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 1152 static void CaptureStream(int fd, const char* stream_name, 1155 GTEST_LOG_(FATAL) << "Only one " << stream_name
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 1163 static void CaptureStream(int fd, const char* stream_name, 1166 GTEST_LOG_(FATAL) << "Only one " << stream_name
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 1177 static void CaptureStream(int fd, const char* stream_name, 1180 GTEST_LOG_(FATAL) << "Only one " << stream_name
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 732 for stream_name, action in break_std_streams.items(): 739 setattr(sys, stream_name, None) 746 for stream_name in ('stdout', 'stderr'): 748 old_stream = getattr(sys, stream_name) 749 setattr(sys, stream_name, stream) 759 setattr(sys, stream_name, old_stream) 764 for stream_name in ('stdout', 'stderr'): 766 old_stream = getattr(sys, stream_name) 770 args=(evt, {stream_name: action})) 776 setattr(sys, stream_name, old_strea [all...] |