OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_score
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/autofit/
afwarp.h
44
AF_WarpScore
best_score
;
member in struct:AF_WarperRec_
aflatin2.c
2070
FT_Pos
best_score
= scores[0];
local
[
all
...]
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
221
int
best_score
= 0;
local
248
if (current_score <
best_score
) {
252
if (current_score ==
best_score
) {
254
} else if (current_score >
best_score
) {
255
best_score
= current_score;
269
if (
best_score
<= 0) {
/frameworks/ex/variablespeed/jni/
sola_time_scaler.cc
281
int
best_score
= 0;
local
287
if (score >
best_score
) {
288
best_score
= score;
298
if (score >
best_score
) {
299
best_score
= score;
/external/openssl/crypto/x509/
x509_vfy.c
828
int i, crl_score,
best_score
= *pscore;
local
840
if (crl_score >
best_score
)
844
best_score
= crl_score;
855
*pscore =
best_score
;
866
if (
best_score
>= CRL_SCORE_VALID)
[
all
...]
/external/webp/src/enc/
quant.c
429
score_t
best_score
;
local
454
best_score
= RDScoreTrellis(lambda, cost, max_error);
535
if (score <
best_score
) {
536
best_score
= score;
/external/opencv/cvaux/include/
cvaux.h
327
int
best_score
;
member in struct:CvCliqueFinder
[
all
...]
Completed in 1405 milliseconds