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:cookie
(Results
1 - 6
of
6
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
flat_obj.h
54
binder_uintptr_t
cookie
;
member
H
A
D
refbase.h
307
* @param
cookie
Pointer to corresponding RefBase object.
309
WeakRefCounter(RefCounter *counter, void *
cookie
);
463
* @param
cookie
Void pointer to this RefBase object.
468
WeakRefCounter *CreateWeakRef(void *
cookie
);
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
24
WeakRefCounter::WeakRefCounter(RefCounter *counter, void *
cookie
)
in WeakRefCounter()
argument
25
: atomicWeak_(0), refCounter_(counter), cookie_(
cookie
)
in WeakRefCounter()
576
WeakRefCounter *RefBase::CreateWeakRef(void *
cookie
)
in CreateWeakRef()
argument
579
return new WeakRefCounter(refs_,
cookie
);
in CreateWeakRef()
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_parcel_test.cpp
61
flat.
cookie
= reinterpret_cast<uintptr_t>(this);
in Marshalling()
93
flat.
cookie
= reinterpret_cast<uintptr_t>(this);
in Marshalling()
125
flat.
cookie
= reinterpret_cast<uintptr_t>(this);
in Marshalling()
1288
uint64_t
cookie
;
member
1299
EXPECT_EQ(left.
cookie
, right.
cookie
);
in ValidatePadded()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H
A
D
parcel_benchmark_test.cpp
95
flat.
cookie
= reinterpret_cast<uintptr_t>(this);
in Marshalling()
1193
uint64_t
cookie
;
member
1207
AssertEqual(left.
cookie
, right.
cookie
, "left.
cookie
did not equal right.
cookie
as expected.", state);
in ValidatePadded()
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H
A
D
parcel_fuzzer.cpp
138
flat.
cookie
= reinterpret_cast<uintptr_t>(this);
in Marshalling()
Completed in 13 milliseconds