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:kSampleSize
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H
A
D
int128_benchmark.cc
27
constexpr size_t
kSampleSize
= 1000000;
member
42
values.reserve(
kSampleSize
);
in GetRandomClass128SampleUniformDivisor()
43
for (size_t i = 0; i <
kSampleSize
; ++i) {
in GetRandomClass128SampleUniformDivisor()
82
values.reserve(
kSampleSize
);
in GetRandomClass128SampleSmallDivisor()
83
for (size_t i = 0; i <
kSampleSize
; ++i) {
in GetRandomClass128SampleSmallDivisor()
119
values.reserve(
kSampleSize
);
in GetRandomClass128Sample()
120
for (size_t i = 0; i <
kSampleSize
; ++i) {
in GetRandomClass128Sample()
173
values.reserve(
kSampleSize
);
in GetRandomIntrinsic128SampleUniformDivisor()
174
for (size_t i = 0; i <
kSampleSize
; ++i) {
in GetRandomIntrinsic128SampleUniformDivisor()
215
values.reserve(
kSampleSize
);
in GetRandomIntrinsic128SampleSmallDivisor()
[all...]
/third_party/skia/src/core/
H
A
D
SkScan_AntiPath.cpp
604
constexpr int
kSampleSize
= 8;
615
if (n <
kSampleSize
|| path.getBounds().isEmpty()) {
623
for(int i = 1; i <
kSampleSize
; ++i) {
628
avgLength = sumLength / (
kSampleSize
- 1);
681
// We will use AAA if the number of verbs <
kSampleSize
and therefore complexity < 0
/third_party/node/deps/v8/src/regexp/
H
A
D
regexp.cc
888
static const int
kSampleSize
= 128;
in Compile()
local
892
int half_way = (sample_subject->length() -
kSampleSize
) / 2;
in Compile()
894
i < sample_subject->length() && chars_sampled <
kSampleSize
;
in Compile()
/third_party/skia/tests/
H
A
D
CodecTest.cpp
1760
constexpr int
kSampleSize
= 19;
in DEF_TEST()
local
1761
const auto size = codec->getSampledDimensions(
kSampleSize
);
in DEF_TEST()
1768
options.fSampleSize =
kSampleSize
;
in DEF_TEST()
Completed in 7 milliseconds