HomeSort by relevance Sort by last modified time
    Searched defs:cleanup2 (Results 1 - 3 of 3) sorted by null

  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 51 cleanup2( void* arg ) function
73 pthread_cleanup_push( cleanup2, (void*)MAGIC2 );
103 fprintf(stderr, "cleanup2 not called !!\n");
105 fprintf(stderr, "cleanup2 called with wrong argument\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 24 def cleanup2(*args, **kwargs): function in function:TestCleanUp.testCleanUp
28 test.addCleanup(cleanup2)
32 (cleanup2, (), {})])
59 def cleanup2(): function in function:TestCleanUp.testCleanUpWithErrors
63 test.addCleanup(cleanup2)
91 def cleanup2(): function in function:TestCleanUp.testCleanupInRun
92 ordering.append('cleanup2')
94 test.addCleanup(cleanup2)
105 'cleanup2', 'cleanup1', 'success'])
132 test.addCleanup(cleanup2)
133 def cleanup2(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 24 def cleanup2(*args, **kwargs): function in function:TestCleanUp.testCleanUp
28 test.addCleanup(cleanup2)
32 (cleanup2, (), {})])
59 def cleanup2(): function in function:TestCleanUp.testCleanUpWithErrors
63 test.addCleanup(cleanup2)
91 def cleanup2(): function in function:TestCleanUp.testCleanupInRun
92 ordering.append('cleanup2')
94 test.addCleanup(cleanup2)
105 'cleanup2', 'cleanup1', 'success'])
132 test.addCleanup(cleanup2)
133 def cleanup2(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]

Completed in 174 milliseconds