Searched refs:Die (Results 51 - 75 of 112) sorted by relevance

12345

/external/compiler-rt/lib/msan/
H A Dmsan.cc205 Die();
215 Die();
322 Die(); \
358 Die();
369 Die();
408 Die();
445 Die();
493 Die();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc72 Die();
128 Die();
H A Dsanitizer_flag_parser.cc67 Die();
H A Dsanitizer_linux_s390.cc185 Die();
H A Dsanitizer_internal_defs.h197 void NORETURN Die();
208 Die(); \
252 Die(); \
H A Dsanitizer_common_libcdep.cc103 Die();
H A Dsanitizer_stacktrace_printer.cc114 Die();
H A Dsanitizer_common.cc67 Die();
80 Die();
111 Die();
/external/compiler-rt/lib/esan/
H A Desan_interface.cpp23 Die();
/external/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp44 Die();
/external/v8/tools/release/
H A Dpush_to_candidates.py72 self.Die("Could not determine the git hash for the push.")
189 self.Die("Empty ChangeLog entry.")
232 self.Die("Commit message editing failed.")
317 self.Die("Execution canceled.") # pragma: no cover
H A Droll_merge.py46 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.")
H A Dcommon_includes.py378 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=""): member in class:Step
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("Unknow
[all...]
H A Dcreate_release.py152 self.Die("Empty ChangeLog entry.")
217 self.Die("Commit message editing failed.")
H A Dmerge_to_branch.py46 self.Die("A merge is already in progress")
112 self.Die("Revision list is empty.")
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dcodec_manager_unittest.cc29 EXPECT_CALL(*enc, Die());
H A Drent_a_codec_unittest.cc135 EXPECT_CALL(external_encoder, Die());
175 EXPECT_CALL(speech_encoder, Die());
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp474 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit); local
475 CompileUnit *NewCU = new CompileUnit(ID, Die, Asm, this);
476 NewCU->addString(Die, dwarf::DW_AT_producer, dwarf::DW_FORM_string,
478 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
480 NewCU->addString(Die, dwarf::DW_AT_name, dwarf::DW_FORM_string, FN);
483 NewCU->addUInt(Die, dwarf::DW_AT_entry_pc, dwarf::DW_FORM_addr, 0);
487 NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4,
490 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0);
493 NewCU->addString(Die, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string, Dir);
495 NewCU->addUInt(Die, dwar
1397 computeSizeAndOffset(DIE *Die, unsigned Offset, bool Last) argument
1502 emitDIE(DIE *Die) argument
1598 DIE *Die = TheCU->getCUDie(); local
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc196 Die();
218 Die();
296 Die();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp68 return A->Die->getOffset() < B->Die->getOffset();
126 Asm->OutStreamer->AddComment("HeaderData Die Offset Base");
224 DwarfCompileUnit *CU = D->lookupUnit(HD->Die->getUnit());
226 Asm->EmitInt32(HD->Die->getOffset() + CU->getDebugInfoOffset());
230 Asm->EmitInt16(HD->Die->getTag());
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc178 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...]
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc137 Die();
220 Die();
380 Die();
/external/syslinux/dos/
H A Dcrt0.S46 int $0x20 # Die
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng_unittest.cc51 EXPECT_CALL(*mock_vad_, Die()).Times(1);
56 EXPECT_CALL(mock_encoder_, Die()).Times(1);
408 EXPECT_CALL(*mock_vad_, Die()).Times(1);
421 EXPECT_CALL(mock_encoder_, Die()).Times(1);
/external/autotest/site_utils/
H A Dgenerate_test_report39 def Die(message_format, *args, **kwargs): function
443 Die('%r does not exist', resdir)
447 Die('no test directories found')
739 Die('no result directories provided')

Completed in 446 milliseconds

12345