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:foo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H
A
D
samgr_rust_test_mem.cpp
39
auto
foo
= sptr<Foo>::MakeSptr();
in GetUniqueSptr()
local
40
return std::make_unique<sptr<Foo>>(std::move(
foo
));
in GetUniqueSptr()
43
std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<sptr<Foo>>
foo
)
in KeepUniqueSptr()
argument
45
return std::make_unique<Keeper>(std::move(*
foo
.release()));
in KeepUniqueSptr()
/foundation/ai/ai_engine/test/common/encdec/
H
A
D
encdec_test.cpp
40
char
foo
;
member
45
int
foo
;
member
55
size_t
foo
;
member
67
return (input.
foo
== output.
foo
) && (input.bar == output.bar);
in CompareData()
72
return (input.
foo
== output.
foo
) && CompareData(input.bar, output.bar);
in CompareData()
90
if (input.
foo
!= output.
foo
) {
in CompareData()
104
.
foo
in GenStructWithPadding()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/include/
H
A
D
samgr_rust_test_mem.h
41
std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<SptrFoo>
foo
);
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H
A
D
test_service_client.cpp
92
sptr<IFoo>
foo
= testService_->TestGetFooService();
in StartGetFooService()
local
93
if (
foo
== nullptr) {
in StartGetFooService()
94
ZLOGD(LABEL, "Fail to get
foo
service");
in StartGetFooService()
H
A
D
test_service_skeleton.cpp
232
ZLOGE(LABEL, "null
foo
service");
in TestGetFooService()
738
sptr<IFoo>
foo
= new FooStub();
in TestNestingSend()
local
739
sptr<IRemoteObject> sendFoo =
foo
->AsObject();
in TestNestingSend()
856
sptr<IFoo>
foo
= iface_cast<IFoo>(object);
in ServerNestingSend()
local
857
int innerResult =
foo
->TestNestingSend(data.ReadInt32());
in ServerNestingSend()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_csync.cpp
1019
class
foo
{
class
1049
foo
f;
in HWTEST_F()
1059
std::thread t5(&
foo
::bar, &f); // t5 runs
foo
::bar() on object f
in HWTEST_F()
1075
foo
f;
in HWTEST_F()
1085
ffrt::thread t5(&
foo
::bar, &f); // t5 runs
foo
::bar() on object f
in HWTEST_F()
Completed in 6 milliseconds