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:dev_out
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_hw.c
94
int hw_device_init_from_string(const char *arg, HWDevice **
dev_out
)
in hw_device_init_from_string()
argument
222
if (
dev_out
)
in hw_device_init_from_string()
223
*
dev_out
= dev;
in hw_device_init_from_string()
247
HWDevice **
dev_out
)
in hw_device_init_from_type()
277
if (
dev_out
)
in hw_device_init_from_type()
278
*
dev_out
= dev;
in hw_device_init_from_type()
245
hw_device_init_from_type(enum AVHWDeviceType type, const char *device, HWDevice **
dev_out
)
hw_device_init_from_type()
argument
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsclone.c
123
#define ftruncate(fd, size) ntfs_device_win32_ftruncate(
dev_out
, size)
207
struct ntfs_device *
dev_out
= (struct ntfs_device*)NULL;
variable
684
else if (
dev_out
)
685
i =
dev_out
->d_ops->write(
dev_out
,
872
if (
dev_out
)
873
ret = (
dev_out
->d_ops->seek)(
dev_out
, pos, mode);
2497
if (
dev_out
)
2498
dest_size = ntfs_device_size_get(
dev_out
,
[all...]
Completed in 6 milliseconds