HomeSort by relevance Sort by last modified time
    Searched refs:WEIGHT (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 135 WEIGHT = 353,
243 #define WEIGHT 353
program_parse.tab.c 320 WEIGHT = 353,
428 #define WEIGHT 353
    [all...]
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 219 /** The WEIGHT text attribute. */
220 public static final TextAttribute WEIGHT = new TextAttribute("weight");
224 * predefined weight.
229 * The Constant WEIGHT_LIGHT indicates the standard light weight.
234 * The Constant WEIGHT_DEMILIGHT indicates an intermediate weight
240 * The Constant WEIGHT_REGULAR indicates the standart weight.
245 * The Constant WEIGHT_SEMIBOLD indicates a semi weight
250 /** The Constant WEIGHT_MEDIUM indicates average weight
255 * a lighter weight than BOLD. *
    [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/chromium_org/third_party/libyuv/util/
ssim.cc 54 #define PWEIGHT(A, B) static_cast<uint16>(K[(A)] * K[(B)]) // weight product
99 // Note: worst case of accumulation is a weight of 33 = 11 + 2 * (7 + 3 + 1)
146 // Symmetric Kernel will have same weight on those points.
174 // Symmetric Kernel will have same weight on those points.
225 #define LOAD_LINE_PAIR(L, WEIGHT) do { \
232 const __m128i ww0 = _mm_mullo_epi16(w0, (WEIGHT).values_.m_); \
233 const __m128i ww1 = _mm_mullo_epi16(w1, (WEIGHT).values_.m_); \
  /external/libnl/lib/route/
nexthop.c 91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight);
157 nl_dump(dp, " weight %u", nh->rtnh_weight);
232 void rtnl_route_nh_set_weight(struct rtnl_nexthop *nh, uint8_t weight)
234 nh->rtnh_weight = weight;
link.c 31 * - Weight (>= 2.6.9)
474 nl_dump(p, "txqlen %u weight %u ", link->l_txqlen, link->l_weight);
695 diff |= LINK_DIFF(WEIGHT, a->l_weight != b->l_weight);
720 __ADD(LINK_ATTR_WEIGHT, weight)
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 92 private static final String WEIGHT = "Weight";
368 else if (name.equalsIgnoreCase(WEIGHT) && mCurrSensorAttrib != null) {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 315 {dot}weight { return_token_or_DOT(require_ARB_vp, WEIGHT); }
program_parse.y 189 %token WEIGHT
1138 | WEIGHT vtxOptWeightNum
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 315 {dot}weight { return_token_or_DOT(require_ARB_vp, WEIGHT); }
program_parse.y 189 %token WEIGHT
1138 | WEIGHT vtxOptWeightNum
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 775 milliseconds

1 2