Searched refs:weight (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DthemeChromiumSkia.css34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
H A DFontValue.cpp31 // font variant weight size / line-height family
42 if (weight) {
45 result += weight->cssText();
/external/clang/www/demo/
H A Dsyntax.css4 .llvm_keyword { font-weight: bold; color: blue }
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java111 * @param weight
112 * weight of the service
119 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final String text) { argument
120 return new ServiceInfoImpl(type, name, "", port, weight, priority, false, text);
134 * @param weight
135 * weight of the service
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
155 * @param weight
156 * weight o
163 create(final String type, final String name, final int port, final int weight, final int priority, final Map<String, ?> props) argument
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
207 create(final String type, final String name, final int port, final int weight, final int priority, final byte[] text) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
253 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
301 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
349 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
395 create(final Map<Fields, String> qualifiedNameMap, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
[all...]
/external/openfst/src/include/fst/
H A Dfstlib.h22 // input label, an output label, and a weight. The more familiar
32 // (transition) definition, which allows changing the label, weight,
34 // integral types but the weight can be an arbitrary type whose
72 #include <fst/factor-weight.h>
101 #include <fst/weight.h>
102 #include <fst/expectation-weight.h>
103 #include <fst/float-weight.h>
104 #include <fst/lexicographic-weight.h>
105 #include <fst/pair-weight.h>
106 #include <fst/power-weight
[all...]
H A Dreweight.h39 // An arc of weight w, with an origin state of potential p and
73 typename Arc::Weight weight = potential[state]; local
74 if (weight != Weight::Zero()) {
85 arc.weight = Divide(Times(arc.weight, nextweight), weight,
88 arc.weight = Divide(Times(weight, arc.weight), nextweight,
93 fst->SetFinal(state, Divide(fst->Final(state), weight, DIVIDE_LEF
[all...]
H A Darc.h28 #include <fst/expectation-weight.h>
29 #include <fst/float-weight.h>
30 #include <fst/lexicographic-weight.h>
31 #include <fst/power-weight.h>
32 #include <fst/product-weight.h>
33 #include <fst/signed-log-weight.h>
34 #include <fst/sparse-power-weight.h>
37 #include <fst/string-weight.h>
50 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
62 Weight weight; member in class:fst::ArcTpl
98 Weight weight; // Transition weight member in class:fst::StringArc
132 Weight weight; // Transition weight member in struct:fst::GallicArc
157 Weight weight; // Transition weight member in struct:fst::ReverseArc
181 Weight weight; // Transition weight member in struct:fst::LexicographicArc
205 Weight weight; // Transition weight member in struct:fst::ProductArc
237 Weight weight; // Transition weight member in struct:fst::PowerArc
269 Weight weight; // Transition weight member in struct:fst::SparsePowerArc
300 Weight weight; // Transition weight member in struct:fst::ExpectationArc
[all...]
/external/openfst/src/include/fst/script/
H A Dweight-class.h17 // Represents a generic weight in an FST -- that is, represents a specific
18 // type of weight underneath while hiding that type from a client.
44 W weight; member in struct:fst::script::WeightClassImpl
46 explicit WeightClassImpl(const W& weight) : weight(weight) { } argument
49 return new WeightClassImpl<W>(weight);
55 *o << weight; local
60 s << weight; local
71 return typed_other->weight
82 WeightClass(const W& weight) argument
[all...]
H A Dtext-io.h22 // and potentials (state-weight pairs).
35 #include <fst/script/weight-class.h>
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h22 #include "fst/lib/float-weight.h"
23 #include "fst/lib/product-weight.h"
24 #include "fst/lib/string-weight.h"
36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Weight weight; // Transition weight member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
71 Weight weight; // Transition weight member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(
100 Weight weight; // Transition weight member in class:fst::StringArc
134 Weight weight; // Transition weight member in struct:fst::GallicArc
159 Weight weight; // Transition weight member in struct:fst::ReverseArc
[all...]
H A Dreweight.h34 // An arc of weight w, with an origin state of potential p and
71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
96 arc.weight = Times(potential[state], arc.weight);
98 arc.weight = Times(
100 arc.weight);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFontDescription.cpp48 weight = static_cast<Weight>(desc.weight());
66 desc.setWeight(static_cast<FontWeight>(weight));
/external/icu4c/i18n/
H A Ducol_wgt.cpp34 /* collation element weight allocation -------------------------------------- */
39 lengthOfWeight(uint32_t weight) { argument
40 if((weight&0xffffff)==0) {
42 } else if((weight&0xffff)==0) {
44 } else if((weight&0xff)==0) {
52 getWeightTrail(uint32_t weight, int32_t length) { argument
53 return (uint32_t)(weight>>(8*(4-length)))&0xff;
57 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { argument
59 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length));
63 getWeightByte(uint32_t weight, int32_ argument
68 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) argument
92 truncateWeight(uint32_t weight, int32_t length) argument
97 incWeightTrail(uint32_t weight, int32_t length) argument
102 decWeightTrail(uint32_t weight, int32_t length) argument
107 incWeight(uint32_t weight, int32_t length, uint32_t maxByte) argument
160 uint32_t weight, trail; local
502 uint32_t weight, maxByte; local
[all...]
/external/clang/docs/tools/
H A Dmanpage.css14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
53 font-family: Arial,Helvetica; font-weight
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DTrack.java47 * @param weight The weight from 0 to 1 on how much to apply the track
51 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars); argument
/external/mesa3d/docs/
H A Dmesa.css11 font-weight: bold;
17 font-weight: bold;
/external/stressapptest/src/
H A Dpattern.cc288 int weight) {
294 weight_ = weight;
346 weightcount += pattern_array[i].weight[0];
348 pattern_array[i].weight[0]);
349 weightcount += pattern_array[i].weight[1];
351 pattern_array[i].weight[1]);
352 weightcount += pattern_array[i].weight[2];
354 pattern_array[i].weight[2]);
355 weightcount += pattern_array[i].weight[3];
357 pattern_array[i].weight[
285 Initialize(const struct PatternData &pattern_init, int buswidth, bool invert, int weight) argument
[all...]
H A Dpattern.h39 unsigned char weight[4]; // Weighted frequency of this pattern. member in struct:PatternData
43 // appropriate pattern is chosen. Thus a weight of
44 // 1 is rare, a weight of 10 is 2x as likely to be
45 // chosen as a weight of 5.
57 int weight);
70 unsigned int weight() {return weight_;} function in class:Pattern
/external/bzip2/
H A Dhuffman.c37 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[nNode
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm109 // traits, weight, and size we want. One way this does better than the original
117 NSInteger weight;
126 weight = [fontManager weightOfFont:nsFont];
131 weight = toAppKitFontWeight(font.weight());
135 if (NSFont *bestVariation = [fontManager fontWithFamily:[substituteFont familyName] traits:traits weight:weight size:size])
144 !font.isPlatformFont() && isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(substituteFontWeight),
197 NSInteger weight = toAppKitFontWeight(fontDescription.weight());
[all...]
/external/speex/libspeex/
H A Dquant_lsp_bfin.h108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)
106 lsp_weight_quant( spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim ) argument
/external/webkit/Source/WebCore/platform/mac/
H A DWebFontCache.h32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
/external/webkit/Source/WebKit/chromium/public/
H A DWebFontDescription.h79 , weight(WeightNormal)
91 Weight weight; member in struct:WebKit::WebFontDescription
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWxMac.mm54 int weight = 5;
59 weight = 9;
62 weight = 3;
68 traits:traits weight:weight size:info->GetPointSize()];
74 traits:0 weight:5 size:info->GetPointSize()];
/external/replicaisland/src/com/replica/replicaisland/
H A DOrbitalMagnetComponent.java110 float weight = 1.0f;
113 weight = (distance - mMagnetRadius) / (mAreaRadius - mMagnetRadius);
114 weight = 1.0f - weight;
115 mVelocity.multiply(weight);

Completed in 420 milliseconds

1234567891011>>