Searched refs:posix (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dossource_posix.cpp8 // This file contains the posix specific functions
13 #error Trying to build a posix specific file in a non-posix build.
/external/v8/
H A DAndroid.d8.mk9 src/d8-posix.cc
/external/bison/tests/
H A DMakefile.am84 .PHONY: maintainer-check-posix
85 maintainer-check-posix: atconfig atlocal $(TESTSUITE)
96 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
/external/open-vcdiff/gtest/src/
H A Dgtest-port.cc136 pattern_ = posix::StrDup(regex);
384 pattern_ = posix::StrDup(regex);
432 posix::Abort();
450 posix::Abort();
552 FILE* const file = posix::FOpen(g_captured_stderr->filename().c_str(), "r");
554 posix::FClose(file);
573 namespace posix {
578 } // namespace posix
643 const char* const string_value = posix::GetEnv(env_var.c_str());
653 const char* const string_value = posix
[all...]
H A Dgtest-filepath.cc178 posix::StatStruct file_stat;
179 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
205 posix::StatStruct file_stat;
206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
207 posix::IsDir(file_stat);
/external/protobuf/gtest/src/
H A Dgtest-port.cc136 pattern_ = posix::StrDup(regex);
384 pattern_ = posix::StrDup(regex);
432 posix::Abort();
450 posix::Abort();
552 FILE* const file = posix::FOpen(g_captured_stderr->filename().c_str(), "r");
554 posix::FClose(file);
573 namespace posix {
578 } // namespace posix
643 const char* const string_value = posix::GetEnv(env_var.c_str());
653 const char* const string_value = posix
[all...]
H A Dgtest-filepath.cc178 posix::StatStruct file_stat;
179 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
205 posix::StatStruct file_stat;
206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
207 posix::IsDir(file_stat);
/external/chromium/testing/gtest/src/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
709 const char* const string_value = posix::GetEnv(env_var.c_str());
719 const char* const string_value = posix::GetEnv(env_var.c_str());
741 const char* const value = posix
[all...]
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
709 const char* const string_value = posix::GetEnv(env_var.c_str());
719 const char* const string_value = posix::GetEnv(env_var.c_str());
741 const char* const value = posix
[all...]
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/gtest/src/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
558 FILE* const file = posix::FOpen(filename_.c_str(), "r");
560 posix::FClose(file);
663 namespace posix {
668 } // namespace posix
733 const char* const string_value = posix::GetEnv(env_var.c_str());
743 const char* const string_value = posix::GetEnv(env_var.c_str());
765 const char* const value = posix
[all...]
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
709 const char* const string_value = posix::GetEnv(env_var.c_str());
719 const char* const string_value = posix::GetEnv(env_var.c_str());
741 const char* const value = posix
[all...]
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
538 FILE* const file = posix::FOpen(filename_.c_str(), "r");
540 posix::FClose(file);
643 namespace posix {
648 } // namespace posix
713 const char* const string_value = posix::GetEnv(env_var.c_str());
723 const char* const string_value = posix::GetEnv(env_var.c_str());
745 const char* const value = posix
[all...]
H A Dgtest-filepath.cc207 posix::StatStruct file_stat;
208 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
234 posix::StatStruct file_stat;
235 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
236 posix::IsDir(file_stat);
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc146 pattern_ = posix::StrDup(regex);
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
709 const char* const string_value = posix::GetEnv(env_var.c_str());
719 const char* const string_value = posix::GetEnv(env_var.c_str());
741 const char* const value = posix
[all...]
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc210 posix::StatStruct file_stat;
211 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
237 posix::StatStruct file_stat;
238 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
239 posix::IsDir(file_stat);
/external/chromium/testing/gtest/test/
H A Dgtest_repeat_test.cc72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
/external/chromium_org/testing/gtest/test/
H A Dgtest_repeat_test.cc72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
/external/gtest/test/
H A Dgtest_repeat_test.cc72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_repeat_test.cc72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
/external/chromium/testing/gmock/src/
H A Dgmock-internal-utils.cc87 posix::Abort();

Completed in 450 milliseconds

12345678910