HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_WEIGHT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.h 71 a default weight DEFAULT_WEIGHT defined in this file is used
88 the 70% is calculated from (DEFAULT_WEIGHT - weight)
140 const int DEFAULT_WEIGHT = 100;
wbnf.cpp 446 for (int i=0; i<size; ++i) weights.append(DEFAULT_WEIGHT);
451 for (int i=s; i<size; ++i) weights.append(DEFAULT_WEIGHT);
609 static WeightedRand wr(& Buffer_int().append(DEFAULT_WEIGHT * 10), 5);
768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){
1058 w2.append(DEFAULT_WEIGHT - weights[0]).append(weights[0])
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 28 // TODO: DEFAULT_WEIGHT makes sense during static predication, when none of
33 static const uint32_t DEFAULT_WEIGHT = 16;
48 // DEFAULT_WEIGHT.
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 120 // TODO: DEFAULT_WEIGHT makes sense during static predication, when none of
125 static const uint32_t DEFAULT_WEIGHT = 16;
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 68 return DEFAULT_WEIGHT;
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 588 /// DEFAULT_WEIGHT value. Here an edge is specified using PredBlock and an index
598 return DEFAULT_WEIGHT;
618 return (Weight == 0) ? DEFAULT_WEIGHT : Weight;
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 497 milliseconds