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:ensure_capacity
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
row_buffer.h
104
ensure_capacity
(std::max<std::size_t>(1, height() * 2));
in push_front()
134
ensure_capacity
(std::max<std::size_t>(1, height() * 2));
in push_back()
171
void
ensure_capacity
(std::size_t capacity)
in ensure_capacity()
function in genesys::RowBuffer
/third_party/mesa3d/src/util/
H
A
D
string_buffer.c
28
ensure_capacity
(struct _mesa_string_buffer *str, uint32_t needed_capacity)
in ensure_capacity()
function
98
if (!
ensure_capacity
(str, needed_length))
in _mesa_string_buffer_append_len()
132
ensure_capacity
(str, str->length + len + 1);
in _mesa_string_buffer_vprintf()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
FastVector.h
97
void
ensure_capacity
(size_t capacity);
131
ensure_capacity
(count);
in FastVector()
139
ensure_capacity
(count);
in FastVector()
165
ensure_capacity
(newSize);
in FastVector()
174
ensure_capacity
(other.mSize);
in operator =()
297
ensure_capacity
(mSize + 1);
312
ensure_capacity
(mSize + 1);
378
ensure_capacity
(count);
in resize()
388
ensure_capacity
(count);
in resize()
397
ensure_capacity
(ini
in assign_from_initializer_list()
422
void FastVector<T, N, Storage>::
ensure_capacity
(size_t capacity)
ensure_capacity()
function in angle::FastVector
[all...]
Completed in 4 milliseconds