HomeSort by relevance Sort by last modified time
    Searched refs:Cleanup (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /system/bt/
Android.mk 49 # Cleanup our locals
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 73 FRIEND_TEST(L2TPIPSecDriverTest, Cleanup);
116 void Cleanup(Service::ConnectState state, Service::ConnectFailure failure);
third_party_vpn_driver.cc 102 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
160 Cleanup(Service::kStateFailure, Service::kFailureUnknown,
411 void ThirdPartyVpnDriver::Cleanup(Service::ConnectState state,
462 Cleanup(Service::kStateFailure, Service::kFailureInternal,
484 Cleanup(Service::kStateFailure, Service::kFailureInternal,
504 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
514 Cleanup(Service::kStateFailure, Service::kFailureInternal,
523 Cleanup(Service::kStateFailure, Service::kFailureConnect,
l2tp_ipsec_driver.cc 183 Cleanup(Service::kStateIdle, Service::kFailureUnknown);
187 Cleanup(Service::kStateFailure, failure);
190 void L2TPIPSecDriver::Cleanup(Service::ConnectState state,
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 129 void Cleanup() {
  /external/autotest/client/deps/glbench/src/
glx_stuff.cc 61 void GLXInterface::Cleanup() {
egl_stuff.cc 35 void EGLInterface::Cleanup() {
waffle_stuff.cc 164 void WaffleInterface::Cleanup() {
  /external/libweave/src/commands/
command_queue.h 71 void Cleanup(const base::Time& cutoff_time);
73 // Schedule a cleanup task to be run after the specified |delay|.
76 // Perform removal of scheduled commands (by calling Cleanup()) and scheduling
77 // another cleanup task if the removal queue is still not empty.
99 // WeakPtr factory for controlling the lifetime of command queue cleanup
command_queue.cc 118 void CommandQueue::Cleanup(const base::Time& cutoff_time) {
135 Cleanup(now);
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 44 MBBOrBasicBlock Cleanup;
  /external/webrtc/webrtc/base/
openssladapter.h 63 void Cleanup();
opensslstreamadapter.h 154 void Cleanup();
openssladapter.cc 291 Cleanup();
368 Cleanup();
388 Cleanup();
438 OpenSSLAdapter::Cleanup() {
439 LOG(LS_INFO) << "Cleanup";
603 Cleanup();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 50 void Cleanup();
  /external/clang/lib/CodeGen/
CGBlocks.h 163 EHScopeStack::stable_iterator Cleanup;
180 return Cleanup;
182 void setCleanup(EHScopeStack::stable_iterator cleanup) {
184 Cleanup = cleanup;
CGCleanup.cpp 13 // A "cleanup" is a piece of code which needs to be executed whenever
152 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*it); local
153 if (!cleanup || !cleanup->isLifetimeMarker())
164 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
165 if (cleanup.isActive()) return si;
166 si = cleanup.getEnclosingNormalCleanup();
197 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin());
198 InnermostNormalCleanup = Cleanup.getEnclosingNormalCleanup();
199 InnermostEHScope = Cleanup.getEnclosingEHScope()
281 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
    [all...]
  /external/tpm2/
CpriRSA.c 73 goto Cleanup;
82 goto Cleanup;
102 goto Cleanup;
110 Cleanup:
184 goto Cleanup;
194 goto Cleanup;
209 goto Cleanup;
228 goto Cleanup;
236 Cleanup:
    [all...]
MathFunctions.c 475 goto Cleanup;
485 goto Cleanup;
490 Cleanup:
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 110 // cleanup.
265 void PostinstallRunnerAction::Cleanup() {
285 Cleanup();
370 Cleanup();
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 153 if (!Cleanup()) {
166 bool Cleanup() {
321 // Do the cleanup here even though it will happen when symsrv goes out of
323 if (!symsrv.Cleanup()) {
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c     [all...]
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 34 def Cleanup(self):
63 self.Cleanup()
  /external/bison/examples/calc++/
calc++-parser.cc 715 yydestruct_ ("Cleanup: discarding lookahead", yytoken, &yylval,
724 yydestruct_ ("Cleanup: popping",
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 14 // personality functions require cleanup code to be outlined, and the C++
120 UME.Cleanup = BB;
265 // It's possible for a cleanup to be visited twice: it might have multiple
284 report_fatal_error("Cleanup funclets for the MSVC++ personality cannot "
357 // It's possible for a cleanup to be visited twice: it might have multiple
374 report_fatal_error("Cleanup funclets for the SEH personality cannot "
469 if (const CleanupPadInst *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
470 // A cleanup can have multiple exits; don't re-process after the first.
471 if (FuncInfo.EHPadStateMap.count(Cleanup))
474 const BasicBlock *PadBlock = Cleanup->getParent()
    [all...]

Completed in 1370 milliseconds

12 3 4 5