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
defs:reserve
(Results
1 - 25
of
79
) sorted by relevance
1
2
3
4
/third_party/libunwind/libunwind/include/
H
A
D
mempool.h
66
unsigned int
reserve
; /* minimum (desired) size of the free-list */
member
/third_party/skia/src/codec/
H
A
D
SkWebpCodec.h
85
void
reserve
(int size) {
in reserve()
function in final::FrameHolder
H
A
D
SkHeifCodec.h
127
void
reserve
(int size) {
in reserve()
function in SkHeifCodec::FrameHolder
/third_party/skia/third_party/externals/dawn/src/common/
H
A
D
ityp_vector.h
101
void
reserve
(Index size) {
in reserve()
function in ityp::vector
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinystr.cpp
37
void TiXmlString::
reserve
(size_type cap)
in reserve()
function in TiXmlString
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
IndexedMap.h
55
void
reserve
(typename StorageT::size_type s) {
in reserve()
function in llvm::IndexedMap
H
A
D
PackedVector.h
111
void
reserve
(unsigned N) { Bits.
reserve
(N << (BitNum-1)); }
in reserve()
function in llvm::PackedVector
H
A
D
MapVector.h
64
void
reserve
(size_type NumEntries) {
in reserve()
function in llvm::MapVector
/third_party/skia/modules/skplaintexteditor/include/
H
A
D
stringslice.h
35
void
reserve
(std::size_t size) { if (size > fCapacity) { this->realloc(size); } }
in reserve()
function in SkPlainTextEditor::StringSlice
/third_party/libunwind/libunwind/src/mi/
H
A
D
mempool.c
110
mempool_init (struct mempool *pool, size_t obj_size, size_t
reserve
)
in mempool_init()
argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
HandleAllocator.cpp
99
void HandleAllocator::
reserve
(GLuint handle)
in reserve()
function in gl::HandleAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
resize_uninitialized_test.cc
33
void
reserve
(size_t) {}
in reserve()
function
49
void
reserve
(size_t) {}
in reserve()
function
/third_party/json/tests/src/
H
A
D
unit-convenience.cpp
26
void
reserve
(std::size_t s)
in reserve()
function
68
void
reserve
(std::size_t s)
in reserve()
function
/third_party/openssl/test/
H
A
D
stack_test.c
53
static int test_int_stack(int
reserve
)
in test_int_stack()
argument
174
static int test_uchar_stack(int
reserve
)
in test_uchar_stack()
argument
/third_party/skia/src/core/
H
A
D
SkTDPQueue.h
33
SkTDPQueue(int
reserve
) { fArray.setReserve(
reserve
); }
in SkTDPQueue()
argument
H
A
D
SkTBlockList.h
102
void
reserve
(int n) {
in reserve()
function in SkTBlockList
H
A
D
SkWriter32.h
59
uint32_t*
reserve
(size_t size) {
in reserve()
function in SkWriter32
[all...]
/third_party/node/src/
H
A
D
aliased_buffer-inl.h
180
void AliasedBufferBase<NativeT, V8T>::
reserve
(size_t new_capacity) {
in reserve()
function in node::AliasedBufferBase
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi.c
80
reserve
(struct svga_shader_emitter *emit, unsigned nr_dwords)
in reserve()
function
/third_party/skia/bench/
H
A
D
PathOpsBench.cpp
156
PathBuilderBench(MakeType mt, bool
reserve
) : fMakeType(mt), fUseReserve(
reserve
) {
in PathBuilderBench()
argument
/third_party/musl/src/signal/liteos_a/
H
A
D
sigaction.c
39
unsigned char
reserve
[2];
member
/third_party/musl/porting/liteos_a/user/src/signal/
H
A
D
sigaction.c
24
unsigned char
reserve
[2];
member
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
FastVector.h
607
ANGLE_INLINE void
reserve
(size_t newSize)
in reserve()
function in angle::final
683
ANGLE_INLINE void
reserve
(size_t newSize)
in reserve()
function in angle::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
BitVector.h
213
void
reserve
(unsigned N) {
in reserve()
function in llvm::BitVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
FoldingSet.cpp
308
void FoldingSetBase::
reserve
(unsigned EltCount) {
in reserve()
function in FoldingSetBase
Completed in 12 milliseconds
1
2
3
4