Home
last modified time | relevance | path

Searched refs:differing (Results 1 – 25 of 172) sorted by relevance

1234567

/external/python/cpython2/Lib/unittest/
Dcase.py649 differing = None
653 differing = 'First %s has no length. Non-sequence?' % (
656 if differing is None:
660 differing = 'Second %s has no length. Non-sequence?' % (
663 if differing is None:
674 differing = '%ss differ: %s != %s\n' % elements
680 differing += ('\nUnable to index element %d of first %s\n' %
687 differing += ('\nUnable to index element %d of second %s\n' %
692 differing += ('\nFirst differing element %d:\n%s\n%s\n' %
702 differing += ('\nFirst %s contains %d additional '
[all …]
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py729 differing = None
733 differing = 'First %s has no length. Non-sequence?' % (
736 if differing is None:
740 differing = 'Second %s has no length. Non-sequence?' % (
743 if differing is None:
754 differing = '%ss differ: %s != %s\n' % elements
760 differing += ('\nUnable to index element %d of first %s\n' %
767 differing += ('\nUnable to index element %d of second %s\n' %
772 differing += ('\nFirst differing element %d:\n%s\n%s\n' %
782 differing += ('\nFirst %s contains %d additional '
[all …]
/external/python/cpython3/Lib/unittest/
Dcase.py947 differing = None
951 differing = 'First %s has no length. Non-sequence?' % (
954 if differing is None:
958 differing = 'Second %s has no length. Non-sequence?' % (
961 if differing is None:
965 differing = '%ss differ: %s != %s\n' % (
973 differing += ('\nUnable to index element %d of first %s\n' %
980 differing += ('\nUnable to index element %d of second %s\n' %
985 differing += ('\nFirst differing element %d:\n%s\n%s\n' %
995 differing += ('\nFirst %s contains %d additional '
[all …]
/external/python/cpython2/Tools/scripts/
Dxxci.py92 if differing(file):
98 def differing(file): function
/external/autotest/server/hosts/
Dafe_store.py112 left_only, right_only, differing = _dict_diff(old_attributes,
116 for key in right_only | differing:
/external/llvm-project/polly/test/ScopInfo/
Dmemset.ll1 ; RUN: opt %loadPolly -polly-allow-differing-element-types -polly-scops -analyze < %s | FileCheck %s
2 ; RUN: opt %loadPolly -S -polly-allow-differing-element-types -polly-codegen < %s | FileCheck --che…
Dmemcpy.ll1 ; RUN: opt %loadPolly -basic-aa -polly-allow-differing-element-types -polly-scops -analyze < %s | F…
2 ; RUN: opt %loadPolly -S -basic-aa -polly-allow-differing-element-types -polly-codegen < %s | FileC…
Dmemmove.ll1 ; RUN: opt %loadPolly -basic-aa -polly-allow-differing-element-types -polly-scops -analyze < %s | F…
2 ; RUN: opt %loadPolly -S -basic-aa -polly-allow-differing-element-types -polly-codegen < %s | FileC…
Dmultiple-types-non-affine.ll1 ; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-allow-differing-element-types -polly-scops …
2 ; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-allow-differing-element-types -polly-codege…
Dmultiple-types-non-affine-2.ll1 ; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-allow-differing-element-types -polly-scops …
2 ; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-allow-differing-element-types -polly-codege…
Dmultiple-types-two-dimensional.ll2 ; RUN: -polly-allow-differing-element-types \
Dmultiple-types-two-dimensional-2.ll2 ; RUN: -polly-allow-differing-element-types \
Dmultiple-types-non-power-of-two-2.ll2 ; RUN: -polly-allow-differing-element-types < %s | FileCheck %s
/external/llvm-project/llvm/test/CodeGen/Mips/
Dpr33978.ll4 ; to the stack match with differing bases and offsets when expanding memcpy.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt96 them, with gl_PrimitiveID matching a specific value, is drawn with a differing
104 The cases testing differing input and output patch sizes draw a simple shape
113 the cases with differing input and output patch sizes are verified with
120 triangles of differing inner layers of the tessellated primitive. The gap cases
/external/llvm-project/polly/test/Isl/CodeGen/
Dmultiple-types-invariant-load-2.ll2 ; RUN: -polly-allow-differing-element-types < %s | FileCheck %s
Dmultiple-types-invariant-load.ll1 ; RUN: opt %loadPolly -polly-allow-differing-element-types -polly-codegen -S \
Dinvariant_load_different_sized_types.ll2 ; RUN: -polly-allow-differing-element-types < %s | FileCheck %s
/external/llvm-project/llvm/test/Transforms/MergeFunc/
Dinline-asm.ll29 ; Can be merged (uses same argument differing by pointer type)
/external/llvm-project/llvm/test/CodeGen/MIR/X86/
Dmircanon-flags.mir3 # The purpose of this test is to ensure that differing flags do in-fact cause
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opcopylogical/
Dnested_arrays_different_outer_stride.amber5 ; Tests copying nested arrays with differing outer array strides.
Dnested_arrays_different_strides.amber5 ; Tests copying nested arrays with differing inner and outer array strides.
/external/iptables/extensions/
Dlibxt_TCPMSS.man34 This may not function as desired where asymmetric routes with differing
/external/llvm-project/polly/test/Isl/CodeGen/MemAccess/
Dmultiple_types.ll2 ; RUN: -polly-allow-differing-element-types \
/external/walt/
DREADME.md32 differing clock frequencies. This means they will go out of sync after

1234567