/external/libnl/src/ |
nl-route-list.c | 31 " weight=WEIGHT weight of nexthop\n"
|
/external/openfst/src/include/fst/ |
sparse-tuple-weight.h | 1 // sparse-tuple-weight.h 19 // Sparse version of tuple-weight, based on tuple-weight.h 28 // Sparse tuple weight set operation definitions. 40 #include <fst/weight.h> 56 // Arbitrary dimension tuple weight, stored as a sorted linked-list 57 // W is any weight class, 217 // where the weight is a single key,val pair. 409 { // Read default weight 464 { // read weight [all...] |
epsnormalize.h | 29 #include <fst/factor-weight.h> 63 typename Arc::Weight, STRING_RIGHT_RESTRICT> >
|
mutable-fst.h | 44 typedef typename A::Weight Weight; 54 virtual void SetFinal(StateId, Weight) = 0; // Set a state's final weight 220 typename A::Weight Final(const MutableFst<A> &fst, typename A::StateId s) { 253 typedef typename Arc::Weight Weight; 264 virtual void SetFinal(StateId s, Weight w) {
|
util.h | 243 // Utilities for converting between int64 or Weight and string. 248 template <typename Weight> 249 Weight StrToWeight(const string &s, const string &src, size_t nline) { 250 Weight w; 254 FSTERROR() << "StrToWeight: Bad weight = \"" << s 256 return Weight::NoWeight(); 263 template <typename Weight> 264 void WeightToStr(Weight w, string *s) {
|
/external/proguard/docs/ |
style.css | 29 font-weight: normal; 79 font-weight: bold; 161 font-weight: bold;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
closeness.py | 69 that edge attribute as the edge weight. 78 # use Dijkstra's algorithm with specified attribute as edge weight 80 weight=distance)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/tests/ |
test_unweighted.py | 29 assert_equal(nx.shortest_path_length(self.cycle,0,3,weight=True),3) 30 assert_equal(nx.shortest_path_length(self.grid,1,12,weight=True),5) 31 assert_equal(nx.shortest_path_length(self.directed_cycle,0,4,weight=True),4)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/ |
geometric.py | 105 pos=None, weight=None): 109 in a rectangular domain. Each node `u` is assigned a weight `w_u`. 131 weight : dict 147 dictionary and pass it as the weight= keyword 152 >>> G = nx.geographical_threshold_graph(20,50,weight=w) 170 if weight is None: 173 G.node[n]['weight'] = random.expovariate(1.0) 175 nx.set_node_attributes(G,'weight',weight) 187 # with positions and weights assigned as node attributes 'pos' and 'weight' [all...] |
/bionic/tools/relocation_packer/src/ |
delta_encoder.cc | 229 uint32_t weight = 0; local 231 weight += 3; 233 weight += 1; 237 weight += 1; 241 weight += 1; 244 return weight;
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/static/ |
default.css | 21 font-weight: bold; 150 font-weight: bold; 177 font-weight:300; 207 font-weight:400; 257 font-weight:700; 311 font-weight:700;
|
/external/skia/src/pathops/ |
SkIntersections.h | 53 int conicHorizontal(const SkPoint a[3], SkScalar weight, SkScalar left, SkScalar right, 56 conic.set(a, weight); 61 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, 64 conic.set(a, weight); 69 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) { 71 conic.set(a, weight);
|
/frameworks/minikin/libs/minikin/ |
FontFamily.cpp | 112 int weight; local 114 if (analyzeStyle(os2Data.get(), os2Size, &weight, &italic)) { 115 //ALOGD("analyzed weight = %d, italic = %s", weight, italic ? "true" : "false"); 116 FontStyle style(weight, italic); 146 // If desired weight is semibold or darker, and 2 or more grades
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 13 # weight/slant 40 weight -- font thickness: NORMAL, BOLD 186 f = Font(family="times", size=30, weight=NORMAL) 190 print f.actual("weight") 194 print f.cget("weight") 212 fb.config(weight=BOLD)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 13 # weight/slant 40 weight -- font thickness: NORMAL, BOLD 186 f = Font(family="times", size=30, weight=NORMAL) 190 print f.actual("weight") 194 print f.cget("weight") 212 fb.config(weight=BOLD)
|
/external/ceres-solver/internal/ceres/ |
single_linkage_clustering.h | 50 // Graph edges with edge weight less than min_similarity are ignored 56 // single linkage clustering algorithm. Edges with weight less than
|
/external/freetype/src/cff/ |
cfftoken.h | 30 CFF_FIELD_STRING ( 4, weight, "Weight" )
|
/external/opencv/cvaux/src/ |
cvbgfg_gaussmix.cpp | 120 //Rw is the learning rate for weight and Rg is leaning rate for mean and variance 130 //w[n+1] = w[n] + Rw*(g - w[n]) weight 202 bg_model->g_point[n].g_values[0].weight = 1; //the first value seen has weight one 211 bg_model->g_point[n].g_values[k].weight = 0; 442 g_point->g_values[k].weight = g_point->g_values[k].weight + 444 g_point->g_values[k].weight)); 446 double learning_rate_gaussian = (double)match[k]/(g_point->g_values[k].weight* 472 g_point->g_values[k].weight = g_point->g_values[k].weight [all...] |
/external/openfst/src/bin/ |
fstdeterminize.cc | 27 DEFINE_string(weight, "", "Weight threshold");
|
fstrmepsilon.cc | 29 DEFINE_string(weight, "", "Weight threshold");
|
/external/openfst/src/extensions/pdt/ |
pdtexpand.cc | 29 DEFINE_string(weight, "", "Weight threshold");
|
/external/openfst/src/script/ |
text-io.cc | 58 WeightClass weight(weight_type, col[1]); 62 (*potential)[s] = weight;
|
/external/openfst/src/test/ |
fst_test.h | 45 typedef typename Arc::Weight Weight; 83 CHECK_EQ(arc.weight, NthWeight(na)); 309 // (3) weight = NthWeight(i) 328 Weight NthWeight(int n) const { 329 Weight w = Weight::Zero(); 331 w = Plus(w, Weight::One());
|
/external/pdfium/third_party/freetype/src/cff/ |
cfftoken.h | 30 CFF_FIELD_STRING ( 4, weight, "Weight" )
|
/external/pdfium/third_party/freetype/src/cid/ |
cidtoken.h | 46 T1_FIELD_STRING( "Weight", weight, 0 )
|