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:all_formats
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/tests/
H
A
D
resampler-test.c
303
bool
all_formats
= true;
in main()
local
368
all_formats
= false;
in main()
381
all_formats
= false;
in main()
409
if (!
all_formats
) {
in main()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-util.c
1476
static const snd_pcm_format_t
all_formats
[] = {
in pa_alsa_get_supported_formats()
local
1491
bool supported[PA_ELEMENTSOF(
all_formats
)] = {
in pa_alsa_get_supported_formats()
1506
for (i = 0, n = 0; i < PA_ELEMENTSOF(
all_formats
); i++) {
in pa_alsa_get_supported_formats()
1507
if (snd_pcm_hw_params_test_format(pcm, hwparams,
all_formats
[i]) == 0) {
in pa_alsa_get_supported_formats()
1516
for (i = 0, j = 0; i < PA_ELEMENTSOF(
all_formats
); i++) {
in pa_alsa_get_supported_formats()
1518
formats[j++] = format_trans_to_pa[
all_formats
[i]];
in pa_alsa_get_supported_formats()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cDirectStateAccessTexturesTests.cpp
9944
static const glw::GLenum
all_formats
[] = { GL_STENCIL_INDEX,
in Prepare()
local
9964
static const glw::GLuint all_internal_formats_count = sizeof(
all_formats
) / sizeof(
all_formats
[0]);
in Prepare()
9975
if (
all_formats
[i] == m_format_invalid)
in Prepare()
Completed in 18 milliseconds