OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_suffix
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py
92
expected_suffix
= '.' + ptr_name
93
if not unique_name.endswith(
expected_suffix
):
97
ptr_prefix = unique_name[0:-len(
expected_suffix
)]
/external/tensorflow/tensorflow/python/training/
checkpoint_management_test.py
546
expected_suffix
= "-%d" % (2 * i,)
547
if not path.endswith(
expected_suffix
):
548
self.fail("%s should have suffix %s" % (path,
expected_suffix
))
/external/tensorflow/tensorflow/python/training/tracking/
util_test.py
616
expected_suffix
= "-%d" % (2 * i,)
617
if not path.endswith(
expected_suffix
):
618
self.fail("%s should have suffix %s" % (path,
expected_suffix
))
[
all
...]
Completed in 220 milliseconds