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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py1296 def _h(self): member in class:FooBar
1297 return '_h()'
1316 MyManager.register('Bar', callable=FooBar, exposed=('f', '_h'))
1332 foo_methods = [name for name in ('f', 'g', '_h') if hasattr(foo, name)]
1333 bar_methods = [name for name in ('f', 'g', '_h') if hasattr(bar, name)]
1336 self.assertEqual(bar_methods, ['f', '_h'])
1341 self.assertRaises(RemoteError, foo._callmethod, '_h')
1344 self.assertEqual(bar._h(), '_h()')
1346 self.assertEqual(bar._callmethod('_h'), '_
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py1296 def _h(self): member in class:FooBar
1297 return '_h()'
1316 MyManager.register('Bar', callable=FooBar, exposed=('f', '_h'))
1332 foo_methods = [name for name in ('f', 'g', '_h') if hasattr(foo, name)]
1333 bar_methods = [name for name in ('f', 'g', '_h') if hasattr(bar, name)]
1336 self.assertEqual(bar_methods, ['f', '_h'])
1341 self.assertRaises(RemoteError, foo._callmethod, '_h')
1344 self.assertEqual(bar._h(), '_h()')
1346 self.assertEqual(bar._callmethod('_h'), '_
[all...]
/prebuilts/tools/common/eclipse/
H A Dorg.eclipse.osgi_3.6.2.R36x_v20110210.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 13 milliseconds