Searched refs:weight (Results 176 - 200 of 757) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp140 setPropertyFromString(document, descriptors.weight(), CSSPropertyFontWeight);
158 String FontFace::weight() const function in class:blink::FontFace
407 FontWeight weight = FontWeight400; local
415 weight = FontWeight700;
419 weight = FontWeight400;
422 weight = FontWeight900;
425 weight = FontWeight800;
428 weight = FontWeight600;
431 weight = FontWeight500;
434 weight
[all...]
H A DFontFace.idl52 [RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString weight;
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc81 // Checks whether layer "a" draws on top of layer "b". The weight value returned
88 float* weight) {
89 *weight = 0.f;
169 // weight of zero these layers will get priority if a graph cycle is present
172 *weight = 0.f;
174 *weight = std::abs(max_diff);
316 float weight = 0.f; local
320 &weight);
333 edges_.push_back(GraphEdge(start_node, end_node, weight));
343 edge.to->incoming_edge_weight += edge.weight;
85 CheckOverlap(LayerShape* a, LayerShape* b, float z_threshold, float* weight) argument
[all...]
/external/chromium_org/tools/profile_chrome/third_party/
H A Dperf_to_tracing.py103 # Sum up self samples weight, and children's total weights.
105 self.total_weight += s.weight
113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
118 self.weight = weight
127 ret['weight'] = self.weight # Sample weight
223 # If parent's sibling has same node name, has no children and small weight,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h30 #include "fst/lib/factor-weight.h"
85 // weight component, which defaults to the default common divisor.
214 Element(StateId s, Weight w) : state_id(s), weight(w) {}
217 Weight weight; // Residual weight member in struct:fst::DeterminizeFsaImpl::Element
256 final = Plus(final, Times(element.weight,
314 Times(src_element.weight, arc.weight));
329 arc.weight = Weight::Zero();
335 // Computes label weight
[all...]
H A Dfactor-weight.h1 // factor-weight.h
48 // A factor iterator takes as argument a weight w and returns a
154 Element(StateId s, Weight w) : state(s), weight(w) {}
157 Weight weight; // Residual weight member in struct:fst::FactorWeightFstImpl::Element
163 SetType("factor-weight");
191 ? e.weight
192 : (Weight) Times(e.weight, fst_->Final(e.state));
230 if (final_only_ && e.weight == Weight::One()) {
260 Weight w = Times(e.weight, ar
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.c203 u64 weight)
207 he_stat->weight += weight;
219 dest->weight += src->weight;
226 /* XXX need decay for weight too? */
344 u64 weight)
366 he_stat__add_period(&he->stat, period, weight);
410 u64 weight)
420 .weight
202 he_stat__add_period(struct he_stat *he_stat, u64 period, u64 weight) argument
340 add_hist_entry(struct hists *hists, struct hist_entry *entry, struct addr_location *al, u64 period, u64 weight) argument
405 __hists__add_mem_entry(struct hists *self, struct addr_location *al, struct symbol *sym_parent, struct mem_info *mi, u64 period, u64 weight) argument
435 __hists__add_branch_entry(struct hists *self, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, u64 period, u64 weight) argument
466 __hists__add_entry(struct hists *self, struct addr_location *al, struct symbol *sym_parent, u64 period, u64 weight) argument
[all...]
/external/opencv/cv/src/
H A Dcvemd.cpp111 float weight, max_cost; member in struct:CvEMDState
319 emd = (float) (total_cost / state.weight);
400 float weight = signature1[i * (dims + 1)]; local
402 if( weight > 0 )
404 s_sum += weight;
405 state->s[ssize] = weight;
409 else if( weight < 0 )
415 float weight = signature2[i * (dims + 1)]; local
417 if( weight > 0 )
419 d_sum += weight;
464 float weight = signature1[j]; local
471 float weight = signature2[j]; local
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css15 font-weight: bold;
25 font-weight: normal;
117 font-weight: normal;
135 font-weight: normal;
166 font-weight: bold;
227 font-weight: bold;
H A Dabout_version.css27 font-weight: bold;
H A Dcomponents.css50 font-weight: bold;
62 font-weight: bold;
93 font-weight: bold;
200 font-weight: bold;
H A Dcrashes.css18 font-weight: bold;
H A Dplugins.css50 font-weight: bold;
62 font-weight: bold;
88 font-weight: bold;
189 font-weight: bold;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DResourceWebSocketFrameView.js33 {id: "data", title: WebInspector.UIString("Data"), sortable: false, weight: 88, longText: true},
34 {id: "length", title: WebInspector.UIString("Length"), sortable: false, align: WebInspector.DataGrid.Align.Right, weight: 5},
35 {id: "time", title: WebInspector.UIString("Time"), weight: 7}
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dlfsr.c155 weight(uint32_t poly) { function
201 * weight distribution computes the weight distribution of the
238 /* increment weight */
276 /* compute weight, increment proper element */
277 A[weight(x)]++;
304 /* compute weight distribution */
307 /* print weight distribution */
317 /* compute weight distribution */
320 /* print weight distributio
[all...]
/external/opencv/cvaux/src/
H A Denmin.cpp82 // weight - weight of the edge ( maximum flow via the edge )
89 int weight;
233 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
245 ( ( Edge* )newEdgePtr ) -> weight +=
252 ( ( Edge* )tempEdgePtr ) -> weight = vFunc( alpha, beta );
266 ( ( Edge* )newEdgePtr ) -> weight +=
273 ( ( Edge* )tempEdgePtr ) -> weight = vFunc( alpha, beta );
288 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
300 ( ( Edge* )newEdgePtr ) -> weight
[all...]
/external/openfst/src/include/fst/
H A Dfactor-weight.h1 // factor-weight.h
68 // A factor iterator takes as argument a weight w and returns a
177 Element(StateId s, Weight w) : state(s), weight(w) {}
180 Weight weight; // Residual weight member in struct:fst::FactorWeightFstImpl::Element
235 ? e.weight
236 : (Weight) Times(e.weight, fst_->Final(e.state));
283 if (!(mode_ & kFactorArcWeights) && e.weight == Weight::One()) {
313 Weight w = Times(e.weight, arc.weight);
[all...]
/external/srtp/test/
H A Dlfsr.c120 weight(uint32_t poly) { function
166 * weight distribution computes the weight distribution of the
203 /* increment weight */
241 /* compute weight, increment proper element */
242 A[weight(x)]++;
269 /* compute weight distribution */
272 /* print weight distribution */
282 /* compute weight distribution */
285 /* print weight distributio
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dfullscreen.css77 font-weight: 600;
87 font-weight: 600;
148 font-weight: 700;
/external/ceres-solver/internal/ceres/
H A Dvisibility.cc146 const double weight = static_cast<double>(count) / local
149 graph->AddEdge(camera1, camera2, weight);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dsalsa.css23 font-weight: bold;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dincognito_and_guest_tab.css18 font-weight: normal;
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css8 font-weight: bold;
/external/chromium_org/chrome/browser/resources/signin_internals/
H A Dsignin_index.css20 font-weight: bold;
/external/chromium_org/content/browser/resources/gpu/
H A Dinfo_view.css31 font-weight: bold;

Completed in 647 milliseconds

1234567891011>>