Home
last modified time | relevance | path

Searched refs:importance (Results 1 – 25 of 69) sorted by relevance

123

/external/cldr/tools/java/org/unicode/cldr/test/
DDateOrder.java216 private int importance;
218 private FormatType(int importance) {
219 this.importance = importance;
238 return otherType.importance - importance > 0;
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java111 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel() local
112 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in createNotificationChannel()
DScriptingLayerService.java111 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel() local
112 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in createNotificationChannel()
/external/libopus/celt/
Dcelt_encoder.c586 opus_val16 tf_estimate, int tf_chan, int *importance) in tf_analysis() argument
676 cost0 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()
677 …cost1 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*sel+1]) + (isTransient ?… in tf_analysis()
683 cost0 = curr0 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()
684 cost1 = curr1 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()
693 cost0 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]); in tf_analysis()
694 …cost1 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]) + (isTrans… in tf_analysis()
722 … cost0 = curr0 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]); in tf_analysis()
723 … cost1 = curr1 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]); in tf_analysis()
974 AnalysisInfo *analysis, int *importance, int *spread_weight) in dynalloc_analysis() argument
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivityManager.java95 inState.importance = info.importance; in getMyMemoryState()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java54 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel() local
55 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in createNotificationChannel()
/external/llvm/test/Linker/
Dtype-unique-dst-types.ll5 ; This tests the importance of keeping track of which types are part of the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dtype-unique-dst-types.ll7 ; This tests the importance of keeping track of which types are part of the
/external/python/cpython3/Misc/
DREADME5 documents are only of historic importance.
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java104 importance=Option.Importance.ALWAYS)
108 importance=Option.Importance.NEVER)
112 importance=Option.Importance.ALWAYS)
116 importance=Option.Importance.NEVER)
120 importance=Option.Importance.NEVER)
124 importance=Option.Importance.NEVER)
150 importance=Option.Importance.NEVER)
/external/python/cpython2/Misc/
DREADME5 documents are only of historic importance.
/external/python/cpython2/Demo/
DREADME5 importance (like Matt Conway's Tk demos).
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt53 performance, but hope that this will be of little importance for our
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt53 performance, but hope that this will be of little importance for our
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt53 performance, but hope that this will be of little importance for our
D2000-11-18-EarlyDesignIdeasResp.txt72 system somewhat reduce the importance of this point (f.e. portability
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst41 relative importance of each input file is proportional to the number of samples
/external/catch2/docs/
Dopensource-users.md16 …nd the plan is to keep these ordered alphabetically to avoid an implication of relative importance.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-profdata.rst41 relative importance of each input file is proportional to the number of samples
/external/selinux/python/sepolgen/src/share/
Dperm_map24 # permission weight value from 1 (less importance) to 10 (higher importance).
/external/selinux/python/sepolgen/tests/
Dperm_map24 # permission weight value from 1 (less importance) to 10 (higher importance).
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java847 int importance = NotificationManager.IMPORTANCE_DEFAULT; in createNotificationChannel() local
848 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, name, importance); in createNotificationChannel()
/external/bzip2/
DREADME94 importance. To validate bzip2, I used a modified version of Mark
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md238 <b>Following example shows importance of defining customized operation type.</b>
/external/u-boot/doc/
DREADME.unaligned-memory-access.txt136 structure padding is of importance.

123