HomeSort by relevance Sort by last modified time
    Searched refs:Terminator (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /system/update_engine/common/
terminator.cc 17 #include "update_engine/common/terminator.h"
23 volatile sig_atomic_t Terminator::exit_status_ = 1; // default exit status
24 volatile sig_atomic_t Terminator::exit_blocked_ = 0;
25 volatile sig_atomic_t Terminator::exit_requested_ = 0;
27 void Terminator::Init() {
33 void Terminator::Init(int exit_status) {
38 void Terminator::Exit() {
42 void Terminator::HandleSignal(int signum) {
50 Terminator::set_exit_blocked(false);
51 if (Terminator::exit_requested())
    [all...]
terminator_unittest.cc 17 #include "update_engine/common/terminator.h"
29 Terminator::Init();
30 ASSERT_FALSE(Terminator::exit_blocked());
31 ASSERT_FALSE(Terminator::exit_requested());
34 // Makes sure subsequent non-Terminator tests don't get accidentally
36 Terminator::Init();
53 Terminator::set_exit_blocked(true);
54 Terminator::HandleSignal(SIGTERM);
55 ASSERT_TRUE(Terminator::exit_requested());
59 Terminator::set_exit_blocked(true)
    [all...]
terminator.h 27 class Terminator {
29 // Initializes the terminator and sets up signal handlers.
36 // Set to true if the terminator should block termination requests in an
  /external/swiftshader/third_party/subzero/unittest/
IceParseInstsTest.cpp 40 1, naclbitc::BLK_CODE_ENTER, naclbitc::MODULE_BLOCK_ID, 2, Terminator,
41 1, naclbitc::BLK_CODE_ENTER, naclbitc::TYPE_BLOCK_ID_NEW, 2, Terminator,
42 3, naclbitc::TYPE_CODE_NUMENTRY, 3, Terminator,
43 3, naclbitc::TYPE_CODE_INTEGER, 32, Terminator,
44 3, naclbitc::TYPE_CODE_VOID, Terminator,
45 3, naclbitc::TYPE_CODE_FUNCTION, 0, 1, 0, 0, Terminator,
46 0, naclbitc::BLK_CODE_EXIT, Terminator,
47 3, naclbitc::MODULE_CODE_FUNCTION, 2, 0, 1, 3, Terminator,
48 3, naclbitc::MODULE_CODE_FUNCTION, 2, 0, 0, 3, Terminator,
49 1, naclbitc::BLK_CODE_ENTER, naclbitc::FUNCTION_BLOCK_ID, 2, Terminator,
    [all...]
IceParseTypesTest.cpp 29 naclbitc::MODULE_BLOCK_ID, NO_LOCAL_ABBREVS, Terminator,
31 naclbitc::TYPE_BLOCK_ID_NEW, NO_LOCAL_ABBREVS, Terminator,
32 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_NUMENTRY, 2, Terminator,
33 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_INTEGER, 32, Terminator,
34 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_FLOAT, Terminator,
35 naclbitc::END_BLOCK, naclbitc::BLK_CODE_EXIT, Terminator,
36 naclbitc::END_BLOCK, naclbitc::BLK_CODE_EXIT, Terminator};
64 1, Terminator};
79 naclbitc::TYPE_CODE_NUMENTRY, 18446744073709547964ULL, Terminator};
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 93 // Represents the state of a block terminator.
95 // If this terminator is a relaxable branch, this points to the branch
99 // The address that we currently assume the terminator has.
102 // The current size of the terminator in bytes.
148 void skipTerminator(BlockPosition &Position, TerminatorInfo &Terminator,
152 bool mustRelaxBranch(const TerminatorInfo &Terminator, uint64_t Address);
157 void relaxBranch(TerminatorInfo &Terminator);
177 // accordingly and move Position to the end of the block's non-terminator
200 // Position describes the state immediately before Terminator.
201 // Update Terminator accordingly and move Position past it
    [all...]
  /system/update_engine/
testrunner.cc 26 #include "update_engine/common/terminator.h"
42 chromeos_update_engine::Terminator::Init(2);
  /external/clang/include/clang/Driver/
Job.h 93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
148 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
167 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Job.h 97 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
141 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
158 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
177 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /external/clang/lib/Driver/
Job.cpp 155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
215 // Avoiding duplicated newline terminator, since FileLists are
222 OS << Terminator;
280 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator,
284 Fallback->Print(OS, Terminator, Quote, CrashInfo);
320 void ForceSuccessCommand::Print(raw_ostream &OS, const char *Terminator,
323 OS << " || (exit 0)" << Terminator;
336 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote,
339 Job.Print(OS, Terminator, Quote, CrashInfo);
  /external/llvm/lib/Analysis/
EHPersonalities.cpp 96 TerminatorInst *Terminator = Visiting->getTerminator();
97 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) {
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 33 const Stmt *Terminator;

Completed in 339 milliseconds

1 2 3 4 5 6 7