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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/libs/hwui/
Texture.cpp 28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
VertexBuffer.h 76 mCleanupMethod = &(cleanup<TYPE>);
87 mCleanupIndexMethod = &(cleanup<TYPE>);
154 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
  /external/libcxxabi/src/
cxa_vector.cpp 213 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor );
218 cleanup.release (); // We're good!
237 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
242 cleanup.release (); // We're good!
259 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
270 cleanup.release (); // We're still good!
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 213 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor );
218 cleanup.release (); // We're good!
237 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
242 cleanup.release (); // We're good!
259 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
270 cleanup.release (); // We're still good!
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 591 goto cleanup;
595 goto cleanup;
600 goto cleanup;
605 goto cleanup;
611 goto cleanup;
619 cleanup:
652 goto cleanup;
656 goto cleanup;
660 goto cleanup;
664 goto cleanup;
    [all...]
  /external/valgrind/main/perf/
vg_perf 42 # - cleanup: <post-test cleanup cmd to run> (default: none)
87 my $cleanup; # cleanup command to run
191 ($vgopts, $prog, $args, $prereq, $cleanup)
207 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
208 $cleanup = $1;
257 # Successful run; cleanup
384 if (defined $cleanup) {
385 (system("$cleanup") == 0) or
    [all...]
vg_perf.in 42 # - cleanup: <post-test cleanup cmd to run> (default: none)
87 my $cleanup; # cleanup command to run
191 ($vgopts, $prog, $args, $prereq, $cleanup)
207 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
208 $cleanup = $1;
257 # Successful run; cleanup
384 if (defined $cleanup) {
385 (system("$cleanup") == 0) or
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 148 cleanup(); method
161 // somehow never call cleanup().
255 cleanup(); method
284 cleanup(); method
397 // We're not done yet, though, so don't call cleanup() here.
421 cleanup(); method
433 * The exact cleanup steps are:
449 private void cleanup() { method in class:EmergencyCallHelper
450 if (DBG) log("cleanup()...");
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchManager.cpp 33 void cleanup();
117 void FetchManager::Loader::cleanup() function in class:WebCore::FetchManager::Loader
153 (*it)->cleanup();
  /external/qemu/include/net/
net.h 21 NetCleanup *cleanup; member in struct:VLANClientState
60 NetCleanup *cleanup,
144 NetCleanup *cleanup,
  /frameworks/compile/slang/tests/
test.py 25 cleanup = 1 variable in class:Options
159 if Options.cleanup:
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
195 elif arg in ('-n', '--no-cleanup'):
196 Options.cleanup = 0
  /frameworks/rs/driver/
rsdPath.cpp 65 static void cleanup(const Context *rsc, const Path *m) { function
75 cleanup(rsc, m);
99 cleanup(rsc, m);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 60 protected boolean cleanup() { method in class:A2dpSinkService
62 mStateMachine.cleanup();
172 public boolean cleanup() { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
  /external/zlib/src/examples/
enough.c 182 local void cleanup(void) function
303 cleanup();
466 /* set up globals for cleanup() */
528 cleanup();
540 cleanup();
557 cleanup();
570 cleanup();
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 209 scoped_cleanup cleanup(array_address, n, element_size, destructor);
214 cleanup.release();
234 scoped_cleanup cleanup(array_address, n, element_size, destructor);
242 cleanup.release();
348 scoped_cleanup cleanup(dst_array, n, element_size, destructor);
356 cleanup.release();
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 46 function cleanup () { function
102 trap cleanup EXIT
103 # This automatically triggers a call to cleanup.
  /bootable/recovery/applypatch/
imgdiff_test.sh 64 cleanup() { function
111 # --------------- cleanup ----------------------
113 cleanup
  /bootable/recovery/
verifier_test.sh 52 cleanup() { function
115 # --------------- cleanup ----------------------
117 cleanup
  /external/clang/lib/CodeGen/
CGCleanup.cpp 13 // A "cleanup" is a piece of code which needs to be executed whenever
130 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
131 if (cleanup.isActive()) return si;
132 si = cleanup.getEnclosingNormalCleanup();
141 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); local
142 if (cleanup && !cleanup->isActive()) {
143 si = cleanup->getEnclosingEHScope();
156 assert(((Size % sizeof(void*)) == 0) && "cleanup type is misaligned");
181 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin())
265 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
    [all...]
  /external/lldb/test/functionalities/abbreviation/
TestAbbreviations.py 38 # Execute cleanup function during test tear down
39 def cleanup(): function in function:AbbreviationsTestCase.test_nonrunning_command_abbreviations
41 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/command_script/
TestCommandScript.py 35 def cleanup(): function in function:CmdPythonTestCase.pycmd_tests
45 # Execute the cleanup function during test case tear down.
46 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
TestDataFormatterDisabling.py 49 def cleanup(): function in function:DataFormatterDisablingTestCase.data_formatter_commands
61 # Execute the cleanup function during test case tear down.
62 self.addTearDownHook(cleanup)
95 # last check - our cleanup will re-enable everything
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
TestDataFormatterNamedSummaries.py 49 def cleanup(): function in function:NamedSummariesDataFormatterTestCase.data_formatter_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-script/
TestDataFormatterScript.py 49 def cleanup(): function in function:ScriptDataFormatterTestCase.data_formatter_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
  /external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
TestDataFormatterSkipSummary.py 51 def cleanup(): function in function:SkipSummaryDataFormatterTestCase.data_formatter_commands
55 # Execute the cleanup function during test case tear down.
56 self.addTearDownHook(cleanup)

Completed in 357 milliseconds

1 2 3 4 56 7 8 91011>>