OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_item
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/test_utils/
mock.py
63
for actual_item,
expected_item
in zip(actual_arg, expected_arg):
64
if not cls._compare(actual_item,
expected_item
):
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
shape_test.py
543
for
expected_item
in expected.flat:
544
self.assertAllEqual(
expected_item
, next(actual_item))
Completed in 58 milliseconds