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

1 2 34 5 6

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 197 void NORETURN Die();
208 Die(); \
252 Die(); \
sanitizer_common_libcdep.cc 103 Die();
sanitizer_stacktrace_printer.cc 114 Die();
sanitizer_common.cc 67 Die();
80 Die();
108 // If raw report is requested or we went into recursion, just die.
111 Die();
  /external/v8/tools/release/
auto_roll.py 114 self.Die("Workspace is not clean. Please commit or undo your changes.")
117 self.Die("DEPS file not present.")
145 self.Die("Failed to create deps for %s" % self["roll"])
roll_merge.py 46 self.Die("A merge is already in progress")
53 self.Die("Please specify a branch to merge to")
108 self.Die("Revision list is empty.")
common_includes.py 378 self.Die("Can't find remote of %s" % name)
394 self.step.Die("Couldn't determine commit for setting the tag. Maybe the "
522 def Die(self, msg=""):
531 self.Die(msg)
547 self.Die(msg)
552 self.Die("This is not a git checkout, this script won't work for you.")
558 self.Die("Please set your EDITOR environment variable, you'll need it.")
563 self.Die("Workspace is not clean. Please commit or undo your changes.")
619 self.Die("Applying the patch failed.")
705 self.Die("Unknown latest release: %s" % latest_hash
    [all...]
merge_to_branch.py 46 self.Die("A merge is already in progress")
112 self.Die("Revision list is empty.")
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 20 #include "llvm/CodeGen/DIE.h"
33 void DwarfAccelTable::AddName(DwarfStringPoolEntryRef Name, const DIE *die,
36 // If the string is in the list already then add this die to the list
41 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
68 return A->Die->getOffset() < B->Die->getOffset();
126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
223 // Emit the DIE offset
224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit())
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 178 EXPECT_CALL(*mock_buffer_level_filter_, Die()).Times(1);
181 EXPECT_CALL(*mock_decoder_database_, Die()).Times(1);
184 EXPECT_CALL(*mock_delay_manager_, Die()).Times(1);
187 EXPECT_CALL(*mock_delay_peak_detector_, Die()).Times(1);
190 EXPECT_CALL(*mock_dtmf_buffer_, Die()).Times(1);
193 EXPECT_CALL(*mock_dtmf_tone_generator_, Die()).Times(1);
196 EXPECT_CALL(*mock_packet_buffer_, Die()).Times(1);
288 EXPECT_CALL(mock_decoder, Die()).Times(1); // Called when deleted.
593 EXPECT_CALL(mock_decoder, Die());
795 EXPECT_CALL(mock_decoder, Die());
    [all...]
packet_buffer_unittest.cc 188 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
229 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
367 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
430 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
  /external/compiler-rt/lib/dfsan/
dfsan.cc 137 Die();
220 Die();
380 Die();
  /external/syslinux/dos/
crt0.S 46 int $0x20 # Die
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng_unittest.cc 51 EXPECT_CALL(*mock_vad_, Die()).Times(1);
56 EXPECT_CALL(mock_encoder_, Die()).Times(1);
402 // AudioEncoderCng die via CHECKs.
408 EXPECT_CALL(*mock_vad_, Die()).Times(1);
421 EXPECT_CALL(mock_encoder_, Die()).Times(1);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec_unittest.cc 135 EXPECT_CALL(external_encoder, Die());
175 EXPECT_CALL(speech_encoder, Die());
  /external/autotest/site_utils/
generate_test_report 39 def Die(message_format, *args, **kwargs):
443 Die('%r does not exist', resdir)
447 Die('no test directories found')
739 Die('no result directories provided')
  /external/compiler-rt/lib/asan/
asan_rtl.cc 45 // Don't die twice - run a busy loop.
68 Die();
82 Die();
351 Die();
509 Die();
  /external/compiler-rt/lib/esan/
esan_sideline_linux.cpp 127 Die();
  /external/compiler-rt/lib/lsan/
lsan_common.cc 41 Die();
452 Die();
485 Die();
717 Die();
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 105 Die();
tsan_suppressions.cc 98 Die();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]

Completed in 1462 milliseconds

1 2 34 5 6