/frameworks/base/docs/html/training/basics/firstapp/ |
building-ui.jd | 21 <li><a href="#Weight">Make the Input Box Fill in the Screen Width</a></li> 317 {@link android.widget.LinearLayout} with the <em>weight</em> property, which 319 href="{@docRoot}reference/android/widget/LinearLayout.LayoutParams.html#weight">{@code 322 <p>The weight value is a number that specifies the amount of remaining space each view should 327 one view a weight of 2 and another one a weight of 1, the sum is 3, so the first view fills 2/3 of 328 the remaining space and the second view fills the rest. If you add a third view and give it a weight 329 of 1, then the first view (with weight of 2) now gets 1/2 the remaining space, while the remaining 332 <p>The default weight for all views is 0, so if you specify any weight valu [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 79 font-weight: bold; 113 font-weight:bold; 164 font-weight:normal; 305 font-weight:normal; 343 font-weight:normal; 361 font-weight:normal; 370 font-weight:bold; 464 font-weight:normal; 489 font-weight:bold; 539 font-weight:bold [all...] |
/external/opencv/cv/src/ |
cvemd.cpp | 111 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/iproute2/examples/ |
cbq.init-v0.7.3 | 208 # DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory 215 # <weight> is tuning parameter that should be proportional to 216 # <bandwidth>. As a rule of thumb: <weight> = <bandwidth> / 10 219 # <bandwidth> [and <weight>] only once, therefore in other files you only 232 # WEIGHT=<speed> mandatory 233 # WEIGHT=500Kbit 236 # of thumb, use WEIGHT ~= RATE / 10. 407 # TIME=[<dow>,<dow>, ...,<dow>/]<from>-<till>;<rate>/<weight>[/<peak>] 414 # the times overlap, last match is taken. The fields <rate>, <weight> 415 # and <peak> correspond to parameters RATE, WEIGHT and PEAK (whic [all...] |
/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/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 129 // their weight. 132 return LHS->weight > RHS->weight; 160 li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI); 178 /// to a sorted (by weight) list. 210 // Sort them by weight. 292 SlotWeights[NewSS] += li->weight; 301 li->weight = SlotWeights[SS]; 303 // Sort them by new weight.
|
RegAllocBasic.cpp | 50 return A->weight < B->weight; 57 /// algorithm. It prioritizes live virtual registers by spill weight and spills 180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) 245 // Try to spill another interfering reg with less spill weight.
|
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 48 typedef typename Arc::Weight Weight; 62 loop_.weight = Weight::One(); 284 typedef typename Arc::Weight Weight; 377 void FilterFinal(Weight *w1, Weight *w2) const { 379 *w1 = Weight::Zero();
|
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 27 font-weight: 400; } 38 font-weight: 100; 107 font-weight: 500; } 247 font-weight: 500; 256 font-weight: 500; 295 font-weight: 500; 387 font-weight: 500; 410 font-weight: 500; } 414 font-weight: 500; 483 font-weight: 500; [all...] |
/external/deqp/framework/referencerenderer/ |
rrRenderer.cpp | 266 ClipFloat weight[3]; //!< barycentrics member in struct:rr::__anon7437::cliputil::TriangleVertex 301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist); 302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist); 303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist) [all...] |
/build/tools/droiddoc/templates-ndk/assets/ |
android-developer-docs.css | 255 font-weight: bold; 289 font-weight: bold; 570 font-weight : bold; 946 font-weight:bold; 986 font-weight:bold; 990 font-weight:bold; 1045 font-weight:bold; 1078 font-weight:bold; 1189 .kwd { color: #006; font-weight: bold; } 1191 .typ { color: #404; font-weight: bold; [all...] |
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 255 font-weight: bold; 289 font-weight: bold; 570 font-weight : bold; 946 font-weight:bold; 986 font-weight:bold; 990 font-weight:bold; 1045 font-weight:bold; 1078 font-weight:bold; 1189 .kwd { color: #006; font-weight: bold; } 1191 .typ { color: #404; font-weight: bold; [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 255 font-weight: bold; 289 font-weight: bold; 570 font-weight : bold; 946 font-weight:bold; 986 font-weight:bold; 990 font-weight:bold; 1045 font-weight:bold; 1078 font-weight:bold; 1189 .kwd { color: #006; font-weight: bold; } 1191 .typ { color: #404; font-weight: bold; [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/ |
android-developer-docs.css | 255 font-weight: bold; 289 font-weight: bold; 570 font-weight : bold; 946 font-weight:bold; 986 font-weight:bold; 990 font-weight:bold; 1045 font-weight:bold; 1078 font-weight:bold; 1189 .kwd { color: #006; font-weight: bold; } 1191 .typ { color: #404; font-weight: bold; [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 78 font-weight: bold; 113 font-weight:bold; 164 font-weight:normal; 302 font-weight:normal; 340 font-weight:normal; 359 font-weight:normal; 368 font-weight:bold; 480 font-weight:normal; 505 font-weight:bold; 563 font-weight:bold [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 78 font-weight: bold; 113 font-weight:bold; 164 font-weight:normal; 302 font-weight:normal; 340 font-weight:normal; 359 font-weight:normal; 368 font-weight:bold; 480 font-weight:normal; 505 font-weight:bold; 563 font-weight:bold [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
BoneTrack.java | 185 * @param weight the weight of the animation 190 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) { 246 if (weight != 1f) { 247 target.blendAnimTransforms(tempV, tempQ, scales != null ? tempS : null, weight); 331 public void setTime(float time, float weight, AnimControl control, AnimChannel channel) {
|
/external/libhevc/common/ |
ihevc_weighted_pred.c | 78 * weight to be multiplied to the source 161 * weight to be multiplied to the source 258 * weight to be multiplied to source 1 264 * weight to be multiplied to source 2 359 * weight to be multiplied to source 1 365 * weight to be multiplied to source 2
|
/external/openfst/src/include/fst/ |
signed-log-weight.h | 26 #include <fst/float-weight.h> 27 #include <fst/pair-weight.h> 215 // Single-precision signed-log weight 217 // Double-precision signed-log weight 221 // WEIGHT CONVERTER SPECIALIZATIONS. 227 FSTERROR() << "WeightConvert: can't convert weight from \""
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
StylingPolicyTest.java | 42 assertSanitizedCss(null, "/* props: disabled; font-weight: bold */"); 76 "font-weight:bold", "font-weight: bold"); 82 "font-weight:800", "font-weight: 800"); 84 null, "font-weight: expression(alert(1337))");
|
/external/pdfium/third_party/freetype/src/type1/ |
t1objs.c | 239 FT_FREE( info->weight ); 440 if ( info->weight ) 441 root->style_name = info->weight; 451 if ( info->weight ) 453 if ( !ft_strcmp( info->weight, "Bold" ) || 454 !ft_strcmp( info->weight, "Black" ) )
|
/external/skia/src/pathops/ |
SkOpSegment.h | 49 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { 50 init(pts, weight, parent, SkPath::kConic_Verb); 52 curve.fConic.set(pts, weight); 53 curve.setConicBounds(pts, weight, 0, 1, &fBounds); 195 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb); 371 SkScalar weight() const { function in class:SkOpSegment
|
/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 265 fontFamily.addFontWeightStyle(font.fontName, font.weight, font.isItalic); 315 int weight = alias.weight; local 316 if (weight != 400) { 317 newFace = new Typeface(nativeCreateWeightAlias(base.native_instance, weight)); 389 private static native long nativeCreateWeightAlias(long native_instance, int weight);
|
/external/skia/src/utils/ |
SkTextureCompressor_ASTC.cpp | 15 // This table contains the weight values for each texel. This is used in determining 19 // weight, texel-x, texel-y 20 // The weight value corresponds to the amount that this index contributes to the final 26 // total-weight = 0; 29 // weight = table[i][w*3]; 32 // if weight >= 0: 33 // total-weight += weight; 34 // total-alpha += weight * alphas[texel-x][texel-y]; 36 // total-alpha /= total-weight; 193 const int8_t weight = k6x5To12x12Table[idx][w*3]; local [all...] |
/external/opencv/cvaux/src/ |
cvhmm1d.cpp | 241 2/*for weight and log_var_val*/ ) * sizeof( float) ); 250 all_states[i].weight = pointers; pointers += num_mix[i]; 481 // weight - pointer to the wights of the Gaussian mixture 491 int vect_size, float* weight, int num_mix ) 506 if ( weight[m] > 0.0) 513 prob = prob + weight[m]*exp((double)l_prob); 740 /* 3a. first mixture - simply scale by weight */ 746 mp[l] *= state[l].weight[0]; 761 mp[l + ofs] += mp[l] * state[l].weight[m]; 805 state[m].log_var_val, vect_size, state[m].weight, [all...] |