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

1 2 34 5

  /external/autotest/client/tests/cgroup/
cgroup.py 64 def cleanup(self): member in class:cgroup
68 logging.info('Cleanup')
69 self.modules.cleanup()
79 def cleanup(supress=False): function in function:cgroup.test_memory
80 # cleanup
81 logging.debug("test_memory: Cleanup")
90 logging.warning("Some parts of cleanup failed%s" % err)
92 raise error.TestFail("Some parts of cleanup failed%s" % err)
257 # CLEANUP
259 cleanup()
318 def cleanup(supress=False): function in function:cgroup.test_cpuset
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 113 static std::vector<std::string> Cleanup;
849 Cleanup.push_back(Filename.c_str());
980 for (std::string &Name : Cleanup) {
  /system/connectivity/shill/vpn/
openvpn_driver.cc 187 Cleanup(Service::kStateIdle,
194 Cleanup(Service::kStateFailure, failure, error_details);
197 void OpenVPNDriver::Cleanup(Service::ConnectState state,
    [all...]
openvpn_driver_unittest.cc     [all...]
l2tp_ipsec_driver_unittest.cc 250 TEST_F(L2TPIPSecDriverTest, Cleanup) {
265 driver_->FailService(Service::kFailureBadPassphrase); // Trigger Cleanup.
  /build/tools/releasetools/
add_img_to_target_files 441 common.Cleanup()
add_img_to_target_files.py 441 common.Cleanup()
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
  /frameworks/native/cmds/installd/
commands.cpp     [all...]
  /external/bison/data/
yacc.c     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 387 bool Cleanup; // Omit redundant decls.
392 : Verbose(V), Cleanup(C), CStyle(CS)
  /external/pcre/dist/
pcrecpp.cc 100 void RE::Cleanup() {
108 Cleanup();
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 846 static void Cleanup(JNIEnv* env, jobject /* object */) {
851 sFlpInterface->cleanup();
1044 {"nativeCleanup", "()V", reinterpret_cast<void*>(Cleanup)},
  /external/autotest/scheduler/
rdb_integration_tests.py 523 self.god.stub_with(provision.Cleanup,
  /external/clang/lib/Frontend/
ASTUnit.cpp 98 void Cleanup();
127 I.second->Cleanup();
153 I->second->Cleanup();
179 void OnDiskData::Cleanup() {
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 488 struct FinishARCDealloc final : EHScopeStack::Cleanup {
542 // In ARC, certain methods get an extra cleanup.
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGCall.cpp     [all...]
CodeGenFunction.h 158 /// PrologueCleanupDepth - The cleanup depth enclosing all the
300 /// The size of the following cleanup object.
302 /// The kind of cleanup to push: a value from the CleanupKind enumeration.
309 /// i32s containing the indexes of the cleanup destinations.
353 /// Where the catchall's edge through the cleanup should go.
382 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
388 // arguments requires saving, then use the unconditional cleanup.
401 /// \brief Queue a cleanup to be pushed after finishing the current
405 assert(!isInConditionalBranch() && "can't defer conditional cleanup");
414 "Cleanup will be allocated on misaligned address")
    [all...]
ItaniumCXXABI.cpp     [all...]
CGBlocks.cpp 624 // Remember where that cleanup was.
631 /// kind of cleanup object is a BlockDecl*.
885 EHScopeStack::stable_iterator cleanup = capture.getCleanup(); local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 215 // Do not emit a .seh_handler directive if it is a C++ cleanup funclet.
484 /// function is actually a cleanup handler with the same prototype. A catch-all
670 getMCSymbolForMBB(Asm, UME.Cleanup.dyn_cast<MachineBasicBlock *>());
785 // Don't emit ip2state entries for cleanup funclets. Any interesting
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 569 function cleanup(t) { function
738 // Cleanup
739 cleanup(String);
740 cleanup(Number);
741 cleanup(Boolean);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 408 /// A cleanup, and a flag indicating whether it is lifetime-extended.
409 class Cleanup {
413 Cleanup(APValue *Val, bool IsLifetimeExtended)
462 llvm::SmallVector<Cleanup, 16> CleanupStack;
846 cleanup(Info, OldStackSize);
849 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { function in class:__anon6253::ScopeRAII
854 // Full-expression cleanup of a lifetime-extended temporary: nothing
855 // to do, just move this cleanup to the right place in the stack.
    [all...]

Completed in 2857 milliseconds

1 2 34 5