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:do_nothing
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libfuse/lib/
H
A
D
fuse_signals.c
34
static void
do_nothing
(int sig)
in do_nothing()
function
64
/* If we used SIG_IGN instead of the
do_nothing
function,
in fuse_set_signal_handlers()
72
set_one_signal_handler(SIGPIPE,
do_nothing
, 0) == -1)
in fuse_set_signal_handlers()
90
set_one_signal_handler(SIGPIPE,
do_nothing
, 1);
in fuse_remove_signal_handlers()
/third_party/pulseaudio/src/modules/
H
A
D
module-null-sink.c
204
goto
do_nothing
;
in process_rewind()
209
goto
do_nothing
;
in process_rewind()
215
goto
do_nothing
;
in process_rewind()
226
do_nothing
:
in process_rewind()
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
compound-sizes.c
7
static int
do_nothing
(void)
in do_nothing()
function
/third_party/python/Lib/test/
H
A
D
test_pdb.py
346
... 'break test.test_pdb.
do_nothing
',
355
(Pdb) break test.test_pdb.
do_nothing
434
def
do_nothing
():
function
445
... test.test_pdb.
do_nothing
()
472
... 'step', # step into
do_nothing
493
3 test.test_pdb.
do_nothing
()
511
3 test.test_pdb.
do_nothing
()
519
-> test.test_pdb.
do_nothing
()
522
> ...test_pdb.py(...)
do_nothing
()
523
-> def
do_nothing
()
[all...]
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
6736
struct
do_nothing
{ void operator()() const {} };
6743
: f(new model<
do_nothing
>{ {} }) {}
Completed in 18 milliseconds