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

1 2 3

  /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/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...]
  /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,
  /system/update_engine/
testrunner.cc 29 #include "update_engine/common/terminator.h"
46 chromeos_update_engine::Terminator::Init(2);
main.cc 32 #include "update_engine/common/terminator.h"
107 chromeos_update_engine::Terminator::Init();
  /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;
ThreadSafetyTIL.h 1585 const Terminator *terminator() const { return TermInstr; } function in class:clang::threadSafety::BasicBlock
1586 Terminator *terminator() { return TermInstr; } function in class:clang::threadSafety::BasicBlock
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 43 enum TokenKind { CIE, FDE, Terminator, Unknown, NumOfTokenKinds };
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 104 Terminator,
313 /// isTerminator - Returns true if this instruction part of the terminator for
320 return Flags & (1 << MCID::Terminator);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 125 LONG NTAPI RtlIpv4StringToAddressA(PCSTR S, BOOLEAN Strict, LPSTR *Terminator, IN_ADDR *Addr);
126 LONG NTAPI RtlIpv4StringToAddressW(PCWSTR S, BOOLEAN Strict, LPWSTR *Terminator, IN_ADDR *Addr);
  /external/clang/lib/Analysis/
CFG.cpp 516 /// CXXBindTemporaryExpr as terminator, and branches to the current block
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 104 Terminator,
221 /// \brief Returns true if this instruction part of the terminator for
227 bool isTerminator() const { return Flags & (1 << MCID::Terminator); }
  /external/clang/lib/AST/
DeclPrinter.cpp 337 const char *Terminator = nullptr;
339 Terminator = nullptr;
342 Terminator = nullptr;
344 Terminator = nullptr;
351 Terminator = nullptr;
356 Terminator = ",";
358 Terminator = ";";
360 if (Terminator)
361 Out << Terminator;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.h 410 IN CHAR16 Terminator
421 Terminator - TODO: add argument description
  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 31 char Terminator[2];
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 109 /// The epilogue will be inserted before the first terminator instruction
291 // terminator.
293 for (const MachineInstr &Terminator : MBB.terminators()) {
294 if (!useOrDefCSROrFI(Terminator, RS))
296 // One of the terminator needs to happen before the restore point.
MachineBlockPlacement.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 297 /// CFGTerminator - Represents CFGBlock terminator statement.
299 /// TemporaryDtorsBranch bit is set to true if the terminator marks a branch
300 /// in control flow of destructors of temporaries. In this case terminator
331 /// (2) A "terminator" statement (not in the set of statements).
334 /// Terminator: The terminator represents the type of control-flow that occurs
335 /// at the end of the basic block. The terminator is a Stmt* referring to an
343 /// currently have the following orderings based on the terminator:
345 /// Terminator Successor Ordering
401 /// Terminator - The terminator for a basic block tha
    [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 159 e.buf[4] = 0x00 // Block Terminator.
227 e.buf[7] = 0x00 // Block Terminator.
271 e.writeByte(0x00) // Block Terminator.
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 159 e.buf[4] = 0x00 // Block Terminator.
227 e.buf[7] = 0x00 // Block Terminator.
271 e.writeByte(0x00) // Block Terminator.
  /external/llvm/include/llvm/Object/
Archive.h 35 char Terminator[2];

Completed in 866 milliseconds

1 2 3