HomeSort by relevance Sort by last modified time
    Searched refs:weight (Results 1 - 25 of 465) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
themeChromiumSkia.css 34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
FontValue.cpp 31 // font variant weight size / line-height family
42 if (weight) {
45 result += weight->cssText();
  /external/clang/www/demo/
syntax.css 4 .llvm_keyword { font-weight: bold; color: blue }
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 111 * @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) {
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) {
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
155 * @param weight
156 * weight of the servic
    [all...]
  /dalvik/docs/
prettify.css 18 .kwd { color: #006; font-weight: bold; }
20 .typ { color: #404; font-weight: bold; }
24 .tag { color: #006; font-weight: bold; }
  /external/openfst/src/include/fst/
fstlib.h 22 // 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.h
    [all...]
reweight.h 35 // vector in the direction defined by TYPE. Weight needs to be left
39 // An arc of weight w, with an origin state of potential p and
45 const vector<typename Arc::Weight> &potential,
47 typedef typename Arc::Weight Weight;
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) {
54 << "Weight to be right distributive: "
55 << Weight::Type();
60 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) {
62 << "Weight to be left distributive:
73 typename Arc::Weight weight = potential[state]; local
    [all...]
arc.h 28 #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>
45 typedef W Weight;
49 ArcTpl(Label i, Label o, const Weight& w, StateId 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/
weight-class.h 17 // 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) { }
49 return new WeightClassImpl<W>(weight);
55 *o << weight; local
60 s << weight; local
71 return typed_other->weight == weight
    [all...]
text-io.h 22 // and potentials (state-weight pairs).
35 #include <fst/script/weight-class.h>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arc.h 22 #include "fst/lib/float-weight.h"
23 #include "fst/lib/product-weight.h"
24 #include "fst/lib/string-weight.h"
32 typedef TropicalWeight Weight;
35 StdArc(Label i, Label o, Weight w, StateId s)
36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Weight weight; // Transition weight member in struct:fst::StdArc
56 typedef LogWeight Weight;
71 Weight weight; \/\/ Transition weight member in struct:fst::LogArc
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...]
reweight.h 30 // vector in the direction defined by TYPE. Weight needs to be left
34 // An arc of weight w, with an origin state of potential p and
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential,
41 typedef typename Arc::Weight Weight;
46 potential.push_back(Weight::Zero());
48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring))
50 << "Weight to be right distributive: "
51 << Weight::Type();
53 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 56 int weight; member in struct:XdgGlobHashNode
64 int weight; member in struct:XdgGlobList
114 int weight)
122 new_element->weight = weight;
158 printf (" - %s %d\n", glob_hash_node->mime_type, glob_hash_node->weight);
171 int weight)
256 child->weight = weight;
266 node->weight = weight
296 int weight; member in struct:__anon2436
575 int weight; local
    [all...]
  /external/icu4c/i18n/
ucol_wgt.cpp 34 /* collation element weight allocation -------------------------------------- */
39 lengthOfWeight(uint32_t weight) {
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) {
53 return (uint32_t)(weight>>(8*(4-length)))&0xff;
57 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) {
59 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length));
63 getWeightByte(uint32_t weight, int32_t idx)
160 uint32_t weight, trail; local
502 uint32_t weight, maxByte; local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 35 font-weight: normal;
43 font-weight: bold;
66 font-weight: normal;
75 font-weight: normal;
  /external/clang/docs/tools/
manpage.css 14 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: bold; text-decoration: none
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Track.java 47 * @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);
  /external/llvm/docs/CommandGuide/html/
manpage.css 14 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: bold; text-decoration: none
    [all...]
  /external/llvm/docs/CommandGuide/
manpage.css 14 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: bold; text-decoration: none
    [all...]
  /external/mesa3d/docs/
mesa.css 11 font-weight: bold;
17 font-weight: bold;
  /frameworks/av/media/libstagefright/codecs/aacdec/
long_term_prediction.cpp 30 Description: 1. Passed in "weight_index" instead of "weight".
31 2. Added weight table.
122 y(n) = weight * x(n - delay)
126 weight ----- LTP coefficient
167 weight = codebook[weight_index];
193 *pPredicted_samples = weight * (*pBuffer);
234 *pPredicted_samples = weight * (*pBuffer);
323 /* Purpose: Codebook for LTP weight coefficients. Stored in Q15 format */
383 UInt weight; local
403 weight = codebook[weight_index]
    [all...]
  /frameworks/base/core/java/android/gesture/
InstanceLearner.java 60 double weight; local
62 weight = Double.MAX_VALUE;
64 weight = 1 / distance;
67 if (score == null || weight > score) {
68 label2score.put(sample.label, weight);
  /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/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 109 // 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/
quant_lsp_bfin.h 108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)

Completed in 326 milliseconds

1 2 3 4 5 6 7 8 91011>>