Home
last modified time | relevance | path

Searched refs:_compare (Results 1 – 6 of 6) sorted by relevance

/external/selinux/sepolgen/src/sepolgen/
Dutil.py127 def _compare(self, other, method): member in Comparison
131 return self._compare(other, lambda a, b: a == b)
134 return self._compare(other, lambda a, b: a < b)
137 return self._compare(other, lambda a, b: a <= b)
140 return self._compare(other, lambda a, b: a >= b)
143 return self._compare(other, lambda a, b: a > b)
146 return self._compare(other, lambda a, b: a != b)
Dmatching.py40 def _compare(self, other, method): member in Match
Daccess.py141 def _compare(self, other, method): member in AccessVector
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
Dftcmru.h165 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
178 if ( _compare( _node, (key) ) ) \
/external/autotest/client/common_lib/test_utils/
Dmock.py53 def _compare(cls, actual_arg, expected_arg): member in equality_comparator
64 if not cls._compare(actual_item, expected_item):
68 if not cls._compare(sorted(actual_arg.keys()),
72 if not cls._compare(value, expected_arg[key]):
81 return self._compare(parameter, self.value)
/external/libdivsufsort/lib/
Dutils.c246 _compare(const sauchar_t *T, saidx_t Tsize, in _compare() function
279 r = _compare(T, Tsize, P, Psize, SA[i + half], &match); in sa_search()
294 r = _compare(T, Tsize, P, Psize, SA[j + half], &lmatch); in sa_search()
309 r = _compare(T, Tsize, P, Psize, SA[k + half], &rmatch); in sa_search()