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:loadDocTempBuffer
(Results
1 - 3
of
3
) sorted by relevance
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
38
if (GetInstance().
loadDocTempBuffer
== nullptr) {
in SendBufferOnTimer()
54
std::copy(GetInstance().
loadDocTempBuffer
,
in SendBufferOnTimer()
55
GetInstance().
loadDocTempBuffer
+ GetInstance().lengthTemp,
in SendBufferOnTimer()
150
if (GetInstance().
loadDocTempBuffer
!= nullptr) {
in LoadDocCallback()
151
delete [] GetInstance().
loadDocTempBuffer
;
in LoadDocCallback()
152
GetInstance().
loadDocTempBuffer
= nullptr;
in LoadDocCallback()
161
GetInstance().
loadDocTempBuffer
= new(std::nothrow) uint8_t[length];
in LoadDocCallback()
162
if (!GetInstance().
loadDocTempBuffer
) {
in LoadDocCallback()
163
ELOG("Memory allocation failed :
loadDocTempBuffer
.");
in LoadDocCallback()
167
std::copy(dataPtr, dataPtr + length, GetInstance().
loadDocTempBuffer
);
in LoadDocCallback()
[all...]
H
A
D
VirtualScreenImpl.h
80
uint8_t*
loadDocTempBuffer
;
member in VirtualScreenImpl
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
346
VirtualScreenImpl::GetInstance().
loadDocTempBuffer
= nullptr;
in TEST_F()
349
InitBuffer(); // jpgBuffer在
loadDocTempBuffer
释放时释放
in TEST_F()
351
VirtualScreenImpl::GetInstance().
loadDocTempBuffer
= jpgBuff;
in TEST_F()
535
VirtualScreenImpl::GetInstance().
loadDocTempBuffer
= new uint8_t[1];
in TEST_F()
Completed in 3 milliseconds