HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 101 - 125 of 783) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
caltztst.h 26 static void cleanup();
  /external/clang/test/Sema/
warn-unused-function.c 52 char * const __attribute__((cleanup(cleanupMalloc))) a;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameModelLoader.java 28 public void cleanup() { } method in class:GifFrameModelLoader.GifFrameDataFetcher
  /external/icu/icu4c/source/test/intltest/
caltztst.h 26 static void cleanup();
  /external/llvm/utils/
makellvm 4 onintr cleanup
5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup'
144 cleanup:
  /hardware/libhardware/include/hardware/
bt_pan.h 79 * Cleanup the pan interface
81 void (*cleanup)(void); member in struct:__anon40380
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 45 public boolean cleanup(); method in interface:ProfileService.IProfileServiceBinder
67 protected boolean cleanup() { method in class:ProfileService
156 if (DBG) log("Cleanup already started... Skipping cleanup()...");
158 if (DBG) log("cleanup()");
160 cleanup(); method
162 mBinder.cleanup();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 113 cleanup(); method
157 cleanup(); method
171 cleanup(); method
174 private void cleanup() { method in class:ConversationPagerController
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h 101 void (*cleanup) (void); member in struct:__anon20274
225 void (*cleanup) (int); member in struct:__anon20276
  /external/icu/icu4c/source/i18n/
smpdtfst.cpp 72 // smpdtfmt_cleanup Memory cleanup function, free/delete all
77 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
89 return SimpleDateFormatStaticSets::cleanup();
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 20 def cleanup(): function in function:Issue11581TestCase.test_11581_commands
24 # Execute the cleanup function during test case tear down.
25 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 27 def cleanup(): function in function:ImportTestCase.run_test
36 # Execute the cleanup function during test case tear down.
37 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
TestDataFormatterLibccIterator.py 50 def cleanup(): function in function:LibcxxIteratorDataFormatterTestCase.data_formatter_commands
57 # Execute the cleanup function during test case tear down.
58 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
TestDataFormatterLibcxxMultiSet.py 48 def cleanup(): function in function:LibcxxMultiSetDataFormatterTestCase.data_formatter_commands
55 # Execute the cleanup function during test case tear down.
56 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
TestDataFormatterLibcxxSet.py 48 def cleanup(): function in function:LibcxxSetDataFormatterTestCase.data_formatter_commands
55 # Execute the cleanup function during test case tear down.
56 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
TestDataFormatterStdIterator.py 51 def cleanup(): function in function:StdIteratorDataFormatterTestCase.data_formatter_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/rdar-10449092/
Test-rdar-10449092.py 50 def cleanup(): function in function:Radar10449092DataFormatterTestCase.data_formatter_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/rdar-10887661/
TestRdar10887661.py 51 def cleanup(): function in function:Rdar10887661TestCase.capping_test_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/rdar-11086338/
TestRdar11086338.py 51 def cleanup(): function in function:DataFormatterRdar11086338TestCase.rdar11086338_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/rdar-11988289/
TestRdar 11988289.py 51 def cleanup(): function in function:DataFormatterRdar11988289TestCase.rdar11988289_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/rdar-12529957/
TestRdar12529957.py 51 def cleanup(): function in function:DataFormatterRdar12529957TestCase.rdar12529957_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/inferior-changed/
TestInferiorChanged.py 18 self.cleanup()
28 self.cleanup()
  /external/lldb/test/functionalities/recursion/
TestValueObjectRecursion.py 49 def cleanup(): function in function:ValueObjectRecursionTestCase.recursive_vo_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
  /external/lldb/test/python_api/rdar-12481949/
Test-rdar-12481949.py 50 def cleanup(): function in function:Radar12481949DataFormatterTestCase.rdar12481949_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 53 CTrapCleanup* cleanup = CTrapCleanup::New(); local
56 delete cleanup;
138 * TerminateThread() doesn't perform stack and DLL cleanup.

Completed in 1026 milliseconds

1 2 3 45 6 7 8 91011>>