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:kMaxHeight
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cord_rep_btree_navigator.h
146
uint8_t index_[CordRepBtree::
kMaxHeight
];
147
CordRepBtree* node_[CordRepBtree::
kMaxHeight
];
H
A
D
cord_rep_btree.cc
226
assert(height <= CordRepBtree::
kMaxHeight
);
in BuildOwnedStack()
242
if (ABSL_PREDICT_FALSE(tree->height() >= CordRepBtree::
kMaxHeight
)) {
in Finalize()
382
NODE_CHECK_VALID(tree->height() <=
kMaxHeight
);
in IsValid()
H
A
D
cord_rep_btree_test.cc
246
testing::Range(0, CordRepBtree::
kMaxHeight
),
992
for (int h = 1; h <= CordRepBtree::
kMaxHeight
; ++h) {
in TEST_P()
1267
leaf->storage[0] = static_cast<uint8_t>(CordRepBtree::
kMaxHeight
+ 1);
in TEST()
H
A
D
cord_rep_btree.h
99
static constexpr int
kMaxHeight
= kMaxDepth - 1;
member in absl::cord_internal::CordRepBtree
231
//
kMaxHeight
. `height` is implemented as an `int` as in some places we
/third_party/skia/fuzz/
H
A
D
FuzzCreateDDL.cpp
36
static constexpr int
kMaxHeight
= 64;
variable
58
fuzz->nextRange(&height, 1,
kMaxHeight
);
in gen_fuzzed_imageinfo()
/third_party/skia/tools/skiaserve/
H
A
D
Request.cpp
22
static int
kMaxHeight
= 8192;
variable
121
// We clip to kMaxWidth /
kMaxHeight
for performance reasons.
in getBounds()
124
std::min(bounds.height(),
kMaxHeight
));
in getBounds()
Completed in 8 milliseconds