Home
last modified time | relevance | path

Searched refs:seq1 (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/unittest/
H A Dcase.py964 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
971 seq1: The first sequence to compare.
980 if not isinstance(seq1, seq_type):
982 % (seq_type_name, safe_repr(seq1)))
991 len1 = len(seq1)
1004 if seq1 == seq2:
1009 _common_shorten_repr(seq1, seq2))
1013 item1 = seq1[i]
1032 type(seq1) != type(seq2)):
1041 (len2, safe_repr(seq1[len
[all...]
/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h560 itertools_compress_impl(PyTypeObject *type, PyObject *seq1, PyObject *seq2);
571 PyObject *seq1; in itertools_compress() local
578 seq1 = fastargs[0]; in itertools_compress()
580 return_value = itertools_compress_impl(type, seq1, seq2); in itertools_compress()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c1920 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local
1938 if (seq1 != NULL) in tre_expand_ast()
1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1941 seq1 = copy; in tre_expand_ast()
1942 if (seq1 == NULL) in tre_expand_ast()
1984 if (seq1 == NULL) in tre_expand_ast()
1985 seq1 = seq2; in tre_expand_ast()
1987 seq1 = tre_ast_new_catenation(mem, seq1, seq in tre_expand_ast()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c1921 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local
1939 if (seq1 != NULL) in tre_expand_ast()
1940 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1942 seq1 = copy; in tre_expand_ast()
1943 if (seq1 == NULL) in tre_expand_ast()
1985 if (seq1 == NULL) in tre_expand_ast()
1986 seq1 = seq2; in tre_expand_ast()
1988 seq1 = tre_ast_new_catenation(mem, seq1, seq in tre_expand_ast()
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c1920 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local
1938 if (seq1 != NULL) in tre_expand_ast()
1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1941 seq1 = copy; in tre_expand_ast()
1942 if (seq1 == NULL) in tre_expand_ast()
1984 if (seq1 == NULL) in tre_expand_ast()
1985 seq1 = seq2; in tre_expand_ast()
1987 seq1 = tre_ast_new_catenation(mem, seq1, seq in tre_expand_ast()
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c1920 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local
1938 if (seq1 != NULL) in tre_expand_ast()
1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1941 seq1 = copy; in tre_expand_ast()
1942 if (seq1 == NULL) in tre_expand_ast()
1984 if (seq1 == NULL) in tre_expand_ast()
1985 seq1 = seq2; in tre_expand_ast()
1987 seq1 = tre_ast_new_catenation(mem, seq1, seq in tre_expand_ast()
[all...]
/third_party/python/Lib/test/
H A Dtest_difflib.py51 seq1 = 'b' * 200
54 sm = difflib.SequenceMatcher(None, seq1, seq2)
59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
H A Dtest_collections.py1910 def assert_index_same(seq1, seq2, index_args):
1912 expected = seq1.index(*index_args)
1919 actual, expected, '%r.index%s' % (seq1, index_args))
/third_party/python/Lib/unittest/test/
H A Dtest_case.py833 seq1 = 'a' + 'x' * 80**2
835 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
843 self.assertSequenceEqual(seq1, seq2)
853 self.assertSequenceEqual(seq1, seq2)
863 self.assertSequenceEqual(seq1, seq2)
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_engine_test.cc55 std::seed_seq seq1{1, 2, 3, 4, 5, 6, 7}; in TYPED_TEST()
56 engine.seed(seq1); in TYPED_TEST()
H A Dpcg_engine_test.cc53 std::seed_seq seq1{1, 2, 3, 4, 5, 6, 7}; in TYPED_TEST()
54 engine.seed(seq1); in TYPED_TEST()
/third_party/python/Modules/
H A Ditertoolsmodule.c3827 data as seq1: object
3836 itertools_compress_impl(PyTypeObject *type, PyObject *seq1, PyObject *seq2) in itertools_compress_impl() argument
3842 data = PyObject_GetIter(seq1); in itertools_compress_impl()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
H A Dmain.c2007 seq1[] = { variable
4185 .seq = seq1, .seq_size = LWS_ARRAY_SIZE(seq1) },

Completed in 37 milliseconds