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

1234567

/external/toybox/
H A DAndroid.mk142 toys/posix/basename.c \
143 toys/posix/cal.c \
144 toys/posix/cat.c \
145 toys/posix/chgrp.c \
146 toys/posix/chmod.c \
147 toys/posix/cksum.c \
148 toys/posix/cmp.c \
149 toys/posix/comm.c \
150 toys/posix/cp.c \
151 toys/posix/cpi
[all...]
/external/deqp/execserver/
H A DxsPosixTestProcess.hpp37 namespace posix namespace in namespace:xs
73 } // posix
102 posix::CaseListWriter m_caseListWriter;
103 posix::PipeReader m_stdOutReader;
104 posix::PipeReader m_stdErrReader;
105 posix::FileReader m_logReader;
H A DxsPosixFileReader.hpp32 namespace posix namespace in namespace:xs
55 } // posix
H A DxsPosixFileReader.cpp30 namespace posix namespace in namespace:xs
120 } // posix
/external/gtest/test/
H A Dgtest_premature_exit_test.cc41 using ::testing::internal::posix::GetEnv;
42 using ::testing::internal::posix::Stat;
43 using ::testing::internal::posix::StatStruct;
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/elfutils/src/tests/
H A Drun-nm-self.sh26 for format_arg in --format=bsd --format=sysv --format=posix; do
/external/libunwind/tests/
H A Drun-coredump-unwind18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms"
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
/external/chromium-trace/trace-viewer/hooks/
H A Dpre_push13 import posix # No way to do this on Windows, just give up there. namespace
/external/pcre/dist/
H A Dpcre-config.in24 libs="[--libs] [--libs-posix] $libs"
25 cflags="$cflags [--cflags-posix]"
82 --cflags-posix)
92 --libs-posix)
/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/llvm/utils/unittest/googletest/src/
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/protobuf/gtest/src/
H A Dgtest-port.cc144 pattern_ = posix::StrDup(regex);
393 pattern_ = posix::StrDup(regex);
441 posix::Abort();
499 FILE* const file = posix::FOpen(filename_.c_str(), "r");
501 posix::FClose(file);
604 namespace posix {
609 } // namespace posix
674 const char* const string_value = posix::GetEnv(env_var.c_str());
684 const char* const string_value = posix::GetEnv(env_var.c_str());
706 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/google-breakpad/src/testing/gtest/src/
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/gtest/src/
H A Dgtest-filepath.cc211 posix::StatStruct file_stat;
212 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
238 posix::StatStruct file_stat;
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
240 posix::IsDir(file_stat);
H A Dgtest-test-part.cc76 internal::posix::Abort();
H A Dgtest-typed-test.cc101 posix::Abort();
/external/google-breakpad/src/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/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c29 # error You are using too old posix API!

Completed in 632 milliseconds

1234567