Home
last modified time | relevance | path

Searched refs:_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/platform_MouseScrollTest/
Dplatform_MouseScrollTest.py28 _SEPARATOR = ' ' variable
55 map(int, frame_info_str.replace(_SEPARATOR, "")))
/external/protobuf/python/google/protobuf/internal/
D_parameterized.py161 _SEPARATOR = uuid.uuid1().hex variable
381 new_name = '%s%s%d' % (name, _SEPARATOR, idx)
393 return self._testMethodName.split(_SEPARATOR)[0]
/external/autotest/client/site_tests/platform_ScrollTest/
Dplatform_ScrollTest.py28 _SEPARATOR = " " variable
43 map(int, frame_info_str.replace(_SEPARATOR, "")))