HomeSort by relevance Sort by last modified time
    Searched refs:weight (Results 226 - 250 of 536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
view-source.css 134 font-weight: bold;
html.css 152 font-weight: bold
192 font-weight: bold
202 font-weight: bold
211 font-weight: bold
221 font-weight: bold
231 font-weight: bold
286 font-weight: bold
611 font-weight: bolder;
615 font-weight: normal;
756 font-weight: bolde
    [all...]
mediaControlsChromium.css 117 font-weight: bold;
146 font-weight: bold;
mediaControlsQt.css 121 font-weight: bold;
139 font-weight: bold;
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 127 FontWeight weight() const { return m_fontDescription.weight(); } function in class:WebCore::Font
FontCache.cpp 59 FontPlatformDataCacheKey(const AtomicString& family = AtomicString(), unsigned size = 0, unsigned weight = 0, bool italic = false,
63 , m_weight(weight)
188 FontPlatformDataCacheKey key(familyName, fontDescription.computedPixelSize(), fontDescription.weight(), fontDescription.italic(),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 306 * {@link Comparator} to sort by {@link DataKind#weight}.
311 return object1.weight - object2.weight;
317 * {@link DataKind#weight}.
  /external/iproute2/tc/
q_cbq.c 31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
310 } else if (matches(*argv, "weight") == 0) {
312 if (get_size(&wrr.weight, *argv)) {
313 explain1("weight");
390 if (wrr.weight == 0)
391 wrr.weight = (wrr.priority == TC_CBQ_MAXPRIO) ? 1 : r.rate;
519 if (wrr->weight != 1) {
520 print_rate(buf, sizeof(buf), wrr->weight);
521 fprintf(f, "weight %s ", buf);
  /external/openfst/src/include/fst/
rmepsilon.h 38 #include <fst/factor-weight.h>
53 typedef typename Arc::Weight Weight;
56 Weight weight_threshold; // Pruning weight threshold.
60 Weight w = Weight::Zero(),
75 typedef typename Arc::Weight Weight;
78 vector<Weight> *distance
    [all...]
state-map.h 56 // // Specifies state's final weight in result
57 // B::Weight Final(B::StateId s) const;
92 typedef typename A::Weight Weight;
132 typedef typename A::Weight Weight;
205 typedef typename B::Weight Weight;
245 Weight Final(StateId s) {
334 typedef typename B::Weight Weight
    [all...]
expectation-weight.h 36 #include <fst/pair-weight.h>
41 // X1 is usually a probability weight like LogWeight
shortest-path.h 43 typedef typename Arc::Weight Weight;
53 Weight weight_threshold; // pruning weight threshold.
58 bool fp = false, Weight w = Weight::Zero(),
72 // The shortest path is the lowest weight path w.r.t. the natural
80 vector<typename Arc::Weight> *distance,
83 typedef typename Arc::Weight Weight;
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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...]
shortest-path.h 55 // The shortest path is the lowest weight path w.r.t. the natural
63 vector<typename Arc::Weight> *distance,
66 typedef typename Arc::Weight Weight;
75 vector<Weight> rdistance;
82 Weight f_distance = Weight::Zero();
90 if ((Weight::Properties() & (kPath | kRightSemiring))
92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path"
93 << " property and be right distributive: " << Weight::Type()
    [all...]
rmepsilon.h 31 #include "fst/lib/factor-weight.h"
60 typedef typename Arc::Weight Weight;
63 vector<Weight> *distance,
68 // Compute arcs and final weight for state 's'
74 // Returns final weight of expanded state.
75 const Weight &Final() const { return final_; }
117 vector<Weight> *distance_;
130 Weight final_; // Final weight of state being expande
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 121 float weight = 10f; local
137 mVX += weight * dx / dt;
138 mVY += weight * dy / dt;
139 totalweight += weight;
140 weight *= DECAY;
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 81 * When views do not overlap weight behaves as it does in a LinearLayout.</p>
83 * <p>When views do overlap, weight on a slideable pane indicates that the pane should be
84 * sized to fill all available space in the closed state. Weight on a pane that becomes covered
483 // Weight will incur a second pass.
493 if (lp.weight > 0) {
494 weightSum += lp.weight;
496 // If we have no width, weight is the only contributor to the final size.
497 // Measure this view on the weight pass only.
537 // Resolve weight and make sure non-sliding panels are smaller than the full screen.
554 final boolean skippedFirstPass = lp.width == 0 && lp.weight > 0
1250 public float weight = 0; field in class:SlidingPaneLayout.LayoutParams
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 345 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
354 * Specifies the maximum weight of entries the cache may contain. Weight is determined using the
363 * <p>When {@code weight} is zero, elements will be evicted immediately after being loaded into
367 * @param weight the maximum weight the cache may contain
372 public CacheBuilder<K, V> maximumWeight(long weight) {
373 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
377 this.maximumWeight = weight;
378 checkArgument(weight >= 0, "maximum weight must not be negative")
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 59 int weight; member in struct:MyCvHidHaarFeature::__anon12370
304 if( fabs(feature->rect[2].weight) < DBL_EPSILON ||
360 ipp_weights[k] = classifier->haar_feature->rect[l].weight*ipp_weight_scale;
413 double sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight;
414 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight;
417 sum += calc_sum(node->feature.rect[2],p_offset) * node->feature.rect[2].weight;
563 int sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight;
564 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight;
575 int sum = calc_sum(node->feature.rect[0],p_offset) * node->feature.rect[0].weight;
576 sum += calc_sum(node->feature.rect[1],p_offset) * node->feature.rect[1].weight;
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 377 uint32_t weight = m_pMatrix->at(pNode.getIndex(), node_to.getIndex()); local
378 if (weight > 0) {
380 pEdges.push_back(FGEdge(pNode, node_to, weight));
  /external/freetype/src/cff/
cfftypes.h 112 FT_UInt weight; member in struct:CFF_FontRecDictRec_
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 151 // Returns the weight of this edge. Used to decode path numbers to
155 // Sets the weight of the edge. Used during path numbering.
156 void setWeight(unsigned weight);
181 // Edge weight cooresponding to path number increments before removing
294 // The weight on each edge is the increment required along any path that
  /external/opencv/cv/include/
cvtypes.h 333 float weight; member in struct:CvHaarFeature::__anon12356
  /external/openfst/src/include/fst/script/
map.h 22 #include <fst/script/weight-class.h>
60 typename Arc::Weight w = *(args->args.arg4.GetWeight<typename Arc::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...]

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>