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:newBuf
(Results
1 - 19
of
19
) sorted by relevance
/third_party/lzma/CPP/Common/
H
A
D
DynLimBuf.cpp
43
Byte *
newBuf
= (Byte *)MyAlloc(n);
in operator +=()
local
79
Byte *
newBuf
= (Byte *)MyAlloc(n);
in operator +=()
local
H
A
D
MyString.cpp
409
char *
newBuf
= MY_STRING_NEW_char((size_t)newLimit + 1);
in ReAlloc()
local
420
char *
newBuf
= MY_STRING_NEW_char((size_t)newLimit + 1);
in ReAlloc2()
local
544
char *
newBuf
= MY_STRING_NEW_char(1 + 1);
in operator =()
local
561
char *
newBuf
= MY_STRING_NEW_char((size_t)len + 1);
in operator =()
local
578
char *
newBuf
= MY_STRING_NEW_char((size_t)len + 1);
operator =()
local
603
char *
newBuf
= MY_STRING_NEW_char((size_t)len + 1);
SetFromWStr_if_Ascii()
local
699
char *
newBuf
= MY_STRING_NEW_char((size_t)len + 1);
SetFrom()
local
1005
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)newLimit + 1);
ReAlloc()
local
1016
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)newLimit + 1);
ReAlloc2()
local
1169
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t(1 + 1);
operator =()
local
1186
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
operator =()
local
1203
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
operator =()
local
1217
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
SetFrom()
local
1255
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
SetFromBstr()
local
1295
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
operator =()
local
1670
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
operator =()
local
1685
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
SetFromAscii()
local
1704
wchar_t *
newBuf
= MY_STRING_NEW_wchar_t((size_t)len + 1);
operator =()
local
[all...]
/kernel/liteos_a/lib/libscrew/src/
H
A
D
los_seq_buf.c
39
char *
newBuf
= NULL;
in ExpandSeqBuf()
local
/third_party/mesa3d/src/util/
H
A
D
os_memory_aligned.h
121
void *
newBuf
= os_malloc_aligned(newsize, alignment);
in os_realloc_aligned()
local
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
dyn_chunk.cpp
33
auto *
newBuf
= chunk_->NewArray<uint8_t>(newSize);
in Expand()
local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H
A
D
dyn_chunk.cpp
31
auto *
newBuf
= Runtime::GetCurrent()->GetInternalAllocator()->New<uint8_t[]>(newSize);
in Expand()
local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H
A
D
string_utils.cpp
53
char *
newBuf
= new char[count + 1];
in StringPrintf()
local
/third_party/musl/libc-test/src/functional/
H
A
D
fopencookie_test.c
50
char *
newBuf
;
in mwrite()
local
/test/xts/acts/arkui/libuv/src/
H
A
D
ActsLibuvTest.cpp
103
char*
newBuf
= uv_err_name_r(err, buf, buflen);
in HWTEST_F()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_string_builder.cpp
55
auto *
newBuf
= EtsObjectArray::Create(bufHandle->GetClass(), bufLen);
in ReallocateBuffer()
local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H
A
D
client_trans_tcp_direct_message.c
482
char *
newBuf
= (char *)SoftBusCalloc(pkgLen);
in TransResizeDataBuffer()
local
/kernel/liteos_a/shell/full/src/cmds/
H
A
D
dmesg.c
177
CHAR *
newBuf
= (CHAR *)addr + sizeof(DmesgInfo);
in OsCopyToNew()
local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H
A
D
hks_rkc.c
348
char *
newBuf
= (char *)HksMalloc(strLen + 1); /* 1: end char */
in CloneNewStr()
local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
147
uint8_t *
newBuf
= NULL;
in GetServiceDiscoverInfo()
local
184
uint8_t *
newBuf
in GetServiceNotificationInfo()
local
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
rematch.cpp
2007
UChar *
newBuf
= buffer.resize(length+1); // Leave space for terminating Nul.
in utext_extract_replace()
local
/third_party/node/deps/icu-small/source/i18n/
H
A
D
rematch.cpp
2007
char16_t *
newBuf
= buffer.resize(length+1); // Leave space for terminating Nul.
in utext_extract_replace()
local
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
rematch.cpp
1997
UChar *
newBuf
= buffer.resize(length+1); // Leave space for terminating Nul.
in utext_extract_replace()
local
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmlparse.c
2143
char *
newBuf
;
in XML_GetBuffer()
local
[all...]
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
2112
char *
newBuf
;
in XML_GetBuffer()
local
[all...]
Completed in 48 milliseconds