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:maxScore
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/brotli/research/
H
A
D
durchschlag.cc
105
Score
maxScore
= 0;
in buildCandidatesList()
local
114
if (score >
maxScore
) {
in buildCandidatesList()
115
maxScore
= score;
in buildCandidatesList()
136
if (score >
maxScore
) {
in buildCandidatesList()
137
maxScore
= score;
in buildCandidatesList()
142
if (candidates->size() > CANDIDATE_BUNDLE_SIZE &&
maxScore
!= minScore) {
in buildCandidatesList()
195
Score
maxScore
= 0;
in rebuildCandidatesList()
local
206
if (score >
maxScore
) {
in rebuildCandidatesList()
207
maxScore
= score;
in rebuildCandidatesList()
223
candidates->resize(
maxScore
in rebuildCandidatesList()
479
Score
maxScore
= rebuildCandidatesList(
durchschlagGenerateExclusive()
local
[all...]
/third_party/skia/src/core/
H
A
D
SkFontMgr.cpp
220
Score
maxScore
= { 0, 0 };
in matchStyleCSS3()
local
293
if (
maxScore
< currentScore) {
in matchStyleCSS3()
294
maxScore
= currentScore;
in matchStyleCSS3()
298
return this->createTypeface(
maxScore
.index);
in matchStyleCSS3()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H
A
D
StatisticsTool.java
410
int bestFit = -1,
maxScore
= 0;
in main()
419
if (score >
maxScore
) {
in main()
420
maxScore
= score;
in main()
Completed in 3 milliseconds