HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 201 - 225 of 643) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/css/
wml.css 197 font-weight: bolder;
201 font-weight: normal;
211 font-weight: bolder
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 48 /** Package of current heavy-weight app. */
50 /** Task that current heavy-weight activity is running in. */
52 /** Package of newly requested heavy-weight app. */
  /external/libvpx/examples/includes/geshi/contrib/
example.php 77 $geshi->set_line_style('color: #003030;', 'font-weight: bold; color: #006060;', true);
89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
126 font-weight: normal;
132 font-weight: normal;
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 254 font-weight: bold;
288 font-weight: bold;
569 font-weight : bold;
944 font-weight:bold;
984 font-weight:bold;
988 font-weight:bold;
1043 font-weight:bold;
1076 font-weight:bold;
1186 .kwd { color: #006; font-weight: bold; }
1188 .typ { color: #404; font-weight: bold;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
abap.php     [all...]
autoit.php     [all...]
actionscript3.php 408 1 => 'color: #0033ff; font-weight: bold;',
409 2 => 'color: #6699cc; font-weight: bold;',
410 3 => 'color: #339966; font-weight: bold;',
411 4 => 'color: #9900cc; font-weight: bold;',
431 0 => 'color: #000000; font-weight:bold;'
437 0 => 'color: #000000; font-weight: bold;'
csharp.php 184 2 => 'color: #FF8000; font-weight: bold;',
196 0 => 'color: #008080; font-weight: bold;',
197 'HARD' => 'color: #008080; font-weight: bold;'
gnuplot.php 248 0 => 'color: #000099; font-weight:bold;'
251 0 => 'color: #000099; font-weight:bold;'
262 0 => 'color: #000; font-weight: bold;'
perl.php 146 2 => 'color: #000000; font-weight: bold;',
158 0 => 'color: #000099; font-weight: bold;',
159 'HARD' => 'color: #000099; font-weight: bold;'
  /frameworks/base/media/libstagefright/codecs/aacdec/
long_term_prediction.cpp 30 Description: 1. Passed in "weight_index" instead of "weight".
31 2. Added weight table.
122 y(n) = weight * x(n - delay)
126 weight ----- LTP coefficient
167 weight = codebook[weight_index];
193 *pPredicted_samples = weight * (*pBuffer);
234 *pPredicted_samples = weight * (*pBuffer);
323 /* Purpose: Codebook for LTP weight coefficients. Stored in Q15 format */
383 UInt weight; local
403 weight = codebook[weight_index]
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 118 public double addWeight(int x, int y, double weight);
1366 double weight = computeWeight(recordStart, recordEnd, local
1380 double weight = computeWeight(recordStart, recordEnd, local
1437 double weight = rightEndPoint - leftEndPoint; local
    [all...]
  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 238 int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */ member in struct:__anon3229
668 /* sort the words in reverse order by weight */
674 while(wordCount>0 && words[wordCount-1].weight<1) {
698 (int)i, (long)words[wordNumber].weight,
708 * get their weight reduced by their count
713 words[i].weight-=words[i].count;
716 /* sort these words in reverse order by weight */
722 while(wordCount>0 && words[wordCount-1].weight<1) {
752 (long)words[0].weight,
769 (int)i, (long)words[wordNumber].weight,
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 253 int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */ member in struct:__anon4299
784 /* sort the words in reverse order by weight */
790 while(wordCount>0 && words[wordCount-1].weight<1) {
814 (int)i, (long)words[wordNumber].weight,
824 * get their weight reduced by their count
829 words[i].weight-=words[i].count;
832 /* sort these words in reverse order by weight */
838 while(wordCount>0 && words[wordCount-1].weight<1) {
868 (long)words[0].weight,
885 (int)i, (long)words[wordNumber].weight,
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 352 int weight; member in struct:__anon2104
419 int weight = GET_UINT32 (cache->buffer, list_offset + 4 + 12 * j + 8); local
427 mime_types[n].weight = weight;
454 int weight; local
500 weight = GET_UINT32 (cache->buffer, child_offset + 12 * i + 8);
503 mime_types[n].weight = weight;
549 return aa->weight - bb->weight;
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimecache.c 354 int weight; member in struct:__anon2460
421 int weight = GET_UINT32 (cache->buffer, list_offset + 4 + 12 * j + 8); local
429 mime_types[n].weight = weight;
456 int weight; local
502 weight = GET_UINT32 (cache->buffer, child_offset + 12 * i + 8);
505 mime_types[n].weight = weight;
551 return aa->weight - bb->weight;
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 466 winfont->lfWeight = toGDIFontWeight(fontDescription.weight());
486 LONG weight = logFont->lfWeight; local
487 traitsMask |= weight == FW_THIN ? FontWeight100Mask :
488 weight == FW_EXTRALIGHT ? FontWeight200Mask :
489 weight == FW_LIGHT ? FontWeight300Mask :
490 weight == FW_NORMAL ? FontWeight400Mask :
491 weight == FW_MEDIUM ? FontWeight500Mask :
492 weight == FW_SEMIBOLD ? FontWeight600Mask :
493 weight == FW_BOLD ? FontWeight700Mask :
494 weight == FW_EXTRABOLD ? FontWeight800Mask
    [all...]
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 223 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
225 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
228 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
230 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
  /external/icu4c/test/perf/perldriver/
Output.pm 223 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
225 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
228 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
230 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 121 typedef typename A::Weight Weight;
128 virtual Weight Final(StateId) const = 0; // State's final weight
398 typedef typename A::Weight Weight;
string-weight.h 1 // string-weight.h
17 // String weight set and associated semiring operation definitions.
24 #include "fst/lib/product-weight.h"
25 #include "fst/lib/weight.h"
505 // Product of string weight and an arbitray weight.
  /external/srec/srec/ca/
cnfd_scr.c 115 &params->scale[i], &params->offset[i], &params->weight[i])) {
170 confidence_feature_weighted = pow(confidence_feature,hConfidenceScorer->one_nbest.weight[i]);
180 confidence_value = confidence_value * pow(confidence_feature, hConfidenceScorer->many_nbest.weight[i]);
  /development/pdk/pndk/
Android_PNDK_README.html 286 font-weight: bold;
290 font-weight: normal;
373 font-weight: normal;
519 following:<span style="WORD-SPACING:0px; FONT-STYLE:normal; FONT-VARIANT:normal; FONT-WEIGHT:normal; font-size-adjust:none; font-stretch:normal; TEXT-TRANSFORM:none; COLOR:#000000; WHITE-SPACE:normal; LETTER-SPACING:normal; border-collapse:separate"><font size=2>
528 newer<span style="FONT-WEIGHT:normal; WORD-SPACING:0px; TEXT-TRANSFORM:none; COLOR:#000000; FONT-STYLE:normal; WHITE-SPACE:normal; LETTER-SPACING:normal; border-collapse:separate; FONT-VARIANT:normal"><font size=2>.&nbsp;</font></span>
535 <span style=FONT-FAMILY:arial><span style="FONT-WEIGHT:normal; WORD-SPACING:0px; TEXT-TRANSFORM:none; COLOR:#000000; FONT-STYLE:normal; WHITE-SPACE:normal; LETTER-SPACING:normal; border-collapse:separate; FONT-VARIANT:normal"><span style="FONT-FAMILY:courier new,monospace">$
561 instructions:<span style="FONT-WEIGHT:normal; WORD-SPACING:0px; TEXT-TRANSFORM:none; COLOR:#000000; FONT-STYLE:normal; WHITE-SPACE:normal; LETTER-SPACING:normal; border-collapse:separate; FONT-VARIANT:normal">&nbsp;&nbsp;&nbsp;</span>
569 <span style=FONT-FAMILY:arial><span style="FONT-WEIGHT:normal; WORD-SPACING:0px; TEXT-TRANSFORM:none; COLOR:#000000; FONT-STYLE:normal; WHITE-SPACE:normal; LETTER-SPACING:normal; border-collapse:separate; FONT-VARIANT:normal"><span style="FONT-FAMILY:courier new,monospace">$&nbsp;</span></span><span style="FONT-FAMILY:courier new,monospace">sudo
578 no&nbsp;reason&nbsp;why&nbsp;Android&nbsp;cannot&nbsp;be&nbsp;built&nbsp;on&nbsp;non-Ubuntu&nbsp;systems<span style=FONT-WEIGHT:normal><font size=2>.&nbsp;In&nbsp;general&nbsp;you&nbsp;will&nbsp;need:</font></span>
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
ac97.c 40 .weight = 1,

Completed in 925 milliseconds

1 2 3 4 5 6 7 891011>>