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:add_one
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/lib/kunit/
H
A
D
kunit-example-test.c
155
static int
add_one
(int i)
in add_one()
function
158
KUNIT_STATIC_STUB_REDIRECT(
add_one
, i);
in add_one()
177
KUNIT_EXPECT_EQ(test,
add_one
(1), 2);
in example_static_stub_test()
179
/* Replace
add_one
() with subtract_one(). */
in example_static_stub_test()
180
kunit_activate_static_stub(test,
add_one
, subtract_one);
in example_static_stub_test()
182
/*
add_one
() is now replaced. */
in example_static_stub_test()
183
KUNIT_EXPECT_EQ(test,
add_one
(1), 0);
in example_static_stub_test()
185
/* Return
add_one
() to normal. */
in example_static_stub_test()
186
kunit_deactivate_static_stub(test,
add_one
);
in example_static_stub_test()
187
KUNIT_EXPECT_EQ(test,
add_one
(
in example_static_stub_test()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
cma_trace.h
352
DEFINE_CMA_CLIENT_EVENT(
add_one
);
variable
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
cma_trace.h
352
DEFINE_CMA_CLIENT_EVENT(
add_one
);
variable
Completed in 2 milliseconds