/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | 89 "empty-cells", "font-family", "font-size", "font-style", "font-variant", "font-weight", "font", "letter-spacing", 302 "font-weight": { values: [ 738 // Weight of CSS properties based their usage on few popular websites https://gist.github.com/3751436 739 WebInspector.CSSMetadata.Weight = { 803 "font-weight": 89, [all...] |
/external/openfst/src/include/fst/script/ |
reweight.h | 25 #include <fst/script/weight-class.h> 37 typedef typename Arc::Weight Weight; 38 vector<Weight> potentials(args->arg2.size()); 41 potentials[i] = *(args->arg2[i].GetWeight<Weight>());
|
prune.h | 25 #include <fst/script/weight-class.h> 56 typedef typename A::Weight Weight; 59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>()); 61 vector<Weight> *distance = 0; 64 distance = new vector<Weight>(opts.distance->size()); 66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>()); 82 typedef typename Arc::Weight Weight; [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
Weight.java | 24 public class Weight extends Activity {
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
Weight.java | 25 * Exercise table layout with cells having a weight. 27 public class Weight extends Activity {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
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...] |
equal.h | 30 typedef typename Arc::Weight Weight; 53 Weight final1 = fst1.Final(s1); 54 Weight final2 = fst2.Final(s2); 86 } else if (!ApproxEqual(arc1.weight, arc2.weight)) { 90 << ", weight1 = " << arc1.weight 91 << ", weight2 = " << arc2.weight;
|
reverse.h | 27 // MutableFst. If A transduces string x to y with weight a, then the 29 // weight a.Reverse(). 34 // the input arc type except having the reversed Weight type. 38 typedef typename Arc::Weight Weight; 39 typedef typename RevArc::Weight RevWeight; 58 Weight final = ifst.Final(is); 59 if (final != Weight::Zero()) { 68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
|
rmfinalepsilon.h | 33 typedef typename A::Weight Weight; 48 if (fst->Final(s) != Weight::Zero()) { 63 // Move the final weight. Complexity O(E) 67 Weight w(fst->Final(s)); 76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
|
statesort.h | 36 typedef typename Arc::Weight Weight; 57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
|
verify.h | 31 typedef typename Arc::Weight Weight; 82 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) { 83 LOG(ERROR) << "Verify: Fst weight of arc at position " 99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";
|
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...] |
/external/llvm/lib/CodeGen/ |
MachineBranchProbabilityInfo.cpp | 41 uint32_t Weight = getEdgeWeight(MBB, I); 42 Sum += Weight; 56 uint32_t Weight = getEdgeWeight(MBB, I); 57 Sum += Weight / Scale; 66 uint32_t Weight = Src->getSuccWeight(Dst); 67 if (!Weight) 69 return Weight; 93 uint32_t Weight = getEdgeWeight(MBB, I); 94 if (Weight > MaxWeight) { 95 MaxWeight = Weight; [all...] |
/external/openfst/src/include/fst/ |
equal.h | 33 typedef typename Arc::Weight Weight; 56 Weight final1 = fst1.Final(s1); 57 Weight final2 = fst2.Final(s2); 89 } else if (!ApproxEqual(arc1.weight, arc2.weight, delta)) { 93 << ", weight1 = " << arc1.weight 94 << ", weight2 = " << arc2.weight;
|
randequivalent.h | 48 typedef typename Arc::Weight Weight; 86 if (!(Weight::Properties() & kIdempotent) && 89 Weight sum1 = ShortestDistance(pfst1); 96 if (!(Weight::Properties() & kIdempotent) && 99 Weight sum2 = ShortestDistance(pfst2);
|
reverse.h | 34 // MutableFst. If A transduces string x to y with weight a, then the 36 // weight a.Reverse(). 41 // the input arc type except having the reversed Weight type. 45 typedef typename Arc::Weight Weight; 46 typedef typename RevArc::Weight RevWeight; 67 Weight final = ifst.Final(is); 68 if (final != Weight::Zero()) { 77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
|
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...] |
rmfinalepsilon.h | 39 typedef typename A::Weight Weight; 54 if (fst->Final(s) != Weight::Zero()) { 69 // Move the final weight. Complexity O(E) 73 Weight w(fst->Final(s)); 82 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
|
statesort.h | 41 typedef typename Arc::Weight Weight; 66 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
|
verify.h | 34 typedef typename Arc::Weight Weight; 85 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) { 86 LOG(ERROR) << "Verify: Fst weight of arc at position " 102 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";
|
closure.h | 35 // MutableFst input. If FST transduces string x to y with weight a, 36 // then the closure transduces x to y with weight a, xx to yy with 37 // weight Times(a, a), xxx to yyy with with Times(Times(a, a), a), 39 // transduced to itself with weight Weight::One() as well. 49 typedef typename Arc::Weight Weight; 57 Weight final = fst->Final(s); 58 if (final != Weight::Zero()) 65 fst->SetFinal(nstart, Weight::One()) [all...] |
difference.h | 68 typedef typename A::Weight Weight;
|
intersect.h | 67 typedef typename A::Weight Weight;
|
map.h | 57 typedef typename B::Weight Weight;
|
weight.h | 0 // weight.h 19 // General weight set and associated semiring operation definitions. 31 // A Weight class must have binary functions =Plus= and =Times= and 35 // In addition, the following should be defined for a Weight: 39 // >>: reads textual representation of a weight. 40 // <<: prints textual representation of a weight. 41 // Read(istream &strm): reads binary representation of a weight. 42 // Write(ostream &strm): writes binary representation of a weight. 43 // Hash: maps weight to size_t. 54 // ReverseWeight: the type of the corresponding reverse weight [all...] |