HomeSort by relevance Sort by last modified time
    Searched full:min_weight (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 34 def __init__(self, policy, perm_map, min_weight=1, exclude=None):
48 self.min_weight = min_weight
58 def min_weight(self): member in class:InfoFlowAnalysis
61 @min_weight.setter
62 def min_weight(self, weight): member in class:InfoFlowAnalysis
329 self.log.debug("Min weight {0}".format(self.min_weight))
338 if self.min_weight > 1:
342 if edge.weight < self.min_weight:
permmap.py 32 min_weight = 1 variable in class:PermissionMap
140 if not self.min_weight <= weight <= self.max_weight:
144 self.min_weight, self.max_weight))
351 if not self.min_weight <= weight <= self.max_weight:
  /external/opencv/cv/src/
cvstereogc.cpp 169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; local
224 min_weight = edges[e0].weight;
225 assert( min_weight > 0 );
234 min_weight = MIN(min_weight, weight);
235 assert( min_weight > 0 );
238 min_weight = MIN(min_weight, weight);
239 assert( min_weight > 0 );
243 edges[e0].weight -= min_weight;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 116 static const uint32_t MIN_WEIGHT = 1;
161 std::max(UR_TAKEN_WEIGHT / (unsigned)UnreachableEdges.size(), MIN_WEIGHT);
279 std::max(CC_TAKEN_WEIGHT / (unsigned) ColdEdges.size(), MIN_WEIGHT);
378 if (exitWeight < MIN_WEIGHT)
379 exitWeight = MIN_WEIGHT;
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 

Completed in 306 milliseconds