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:lastSize
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tests/
H
A
D
ArenaAllocTest.cpp
184
uint32_t
lastSize
= 1;
in DEF_TEST()
local
187
REPORTER_ASSERT(r,
lastSize
<= size);
in DEF_TEST()
188
lastSize
= size;
in DEF_TEST()
190
REPORTER_ASSERT(r,
lastSize
== 2971215073u);
in DEF_TEST()
194
uint32_t
lastSize
= 1;
in DEF_TEST()
local
197
REPORTER_ASSERT(r,
lastSize
<= size);
in DEF_TEST()
198
lastSize
= size;
in DEF_TEST()
199
REPORTER_ASSERT(r,
lastSize
<= std::numeric_limits<uint32_t>::max());
in DEF_TEST()
201
REPORTER_ASSERT(r,
lastSize
== 3524578u * 1024);
in DEF_TEST()
206
uint32_t
lastSize
in DEF_TEST()
local
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
D3D12MemAlloc.cpp
2747
UINT64
lastSize
= 0;
variable
2755
D3D12MA_VALIDATE(suballocItem->size >=
lastSize
);
2757
lastSize
= suballocItem->size;
2948
UINT64
lastSize
= 0;
2955
D3D12MA_VALIDATE(it->size >=
lastSize
);
2956
lastSize
= it->size;
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
9003
VkDeviceSize
lastSize
= 0;
in Validate()
local
9011
VMA_VALIDATE(suballocItem->size >=
lastSize
);
in Validate()
9013
lastSize
= suballocItem->size;
in Validate()
9454
VkDeviceSize
lastSize
= 0;
in ValidateFreeSuballocationList()
local
9461
VMA_VALIDATE(it->size >=
lastSize
);
in ValidateFreeSuballocationList()
9462
lastSize
= it->size;
in ValidateFreeSuballocationList()
Completed in 29 milliseconds