Home
last modified time | relevance | path

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

1234

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp68 int score = 100; variable
81 int score = 100; variable
101 int score = 100; variable
132 int score = 100; variable
156 int score = RECLAIM_SCORE_MIN - 1; variable
180 int score = 100; variable
197 int score = 100; variable
214 int score = 100; variable
H A Duser_memcg_test.cpp82 int score = 0; variable
183 int score = 0; variable
H A Dmemcg_test.cpp78 int score = 0; variable
139 int score = 0; variable
H A Dlow_memory_killer_test.cpp87 int score = 100; variable
/aosp14/frameworks/base/core/java/android/gesture/
H A DInstanceLearner.java66 Double score = label2score.get(sample.label); in classify() local
74 double score = label2score.get(name); in classify() local
H A DPrediction.java22 public double score; field in Prediction
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DTimestampedScoredNetwork.java30 TimestampedScoredNetwork(ScoredNetwork score, long updatedTimestampMillis) { in TimestampedScoredNetwork()
40 public void update(ScoredNetwork score, long updatedTimestampMillis) { in update()
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java77 CompositorScore score = getActivity().measureCompositionScore(pixelFormat); in testSurfaceCompositionPerformance() local
100 AllocationScore score = getActivity().measureAllocationScore(pixelFormat); in testSurfaceAllocationPerformance() local
H A 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
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DLocaleUtils.java78 ScoreEntry(@NonNull byte[] score, int index) { in ScoreEntry()
83 private void set(@NonNull byte[] score, int index) { in set()
93 public void updateIfBetter(@NonNull byte[] score, int index) { in updateIfBetter()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal.cpp66 int score = 0; in DeviceAppraisals() local
120 void StaSavedDeviceAppraisal::AppraiseDeviceQuality(int &score, InterScanInfo &scanInfo, in AppraiseDeviceQuality()
217 bool StaSavedDeviceAppraisal::CheckHigherPriority(int score, int lastScore, int rssi, int selectedR… in CheckHigherPriority()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal_test.cpp219 int score = 1; in AppraiseDeviceQualitySuccess1() local
237 int score = 1; in AppraiseDeviceQualitySuccess2() local
255 int score = 1; in AppraiseDeviceQualitySuccess3() local
273 int score = 1; in AppraiseDeviceQualitySuccess4() local
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDefaultNetworkMetrics.java126 public synchronized void logDefaultNetworkEvent(long timeMs, Network defaultNetwork, int score, in logDefaultNetworkEvent()
135 private void logCurrentDefaultNetwork(long timeMs, Network network, int score, in logCurrentDefaultNetwork()
160 private void newDefaultNetwork(long timeMs, Network network, int score, boolean validated, in newDefaultNetwork()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java90 public Face(@NonNull Rect bounds, int score, int id, in Face()
118 public Face(@NonNull Rect bounds, int score) { in Face()
126 private void init(@NonNull Rect bounds, int score, int id, in init()
277 private static void checkScore(int score) { in checkScore()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A 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()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_score.h37 int32_t score; member
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp173 void Memcg::SetScore(int score) in SetScore()
214 int score = 0; in SetScoreAndReclaimRatiosToKernel() local
260 bool Memcg::ReadScoreAndReclaimRatiosFromKernel_(int& score, unsigned int& mem2zramRatio, in ReadScoreAndReclaimRatiosFromKernel_()
/aosp14/frameworks/base/core/java/android/net/
H A DIIpConnectivityMetrics.aidl36 void logDefaultNetworkEvent(in Network defaultNetwork, int score, boolean validated, in logDefaultNetworkEvent()
/aosp14/frameworks/base/core/java/com/android/internal/ml/clustering/
H A DKMeans.java97 public static double score(@NonNull List<Mean> means) { in score() method in KMeans
98 double score = 0; in score() local
/aosp14/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java108 public ChooserTarget(CharSequence title, Icon icon, float score, in ChooserTarget()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/
H A DWifiNetworkScoreCache.java147 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
172 int score = INVALID_NETWORK_SCORE; in getNetworkScore() local
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_param.h52 …ReclaimParam(pid_t pid, int bundleUid, std::string bundleName, int accountId, int score, AppAction… in ReclaimParam()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.h82 char score[100] = {'\0'}; //lint !e529 in Float2String() local
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFieldClassification.java114 public Match(String categoryId, float score) { in Match()
/aosp14/system/core/fastboot/
H A Dusb_osx.cpp97 SInt32 score; in try_interfaces() local
289 SInt32 score; in try_device() local

1234