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:bestDist
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H
A
D
LzcompCompress.java
145
private int makeCopyDecision(int index, int[]
bestDist
) {
in makeCopyDecision()
argument
195
bestDist
[0] = dist1[0];
in makeCopyDecision()
205
int
bestDist
= 0;
in findMatch()
244
if (length <= bestLength && dist >
bestDist
) {
in findMatch()
248
if (dist > (
bestDist
<< DIST_WIDTH)) {
in findMatch()
249
if (length < bestLength || dist > (
bestDist
<< (DIST_WIDTH + 1))) {
in findMatch()
281
bestDist
= dist;
in findMatch()
289
distOut[0] =
bestDist
;
in findMatch()
/third_party/skia/tests/
H
A
D
PathOpsDebug.cpp
1189
double
bestDist
= DBL_MAX;
in debugT()
local
1195
if (
bestDist
> testDist) {
in debugT()
1196
bestDist
= testDist;
in debugT()
Completed in 6 milliseconds