HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 51 - 75 of 461) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
ucol_wgt.h 38 * @param lowerLimit A collation element weight; the ranges will be filled to cover
40 * @param upperLimit A collation element weight; the ranges will be filled to cover
63 * @return The next weight in the ranges, or 0xffffffff if there is none left.
  /external/webkit/WebCore/css/
FontValue.cpp 31 // font variant weight size / line-height family
42 if (weight) {
45 result += weight->cssText();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
statesort.h 36 typedef typename Arc::Weight Weight;
57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
equivalent.h 48 typedef typename Arc::Weight Weight;
77 false : (fa.Final(UnMapState(s)) != Weight::Zero());
114 typedef typename Arc::Weight Weight;
194 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
206 if (arc.weight != Weight::Zero()) { // Zero-weight arc
    [all...]
arcsum.h 23 #include "fst/lib/weight.h"
55 // weights using Weight:::Plus().
84 current_arc.weight = Plus(current_arc.weight, arcs[i].weight);
test-properties.h 77 typedef typename Arc::Weight Weight;
126 Arc prev_arc(kNoLabel, kNoLabel, Weight::One(), 0);
170 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
194 Weight final = fst.Final(s);
196 if (final != Weight::Zero()) { // final state
197 if (final != Weight::One())
    [all...]
queue.h 47 // // Updates ordering of state s when weight changes, if necessary
247 typedef typename L::Weight Weight;
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
258 const vector<Weight>* weights_;
263 // Shortest-first queue discipline, templated on the StateId and Weight is
264 // specialized to use the weight's natural order for the comparion function.
502 // the Weight type has the path property, will entertain the
505 AutoQueue(const Fst<Arc> &fst, const vector<typename Arc::Weight> *distance,
507 typedef typename Arc::Weight Weight
    [all...]
fstlib.h 20 // input label, an output label, and a weight. The more familiar
30 // (transition) definition, which allows changing the label, weight,
32 // integral types but the weight can be an arbitrary type whose
65 #include "fst/lib/factor-weight.h"
  /external/v8/src/
variables.cc 46 void UseCount::RecordRead(int weight) {
47 ASSERT(weight > 0);
48 nreads_ += weight;
57 void UseCount::RecordWrite(int weight) {
58 ASSERT(weight > 0);
59 nwrites_ += weight;
68 void UseCount::RecordAccess(int weight) {
69 RecordRead(weight);
70 RecordWrite(weight);
  /external/webkit/WebCore/platform/graphics/
FontDescription.cpp 37 // FIXME: Should actually return the CSS weight corresponding to next lightest
38 // weight of the currently used font family.
67 // FIXME: Should actually return the CSS weight corresponding to next heaviest
68 // weight of the currently used font family.
  /sdk/layoutopt/libs/uix/src/resources/rules/
UseCompoundDrawables.rule 9 // - The ImageView does not have a weight
  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
TextAttribute.java 217 /** The WEIGHT text attribute. */
218 public static final TextAttribute WEIGHT = new TextAttribute("weight"); //$NON-NLS-1$
222 * predefined weight.
227 * The Constant WEIGHT_LIGHT indicates the standard light weight.
232 * The Constant WEIGHT_DEMILIGHT indicates an intermediate weight
238 * The Constant WEIGHT_REGULAR indicates the standart weight.
243 * The Constant WEIGHT_SEMIBOLD indicates a semi weight
248 /** The Constant WEIGHT_MEDIUM indicates average weight
253 * a lighter weight than BOLD. *
    [all...]
  /external/bzip2/
huffman.c 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2])
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight)
59 if (weight >= FontWeight600)
62 if (weight <= FontWeight300)
87 fontWeightToWxFontWeight(desc.weight()),
96 fontWeightToWxFontWeight(desc.weight()),
  /frameworks/base/docs/html/sdk/api_diff/3/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/docs/html/sdk/api_diff/4/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/docs/html/sdk/api_diff/5/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/docs/html/sdk/api_diff/6/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/docs/html/sdk/api_diff/7/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/docs/html/sdk/api_diff/8/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42 font-size: 1.5em;font-weight:9;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegmentImpl.java 482 0, // weight
486 fontSize, // weight
534 jInfo.weight += gji.weight * 2;
538 jInfo.absorbedWeight += gji.weight * 2;
552 jInfo.weight += gji.weight * 2;
556 jInfo.absorbedWeight += gji.weight * 2;
564 jInfo.weight -= gji.weight;
    [all...]
  /dalvik/docs/
java-bytecode.css 52 font-weight: bold;
  /external/iproute2/include/linux/
gen_stats.h 63 * @ewma_log: the log of measurement window weight
  /external/webkit/SunSpider/hosted/
sunspider.css 14 dt { font-weight: bold }
  /external/webkit/WebKit/gtk/resources/
error.html 25 font-weight: bold;

Completed in 42 milliseconds

1 23 4 5 6 7 8 91011>>