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

1234567891011

/external/python/cpython3/Lib/test/
H A Dtest_posix.py1 "Test posix functions"
6 # Skip these tests if there is no posix module.
7 posix = support.import_module('posix') variable
41 # test posix functions which take no arguments and have
50 posix_func = getattr(posix, name, None)
55 @unittest.skipUnless(hasattr(posix, 'getresuid'),
56 'test needs posix.getresuid()')
58 user_ids = posix.getresuid()
63 @unittest.skipUnless(hasattr(posix, 'getresgi
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_posix.py1 "Test posix functions"
5 # Skip these tests if there is no posix module.
6 posix = test_support.import_module('posix') variable
40 # test posix functions which take no arguments and have
51 posix_func = getattr(posix, name, None)
56 @unittest.skipUnless(hasattr(posix, 'getresuid'),
57 'test needs posix.getresuid()')
59 user_ids = posix.getresuid()
64 @unittest.skipUnless(hasattr(posix, 'getresgi
[all...]
/external/toybox/
H A DAndroid.mk162 toys/posix/basename.c \
163 toys/posix/cal.c \
164 toys/posix/cat.c \
165 toys/posix/chgrp.c \
166 toys/posix/chmod.c \
167 toys/posix/cksum.c \
168 toys/posix/cmp.c \
169 toys/posix/comm.c \
170 toys/posix/cp.c \
171 toys/posix/cpi
[all...]
/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/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/python/cpython2/Lib/
H A Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False):
32 self.posix = posix
33 if posix:
40 if self.posix:
140 if self.token or (self.posix and quoted):
147 elif self.posix and nextchar in self.escape:
154 if not self.posix:
162 if self.token or (self.posix and quoted):
174 if not self.posix
[all...]
H A Dposixfile.py100 import posix namespace
102 if not hasattr(posix, 'fdopen'):
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
108 import posix namespace
110 if not hasattr(posix, 'fdopen'):
113 posix.dup2(self._file_.fileno(), fd)
114 return posix.fdopen(fd, self._file_.mode)
/external/python/cpython3/Lib/
H A Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False,
31 self.posix = posix
32 if posix:
39 if self.posix:
152 if self.token or (self.posix and quoted):
159 elif self.posix and nextchar in self.escape:
169 if not self.posix:
177 if self.token or (self.posix and quoted):
189 if not self.posix
[all...]
/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/ltp/testcases/commands/nm/
H A Dnm0143 EXPECT_PASS $NM -f posix -A "lib.a" \> nm.out
52 EXPECT_PASS $NM -f posix -A "dir/lib.a" \> nm.out
64 EXPECT_PASS $NM -f posix -g $TST_DATAROOT/f1 \> nm.out
76 EXPECT_PASS $NM -f posix -t o $TST_DATAROOT/f1 \> nm.out
101 EXPECT_PASS $NM -f posix $TST_DATAROOT/f1 \> nm_posix.out
/external/python/cpython2/Lib/plat-irix5/
H A Dcdplayer.py41 import posix namespace
42 f = open(posix.environ['HOME'] + '/' + cdplayerrc, 'r')
70 import posix namespace
71 filename = posix.environ['HOME'] + '/' + cdplayerrc
91 posix.rename(filename + '.new', filename)
/external/python/cpython2/Lib/plat-irix6/
H A Dcdplayer.py41 import posix namespace
42 f = open(posix.environ['HOME'] + '/' + cdplayerrc, 'r')
70 import posix namespace
71 filename = posix.environ['HOME'] + '/' + cdplayerrc
91 posix.rename(filename + '.new', filename)
/external/python/cpython2/Demo/sockets/
H A Dtelnet.py16 import sys, posix, time namespace
59 pid = posix.fork()
75 posix.kill(pid, 9)
/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/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/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...]
/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...]
/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...]
/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);

Completed in 668 milliseconds

1234567891011