/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.am | 17 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
|
D | isc-posix.m4 | 1 # isc-posix.m4 serial 2 (gettext-0.11.2)
|
D | printf-posix.m4 | 1 # printf-posix.m4 serial 2 (gettext-0.13.1)
|
D | Makefile.in | 184 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
|
D | mdate-sh | 66 TIME_STYLE=posix-long-iso
|
D | ChangeLog | 22 * isc-posix.m4: New file, from gettext-0.11.1.
|
/ndk/tests/awk/gen-windows-host-path/ |
D | test-1.in | 4 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/ |
D | test-1.in | 4 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)
|
D | test-2.in | 4 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/ |
D | gtest-filepath.cc | 211 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()
|
D | gtest-port.cc | 171 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()
|
D | gtest-death-test.cc | 258 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()
|
D | gtest-typed-test.cc | 101 posix::Abort(); in VerifyRegisteredTestNames()
|
D | gtest-test-part.cc | 76 internal::posix::Abort(); in GetTestPartResult()
|
D | gtest.cc | 1572 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/ |
D | gtest_repeat_test.cc | 72 ::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()
|
D | gtest-filepath_test.cc | 90 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()
|
D | gtest-options_test.cc | 131 posix::ChDir(".."); in SetUp() 138 posix::ChDir(original_working_dir_.string().c_str()); in TearDown()
|
D | gtest_output_test_.cc | 60 namespace posix = ::testing::internal::posix; 1016 posix::FReopen("nul:", "w", stdout); in main() 1018 posix::FReopen("/dev/null", "w", stdout); in main()
|
D | gtest_environment_test.cc | 119 testing::internal::posix::Abort(); in Check()
|
D | gtest-death-test_test.cc | 70 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/ |
D | ChangeLog | 138 * 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/ |
D | gtest-death-test-internal.h | 245 posix::Close(write_fd_); in ~InternalRunDeathTestFlag()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 82 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/ |
D | config.log | 72 …em-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include… 73 Thread model: posix
|