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:pa_strip
(Results
1 - 8
of
8
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
conf-parser.c
97
fn =
pa_strip
(state->lvalue + 9);
in parse_line()
147
state->lvalue =
pa_strip
(state->lvalue);
in parse_line()
148
state->rvalue =
pa_strip
(state->rvalue);
in parse_line()
H
A
D
core-util.h
118
char *
pa_strip
(char *s);
H
A
D
core-util.c
1359
char *
pa_strip
(char *s) {
in pa_strip()
function
/third_party/pulseaudio/src/tests/
H
A
D
alsa-mixer-path-test.c
51
pa_strip
(buf);
in load_makefile()
/third_party/pulseaudio/src/modules/
H
A
D
module-null-sink.c
365
format = pa_format_info_from_string(
pa_strip
(f));
in pa__init()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-util.c
937
pa_proplist_sets(p, "alsa.card_name",
pa_strip
(cn));
in pa_alsa_init_proplist_card()
942
pa_proplist_sets(p, "alsa.long_card_name",
pa_strip
(lcn));
in pa_alsa_init_proplist_card()
998
pa_proplist_sets(p, "alsa.name",
pa_strip
(t));
in pa_alsa_init_proplist_pcm_info()
/third_party/pulseaudio/src/pulse/
H
A
D
format.c
144
f->encoding = pa_encoding_from_string(
pa_strip
(encoding));
in pa_format_info_from_string()
/third_party/pulseaudio/src/utils/
H
A
D
pactl.c
2068
pa_format_info *f = pa_format_info_from_string(
pa_strip
(format));
in set_sink_formats()
Completed in 15 milliseconds