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

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_buffer_level_filter.h 22 virtual ~MockBufferLevelFilter() { Die(); }
23 MOCK_METHOD0(Die,
mock_delay_peak_detector.h 22 virtual ~MockDelayPeakDetector() { Die(); }
23 MOCK_METHOD0(Die, void());
mock_dtmf_buffer.h 23 virtual ~MockDtmfBuffer() { Die(); }
24 MOCK_METHOD0(Die, void());
mock_dtmf_tone_generator.h 22 virtual ~MockDtmfToneGenerator() { Die(); }
23 MOCK_METHOD0(Die, void());
mock_audio_decoder.h 23 virtual ~MockAudioDecoder() { Die(); }
24 MOCK_METHOD0(Die, void());
mock_delay_manager.h 24 virtual ~MockDelayManager() { Die(); }
25 MOCK_METHOD0(Die, void());
mock_packet_buffer.h 24 virtual ~MockPacketBuffer() { Die(); }
25 MOCK_METHOD0(Die, void());
mock_decoder_database.h 22 virtual ~MockDecoderDatabase() { Die(); }
23 MOCK_METHOD0(Die, void());
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.h 15 #define SANDBOX_DIE(m) sandbox::Die::SandboxDie(m, __FILE__, __LINE__)
19 #define RAW_SANDBOX_DIE(m) sandbox::Die::RawSandboxDie(m)
22 #define SANDBOX_INFO(m) sandbox::Die::SandboxInfo(m, __FILE__, __LINE__)
24 class SANDBOX_EXPORT Die {
63 DISALLOW_IMPLICIT_CONSTRUCTORS(Die);
die.cc 19 void Die::ExitGroup() {
47 void Die::SandboxDie(const char* msg, const char* file, int line) {
56 void Die::RawSandboxDie(const char* msg) {
63 void Die::SandboxInfo(const char* msg, const char* file, int line) {
69 void Die::LogToStderr(const char* msg, const char* file, int line) {
82 bool Die::simple_exit_ = false;
83 bool Die::suppress_info_ = false;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 53 DIE &Die = TheU->getUnitDie();
62 Asm->EmitInt32(TheU->getHeaderSize() + Die.getSize());
66 DD->emitDIE(Die);
70 // Compute the size and offset for each DIE.
76 // DIE within each compile unit. All offsets are CU relative.
85 // all of the CU DIE.
90 // Compute the size and offset of a DIE. The offset is relative to start of the
91 // CU. It returns the offset after laying out the DIE.
92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset)
    [all...]
DwarfUnit.h 17 #include "DIE.h"
76 DIE UnitDie;
89 DIE *IndexTyDie;
93 DenseMap<const MDNode *, DIE *> MDNodeToDieMap;
100 StringMap<const DIE *> GlobalNames;
103 StringMap<const DIE *> GlobalTypes;
112 /// need DW_AT_containing_type attribute. This attribute points to a DIE that
113 /// corresponds to the MDNode mapped with the subprogram DIE.
114 DenseMap<DIE *, const MDNode *> ContainingTypeMap;
209 DIE &getUnitDie() { return UnitDie;
    [all...]
DIEHash.h 17 #include "DIE.h"
27 /// attributes onto a DIE.
36 // Collection of all attributes used in hashing a particular DIE.
95 uint64_t computeDIEODRSignature(const DIE &Die);
98 uint64_t computeCUSignature(const DIE &Die);
101 uint64_t computeTypeSignature(const DIE &Die);
103 // Helper routines to process parts of a DIE
    [all...]
DIEHash.cpp 16 #include "DIE.h"
33 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) {
34 const SmallVectorImpl<DIEValue *> &Values = Die.getValues();
35 const DIEAbbrev &Abbrevs = Die.getAbbrev();
88 void DIEHash::addParentContext(const DIE &Parent) {
94 SmallVector<const DIE *, 1> Parents;
95 const DIE *Cur = &Parent;
105 for (SmallVectorImpl<const DIE *>::reverse_iterator I = Parents.rbegin(),
108 const DIE &Die = **I
    [all...]
DwarfAccelTable.h 17 #include "DIE.h"
168 const DIE *Die; // Offsets
171 HashDataContents(const DIE *D, char Flags) : Die(D), Flags(Flags) {}
174 O << " Offset: " << Die->getOffset() << "\n";
175 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n";
209 O << " Offset: " << C->Die->getOffset() << "\n";
210 O << " Tag: " << dwarf::TagString(C->Die->getTag()) << "\n";
248 void AddName(StringRef Name, MCSymbol *StrSym, const DIE *Die
    [all...]
DwarfUnit.cpp 80 DIEEntry *DwarfUnit::createDIEEntry(DIE &Entry) {
129 /// Check whether the DIE for this MDNode can be shared across CUs.
131 // When the MDNode can be part of the type system, the DIE can be shared
133 // Combining type units and cross-CU DIE sharing is lower value (since
134 // cross-CU DIE sharing is used in LTO and removes type redundancy at that
145 /// when the DIE for this MDNode can be shared across CUs. The mappings
147 DIE *DwarfUnit::getDIE(DIDescriptor D) const {
153 /// insertDIE - Insert DIE into the map. We delegate the request to DwarfDebug
154 /// when the DIE for this MDNode can be shared across CUs. The mappings
156 void DwarfUnit::insertDIE(DIDescriptor Desc, DIE *D)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
comfort_noise_unittest.cc 26 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
normal_unittest.cc 35 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
timestamp_scaler_unittest.cc 41 EXPECT_CALL(db, Die()); // Called when database object is deleted.
66 EXPECT_CALL(db, Die()); // Called when database object is deleted.
90 EXPECT_CALL(db, Die()); // Called when database object is deleted.
118 EXPECT_CALL(db, Die()); // Called when database object is deleted.
156 EXPECT_CALL(db, Die()); // Called when database object is deleted.
184 EXPECT_CALL(db, Die()); // Called when database object is deleted.
216 EXPECT_CALL(db, Die()); // Called when database object is deleted.
252 EXPECT_CALL(db, Die()); // Called when database object is deleted.
280 EXPECT_CALL(db, Die()); // Called when database object is deleted.
308 EXPECT_CALL(db, Die()); // Called when database object is deleted
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
generate_test_messages.py 12 def Die(message):
34 Die('Output file not specified')
36 Die('Exactly one input file must be specified')
  /external/chromium_org/components/dom_distiller/core/
fake_distiller.cc 22 EXPECT_CALL(*this, Die()).Times(testing::AnyNumber());
31 EXPECT_CALL(*this, Die()).Times(testing::AnyNumber());
36 Die();
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 61 Die();
87 Die();
98 Die();
109 Die();
131 Die();
153 Die();
183 Die();
199 Die();
204 Die();
211 Die();
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 66 self.Die("Push to trunk disabled by auto-roll settings file: %s"
78 self.Die("Push to trunk disabled by tree state: %s"
103 self.Die("Could not retrieve bleeding edge revision for trunk push %s"
111 self.Die("Last push too recently: %s" % last_push_be)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 107 Die();
113 Die();
124 Die();
sanitizer_libignore.cc 33 Die();
74 Die();
95 Die();

Completed in 641 milliseconds

1 2 3 4