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_test_picture
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
test.h
70
opt_test_picture
,
enumerator
H
A
D
test-picture.c
65
if (strcmp (test_device->val[
opt_test_picture
].s, "Solid black") == 0
in init_picture_buffer()
66
|| strcmp (test_device->val[
opt_test_picture
].s, "Solid white") == 0)
in init_picture_buffer()
84
if (strcmp (test_device->val[
opt_test_picture
].s, "Solid black") == 0)
in init_picture_buffer()
109
if (strcmp (test_device->val[
opt_test_picture
].s, "Grid") == 0)
in init_picture_buffer()
H
A
D
test.c
334
free(test_device->val[
opt_test_picture
].s);
in cleanup_options()
335
test_device->val[
opt_test_picture
].s = NULL;
in cleanup_options()
512
/*
opt_test_picture
*/
in init_options()
513
od = &test_device->opt[
opt_test_picture
];
in init_options()
530
test_device->val[
opt_test_picture
].s = malloc ((size_t) od->size);
in init_options()
531
if (!test_device->val[
opt_test_picture
].s)
in init_options()
533
strcpy (test_device->val[
opt_test_picture
].s, init_test_picture);
in init_options()
2323
case
opt_test_picture
:
in sane_control_option()
2555
case
opt_test_picture
:
in sane_control_option()
Completed in 5 milliseconds