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:fda
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/tests/
H
A
D
elfcopy.c
79
int
fda
= open (in, O_RDONLY);
in copy_elf()
local
80
if (
fda
< 0)
in copy_elf()
87
Elf *elfa = elf_begin (
fda
, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL);
in copy_elf()
318
if (close (
fda
) != 0)
in copy_elf()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-subset-cff2.cc
417
CFF2FDArray *
fda
= c->start_embed<CFF2FDArray> ();
in _serialize_cff2()
local
418
if (unlikely (!
fda
)) return false;
in _serialize_cff2()
426
if (unlikely (!
fda
->serialize (c, it, fontSzr))) return false;
in _serialize_cff2()
H
A
D
hb-subset-cff1.cc
772
CFF1FDArray *
fda
= c->start_embed<CFF1FDArray> ();
in _serialize_cff1()
local
773
if (unlikely (!
fda
)) return false;
in _serialize_cff1()
777
if (likely (
fda
->serialize (c, it, fontSzr)))
in _serialize_cff1()
/third_party/skia/third_party/externals/microhttpd/
H
A
D
configure
13707
WSAPOLLFD
fda
[2];
13708
WSAPoll(
fda
, 2, 0);
Completed in 20 milliseconds