Home
last modified time | relevance | path

Searched defs:score (Results 1 – 25 of 88) sorted by relevance

1234

/frameworks/libs/net/common/src_servicescommon/android/net/
DNetworkFactory.java179 public int score; field in NetworkFactory.NetworkRequestInfo
183 NetworkRequestInfo(NetworkRequest request, int score, int providerId) { in NetworkRequestInfo()
206 protected void handleAddRequest(NetworkRequest request, int score, int servingProviderId) { in handleAddRequest()
237 private void handleSetScore(int score) { in handleSetScore()
266 public boolean acceptRequest(NetworkRequest request, int score) { in acceptRequest()
361 protected void needNetworkFor(NetworkRequest networkRequest, int score) { in needNetworkFor()
369 public void setScoreFilter(int score) { in setScoreFilter()
/frameworks/base/core/java/android/gesture/
DInstanceLearner.java66 Double score = label2score.get(sample.label); in classify() local
74 double score = label2score.get(name); in classify() local
DPrediction.java22 public double score; field in Prediction
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTimestampedScoredNetwork.java30 TimestampedScoredNetwork(ScoredNetwork score, long updatedTimestampMillis) { in TimestampedScoredNetwork()
40 public void update(ScoredNetwork score, long updatedTimestampMillis) { in update()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java76 ScoreEntry(@NonNull byte[] score, int index) { in ScoreEntry()
81 private void set(@NonNull byte[] score, int index) { in set()
91 public void updateIfBetter(@NonNull byte[] score, int index) { in updateIfBetter()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionTest.java77 CompositorScore score = getActivity().measureCompositionScore(pixelFormat); in testSurfaceCompositionPerformance() local
100 AllocationScore score = getActivity().measureAllocationScore(pixelFormat); in testSurfaceAllocationPerformance() local
DSurfaceCompositionMeasuringActivity.java128 CompositorScore score = new CompositorScore(); in measureCompositionScore() local
151 AllocationScore score = new AllocationScore(); in measureAllocationScore() local
205 CompositorScore score = measureCompositionScore(pixelFormat); in doTest() local
212 AllocationScore score = measureAllocationScore(pixelFormat); in doTest() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DVelocityBasedConnectedScoreTest.java103 int score = mVelocityBasedConnectedScore.generateScore(); in noCrashWhenNoData() local
124 int score = mVelocityBasedConnectedScore.generateScore(); in allowLowRssiIfErrorRateIsLowAndSomeDataIsMoving() local
DWifiScoreReportTest.java273 int score = mWifiInfo.getScore(); in allowLowRssiIfDataIsMoving() local
296 int score = mWifiInfo.getScore(); in giveUpOnBadRssiWhenDataIsNotMoving() local
314 int score = mWifiInfo.getScore(); local
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java219 int score = scoreTelephonySuggestion(suggestion); in suggestTelephonyTimeZone() local
233 int score; in scoreTelephonySuggestion() local
476 public final int score; field in TimeZoneDetectorStrategyImpl.QualifiedTelephonyTimeZoneSuggestion
480 TelephonyTimeZoneSuggestion suggestion, int score) { in QualifiedTelephonyTimeZoneSuggestion()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScoredNetworkNominator.java228 int score = mScoreCache.getNetworkScore(scanResult, isCurrentNetwork); in getNetworkScore() local
241 Integer score = getNetworkScore(scanResult, false /* isCurrentNetwork */); in trackUntrustedCandidate() local
258 Integer score = getNetworkScore(scanResult, isCurrentNetwork); in trackUntrustedCandidate() local
276 Integer score = getNetworkScore(scanResult, isCurrentNetwork); in trackExternallyScoredCandidate() local
DWifiScoreReport.java81 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate()
307 int score; in calculateAndReportScore() local
398 private void updateWifiMetrics(long now, int s2, int score) { in updateWifiMetrics()
486 private void logLinkMetrics(long now, int netId, int s1, int s2, int score) { in logLinkMetrics()
DAggressiveConnectedScore.java55 int score = (mRssi - threshRssi) + WIFI_TRANSITION_SCORE; in generateScore() local
DUntrustedWifiNetworkFactory.java49 protected void needNetworkFor(NetworkRequest networkRequest, int score) { in needNetworkFor()
DWifiNetworkScoreCache.java152 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
180 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
/frameworks/base/core/java/android/hardware/camera2/params/
DFace.java87 public Face(Rect bounds, int score, int id, in Face()
131 public Face(Rect bounds, int score) { in Face()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DColorExtractor.java89 float score = hsv[1] * hsv[2]; in findDominantColorByHue() local
114 float score = s * v; in findDominantColorByHue() local
/frameworks/base/core/java/android/net/
DNetworkAgent.java327 NetworkCapabilities nc, LinkProperties lp, int score) { in NetworkAgent()
334 NetworkCapabilities nc, LinkProperties lp, int score, NetworkAgentConfig config) { in NetworkAgent()
341 NetworkCapabilities nc, LinkProperties lp, int score, int providerId) { in NetworkAgent()
348 NetworkCapabilities nc, LinkProperties lp, int score, NetworkAgentConfig config, in NetworkAgent()
376 @NonNull NetworkCapabilities nc, @NonNull LinkProperties lp, int score, in NetworkAgent()
387 public final int score; field in NetworkAgent.InitialConfiguration
391 @NonNull LinkProperties properties, int score, @NonNull NetworkAgentConfig config, in InitialConfiguration()
404 @NonNull NetworkCapabilities nc, @NonNull LinkProperties lp, int score, in NetworkAgent()
/frameworks/base/wifi/java/android/net/wifi/
DIScoreUpdateObserver.aidl26 void notifyScoreUpdate(int sessionId, int score); in notifyScoreUpdate()
DWifiNetworkScoreCache.java147 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
172 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DImageGoodnessFilter.java138 float score = 0.0f; in onProcess() local
213 float colorfulness, float contrast, float score) { in classifierComputeScore()
229 float score = 0.0f; in computePictureScore() local
249 float contrastRating, float colorfulness, float brightness, float score) { in subComputeScore()
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h42 ClientPriority(int32_t score, int32_t state, bool isVendorClient) : in ClientPriority()
48 void setScore(int32_t score) { in setScore()
179 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state, in ClientDescriptor()
187 std::set<KEY>&& conflictingKeys, int32_t score, int32_t ownerId, int32_t state, in ClientDescriptor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java83 DcNetworkAgent(DataConnection dc, Phone phone, NetworkInfo ni, int score, in DcNetworkAgent()
86 dc.getNetworkCapabilities(), dc.getLinkProperties(), score, config, in DcNetworkAgent() local
268 public synchronized void sendNetworkScore(int score, DataConnection dc) { in sendNetworkScore()
/frameworks/base/core/java/com/android/internal/ml/clustering/
DKMeans.java97 public static double score(@NonNull List<Mean> means) { in score() method in KMeans
98 double score = 0; in score() local
/frameworks/av/media/utils/
DProcessInfo.cpp40 int32_t score = INVALID_ADJ; in getPriority() local

1234