HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 126 - 150 of 461) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebKitTools/QueueStatusServer/stylesheets/
dashboard.css 18 font-weight: bold;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
l-ipo.h 28 /* The macro to test if the compilation is in light weight IPO mode.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/misc/
HashCode.java 36 * float weight;
50 * hashCode = HashCode.combine(hashCode, weight);
58 * return new HashCode().append(id).append(name).append(weight).hashCode();
  /external/speex/libspeex/
quant_lsp_bfin.h 108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 34 typedef typename Arc::Weight Weight;
130 if (fst_->Final(s) != Weight::Zero())
product-weight.h 1 // product-weight.h
17 // Product weight set and associated semiring operation definitions.
22 #include "fst/lib/weight.h"
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.
invert.h 32 return A(arc.olabel, arc.ilabel, arc.weight, arc.nextstate);
  /external/webkit/WebCore/css/
wml.css 197 font-weight: bolder;
201 font-weight: normal;
211 font-weight: bolder
  /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/opencore/codecs_v2/audio/aac/dec/src/
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...]
  /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/icu4c/tools/gennames/
gennames.c 238 int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */ member in struct:__anon2444
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/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 352 int weight; member in struct:__anon1273
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/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/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/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>
  /external/bzip2/
bzip.css 19 dt { color: #336699; font-weight: bold }
  /external/guava/src/com/google/common/io/
AppendableWriter.java 54 // than wrapping cbuf in a light-weight CharSequence.
  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 28 // A light-weight assembler for the Irregexp byte code.
usage-analyzer.cc 37 // Weight boundaries
58 UsageComputer(int weight, bool is_write);
348 UsageComputer::UsageComputer(int weight, bool is_write) {
349 weight_ = weight;
  /external/webkit/WebCore/svg/
svgattrs.in 76 font-weight

Completed in 94 milliseconds

1 2 3 4 56 7 8 91011>>