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:src_dev
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavutil/tests/
H
A
D
hwdevice.c
28
AVHWDeviceContext *
src_dev
, *derived_dev;
in test_derivation()
local
31
src_dev
= (AVHWDeviceContext*)src_ref->data;
in test_derivation()
56
if (derived_type ==
src_dev
->type) {
in test_derivation()
57
if (derived_dev !=
src_dev
) {
in test_derivation()
66
err = av_hwdevice_ctx_create_derived(&back_ref,
src_dev
->type,
in test_derivation()
/third_party/libfuse/example/
H
A
D
passthrough_hp.cc
123
dev_t
src_dev
{0};
155
dev_t
src_dev
;
member
336
if (e->attr.st_dev != fs.
src_dev
) {
in do_lookup()
386
inode.
src_dev
= e->attr.st_dev;
in do_lookup()
590
fs.inodes.erase({inode.src_ino, inode.
src_dev
});
in forget_one()
1319
fs.
src_dev
= stat.st_dev;
in main()
Completed in 3 milliseconds