HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 526 - 550 of 2039) sorted by null

<<21222324252627282930>>

  /external/skia/src/ports/
SkFontConfigParser_android.cpp 179 // 'weight' (non-negative integer) [default 0]
189 if (MEMEQ("weight", name, nameLen)) {
191 SK_FONTCONFIGPARSER_WARNING("'%s' is an invalid weight", value);
274 // 'weight' (non-negative integer) [optional]
275 // If it *does not* have a weight, 'name' is an alias for the entire 'to' family.
276 // If it *does* have a weight, 'name' is a new family consisting of
277 // the font(s) with 'weight' from the 'to' family.
281 int weight = 0;
291 } else if (MEMEQ("weight", name, nameLen)) {
292 if (!parse_non_negative_integer(value, &weight)) {
    [all...]
  /frameworks/base/docs/image_sources/preview/
m-preview-timeline.svg 82 style="color:#000000;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
86 style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#666666"
104 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Roboto;-inkscape-font-specification:Roboto Light"
117 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Roboto;-inkscape-font-specification:Roboto Light"
130 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Roboto;-inkscape-font-specification:Roboto Light"
143 style="color:#000000;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
147 style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#666666;fill-opacity:1"
159 style="color:#000000;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
163 style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#666666"
211 style="color:#000000;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specific (…)
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 306 /// \brief Unscaled probability weight.
308 /// Probability weight for an edge in the graph (including the
315 /// In addition to the raw weight amount, Weight stores the type of the edge
319 struct Weight {
324 Weight() : Type(Local), Amount(0) {}
325 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
329 /// \brief Distribution of unscaled probability weight.
331 /// Distribution of unscaled probability weight to a set of successors.
338 typedef SmallVector<Weight, 4> WeightList
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 231 LLVMValueRef weight; local
235 &coord0, &weight);
242 weight = lp_build_mul_imm(&bld->coord_bld, weight, 256);
243 *weight_i = lp_build_itrunc(&bld->coord_bld, weight);
283 LLVMValueRef weight; local
287 &coord0, &weight);
288 weight = lp_build_mul_imm(&bld->coord_bld, weight, 256);
289 *weight_i = lp_build_itrunc(&bld->coord_bld, weight);
    [all...]
lp_bld_sample_soa.c 226 * Helper to compute the first coord and the weight for
252 /* convert to int, compute lerp weight */
264 * \param weight_out returns linear interpolation weight
282 LLVMValueRef coord0, coord1, weight; local
290 /* convert to int, compute lerp weight */
291 lp_build_ifloor_fract(coord_bld, coord, &coord0, &weight);
301 &coord0, &weight);
321 /* convert to int, compute lerp weight */
322 lp_build_ifloor_fract(coord_bld, coord, &coord0, &weight);
341 /* convert to int, compute lerp weight */
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 102 protected interface Weight {
151 R.string.nameLabelsGroup, Weight.NONE, true));
181 R.string.nameLabelsGroup, Weight.NONE, true));
222 R.string.name_phonetic, Weight.NONE, true));
242 R.string.nicknameLabelsGroup, Weight.NICKNAME, true));
258 Weight.PHONE, true));
297 Weight.EMAIL, true));
317 R.string.postalLabelsGroup, Weight.STRUCTURED_POSTAL, true));
340 Weight.IM, true));
371 R.string.organizationLabelsGroup, Weight.ORGANIZATION, true))
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.css 1 #g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text-transform:none!important;word-spacing:0!important;z-index:2100!important;}#g-setup .head{font-weight:bold!important;text-align:center;border-bottom:1px solid #7cb267!important;}#g-setup ul{width:150p (…)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DifferentiableMultivariateVectorialOptimizer.java 97 * &sum;weight<sub>i</sub>(objective<sub>i</sub>-target<sub>i</sub>)<sup>2</sup>
101 * @param weights weight for the least squares cost computation
  /external/ceres-solver/internal/ceres/
graph_test.cc 71 // Try adding the vertex again with a new weight.
75 // The vertex weight is reset.
visibility_test.cc 126 << " weight: " << graph->EdgeWeight(i, j)
127 << " expected weight: " << edge_weight;
201 << " weight: " << graph->EdgeWeight(i, j)
202 << " expected weight: " << edge_weight;
  /external/fio/
cgroup.c 173 if (write_int_to_file(td, root, "blkio.weight",
175 "cgroup open weight"))
  /external/icu/icu4c/source/i18n/
tmunit.cpp 36 * Since TimeUnit is such a light weight object, comparing with the heavy weight
collationdatabuilder.h 116 * @param primary primary weight for 'start'
117 * @param step per-code point primary-weight increment
132 * @param primary primary weight for 'start'
133 * @param step per-code point primary-weight increment
  /external/lldb/www/
style.css 94 font-weight: normal;
143 font-weight: bold;
  /external/openfst/src/bin/
fstshortestpath.cc 27 DEFINE_string(weight, "", "Weight threshold");
  /external/openfst/src/include/fst/
map.h 57 typedef typename B::Weight Weight;
  /external/skia/gm/
beziereffects.cpp 302 SkScalar weight = rand.nextRangeF(0.f, 2.f); variable
328 int cnt = chop_conic(controlPts, dst, weight);
329 GrPathUtils::getConicKLM(controlPts, weight, klmEqs);
394 int split_conic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) {
398 dst[0].set(src, weight);
404 conic.set(src, weight);
414 int chop_conic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) {
416 int conicCnt = split_conic(src, dstTemp, weight);
  /external/skia/samplecode/
SampleHairCurves.cpp 88 SkScalar weight = randW.nextUScalar1() * 2.0f; local
93 weight);
  /external/skia/src/pathops/
SkPathOpsConic.cpp 109 SkScalar* weight) const {
111 *weight = chopped.fWeight;
  /frameworks/av/include/media/stagefright/
ClockEstimator.h 37 * Fit y = a * x + b, where each input has a weight
75 * weight is 1 under the main window, tapers exponentially by
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 72 jstring path, jint weight, jboolean isItalic) {
82 fontFamily->addFont(minikinFont, FontStyle(weight / 100, isItalic));
  /packages/apps/Camera2/src/com/android/camera/util/
Gusterpolator.java 78 float weight = difference / STEP_SIZE; local
80 return VALUES[position] + weight * (VALUES[position + 1] - VALUES[position]);
  /prebuilts/tools/common/proguard/proguard4.7/docs/
style.css 29 font-weight: normal;
150 font-weight: bold;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 52 // Test handling of LinearLayout "weight" attributes on its children: the child with
53 // weight > 0 should fill and subsequent children attach on the bottom/right
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css 47 font-weight: bold;

Completed in 3268 milliseconds

<<21222324252627282930>>