/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
H A D | conditional.py | 19 from .difference import Wrapper
|
H A D | polcap.py | 20 from .difference import Difference, SymbolWrapper 25 """Determine the difference in polcaps between two policies.""" 31 """Generate the difference in polcaps between the policies."""
|
H A D | bool.py | 22 from .difference import Difference, SymbolWrapper 30 """Determine the difference in type attributes between two policies.""" 37 """Generate the difference in type attributes between the policies."""
|
H A D | commons.py | 22 from .difference import Difference, SymbolWrapper 33 Determine the difference in common permission sets 42 """Generate the difference in commons between the policies."""
|
H A D | context.py | 21 from .difference import SymbolWrapper, Wrapper
|
H A D | initsid.py | 23 from .difference import Difference, SymbolWrapper 31 """Determine the difference in initsids between two policies.""" 38 """Generate the difference in initial SIDs between the policies."""
|
H A D | properties.py | 22 from .difference import Difference 31 Determine the difference in policy properties
|
H A D | fsuse.py | 23 from .difference import Difference, Wrapper 33 """Determine the difference in fs_use_* rules between two policies.""" 40 """Generate the difference in fs_use rules between the policies."""
|
H A D | nodecon.py | 23 from .difference import Difference, Wrapper 33 """Determine the difference in nodecons between two policies.""" 40 """Generate the difference in nodecons between the policies."""
|
H A D | objclass.py | 24 from .difference import Difference, SymbolWrapper 35 Determine the difference in object classes 44 """Generate the difference in object classes between the policies."""
|
H A D | portcon.py | 23 from .difference import Difference, Wrapper 33 """Determine the difference in portcons between two policies.""" 40 """Generate the difference in portcons between the policies."""
|
H A D | roles.py | 22 from .difference import Difference, SymbolWrapper 32 """Determine the difference in roles between two policies.""" 39 """Generate the difference in roles between the policies."""
|
H A D | typeattr.py | 22 from .difference import Difference, SymbolWrapper 32 """Determine the difference in type attributes between two policies.""" 39 """Generate the difference in type attributes between the policies."""
|
H A D | types.py | 22 from .difference import Difference, SymbolWrapper 37 """Determine the difference in types between two policies.""" 44 """Generate the difference in types between the policies."""
|
H A D | default.py | 22 from .difference import Difference, SymbolWrapper, Wrapper 34 """Determine the difference in default_* between two policies.""" 41 """Generate the difference in type defaults between the policies."""
|
H A D | genfscon.py | 23 from .difference import Difference, Wrapper 33 """Determine the difference in genfscon rules between two policies.""" 40 """Generate the difference in genfscon rules between the policies."""
|
H A D | netifcon.py | 23 from .difference import Difference, Wrapper 35 """Determine the difference in netifcons between two policies.""" 42 """Generate the difference in netifcons between the policies."""
|
H A D | users.py | 24 from .difference import Difference, SymbolWrapper 39 """Determine the difference in users between two policies.""" 46 """Generate the difference in users between the policies."""
|
/prebuilts/misc/windows/sdl2/test/ |
H A D | testautomation_timer.c | 75 Uint32 difference; local 93 /* Delay a bit longer and measure ticks and verify difference */ 99 difference = result2 - result; 100 SDLTest_AssertCheck(difference > (testDelay - marginOfError), "Check difference, expected: >%d, got: %d", testDelay - marginOfError, difference); 101 SDLTest_AssertCheck(difference < (testDelay + marginOfError), "Check difference, expected: <%d, got: %d", testDelay + marginOfError, difference); local
|
/prebuilts/ndk/current/sources/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 87 int difference = Water::allocated() - initially_allocated_; local 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 87 int difference = Water::allocated() - initially_allocated_; local 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|