Searched refs:DecoratorsTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
H A Ddecorators_test.py23 class DecoratorsTest(unittest.TestCase): class in inherits:unittest.TestCase
28 DecoratorsTest._decorated_function_called_count = 0
32 DecoratorsTest._decorated_function_called_count += 1
40 self.assertEquals(1, DecoratorsTest._decorated_function_called_count)
44 DecoratorsTest._decorated_function_called_count = 0
48 DecoratorsTest._decorated_function_called_count += 1
53 self.assertEquals(11, DecoratorsTest._decorated_function_called_count)
120 DecoratorsTest._decorated_function_called_count = 0
124 DecoratorsTest._decorated_function_called_count += 1
132 self.assertEquals(1, DecoratorsTest
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddecorators_test.py23 class DecoratorsTest(unittest.TestCase): class in inherits:unittest.TestCase
28 DecoratorsTest._decorated_function_called_count = 0
32 DecoratorsTest._decorated_function_called_count += 1
40 self.assertEquals(1, DecoratorsTest._decorated_function_called_count)
44 DecoratorsTest._decorated_function_called_count = 0
48 DecoratorsTest._decorated_function_called_count += 1
53 self.assertEquals(11, DecoratorsTest._decorated_function_called_count)
120 DecoratorsTest._decorated_function_called_count = 0
124 DecoratorsTest._decorated_function_called_count += 1
132 self.assertEquals(1, DecoratorsTest
[all...]
/external/tensorflow/tensorflow/contrib/py2tf/converters/
H A Ddecorators_test.py30 class DecoratorsTest(converter_test_base.TestCase): class in inherits:converter_test_base.TestCase

Completed in 660 milliseconds