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:specified
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
586
* Fills out @dmode using the display mode
specified
in @vm.
631
* Fills out @vm using the display mode
specified
in @dmode.
801
* The vdisplay value will be doubled if the
specified
mode is a stereo mode of
1788
mode->
specified
= true;
in drm_mode_parse_command_line_for_connector()
1794
if (!mode->
specified
&& isdigit(name[0])) {
in drm_mode_parse_command_line_for_connector()
1800
mode->
specified
= true;
in drm_mode_parse_command_line_for_connector()
1804
if (!mode->
specified
) {
in drm_mode_parse_command_line_for_connector()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
1092
* @
specified
:
1096
bool
specified
;
member
1580
* This function looks up the connector object
specified
by id
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
469
leaks and errors, using the
specified
valgrind binary.
4165
enabled $1 || { enabled $v && die "$v is $1 and --enable-$1 is not
specified
."; }
4169
enabled $1 || { enabled $v && die "$v is incompatible with the gpl and --enable-$1 is not
specified
."; }
4479
# specific filters, they must be
specified
here as well or else the
4639
test -d "$sysroot" || die "No valid sysroot
specified
."
Completed in 12 milliseconds