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
26 - 50
of
99
) sorted by relevance
1
2
3
4
/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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
MapVector.h
64
void
reserve
(size_type NumEntries) {
in reserve()
function in llvm::MapVector
H
A
D
DenseSet.h
84
void
reserve
(size_t Size) { TheMap.
reserve
(Size); }
in reserve()
function in llvm::detail::DenseSetImpl
/third_party/skia/bench/
H
A
D
PathOpsBench.cpp
156
PathBuilderBench(MakeType mt, bool
reserve
) : fMakeType(mt), fUseReserve(
reserve
) {
in PathBuilderBench()
argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H
A
D
res.h
47
FILLP_UINT8
reserve
;
member
77
FILLP_UINT8
reserve
;
member
/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/src/core/
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/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
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H
A
D
inlined_vector.h
723
void
reserve
(size_type n) { storage_.Reserve(n); }
in reserve()
function in absl::InlinedVector
/third_party/skia/include/private/
H
A
D
SkTDArray.h
160
void setReserve(int
reserve
) {
in setReserve()
argument
166
void
reserve
(size_t n) {
in reserve()
function in SkTDArray
372
uint32_t
reserve
= (uint32_t)count + 4;
in resizeStorageToAtLeast()
local
[all...]
/third_party/skia/modules/svg/src/
H
A
D
SkSVGTextPriv.h
132
void
reserve
(size_t size) {
in reserve()
function
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
epoll.rs
369
pub fn
reserve
(&mut self, additional: usize) {
in reserve()
functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
epoll.rs
351
pub fn
reserve
(&mut self, additional: usize) {
in reserve()
functions
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
external_window.h
372
int32_t
reserve
[0];
member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
unordered_map.h
253
void
reserve
(size_t count)
in reserve()
function in unordered_map_base
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H
A
D
type_def.h
95
uint64_t
reserve
[2];
member
/third_party/gn/src/base/containers/
H
A
D
flat_tree.h
564
void flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::
reserve
(
in reserve()
function in base::internal::flat_tree
/third_party/backends/backend/genesys/
H
A
D
register.h
139
void
reserve
(std::size_t size) { registers_.
reserve
(size); }
in reserve()
function in genesys::RegisterContainer
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_video.c
652
struct nocp_reserve *
reserve
;
in uvc_nocp_continue()
local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H
A
D
unicodetext.cc
109
void UnicodeText::Repr::
reserve
(int new_capacity) {
in reserve()
function in i18n::phonenumbers::UnicodeText::Repr
/third_party/rust/crates/cxx/gen/src/include/
H
A
D
cxx.h
934
void Vec<T>::
reserve
(std::size_t new_cap) {
in reserve()
function in rust::cxxbridge1::Vec
Completed in 21 milliseconds
1
2
3
4