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

12345

/external/webkit/Source/ThirdParty/ANGLE/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/pcre/
H A Dpcre-config.in8 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--libs-cpp] [--cflags] [--cflags-posix]"
10 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--cflags] [--cflags-posix]"
54 --cflags | --cflags-posix)
60 --libs-posix)
/external/bison/tests/
H A DMakefile.am84 .PHONY: maintainer-check-posix
85 maintainer-check-posix: $(TESTSUITE)
94 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
/external/elfutils/m4/
H A DMakefile.am21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \
/external/v8/
H A DAndroid.mksnapshot.mk25 src/platform-posix.cc
30 src/platform-posix.cc
H A DAndroid.libv8.mk24 src/platform-posix.cc
/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);
H A Dgtest-test-part.cc86 internal::posix::Abort();
H A Dgtest-typed-test.cc89 posix::Abort();
H A Dgtest-death-test.cc207 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
252 return String(errno == 0 ? "" : posix::StrError(errno));
265 while ((num_read = posix::Read(fd, buffer, 255)) > 0) {
381 bytes_read = posix::Read(read_fd(), &flag, 1);
406 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));
420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
421 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(write_fd()));
810 args_.insert(args_.end() - 1, posix::StrDup(argument));
818 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
/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);
H A Dgtest-test-part.cc76 internal::posix::Abort();
H A Dgtest-typed-test.cc101 posix::Abort();
/external/llvm/utils/unittest/googletest/
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);
H A Dgtest-test-part.cc76 internal::posix::Abort();
H A Dgtest-typed-test.cc101 posix::Abort();
/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(), "");
H A Dgtest-options_test.cc130 posix::ChDir("..");
137 posix::ChDir(original_working_dir_.c_str());
H A Dgtest_environment_test.cc118 testing::internal::posix::Abort();
H A Dgtest-filepath_test.cc90 posix::ChDir(GTEST_PATH_SEP_);
92 posix::ChDir(original_dir.c_str());
525 posix::RmDir(testdata_path_.c_str());
532 posix::RmDir(testdata_path_.c_str());
539 const char* temp_dir = posix::GetEnv("TEMP");
552 FILE* f = posix::FOpen(filename, "w");
/external/chromium/testing/gmock/src/
H A Dgmock-internal-utils.cc87 posix::Abort();
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp43 enum OutputFormatTy { bsd, sysv, posix }; enumerator in enum:__anon7141::OutputFormatTy
49 clEnumVal(posix, "POSIX.2 format"),
72 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
167 if (OutputFormat == posix && MultipleFiles) {
199 if (OutputFormat == posix) {
375 if (POSIXFormat) OutputFormat = posix;

Completed in 407 milliseconds

12345