HomeSort by relevance Sort by last modified time
    Searched defs:cleanup2 (Results 1 - 4 of 4) 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...]
  /external/lldb/test/unittest2/test/
test_case.py 61 def cleanup2(*args, **kwargs): function in function:TestCleanUp.testCleanUp
65 test.addCleanup(cleanup2)
69 (cleanup2, (), {})])
95 def cleanup2(): function in function:TestCleanUp.testCleanUpWithErrors
99 test.addCleanup(cleanup2)
127 def cleanup2(): function in function:TestCleanUp.testCleanupInRun
128 ordering.append('cleanup2')
130 test.addCleanup(cleanup2)
141 'cleanup2', 'cleanup1', 'success'])
168 test.addCleanup(cleanup2)
169 def cleanup2(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]

Completed in 736 milliseconds