HomeSort by relevance Sort by last modified time
    Searched refs: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 41 def __init__(self, policy, perm_map, min_weight=1, exclude=None):
55 self.min_weight = min_weight
65 def min_weight(self): member in class:InfoFlowAnalysis
68 @min_weight.setter
69 def min_weight(self, weight): member in class:InfoFlowAnalysis
338 self.log.debug("Min weight {0}".format(self.min_weight))
347 if self.min_weight > 1:
351 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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
infoflow.py 41 def __init__(self, policy, perm_map, min_weight=1, exclude=None):
55 self.min_weight = min_weight
65 def min_weight(self): member in class:InfoFlowAnalysis
68 @min_weight.setter
69 def min_weight(self, weight): member in class:InfoFlowAnalysis
338 self.log.debug("Min weight {0}".format(self.min_weight))
347 if self.min_weight > 1:
351 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...]

Completed in 237 milliseconds