Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:stream_start
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-gst.c
135
GstEvent *
stream_start
;
in gst_codec_init()
local
168
stream_start
= gst_event_new_stream_start("gst-codec-pa");
in gst_codec_init()
169
gst_event_set_group_id(
stream_start
, group_id);
in gst_codec_init()
170
gst_pad_send_event(info->pad_sink,
stream_start
);
in gst_codec_init()
/third_party/PyYAML/yaml/
H
A
D
_yaml.pyx
373
if token.data.
stream_start
.encoding == YAML_UTF8_ENCODING:
376
elif token.data.
stream_start
.encoding == YAML_UTF16LE_ENCODING:
378
elif token.data.
stream_start
.encoding == YAML_UTF16BE_ENCODING:
520
if event.data.
stream_start
.encoding == YAML_UTF8_ENCODING:
523
elif event.data.
stream_start
.encoding == YAML_UTF16LE_ENCODING:
525
elif event.data.
stream_start
.encoding == YAML_UTF16BE_ENCODING:
/third_party/pcre2/pcre2/src/
H
A
D
pcre2grep.c
2596
long
stream_start
= -1; /* Only non-negative if relevant */
in pcre2grep()
local
2611
stream_start
= ftell(in);
in pcre2grep()
2659
if (
stream_start
>= 0)
in pcre2grep()
2660
(void)fseek(handle,
stream_start
+ (long int)filepos, SEEK_SET);
in pcre2grep()
Completed in 8 milliseconds