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:opt_mode
(Results
1 - 13
of
13
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_lide70.c
50
opt_mode
,
enumerator
352
/*
opt_mode
*/
in init_options()
353
od = &chndl->opt[
opt_mode
];
in init_options()
363
chndl->val[
opt_mode
].s = malloc (od->size);
in init_options()
364
if (!chndl->val[
opt_mode
].s)
in init_options()
366
strcpy (chndl->val[
opt_mode
].s, init_mode);
in init_options()
766
case
opt_mode
:
in sane_control_option()
833
case
opt_mode
: /* String (list) options */
in sane_control_option()
H
A
D
test.h
62
opt_mode
,
enumerator
H
A
D
test.c
325
free(test_device->val[
opt_mode
].s);
in cleanup_options()
326
test_device->val[
opt_mode
].s = NULL;
in cleanup_options()
387
/*
opt_mode
*/
in init_options()
388
od = &test_device->opt[
opt_mode
];
in init_options()
398
test_device->val[
opt_mode
].s = malloc ((size_t) od->size);
in init_options()
399
if (!test_device->val[
opt_mode
].s)
in init_options()
401
strcpy (test_device->val[
opt_mode
].s, init_mode);
in init_options()
2367
case
opt_mode
:
in sane_control_option()
2552
case
opt_mode
: /* String (list) options */
in sane_control_option()
2645
mode = test_device->val[
opt_mode
]
in sane_get_parameters()
[all...]
/third_party/libabigail/
H
A
D
ltmain.sh
422
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }$*"
448
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }"${1+"$@"} 1>&2
455
$opt_warning && $ECHO "$progname: ${
opt_mode
+$
opt_mode
: }warning: "${1+"$@"} 1>&2
1083
opt_mode
="$optarg"
1184
if test -n "$opt_dlopen" && test "$
opt_mode
" != execute; then
1192
help="Try \`$progname --help --mode=$
opt_mode
' for more information."
2274
test "$
opt_mode
"
[all...]
/third_party/skia/third_party/externals/microhttpd/
H
A
D
ltmain.sh
442
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }$*"
468
$ECHO "$progname: ${
opt_mode
+$
opt_mode
: }"${1+"$@"} 1>&2
475
$opt_warning && $ECHO "$progname: ${
opt_mode
+$
opt_mode
: }warning: "${1+"$@"} 1>&2
1103
opt_mode
="$optarg"
1204
if test -n "$opt_dlopen" && test "$
opt_mode
" != execute; then
1212
help="Try \`$progname --help --mode=$
opt_mode
' for more information."
2294
test "$
opt_mode
"
[all...]
/third_party/backends/backend/pixma/
H
A
D
pixma.c
458
&& ss->mode_map[OVAL (
opt_mode
).w] == PIXMA_SCAN_MODE_TPUIR)
in create_dpi_list()
473
&& (ss->mode_map[OVAL (
opt_mode
).w] == PIXMA_SCAN_MODE_COLOR_48
in create_dpi_list()
474
|| ss->mode_map[OVAL (
opt_mode
).w] == PIXMA_SCAN_MODE_GRAY_16))
in create_dpi_list()
830
case
opt_mode
:
in control_option()
835
ss->mode_map[OVAL (
opt_mode
).w])); */
in control_option()
838
if (ss->mode_map[OVAL (
opt_mode
).w] == PIXMA_SCAN_MODE_LINEART)
in control_option()
858
OVAL (
opt_mode
).w = ss->mode_map[0];
in control_option()
866
if (ss->mode_map[OVAL (
opt_mode
).w] == PIXMA_SCAN_MODE_LINEART)
in control_option()
915
sp->channels = (OVAL (
opt_mode
).w == 0) ? 3 : 1;
in calc_scan_param()
916
sp->depth = (OVAL (
opt_mode
)
in calc_scan_param()
[all...]
/third_party/eudev/
H
A
D
ltmain.sh
2044
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2313
opt_mode
=
2389
opt_mode
=$1
2489
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2497
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3657
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3663
case $
opt_mode
in
3840
func_fatal_help "invalid operation mode '$
opt_mode
'"
3855
for
opt_mode
i
[all...]
/third_party/curl/
H
A
D
ltmain.sh
2225
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2494
opt_mode
=
2582
opt_mode
=$1
2687
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2695
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3855
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3861
case $
opt_mode
in
4041
func_fatal_help "invalid operation mode '$
opt_mode
'"
4056
for
opt_mode
i
[all...]
/third_party/lame/
H
A
D
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
i
[all...]
/third_party/node/deps/cares/
H
A
D
ltmain.sh
2225
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2494
opt_mode
=
2582
opt_mode
=$1
2687
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2695
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3855
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3861
case $
opt_mode
in
4041
func_fatal_help "invalid operation mode '$
opt_mode
'"
4056
for
opt_mode
i
[all...]
/third_party/node/deps/cares/config/
H
A
D
ltmain.sh
2225
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2494
opt_mode
=
2582
opt_mode
=$1
2687
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2695
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3855
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3861
case $
opt_mode
in
4041
func_fatal_help "invalid operation mode '$
opt_mode
'"
4056
for
opt_mode
i
[all...]
/third_party/libevdev/build-aux/
H
A
D
ltmain.sh
2235
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2504
opt_mode
=
2590
opt_mode
=$1
2688
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2696
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3856
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3862
case $
opt_mode
in
4042
func_fatal_help "invalid operation mode '$
opt_mode
'"
4057
for
opt_mode
i
[all...]
/third_party/skia/third_party/externals/libpng/
H
A
D
ltmain.sh
1997
$ECHO "$progname${
opt_mode
+: $
opt_mode
}: $_G_line"
2266
opt_mode
=
2342
opt_mode
=$1
2442
if test -n "$opt_dlopen" && test execute != "$
opt_mode
"; then
2450
help="Try '$progname --help --mode=$
opt_mode
' for more information."
3610
test compile = "$
opt_mode
" && func_mode_compile ${1+"$@"}
3616
case $
opt_mode
in
3793
func_fatal_help "invalid operation mode '$
opt_mode
'"
3808
for
opt_mode
i
[all...]
Completed in 37 milliseconds