/hardware/qcom/gps/msm8909/utils/ |
LocHeap.cpp | 61 // convenience method to compare data ranking 65 // checks if mSize is correct, AND this node is the highest ranking 106 // ranking, no restructuring the container nodes. 135 // we know the top has the highest ranking at this point, else 147 // else we take the address of whatever has higher ranking mData 195 // checks if mSize is correct, AND this node is the highest ranking
|
LocHeap.h | 55 // i.e. parent always ranks higher than children, if they exist. Ranking algorithm is 73 // Peeks the node data on tree top, which has currently the highest ranking
|
/hardware/qcom/gps/msm8996/utils/ |
LocHeap.cpp | 61 // convenience method to compare data ranking 65 // checks if mSize is correct, AND this node is the highest ranking 106 // ranking, no restructuring the container nodes. 135 // we know the top has the highest ranking at this point, else 147 // else we take the address of whatever has higher ranking mData 195 // checks if mSize is correct, AND this node is the highest ranking
|
LocHeap.h | 55 // i.e. parent always ranks higher than children, if they exist. Ranking algorithm is 73 // Peeks the node data on tree top, which has currently the highest ranking
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppStateNotificationBridge.java | 95 return row.appImportance > NotificationListenerService.Ranking.IMPORTANCE_NONE 96 && row.appImportance < NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/ |
NaNStrategy.java | 18 package org.apache.commons.math.stat.ranking;
|
RankingAlgorithm.java | 18 package org.apache.commons.math.stat.ranking;
|
TiesStrategy.java | 18 package org.apache.commons.math.stat.ranking;
|
/external/clang/test/CodeGenCXX/ |
ptr-to-member-function.cpp | 5 // 13.3.3.2 Ranking implicit conversion sequences
|
/external/libxml2/result/HTML/ |
doc2.htm | 14 <meta content="agent,technology,intranet,extranet,management,filtering,ranking,solution,service,intelligent,intelligence,client,server,architecture,developer,development,information,telecommunication,announcement,press,product,profile,contact,multi-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,toolkit,CDK,EDK" name="KEYWORDS">
|
/frameworks/base/core/java/android/service/chooser/ |
ChooserTarget.java | 82 * <p>The creator of a target may supply a ranking score. This score is assumed to be relative 99 * @param score ranking score for this target between 0.0f and 1.0f, inclusive 149 * Returns the ranking score supplied by the creator of this ChooserTarget. 153 * @return the ranking score for this target between 0.0f and 1.0f, inclusive
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
TvStatusBar.java | 58 public void addNotification(StatusBarNotification notification, RankingMap ranking, 63 protected void updateNotificationRanking(RankingMap ranking) { 67 public void removeNotification(String key, RankingMap ranking) {
|
/external/autotest/contrib/ |
sheriff_host_utils.py | 102 ranking = collections.Counter([name[name.rfind('/')+1:] for name in names]) 103 sorted_rankings = sorted(ranking.iteritems(), key=operator.itemgetter(1)) 104 m = 'Ranking tests that ran on those hosts by frequency: \n\t'
|
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
pkg_android.service.notification.html | 84 <A NAME="NotificationListenerService.Ranking"></A> 85 <nobr><A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html" target="_top"><code>NotificationListenerService.<br>Ranking</code></A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
pkg_android.service.notification.html | 113 <A NAME="NotificationListenerService.Ranking"></A> 114 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html">NotificationListenerService.<br>Ranking</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/n-preview-4-incr/changes/ |
pkg_android.service.notification.html | 105 <A NAME="NotificationListenerService.Ranking"></A> 106 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html">NotificationListenerService.<br>Ranking</A></nobr>
|
fields_index_all.html | 304 <A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT" class="hiddenlink" target="rightframe"><strike>android.service.notification.NotificationListenerService.Ranking</strike></A> 311 <A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH" class="hiddenlink" target="rightframe"><strike>android.service.notification.NotificationListenerService.Ranking</strike></A> 318 <A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW" class="hiddenlink" target="rightframe"><strike>android.service.notification.NotificationListenerService.Ranking</strike></A> 325 <A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MAX" class="hidde (…) [all...] |
/developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 51 // The ranking score for this target (0.0-1.0); the system will omit items with
|
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 51 // The ranking score for this target (0.0-1.0); the system will omit items with
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
SampleChooserTargetService.java | 51 // The ranking score for this target (0.0-1.0); the system will omit items with
|
/external/libxml2/test/HTML/ |
doc2.htm | 16 content=agent,technology,intranet,extranet,management,filtering,ranking,solution,service,intelligent,intelligence,client,server,architecture,developer,development,information,telecommunication,announcement,press,product,profile,contact,multi-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,toolkit,CDK,EDK
|
/frameworks/base/services/core/java/com/android/server/notification/ |
RankingReconsideration.java | 21 * Represents future work required to extract signals from notifications for ranking.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
EventLogTags.logtags | 21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking.
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.h | 17 // Stochastic Linear Ranking algorithms. 18 // This class will implement a set of incremental algorithms for ranking tasks
|
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationBackend.java | 101 return NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE; 130 return NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED;
|