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

1 23 4

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 198 void NORETURN Die();
210 Die(); \
254 Die(); \
sanitizer_posix.cc 112 // If we went into recursion, just die.
114 Die();
301 Die();
318 Die();
sanitizer_posix_libcdep.cc 66 Die();
sanitizer_suppressions.cc 115 Die();
sanitizer_coverage_libcdep.cc 103 Die();
167 Die();
sanitizer_thread_registry.cc 141 Die();
sanitizer_linux.cc 275 Die(); // Unreachable.
409 Die();
sanitizer_common.h 214 void NORETURN Die();
225 // Specific tools may override behavior of "Die" and "CheckFailed" functions
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 333 def Die(self, msg=""):
342 self.Die(msg)
358 self.Die(msg)
363 self.Die("This is not a git checkout, this script won't work for you.")
368 self.Die("Please set your EDITOR environment variable, you'll need it.")
373 self.Die("Workspace is not clean. Please commit or undo your changes.")
426 self.Die("Applying the patch failed.")
releases.py 271 self.Die("Workspace is not clean. Please commit or undo your changes.")
274 self.Die("DEPS file not present.")
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 132 EXPECT_CALL(decoder, Die()).Times(0);
136 EXPECT_CALL(decoder, Die()).Times(1); // Will be called when |db| is deleted.
packet_buffer_unittest.cc 178 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
219 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
380 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
443 EXPECT_CALL(decoder_database, Die()); // Called when object is deleted.
payload_splitter_unittest.cc 411 EXPECT_CALL(decoder_database, Die());
442 EXPECT_CALL(decoder_database, Die());
563 EXPECT_CALL(decoder_database, Die());
638 EXPECT_CALL(decoder_database, Die());
688 EXPECT_CALL(decoder_database, Die());
719 EXPECT_CALL(decoder_database, Die());
delay_manager_unittest.cc 78 EXPECT_CALL(detector_, Die());
  /external/compiler-rt/lib/lsan/
lsan_common.cc 104 Die();
439 Die();
681 Die();
698 Die();
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 104 Die();
tsan_mutex.cc 121 Die();
tsan_interceptors.cc 210 Die(); \
796 Die();
830 Die();
852 Die();
    [all...]
tsan_rtl_thread.cc 183 Die();
  /external/compiler-rt/lib/asan/
asan_rtl.cc 41 // Don't die twice - run a busy loop.
71 Die();
334 Die();
648 Die();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 53 def Die(message):
126 Die('Invalid prefix rewrite spec %s' % spec)
190 Die('goog.base not provided by any file.')
226 Die('COMPILED var assignment not found in %s' % base.GetInPath())
316 Die('At least one top-level source file must be specified.')
330 Die('Must specify --dest_dir when copying.')
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 10 #include "../lib/CodeGen/AsmPrinter/DIE.h"
23 DIE Die(dwarf::DW_TAG_base_type);
25 Die.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Size);
26 uint64_t MD5Res = Hash.computeTypeSignature(Die);
32 DIE Unnamed(dwarf::DW_TAG_structure_type);
41 // The exact same hash GCC produces for this DIE.
47 DIE Foo(dwarf::DW_TAG_structure_type);
55 // The exact same hash GCC produces for this DIE.
61 DIE CU(dwarf::DW_TAG_compile_unit)
    [all...]
  /external/chromium_org/components/dom_distiller/core/
task_tracker_unittest.cc 250 EXPECT_CALL(*distiller, Die())
dom_distiller_service_unittest.cc 199 EXPECT_CALL(*distiller, Die())
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 489 Die::SuppressInfoMessages(true);
535 Die::SuppressInfoMessages(true);
562 Die::SuppressInfoMessages(true);
622 Die::SuppressInfoMessages(true);
    [all...]

Completed in 520 milliseconds

1 23 4