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

  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 42 cleanup1( void* arg ) function
72 pthread_cleanup_push( cleanup1, (void*)MAGIC1 );
95 fprintf(stderr, "cleanup1 not called !!\n");
97 fprintf(stderr, "cleanup1 called with wrong argument\n" );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 21 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
56 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
62 test.addCleanup(cleanup1)
89 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
90 ordering.append('cleanup1')
93 test.addCleanup(cleanup1)
105 'cleanup2', 'cleanup1', 'success'])
110 test.addCleanup(cleanup1)
130 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 21 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
56 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
62 test.addCleanup(cleanup1)
89 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
90 ordering.append('cleanup1')
93 test.addCleanup(cleanup1)
105 'cleanup2', 'cleanup1', 'success'])
110 test.addCleanup(cleanup1)
130 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
    [all...]

Completed in 85 milliseconds