Searched refs:difference (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
H A Dconditional.py19 from .difference import Wrapper
H A Dpolcap.py20 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 Dbool.py22 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 Dcommons.py22 from .difference import Difference, SymbolWrapper
33 Determine the difference in common permission sets
42 """Generate the difference in commons between the policies."""
H A Dcontext.py21 from .difference import SymbolWrapper, Wrapper
H A Dinitsid.py23 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 Dproperties.py22 from .difference import Difference
31 Determine the difference in policy properties
H A Dfsuse.py23 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 Dnodecon.py23 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 Dobjclass.py24 from .difference import Difference, SymbolWrapper
35 Determine the difference in object classes
44 """Generate the difference in object classes between the policies."""
H A Dportcon.py23 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 Droles.py22 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 Dtypeattr.py22 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 Dtypes.py22 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 Ddefault.py22 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 Dgenfscon.py23 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 Dnetifcon.py23 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 Dusers.py24 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 Dtestautomation_timer.c75 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 Dsample10_unittest.cc87 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 Dsample10_unittest.cc87 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 DScrolledText.py34 methods = set(methods).difference(text_meths)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DScrolledText.py34 methods = set(methods).difference(text_meths)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py34 methods = set(methods).difference(text_meths)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py34 methods = set(methods).difference(text_meths)

Completed in 256 milliseconds

1234567891011>>