OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cleanups
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py
17
self.assertEqual(test.
_cleanups
, [])
30
self.assertEqual(test.
_cleanups
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py
17
self.assertEqual(test.
_cleanups
, [])
30
self.assertEqual(test.
_cleanups
,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py
209
self.
_cleanups
= []
243
self.
_cleanups
.append((function, args, kwargs))
388
while self.
_cleanups
:
389
function, args, kwargs = self.
_cleanups
.pop(-1)
405
while self.
_cleanups
:
406
function, args, kwargs = self.
_cleanups
.pop(-1)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py
193
self.
_cleanups
= []
231
self.
_cleanups
.append((function, args, kwargs))
383
while self.
_cleanups
:
384
function, args, kwargs = self.
_cleanups
.pop(-1)
402
while self.
_cleanups
:
403
function, args, kwargs = self.
_cleanups
.pop(-1)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py
193
self.
_cleanups
= []
231
self.
_cleanups
.append((function, args, kwargs))
383
while self.
_cleanups
:
384
function, args, kwargs = self.
_cleanups
.pop(-1)
402
while self.
_cleanups
:
403
function, args, kwargs = self.
_cleanups
.pop(-1)
[
all
...]
Completed in 29 milliseconds