/external/autotest/client/cros/chameleon/ |
screen_comparison.py | 29 if a pixel difference exceeds this margin, will treat as a wrong 64 # which may lead to ValueError raised by ImageChops.difference(). 89 diff_image = ImageChops.difference(*images) 96 logging.debug('Histogram of difference: %r', histogram) 128 diff_image = ImageChops.difference(*images)
|
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
platform_ExternalUSBBootStress.py | 72 diff_list = set(connected).difference(set(off_list)) 111 diff_now = set(connected_now).difference(set(off_list))
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
platform_ExternalUSBStress.py | 91 str(diff_list.difference(connected))) 184 diff_list = set(connected).difference(set(off_list))
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ModuleProcessingStep.java | 92 Sets.difference(elementsByAnnotation.get(Module.class), processedModuleElements)) { 110 if (Sets.difference(moduleProvidesMethods, validProvidesMethods).isEmpty()) {
|
ProducerModuleProcessingStep.java | 93 Sets.difference(elementsByAnnotation.get(ProducerModule.class), 113 if (Sets.difference(moduleProducesMethods, validProducesMethods).isEmpty()) {
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
LongMathTest.java | 47 BigInteger difference = BigInteger.valueOf(x).subtract(BigInteger.valueOf(y)); local 48 if (fitsInLong(difference)) {
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
MachO_ARM64_relocations.s | 27 # the PC-relative page (4 KiB) difference between the adrp instruction and the 42 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/ |
a.go | 21 // be no difference between F and G. Alas, currently
|
/prebuilts/go/linux-x86/test/fixedbugs/issue14164.dir/ |
a.go | 21 // be no difference between F and G. Alas, currently
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
BaseRenderer.java | 339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; local 340 difference = difference * 90; 342 return difference;
|
/external/autotest/client/cros/image_comparison/ |
rgb_image_comparer.py | 64 diff_image = ImageChops.difference(golden_image, test_image)
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 428 int difference = (x - y); local 429 return (difference > 0); 434 int difference = (x - y); local 435 return (difference >= 0);
|
/external/eigen/Eigen/src/plugins/ |
CommonCwiseBinaryOps.h | 13 /** \returns an expression of the difference of \c *this and \a other 19 EIGEN_MAKE_CWISE_BINARY_OP(operator-,difference)
|
/external/libmojo/third_party/markupsafe/ |
__init__.py | 158 """Escape the string. Works like :func:`escape` with the difference
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
MachO_i386_DynNoPIC_relocations.s | 14 # Test section difference relocation to non-lazy ptr section.
|
/external/llvm/test/MC/ARM/ |
error-location.s | 16 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a difference across sections
|
/external/llvm/test/MC/Mips/ |
hilo-addressing.s | 24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
|
/libcore/ojluni/src/main/java/java/time/zone/ |
ZoneOffsetTransitionRule.java | 614 int difference = wallOffset.getTotalSeconds() - ZoneOffset.UTC.getTotalSeconds(); local 615 return dateTime.plusSeconds(difference); 618 int difference = wallOffset.getTotalSeconds() - standardOffset.getTotalSeconds(); local 619 return dateTime.plusSeconds(difference);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 34 methods = set(methods).difference(text_meths)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
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."""
|