HomeSort by relevance Sort by last modified time
    Searched refs:is_fatal (Results 1 - 8 of 8) sorted by null

  /external/oprofile/daemon/
oprofiled.h 45 /** return the int in the given oprofilefs file, error is fatal if !is_fatal */
46 int opd_read_fs_int(char const * path, char const * name, int is_fatal);
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 164 void FailingThread(bool is_fatal) {
165 if (is_fatal)
173 void GenerateFatalFailureInAnotherThread(bool is_fatal) {
174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
  /external/gtest/test/
gtest_stress_test.cc 164 void FailingThread(bool is_fatal) {
165 if (is_fatal)
173 void GenerateFatalFailureInAnotherThread(bool is_fatal) {
174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
  /external/srec/srec/include/
duk_err.h 184 int is_fatal; member in struct:__anon12619
  /external/bluetooth/glib/glib/
gmessages.c 782 gboolean is_fatal = (log_level & G_LOG_FLAG_FATAL) != 0; local
819 if (is_fatal)
891 gboolean is_fatal = (log_level & G_LOG_FLAG_FATAL) != 0; local
952 if (is_fatal)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 547 reference is made. IS_FATAL indicates whether an undefined symbol is
551 asection *section, bfd_vma address, bfd_boolean is_fatal);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 547 reference is made. IS_FATAL indicates whether an undefined symbol is
551 asection *section, bfd_vma address, bfd_boolean is_fatal);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 547 reference is made. IS_FATAL indicates whether an undefined symbol is
551 asection *section, bfd_vma address, bfd_boolean is_fatal);

Completed in 219 milliseconds