OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_prefix
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py
133
actual_prefix
= self._get_PTR_prefix(self.SERBUS_SERVICE_ID)
134
if
actual_prefix
!= self.INITIAL_MDNS_PREFIX:
/external/autotest/client/cros/
dhcpv6_test_base.py
219
actual_prefix
= address[:address.index('::')]
222
if
actual_prefix
!= expected_prefix:
225
(
actual_prefix
, expected_prefix))
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_copy_helper_funcs.py
95
(
actual_prefix
, actual_objects) = _ParseParallelUploadTrackerFile(
97
self.assertEqual(random_prefix,
actual_prefix
)
105
(
actual_prefix
, actual_objects) = _ParseParallelUploadTrackerFile(
108
self.assertIsNotNone(
actual_prefix
)
Completed in 1845 milliseconds