Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 32) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/config/
DMakefile.am17 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
19 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
22 wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4
Disc-posix.m41 # isc-posix.m4 serial 2 (gettext-0.11.2)
Dprintf-posix.m41 # printf-posix.m4 serial 2 (gettext-0.13.1)
DMakefile.in184 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
186 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
189 wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4
Dmdate-sh66 TIME_STYLE=posix-long-iso
DChangeLog22 * isc-posix.m4: New file, from gettext-0.11.1.
/ndk/tests/awk/gen-windows-host-path/
Dtest-1.in4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
/ndk/tests/awk/gen-cygwin-deps-converter/
Dtest-1.in4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
Dtest-2.in4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc211 posix::StatStruct file_stat; in FileOrDirectoryExists()
212 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()
238 posix::StatStruct file_stat; in DirectoryExists()
239 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
240 posix::IsDir(file_stat); in DirectoryExists()
Dgtest-port.cc171 pattern_ = posix::StrDup(regex); in Init()
420 pattern_ = posix::StrDup(regex); in Init()
500 posix::Abort(); in ~GTestLog()
577 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString()
579 posix::FClose(file); in GetCapturedString()
698 namespace posix { namespace
768 const char* const string_value = posix::GetEnv(env_var.c_str()); in BoolFromGTestEnv()
778 const char* const string_value = posix::GetEnv(env_var.c_str()); in Int32FromGTestEnv()
800 const char* const value = posix::GetEnv(env_var.c_str()); in StringFromGTestEnv()
Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); in DeathTestAbort()
266 posix::Abort(); in DeathTestAbort()
305 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
318 while ((num_read = posix::Read(fd, buffer, 255)) > 0) { in FailFromInternalError()
434 bytes_read = posix::Read(read_fd(), &flag, 1); in ReadAndInterpretStatusByte()
462 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd())); in ReadAndInterpretStatusByte()
478 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1)); in Abort()
900 args_.insert(args_.end() - 1, posix::StrDup(argument)); in AddArgument()
908 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); in AddArguments()
Dgtest-typed-test.cc101 posix::Abort(); in VerifyRegisteredTestNames()
Dgtest-test-part.cc76 internal::posix::Abort(); in GetTestPartResult()
Dgtest.cc1572 return posix::StrCaseCmp(lhs, rhs) == 0; in CaseInsensitiveCStringEquals()
1693 internal::posix::Abort(); in GetTestPartResult()
1702 internal::posix::Abort(); in GetTestProperty()
2569 const char* const term = posix::GetEnv("TERM"); in ShouldUseColor()
2603 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf()
2712 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart()
3076 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4267 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); in WriteToShardStatusFileIfNeeded()
4269 FILE* const file = posix::FOpen(test_shard_file, "w"); in WriteToShardStatusFileIfNeeded()
4334 const char* str_val = posix::GetEnv(var); in Int32FromEnvOrDie()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_repeat_test.cc72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
Dgtest-filepath_test.cc90 posix::ChDir(GTEST_PATH_SEP_);
92 posix::ChDir(original_dir.c_str());
507 posix::RmDir(testdata_path_.c_str()); in SetUp()
514 posix::RmDir(testdata_path_.c_str()); in TearDown()
521 const char* temp_dir = posix::GetEnv("TEMP"); in TempDir()
536 FILE* f = posix::FOpen(filename, "w"); in CreateTextFile()
Dgtest-options_test.cc131 posix::ChDir(".."); in SetUp()
138 posix::ChDir(original_working_dir_.string().c_str()); in TearDown()
Dgtest_output_test_.cc60 namespace posix = ::testing::internal::posix;
1016 posix::FReopen("nul:", "w", stdout); in main()
1018 posix::FReopen("/dev/null", "w", stdout); in main()
Dgtest_environment_test.cc119 testing::internal::posix::Abort(); in Check()
Dgtest-death-test_test.cc70 namespace posix = ::testing::internal::posix;
137 posix::ChDir(original_dir_.c_str()); in ~TestForDeathTest()
365 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); } in ChangeToRootDir()
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog138 * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
141 * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
142 * posix/glob.h: Likewise.
146 * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
151 * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
155 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h245 posix::Close(write_fd_); in ~InternalRunDeathTestFlag()
/ndk/sources/host-tools/nawk-20071023/
DFIXES82 block, apparently as required by posix. thanks to havard eidnes
139 should not be blamed for the outcome. according to posix, "." is the
198 locales, using strcoll and iswhatever tests for posix character
207 number->string conversions, as promised by posix and done by
234 changed types in posix chars structure to quiet solaris cc.
246 added support for posix character class names like [:digit:],
424 the behavior is the same as gawk and the intended posix standard.
495 changed field-splitting to conform to posix definition: fields are
605 added CONVFMT as in posix (just replaced OFMT in getsval)
634 not posix.
/ndk/sources/host-tools/make-3.81/
Dconfig.log72 …em-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include…
73 Thread model: posix

12