OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theScore
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/notification/
DemoContactNotificationScorer.java
145
int
theScore
= incomingScore;
147
theScore
= clamp(
theScore
, -2 * pm, 2 * pm);
148
if (
theScore
!= incomingScore) return incomingScore;
150
if (
theScore
<= -pm) {
151
theScore
+= 1.5 * (
theScore
+ 2 * pm);
154
theScore
+= 0.5 * (2 * pm -
theScore
);
157
+ ", score after " +
theScore
+ ".")
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 437 milliseconds