/external/libvpx/examples/includes/geshi/geshi/ |
oracle11.php | 567 1 => 'color: #993333; font-weight: bold; text-transform: uppercase;' 573 0 => 'color: #000099; font-weight: bold;'
|
oracle8.php | 448 1 => 'color: #993333; font-weight: bold; text-transform: uppercase;' 455 0 => 'color: #000099; font-weight: bold;'
|
tcl.php | 134 1 => 'color: #ff7700;font-weight:bold;', // Reserved 145 0 => 'color: #000099; font-weight: bold;'
|
css.php | 78 'font-weight', 'font', 'line-height', 'letter-spacing', 147 1 => 'color: #000000; font-weight: bold;', 156 0 => 'color: #000099; font-weight: bold;'
|
/external/skia/include/core/ |
SkBuffer.h | 24 Light weight class for reading data from a memory block. 91 Light weight class for writing data to a memory block.
|
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 124 * @param weight value to associate with word when adding to grammar; use to determine cost when parsing 131 const LCHAR* pronunciation, int weight, const LCHAR* tag); 147 * @param weight value to associate with nametag when adding to grammar; use to determine cost when parsing 154 const SR_Nametag* nametag, int weight, const LCHAR* tag); 330 * @param weight value to associate with word when adding to grammar; use to determine cost when parsing 339 int weight, const LCHAR* tag); 354 * @param weight value to associate with nametag when adding to grammar; use to determine cost when parsing 361 const struct SR_Nametag_t* nametag, int weight, const LCHAR* tag);
|
SR_GrammarImpl.h | 144 int weight, const LCHAR* tag); 153 const SR_Nametag* nametag, int weight,
|
/frameworks/base/docs/html/guide/webapps/ |
best-practices.jd | 6 font-weight:bold; 9 font-weight:normal;
|
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 471 <h4>778432 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 474 <h4>890937 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span></h4> 477 <h4>894618 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span></h4> 480 <h4>896274 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 483 <h4>899949 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span></h4> 486 <h4>901122 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 489 <h4>905242 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 492 <h4>905852 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 495 <h4>912168 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m5-rc14">m5</a></span></h4> 498 <h4>912619 - <span style="font-weight: normal; font-size: 13px; font-style: italic">Resolved in <a href="#m3-rc37a">m3-rc37a</a></span>< (…) [all...] |
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 37 .B [ weight 38 weight 296 weight weight 307 renormalized class weight described above.
|
tc-cbq.8 | 39 .B [ weight 40 weight 208 weight weight 219 renormalized class weight described above. Silently capped at a minimum of
|
/external/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 59 font-weight: normal; 68 font-weight: normal; 307 <tr><th>Default Styles</th><td><input type="text" name="default-styles" value="font-weight:normal;background:transparent;color:#000; padding-left: 5px;" /></td></tr> 309 <tr><th>Keywords II (null, true, false etc)</th><td><input type="text" name="keywords-2" value="color: #000; font-weight: bold;" /></td></tr> 314 <tr><th>Escaped Characters (\n, \t etc)</th><td><input type="text" name="escaped-chars" value="color: #000033; font-weight: bold;" /></td></tr>
|
langcheck.php | 27 echo "<span style=\"color: #F00; font-weight: bold;\">Failed</span><br />"; 33 echo "<span style=\"color: #080; font-weight: bold;\">NOTICE:</span>"; 36 echo "<span style=\"color: #CC0; font-weight: bold;\">WARNING:</span>"; 39 echo "<span style=\"color: #F00; font-weight: bold;\">ERROR:</span>"; 46 echo "<span style=\"color: #080; font-weight: bold;\">OK</span><br />"; 85 font-weight: normal; 91 font-weight: normal; [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 65 font-weight:bold; 294 font-weight: bold; 329 font-weight: bold; 570 font-weight: bold; 700 font-weight : bold; 1075 font-weight:bold; 1115 font-weight:bold; 1119 font-weight:bold; 1174 font-weight:bold; 1207 font-weight:bold [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
wbnf.cpp | 437 // Every number has different chance (aka weight) to be selected. 463 void append(int weight){ 464 weights.append(weight); 465 total += weight; 468 // Give a random number with the consideration of weight. 469 // Every random number is associated with a weight. 471 // larger weight has more chance to be selected. 768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){ 770 wr.append(weight); 959 UBool weight(int & value) function in class:Parser [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 437 // Every number has different chance (aka weight) to be selected. 463 void append(int weight){ 464 weights.append(weight); 465 total += weight; 468 // Give a random number with the consideration of weight. 469 // Every random number is associated with a weight. 471 // larger weight has more chance to be selected. 768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){ 770 wr.append(weight); 959 UBool weight(int & value) function in class:Parser [all...] |
/external/svox/pico/lib/ |
picodata.c | 723 const picoos_uint16 * weight, /* integer weights */ 736 weighted_sum += inout[i] * weight[i]; 749 /* input[i] * fact * weight[i] is the additive modification in PICODATA_PRECISION */ 751 rest += fact * inout[i] * weight[i]; 769 const picoos_uint16 * weight, /* integer weights */ 808 if (NULL == weight) { 811 transDurWeighted(frame_duration_exp,array_length,inout,weight,inputdur,targetdur,dur_rest); [all...] |
/frameworks/base/core/java/android/speech/srec/ |
Recognizer.java | 202 * @param weight weight to give the word. One is normal, 50 is low. 205 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { 206 SR_GrammarAddWordToSlot(mGrammar, slot, word, pron, weight, tag); 626 String ruleName, int weight); 665 String word, String pronunciation, int weight, String tag); 668 // const struct SR_Nametag_t* nametag, int weight, String tag);
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 356 * Grammar weight. 358 unsigned int weight; member in struct:GrammarBag_t 428 unsigned int weight);
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/ |
buildbot.css | 8 font-weight: bold; 153 font-weight: normal; 161 font-weight: normal;
|
/sdk/traceview/src/com/android/traceview/ |
MethodData.java | 94 public double addWeight(int x, int y, double weight) { 96 mWeight += weight; 100 mWeight = weight;
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 284 __u32 weight; member in struct:tc_cbq_wrropt
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
Focus2ActivityTest.java | 35 * are heavier weight functional tests available for end to end testing of your
|
/device/samsung/crespo/alsa-lib/src/control/ |
control_local.h | 72 int compare_weight; /* compare weight (reversed) */
|
/external/dbus/doc/ |
introspect.xsl | 38 .type { font-weight: bold }
|