/aosp_15_r20/external/libchrome-gestures/tools/ |
H A D | touchtests-report.json | 7 "score": 0 number 14 "score": 0 number 21 "score": 0 number 28 "score": 0 number 35 "score": 0 number 42 "score": 0 number 49 "score": 1 number 56 "score": 1.0 number 63 "score": 0 number 70 "score": 0 number [all …]
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_flex_attention.py | 66 def _inverse_causal(score, b, h, m, n): argument 70 def _times_two(score, b, h, m, n): argument 75 def _squared(score, b, h, m, n): argument 84 def score_mod(score, b, h, m, n): argument 90 def _trig(score, b, h, m, n): argument 95 def _trig2(score, b, h, m, n): argument 445 def score_mod(score, b, h, q, kv): argument 453 def score_mod_1(score, b, h, m, n): argument 456 def score_mod_2(score, b, h, m, n): argument 468 def score_mod(score, b, h, m, n): argument [all …]
|
H A D | test_flex_decoding.py | 80 def _windowed(score, b, h, q, kv): argument 126 def _inverse_causal(score, b, h, m, n): argument 130 def _times_two(score, b, h, m, n): argument 135 def _squared(score, b, h, m, n): argument 144 def score_mod(score, b, h, m, n): argument 150 def _trig(score, b, h, m, n): argument 155 def _trig2(score, b, h, m, n): argument 458 def score_mod(score, b, h, q, kv): argument 466 def score_mod_1(score, b, h, m, n): argument 469 def score_mod_2(score, b, h, m, n): argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common/javac/ |
D | net-utils-services-common.jar | ... .NetworkRequest networkRequest
public void setScoreFilter (int)
int score
public void setScoreFilter (android.net.NetworkScore) ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-services-common/android_common_apex33/javac/ |
D | net-utils-services-common.jar | ... .NetworkRequest networkRequest
public void setScoreFilter (int)
int score
public void setScoreFilter (android.net.NetworkScore) ... |
/aosp_15_r20/external/libmonet/score/ |
H A D | Score.java | 44 public static List<Integer> score(Map<Integer, Integer> colorsToPopulation) { in score() method in Score 49 public static List<Integer> score(Map<Integer, Integer> colorsToPopulation, int desired) { in score() method in Score 53 public static List<Integer> score( in score() method in Score 72 public static List<Integer> score( in score() method in Score 160 public final double score; field in Score.ScoredHCT 162 public ScoredHCT(Hct hct, double score) { in ScoredHCT()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/android/net/ |
D | NetworkFactoryLegacyImpl.java | 184 public int score; field in NetworkFactoryLegacyImpl.NetworkRequestInfo 188 NetworkRequestInfo(NetworkRequest request, int score, int providerId) { in NetworkRequestInfo() 211 protected void handleAddRequest(NetworkRequest request, int score, int servingProviderId) { in handleAddRequest() 241 private void handleSetScore(int score) { in handleSetScore() 360 @Override public void setScoreFilter(int score) { in setScoreFilter() 364 @Override public void setScoreFilter(@NonNull final NetworkScore score) { in setScoreFilter()
|
D | NetworkFactoryImpl.java | 182 private void handleOfferNetwork(@NonNull final NetworkScore score) { in handleOfferNetwork() 262 private void handleSetScore(@NonNull final NetworkScore score) { in handleSetScore() 284 public void setScoreFilter(final int score) { in setScoreFilter() 298 @Override public void setScoreFilter(@NonNull final NetworkScore score) { in setScoreFilter()
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/ |
H A D | recognize_commands_test.cc | 32 float score; in TEST() local 48 float score; in TEST() local 67 float score; in TEST() local 89 float score; in TEST() local 104 float score; in TEST() local
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiScoreReportTest.java | 304 private void verifySentNetworkScore(int score, VerificationMode mode) { in verifySentNetworkScore() 322 private void verifySentNetworkScore(int score) { in verifySentNetworkScore() 563 int score = mWifiInfo.getScore(); in allowLowRssiIfDataIsMoving() local 590 int score = mWifiInfo.getScore(); in giveUpOnBadRssiWhenDataIsNotMoving() local 1169 NetworkScore score = mWifiScoreReport.getScore(); in testFrameworkGetsUpdatesScore() local 1181 NetworkScore score = mWifiScoreReport.getScore(); in testFrameworkGetsUpdatesScore() local 1194 NetworkScore score = mWifiScoreReport.getScore(); in testFrameworkGetsUpdatesScore() local 1207 NetworkScore score = mWifiScoreReport.getScore(); in testFrameworkGetsUpdatesScore() local
|
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/ |
H A D | TestCorrespondences.java | 114 private final int score; field in TestCorrespondences.MyRecord 116 static MyRecord create(int id, int score) { in create() 122 static MyRecord createWithoutId(int score) { in createWithoutId() 127 MyRecord(int id, int score) { in MyRecord() 182 Integer score = Ints.tryParse(parts.get(1)); in parse() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | AdScoringOutcomeFixture.java | 29 AdTechIdentifier buyerName, Double score) { in anAdScoringBuilder() 56 Double score, in anAdScoringBuilderWithBuyerContextualSignals() 85 Double score, in anAdScoringBuilderWithSellerContextualSignals() 113 AdTechIdentifier buyer, Double score) { in anAdScoringBuilderWithAdCounterKeys()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/ |
H A D | Category.java | 29 private final float score; field in Category 39 public static Category create(String label, String displayName, float score) { in create() 45 public Category(String label, float score) { in Category() 49 private Category(String label, String displayName, float score) { in Category()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/service/adselection/ |
D | AutoValue_AdWithScore.java | 9 private final Double score; field in AutoValue_AdWithScore 14 Double score, in AutoValue_AdWithScore() 62 private Double score; field in AutoValue_AdWithScore.Builder 67 AdWithScore.Builder setScore(Double score) { in setScore()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/adselection/ |
D | AutoValue_AdWithScore.java | 9 private final Double score; field in AutoValue_AdWithScore 14 Double score, in AutoValue_AdWithScore() 62 private Double score; field in AutoValue_AdWithScore.Builder 67 AdWithScore.Builder setScore(Double score) { in setScore()
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 226 int score; in matchName() local 254 private void updatePrimaryScore(long contactId, int score) { in updatePrimaryScore() 258 private void updateSecondaryScore(long contactId, int score) { in updateSecondaryScore() 286 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates() local 313 MatchScore score = mScoreList.get(i); in pickBestMatch() local
|
D | RawContactMatcher.java | 224 int score; in matchName() local 256 private void updatePrimaryScore(long rawContactId, long contactId, long accountId, int score) { in updatePrimaryScore() 261 int score) { in updateSecondaryScore() 288 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates() local 310 MatchScore score = mScoreList.get(i); in pickBestMatches() local
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | Face.java | 90 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()
|
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p2beta1/ |
H A D | web_detection.proto | 35 float score = 2; field 47 float score = 2; field 56 float score = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p3beta1/ |
H A D | web_detection.proto | 35 float score = 2; field 47 float score = 2; field 56 float score = 2; field
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/proto/google/cloud/vision/v1p4beta1/ |
H A D | web_detection.proto | 37 float score = 2; field 49 float score = 2; field 58 float score = 2; field
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/ |
H A D | web_detection.proto | 35 float score = 2; field 47 float score = 2; field 56 float score = 2; field
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/ |
H A D | web_detection.proto | 35 float score = 2; field 47 float score = 2; field 56 float score = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p4beta1/ |
H A D | web_detection.proto | 37 float score = 2; field 49 float score = 2; field 58 float score = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/vision/v1/ |
H A D | web_detection.proto | 35 float score = 2; field 47 float score = 2; field 56 float score = 2; field
|