OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weight
(Results
51 - 75
of
643
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iproute2/examples/
cbqinit.eth1
30
#
weight
, which is set to be proportional to
31
# "rate". It is not necessary,
weight
=1 will work as well.
36
$BANDWIDTH rate 4Mbit allot 1514
weight
500Kbit \
48
$BANDWIDTH rate 1Mbit allot 1514
weight
100Kbit \
56
$BANDWIDTH rate 100Kbit allot 1514
weight
10Mbit \
74
rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000
weight
10Kbit \
/external/libvpx/examples/includes/geshi/geshi/
make.php
86
1 => 'color: #666622; font-
weight
: bold;',
88
//3 => 'color: #000000; font-
weight
: bold;'
92
2 => 'color: #000099; font-
weight
: bold;',
96
0 => 'color: #000099; font-
weight
: bold;'
111
0 => 'color: #000088; font-
weight
: bold;',
112
1 => 'color: #0000CC; font-
weight
: bold;',
typoscript.php
159
2 => 'font-
weight
: bold;',
160
3 => 'color: #990000; font-
weight
: bold;',
161
4 => 'color: #990000; font-
weight
: bold;',
162
5 => 'color: #990000; font-
weight
: bold;',
163
6 => 'color: #990000; font-
weight
: bold;',
164
7 => 'color: #990000; font-
weight
: bold;',
165
8 => 'font-
weight
: bold;',
166
9 => 'color: #990000; font-
weight
: bold;',
180
1 => 'color: #0000e0; font-
weight
: bold;',
181
2 => 'color: #0000e0; font-
weight
: bold;
[
all
...]
email.php
78
1 => 'color: #0000FF; font-
weight
: bold;',
79
2 => 'color: #000000; font-
weight
: bold;',
80
3 => 'color: #800000; font-
weight
: bold;',
81
4 => 'font-
weight
: bold;',
86
0 => 'color: #000099; font-
weight
: bold;'
106
1 => 'color: #000000; font-
weight
: bold;',
109
4 => 'color: #0000FF; font-
weight
: bold;',
110
5 => 'font-
weight
: bold;',
modula3.php
82
1 => 'color: #000000; font-
weight
: bold;',
83
2 => 'color: #000000; font-
weight
: bold;',
85
4 => 'color: #000066; font-
weight
: bold;'
91
0 => 'color: #000099; font-
weight
: bold;',
92
'HARD' => 'color: #000099; font-
weight
: bold;'
/external/srec/tools/thirdparty/OpenFst/fst/lib/
rmfinalepsilon.h
33
typedef typename A::
Weight
Weight
;
48
if (fst->Final(s) !=
Weight
::Zero()) {
63
// Move the final
weight
. Complexity O(E)
67
Weight
w(fst->Final(s));
76
w = Plus(Times(fst->Final(arc.nextstate), arc.
weight
), w);
statesort.h
36
typedef typename Arc::
Weight
Weight
;
57
Weight
final1 = fst->Final(s1), final2 =
Weight
::Zero();
equivalent.h
48
typedef typename Arc::
Weight
Weight
;
77
false : (fa.Final(UnMapState(s)) !=
Weight
::Zero());
114
typedef typename Arc::
Weight
Weight
;
194
if (arc.
weight
!=
Weight
::Zero()) { // Zero-
weight
arcs
206
if (arc.
weight
!=
Weight
::Zero()) { // Zero-weight arc
[
all
...]
arcsum.h
23
#include "fst/lib/
weight
.h"
55
// weights using
Weight
:::Plus().
84
current_arc.
weight
= Plus(current_arc.
weight
, arcs[i].
weight
);
/external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h
86
static inline QFont::
Weight
toQFontWeight(FontWeight fontWeight)
91
return QFont::Light; // QFont::Light ==
Weight
of 25
93
return QFont::DemiBold; // QFont::DemiBold ==
Weight
of 63
96
return QFont::Bold; // QFont::Bold ==
Weight
of 75
98
return QFont::Black; // QFont::Black ==
Weight
of 87
103
return QFont::Normal; // QFont::Normal ==
Weight
of 50
/external/chromium/third_party/icu/source/i18n/
ucol_wgt.h
38
* @param lowerLimit A collation element
weight
; the ranges will be filled to cover
40
* @param upperLimit A collation element
weight
; the ranges will be filled to cover
63
* @return The next
weight
in the ranges, or 0xffffffff if there is none left.
/external/expat/doc/
style.css
34
font-
weight
: bold;
74
font-
weight
: bold;
84
font-
weight
: bold;
/external/icu4c/i18n/
ucol_wgt.h
38
* @param lowerLimit A collation element
weight
; the ranges will be filled to cover
40
* @param upperLimit A collation element
weight
; the ranges will be filled to cover
63
* @return The next
weight
in the ranges, or 0xffffffff if there is none left.
/external/webkit/WebCore/css/
FontValue.cpp
31
// font variant
weight
size / line-height family
42
if (
weight
) {
45
result +=
weight
->cssText();
/external/libvpx/examples/includes/geshi/docs/api/media/
banner.css
24
font-
weight
: bold;
/external/v8/src/
variables.cc
46
void UseCount::RecordRead(int
weight
) {
47
ASSERT(
weight
> 0);
48
nreads_ +=
weight
;
57
void UseCount::RecordWrite(int
weight
) {
58
ASSERT(
weight
> 0);
59
nwrites_ +=
weight
;
68
void UseCount::RecordAccess(int
weight
) {
69
RecordRead(
weight
);
70
RecordWrite(
weight
);
/external/webkit/WebCore/platform/graphics/
FontDescription.cpp
37
// FIXME: Should actually return the CSS
weight
corresponding to next lightest
38
//
weight
of the currently used font family.
67
// FIXME: Should actually return the CSS
weight
corresponding to next heaviest
68
//
weight
of the currently used font family.
/sdk/layoutopt/libs/uix/src/resources/rules/
UseCompoundDrawables.rule
9
// - The ImageView does not have a
weight
/external/bzip2/
huffman.c
37
while (
weight
[tmp] <
weight
[heap[zz >> 1]]) { \
52
weight
[heap[yy+1]] <
weight
[heap[yy]]) \
54
if (
weight
[tmp] <
weight
[heap[yy]]) break; \
76
Int32
weight
[ BZ_MAX_ALPHA_SIZE * 2 ];
local
80
weight
[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88
weight
[0] = 0;
105
weight
[nNodes] = ADDWEIGHTS(weight[n1], weight[n2])
[
all
...]
/external/webkit/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp
57
static wxFontWeight fontWeightToWxFontWeight(FontWeight
weight
)
59
if (
weight
>= FontWeight600)
62
if (
weight
<= FontWeight300)
87
fontWeightToWxFontWeight(desc.
weight
()),
96
fontWeightToWxFontWeight(desc.
weight
()),
/frameworks/base/docs/html/sdk/api_diff/3/
stylesheet-jdiff.css
8
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-
weight
:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10
td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11
td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12
td.diffspec {background-color:white;border:0px;font-size:80%;font-
weight
:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42
font-size: 1.5em;font-
weight
:9;
/frameworks/base/docs/html/sdk/api_diff/4/
stylesheet-jdiff.css
8
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-
weight
:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10
td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11
td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12
td.diffspec {background-color:white;border:0px;font-size:80%;font-
weight
:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42
font-size: 1.5em;font-
weight
:9;
/frameworks/base/docs/html/sdk/api_diff/5/
stylesheet-jdiff.css
8
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-
weight
:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10
td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11
td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12
td.diffspec {background-color:white;border:0px;font-size:80%;font-
weight
:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42
font-size: 1.5em;font-
weight
:9;
/frameworks/base/docs/html/sdk/api_diff/6/
stylesheet-jdiff.css
8
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-
weight
:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10
td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11
td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12
td.diffspec {background-color:white;border:0px;font-size:80%;font-
weight
:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42
font-size: 1.5em;font-
weight
:9;
/frameworks/base/docs/html/sdk/api_diff/7/
stylesheet-jdiff.css
8
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-
weight
:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
10
td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11
td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-
weight
:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
12
td.diffspec {background-color:white;border:0px;font-size:80%;font-
weight
:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
42
font-size: 1.5em;font-
weight
:9;
Completed in 530 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>