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

12345678910

/external/swiftshader/src/OpenGL/compiler/
H A Dossource_posix.cpp16 // This file contains the posix specific functions
21 #error Trying to build a posix specific file in a non-posix build.
/external/toybox/
H A DAndroid.mk150 toys/posix/basename.c \
151 toys/posix/cal.c \
152 toys/posix/cat.c \
153 toys/posix/chgrp.c \
154 toys/posix/chmod.c \
155 toys/posix/cksum.c \
156 toys/posix/cmp.c \
157 toys/posix/comm.c \
158 toys/posix/cp.c \
159 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
/external/googletest/googletest/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;
/external/v8/testing/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;
/external/vulkan-validation-layers/tests/gtest-1.7.0/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;
/external/elfutils/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/ltp/testcases/commands/ade/nm/
H A Dnm0174 $NM -f posix -A $TCtmp/lib.a | grep "$TCtmp/lib.a\[nmfile2.obj\]\:" 2>&1 1>/dev/null
77 $NM -f posix -A $TCtmp/a/b/c/d/lib.a | grep "$TCtmp/a/b/c/d/lib.a\[nmfile2.obj\]\:" 2>&1 1>/dev/null
95 COUNT=`$NM -f posix -g $TCtmp/nmfile1 | awk '{print $2 }' | grep "[a,b,d,f,t]" | wc -l` 2>&1 1>/dev/null
109 $NM -f posix -t o $TCtmp/nmfile1 | awk '{print $3}' | grep "[8-9]" >/dev/null 2>&1
140 $NM -f posix $TCtmp/nmfile1 | grep printf | awk '{print $1}' > $TCtmp/nm.diff2
/external/pcre/dist2/
H A Dpcre2-config.in19 libs="[--libs8] [--libs-posix] $libs"
20 cflags="$cflags [--cflags-posix]"
77 --cflags-posix)
87 --libs-posix)
/external/toybox/toys/posix/
H A Dprintf.c36 static int handle_slash(char **esc_val, int posix) argument
47 if (posix && *ptr=='0') ptr++;
/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/swiftshader/third_party/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);
/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);
/external/googletest/googletest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
243 posix::StatStruct file_stat;
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
245 posix::IsDir(file_stat);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
243 posix::StatStruct file_stat;
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
245 posix::IsDir(file_stat);
/external/v8/testing/gtest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
243 posix::StatStruct file_stat;
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
245 posix::IsDir(file_stat);

Completed in 704 milliseconds

12345678910