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:query_config
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_perfmon.c
43
static const struct etna_perfmon_config
query_config
[] = {
variable
446
for (unsigned i = 0; i < ARRAY_SIZE(
query_config
); i++) {
in etna_pm_query_setup()
447
const struct etna_perfmon_config *cfg = &
query_config
[i];
in etna_pm_query_setup()
459
for (unsigned i = 0; i < ARRAY_SIZE(
query_config
); i++)
in etna_pm_query_config()
460
if (
query_config
[i].type == type)
in etna_pm_query_config()
461
return &
query_config
[i];
in etna_pm_query_config()
481
assert(i < ARRAY_SIZE(
query_config
));
in etna_pm_get_driver_query_info()
483
info->name =
query_config
[i].name;
in etna_pm_get_driver_query_info()
484
info->query_type =
query_config
[i].type;
in etna_pm_get_driver_query_info()
485
info->group_id =
query_config
[
in etna_pm_get_driver_query_info()
[all...]
/third_party/mbedtls/programs/
H
A
D
Makefile
126
GENERATED_FILES = psa/psa_constant_names_generated.c test/
query_config
.c
137
test/
query_config
.c: $(gen_file_dep) ../scripts/generate_query_config.pl
143
#test/
query_config
.c: $(gen_file_dep) ../include/mbedtls/mbedtls_config.h
144
test/
query_config
.c: $(gen_file_dep) ../scripts/data_files/
query_config
.fmt
145
test/
query_config
.c:
293
SSL_TEST_OBJECTS = test/
query_config
.o ssl/ssl_test_lib.o
295
test/
query_config
.h \
316
ssl/ssl_context_info$(EXEXT): ssl/ssl_context_info.c test/
query_config
.o test/
query_config
[all...]
/third_party/mbedtls/programs/test/
H
A
D
query_compile_time_config.c
37
#include "
query_config
.h"
55
if (
query_config
(argv[i]) != 0) {
in main()
64
if (
query_config
(argv[i]) == 0) {
in main()
72
if (
query_config
(argv[i]) != 0) {
in main()
H
A
D
query_config.h
32
* \note This function is defined in `programs/test/
query_config
.c`
36
int
query_config
(const char *config);
40
* \note This function is defined in `programs/test/
query_config
.c`
H
A
D
query_config.c
10
#include "
query_config
.h"
109
int
query_config
(const char *config)
in query_config()
function
/third_party/mbedtls/programs/ssl/
H
A
D
ssl_client2.c
455
"
query_config
=<name> return 0 if the specified\n" \
1396
} else if (strcmp(p, "
query_config
") == 0) {
in main()
1398
query_config_ret =
query_config
(q);
in main()
H
A
D
ssl_server2.c
581
"
query_config
=<name> return 0 if the specified\n" \
2255
} else if (strcmp(p, "
query_config
") == 0) {
in main()
2257
query_config_ret =
query_config
(q);
in main()
4322
* Don't do it in
query_config
mode, because some test code prints
in main()
Completed in 15 milliseconds