HomeSort by relevance Sort by last modified time
    Searched refs:Difference (Results 1 - 25 of 57) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
diff1.s 0 # Difference of two undefined symbols.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
polcap.py 20 from .difference import Difference, SymbolWrapper
23 class PolCapsDifference(Difference):
25 """Determine the difference in polcaps between two policies."""
31 """Generate the difference in polcaps between the policies."""
properties.py 22 from .difference import Difference
28 class PropertiesDifference(Difference):
31 Determine the difference in policy properties
bool.py 22 from .difference import Difference, SymbolWrapper
28 class BooleansDifference(Difference):
30 """Determine the difference in type attributes between two policies."""
37 """Generate the difference in type attributes between the policies."""
commons.py 22 from .difference import Difference, SymbolWrapper
30 class CommonDifference(Difference):
33 Determine the difference in common permission sets
42 """Generate the difference in commons between the policies."""
initsid.py 23 from .difference import Difference, SymbolWrapper
29 class InitialSIDsDifference(Difference):
31 """Determine the difference in initsids between two policies."""
38 """Generate the difference in initial SIDs between the policies."""
objclass.py 24 from .difference import Difference, SymbolWrapper
32 class ObjClassDifference(Difference):
35 Determine the difference in object classes
44 """Generate the difference in object classes between the policies."""
roles.py 22 from .difference import Difference, SymbolWrapper
30 class RolesDifference(Difference):
32 """Determine the difference in roles between two policies."""
39 """Generate the difference in roles between the policies."""
typeattr.py 22 from .difference import Difference, SymbolWrapper
30 class TypeAttributesDifference(Difference):
32 """Determine the difference in type attributes between two policies."""
39 """Generate the difference in type attributes between the policies."""
fsuse.py 23 from .difference import Difference, Wrapper
31 class FSUsesDifference(Difference):
33 """Determine the difference in fs_use_* rules between two policies."""
40 """Generate the difference in fs_use rules between the policies."""
genfscon.py 23 from .difference import Difference, Wrapper
31 class GenfsconsDifference(Difference):
33 """Determine the difference in genfscon rules between two policies."""
40 """Generate the difference in genfscon rules between the policies."""
netifcon.py 23 from .difference import Difference, Wrapper
33 class NetifconsDifference(Difference):
35 """Determine the difference in netifcons between two policies."""
42 """Generate the difference in netifcons between the policies."""
nodecon.py 23 from .difference import Difference, Wrapper
31 class NodeconsDifference(Difference):
33 """Determine the difference in nodecons between two policies."""
40 """Generate the difference in nodecons between the policies."""
portcon.py 23 from .difference import Difference, Wrapper
31 class PortconsDifference(Difference):
33 """Determine the difference in portcons between two policies."""
40 """Generate the difference in portcons between the policies."""
types.py 22 from .difference import Difference, SymbolWrapper
35 class TypesDifference(Difference):
37 """Determine the difference in types between two policies."""
44 """Generate the difference in types between the policies."""
default.py 22 from .difference import Difference, SymbolWrapper, Wrapper
32 class DefaultsDifference(Difference):
34 """Determine the difference in default_* between two policies."""
41 """Generate the difference in type defaults between the policies."""
mlsrules.py 22 from .difference import Difference, SymbolWrapper, Wrapper
31 class MLSRulesDifference(Difference):
33 """Determine the difference in MLS rules between two policies."""
44 """Generate the difference in range_transition rules between the policies."""
users.py 24 from .difference import Difference, SymbolWrapper
37 class UsersDifference(Difference):
39 """Determine the difference in users between two policies."""
46 """Generate the difference in users between the policies."""
mls.py 22 from .difference import Difference, SymbolWrapper, Wrapper
38 class CategoriesDifference(Difference):
40 """Determine the difference in categories between two policies."""
47 """Generate the difference in categories between the policies."""
80 class SensitivitiesDifference(Difference):
82 """Determine the difference in sensitivities between two policies."""
89 """Generate the difference in sensitivities between the policies."""
124 class LevelDeclsDifference(Difference):
126 """Determine the difference in levels between two policies.""
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 191 template <class Difference>
193 check_index(Difference i, size_t size, bool insert = false) {
205 template <class Difference>
207 slice_adjust(Difference i, Difference j, Py_ssize_t step, size_t size, Difference &ii, Difference &jj, bool insert = false) {
214 } else if (i < (Difference)size) {
216 } else if (insert && (i >= (Difference)size)) {
217 ii = (Difference)size
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 177 , class Difference
214 Difference, iterator_difference<Base>
250 // Difference - the difference_type of the resulting iterator. If not
259 , class Difference = use_default
263 Derived, Base, Value, Traversal, Reference, Difference
270 Derived, Base, Value, Traversal, Reference, Difference
287 typedef iterator_adaptor<Derived,Base,Value,Traversal,Reference,Difference> iterator_adaptor_;
iterator_facade.hpp 98 , class Difference
128 iterator<iterator_category, value_type, Difference, pointer, Reference>
590 , class Difference = std::ptrdiff_t
595 Value, CategoryOrTraversal, Reference, Difference
615 Value, CategoryOrTraversal, Reference, Difference
625 typedef iterator_facade<Derived,Value,CategoryOrTraversal,Reference,Difference> iterator_facade_;
631 typedef Difference difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 111 template <class Sequence, class Difference>
113 getpos(Sequence* self, Difference i) {
119 template <class Sequence, class Difference>
121 cgetpos(const Sequence* self, Difference i) {
127 template <class Sequence, class Difference>
129 getslice(const Sequence* self, Difference i, Difference j) {
145 template <class Sequence, class Difference, class InputSeq>
147 setslice(Sequence* self, Difference i, Difference j, const InputSeq& v)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 117 EXPECT_FALSE(dS.Difference(bS, &delta));
119 EXPECT_TRUE(bS.Difference(dS, &delta));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 454 template <class Iterator, class Difference>
457 static Difference execute(Iterator i1, const Iterator i2, ...)
459 Difference result = 0;
468 static Difference execute(Iterator i1, const Iterator i2, std::random_access_iterator_tag*)

Completed in 890 milliseconds

1 2 3