/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsort.h | 87 typedef typename A::Weight Weight; 116 Weight Final(StateId s) { 192 typedef typename A::Weight Weight; 209 virtual Weight Final(StateId s) const { return impl_->Final(s); }
|
epsnormalize.h | 28 #include "fst/lib/factor-weight.h" 61 typename Arc::Weight, STRING_RIGHT_RESTRICT> >
|
minimize.h | 30 #include "fst/lib/factor-weight.h" 42 // - final weight 44 // - (input label, output label, weight, destination_block) 49 typedef typename A::Weight Weight; 121 typedef typename A::Weight Weight; 166 // same final weight 303 typedef typename A::Weight Weight; [all...] |
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/ |
manualTest1.htm | 34 font-weight: bold; 38 font-weight: bold;
|
/external/libvpx/examples/includes/geshi/geshi/ |
gettext.php | 57 1 => 'color: #000000; font-weight: bold;' 67 0 => 'color: #000099; font-weight: bold;'
|
intercal.php | 71 1 => 'color: #000080; font-weight: bold;', 72 2 => 'color: #000080; font-weight: bold;'
|
klonecpp.php | 206 1 => 'color: #b1b100; font-weight: bold;',//pour les mots-cles C++ 207 2 => 'color: #000000; font-weight: bold;',//pour les mots-cles KLone 210 5 => 'color: #0099FF; font-weight: bold;',//pour les types C++ 211 6 => 'color: #990099; font-weight: bold;',//pour les mots-cles HTML 220 0 => 'color: #000099; font-weight: bold;' 237 1 => 'color: #000000; font-weight: bold;' 241 0 => 'background-color:#ffccff; font-weight: bold; color:#000000;', 244 3 => 'color: #00bbdd; font-weight: bold;',
|
sas.php | 158 6 => 'color: #000080; font-weight: bold;', 168 0 => 'color: #000099; font-weight: bold;' 177 0 => 'color: #2e8b57; font-weight: bold;' 191 0 => 'color: #0000ff; font-weight: bold;', 192 1 => 'color: #000080; font-weight: bold;', 196 5 => 'color: #ff0000; font-weight: bold;', 199 8 => 'color: #b218b2; font-weight: bold;', 200 9 => 'color: #b218b2; font-weight: bold;'
|
rails.php | 320 1 => 'color:#9966CC; font-weight:bold;', 321 2 => 'color:#0000FF; font-weight:bold;', 322 3 => 'color:#CC0066; font-weight:bold;', 323 4 => 'color:#CC00FF; font-weight:bold;', 324 5 => 'color:#5A0A0A; font-weight:bold;' 334 0 => 'color:#006600; font-weight:bold;' 346 0 => 'color:#006600; font-weight:bold;' 349 0 => 'color:#ff6633; font-weight:bold;', 350 1 => 'color:#0066ff; font-weight:bold;', 351 2 => 'color:#6666ff; font-weight:bold;' [all...] |
cil.php | 131 1 => 'color:maroon;font-weight:bold;', 132 2 => 'color:blue;font-weight:bold;', 133 3 => 'color:purple;font-weight:bold;', 146 0 => 'color: #008000; font-weight: bold;'
|
mirc.php | 90 2 => 'color: #000000; font-weight: bold;', 91 3 => 'color: #990000; font-weight: bold;', 119 6 => 'color: #990000; font-weight: bold;', 120 7 => 'color: #990000; font-weight: bold;'
|
pixelbender.php | 124 2 => 'color: #0033ff; font-weight: bold;', 126 4 => 'color: #9900cc; font-weight: bold;', 145 0 => 'color: #000000; font-weight:bold;' 151 0 => 'color: #000000; font-weight: bold;'
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactsSource.java | 146 * {@link Comparator} to sort by {@link DataKind#weight}. 150 return object1.weight - object2.weight; 156 * {@link DataKind#weight}. 195 public int weight; field in class:ContactsSource.DataKind 227 public DataKind(String mimeType, int titleRes, int iconRes, int weight, boolean editable) { 231 this.weight = weight;
|
/sdk/traceview/src/com/android/traceview/ |
Call.java | 74 public double addWeight(int x, int y, double weight) { 75 return mMethodData.addWeight(x, y, weight);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
basic_op.h | 107 | Complexity weight : 1 |
149 | Complexity weight : 1 |
193 | Complexity weight : 1 |
253 | Complexity weight : 1 |
318 | Complexity weight : 1 |
365 | Complexity weight : 1 |
415 | Complexity weight : 1 |
454 | Complexity weight : 1 |
500 | Complexity weight : 1 |
546 | Complexity weight : 2 | [all...] |
/external/libvpx/vp8/encoder/ |
ssim.c | 71 double plane_quality, weight, mean; local 202 weight = mean < 40 ? 0.0f : 204 plane_summed_weights += weight; 206 plane_quality += weight * vp8_similarity(img1_block, img2_block, img1_sq_block, img2_sq_block, img12_mul_block); 242 weight = mean < 40 ? 0.0f : 244 plane_summed_weights += weight; 246 plane_quality += weight * vp8_similarity(img1_block, img2_block, img1_sq_block, img2_sq_block, img12_mul_block); 265 double *weight 301 *weight = frame_weight; 331 // worst case of accumulation is a weight of 48 = 16 + 2 * (11 + 4 + 1 [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
layout-objects.jd | 46 <em>weight</em> to individual children. This attribute assigns an "importance" value to a view, 48 Child views can specify an integer weight value, and then any remaining space in the view group is 49 assigned to children in the proportion of their declared weight. Default 50 weight is zero. For example, if there are three text boxes and two of 51 them declare a weight of 1, while the other is given no weight (0), the third text box without weight 54 If the third box is then given a weight of 2 (instead of 0), then it is now declared 64 <code>weight</code> values 74 on the left has weight values unset (0 by default), while the form on the right ha [all...] |
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
Focus2AndroidTest.java | 32 * weight manner; it doesn't need to launch the activity, and it can test the 38 * coverage in the lighter weight test case, and a few end to end scenarios in the 41 * having every corner case exercised in the slower, heavier weight way. 43 * Even as a lighter weight test, this test still needs access to a {@link Context}
|
/development/samples/HeavyWeight/ |
AndroidManifest.xml | 24 <application android:label="Heavy Weight" android:cantSaveState="true">
|
/development/samples/HeavyWeight/src/com/example/android/heavyweight/ |
HeavyWeight.java | 26 * Basic "heavy-weight" application, which will not be killed by Android
|
/development/simulator/app/ |
Semaphore.h | 7 // classes are much lighter weight.
|
/external/icu4c/i18n/ |
decnumstr.h | 16 * TODO: ICU should have a light-weight general purpose (char *) string class
|
/external/iproute2/ |
README.iproute2+tc | 25 allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpkt 1000 30 allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20 avpkt 1000 split 1:0 \ 36 allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20 avpkt 1000 split 1:0 \ 49 weight should be proportional to rate for leaf classes
|
/external/proguard/docs/manual/ |
style.css | 91 font-weight: bold;
|
/external/srec/srec/Grammar/src/ |
SR_Grammar.c | 39 const LCHAR* pronunciation, int weight, const LCHAR* tag) 47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag); 62 const SR_Nametag* nametag, int weight, const LCHAR* tag) 69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
|