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:newCapacity
(Results
1 - 25
of
48
) sorted by relevance
1
2
/third_party/icu/icu4c/source/common/
H
A
D
ulocimp.h
364
int32_t
newCapacity
= requestedCapacity + 2; // one for the terminating null, one just for paranoia
in needToTryAgain()
local
H
A
D
localeprioritylist.cpp
215
int32_t
newCapacity
= listLength < 50 ? 100 : 4 * listLength;
in add()
local
H
A
D
edits.cpp
217
int32_t
newCapacity
;
in growArray()
local
H
A
D
ustr_wcs.cpp
110
int32_t
newCapacity
= 2 * srcLength;
in _strToWCS()
local
H
A
D
bytestriebuilder.cpp
158
int32_t
newCapacity
;
in add()
local
381
int32_t
newCapacity
=bytesCapacity;
in ensureCapacity()
local
[all...]
H
A
D
cmemory.h
278
inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t
newCapacity
) {
in allocateInsteadAndReset()
argument
294
inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t
newCapacity
, int32_t length) {
in allocateInsteadAndCopy()
argument
350
MaybeStackArray(int32_t
newCapacity
, UErrorCode status)
MaybeStackArray()
argument
505
resize(int32_t
newCapacity
, int32_t length)
resize()
argument
676
resize(int32_t
newCapacity
, int32_t length)
resize()
argument
[all...]
H
A
D
ucharstriebuilder.cpp
108
int32_t
newCapacity
;
in add()
local
328
int32_t
newCapacity
=ucharsCapacity;
in ensureCapacity()
local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H
A
D
dePoolArray.c
72
int
newCapacity
= deAlign32(size, 1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2);
in dePoolArray_reserve()
local
/third_party/icu/icu4c/source/layoutex/
H
A
D
RunArrays.cpp
57
void RunArray::grow(le_int32
newCapacity
)
in grow()
argument
/third_party/icu/icu4c/source/i18n/
H
A
D
sortkey.cpp
101
uint8_t *CollationKey::reallocate(int32_t
newCapacity
, int32_t length) {
in reallocate()
argument
H
A
D
formatted_string_builder.cpp
305
int32_t
newCapacity
= newLength * 2;
in prepareForInsertHelper()
local
H
A
D
collationkeys.cpp
187
int32_t
newCapacity
= 2 * buffer.getCapacity();
in ensureCapacity()
local
/third_party/node/deps/icu-small/source/common/
H
A
D
localeprioritylist.cpp
215
int32_t
newCapacity
= listLength < 50 ? 100 : 4 * listLength;
in add()
local
H
A
D
ustr_wcs.cpp
110
int32_t
newCapacity
= 2 * srcLength;
in _strToWCS()
local
H
A
D
edits.cpp
217
int32_t
newCapacity
;
in growArray()
local
/third_party/node/deps/icu-small/source/i18n/
H
A
D
sortkey.cpp
101
uint8_t *CollationKey::reallocate(int32_t
newCapacity
, int32_t length) {
in reallocate()
argument
H
A
D
formatted_string_builder.cpp
305
int32_t
newCapacity
= newLength * 2;
in prepareForInsertHelper()
local
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
sortkey.cpp
101
uint8_t *CollationKey::reallocate(int32_t
newCapacity
, int32_t length) {
in reallocate()
argument
H
A
D
formatted_string_builder.cpp
284
int32_t
newCapacity
= (fLength + count) * 2;
in prepareForInsertHelper()
local
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
localeprioritylist.cpp
215
int32_t
newCapacity
= listLength < 50 ? 100 : 4 * listLength;
in add()
local
H
A
D
edits.cpp
217
int32_t
newCapacity
;
in growArray()
local
H
A
D
ustr_wcs.cpp
110
int32_t
newCapacity
= 2 * srcLength;
in _strToWCS()
local
/third_party/node/deps/icu-small/source/tools/toolutil/
H
A
D
toolutil.cpp
321
int32_t
newCapacity
;
in utm_hasCapacity()
local
/third_party/icu/icu4c/source/tools/toolutil/
H
A
D
toolutil.cpp
321
int32_t
newCapacity
;
in utm_hasCapacity()
local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H
A
D
toolutil.cpp
296
int32_t
newCapacity
;
in utm_hasCapacity()
local
Completed in 17 milliseconds
1
2