/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 24 gcc-4.6/gcc/gthr-posix.h | 13 +++++++++++++ 25 gcc-4.8/libgcc/gthr-posix.h | 13 +++++++++++++ 26 gcc-4.9/libgcc/gthr-posix.h | 13 +++++++++++++ 29 diff --git a/gcc-4.6/gcc/gthr-posix.h b/gcc-4.6/gcc/gthr-posix.h 31 --- a/gcc-4.6/gcc/gthr-posix.h 32 +++ b/gcc-4.6/gcc/gthr-posix.h 53 diff --git a/gcc-4.8/libgcc/gthr-posix.h b/gcc-4.8/libgcc/gthr-posix.h 55 --- a/gcc-4.8/libgcc/gthr-posix.h 56 +++ b/gcc-4.8/libgcc/gthr-posix.h 77 diff --git a/gcc-4.9/libgcc/gthr-posix.h b/gcc-4.9/libgcc/gthr-posix.h [all …]
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | threadlib.m4 | 49 AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) 64 if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then 104 if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then 153 gl_threads_api=posix 267 dnl Linux 2.4/glibc posix -lpthread Y OK 269 dnl GNU Hurd/glibc posix 271 dnl FreeBSD 5.3 posix -lc_r Y 272 dnl posix -lkse ? Y 273 dnl posix -lpthread ? Y 274 dnl posix -lthr Y [all …]
|
/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 | 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 | printf-posix.m4 | 1 # printf-posix.m4 serial 2 (gettext-0.13.1)
|
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()
|
/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()
|
/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/host-tools/sed-4.2.1/testsuite/ |
D | xemacs.good | 24 " m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \\" 65 …4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4…
|
D | xemacs.inp | 24 m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \ 65 …4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4…
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | mdate-sh | 65 TIME_STYLE=posix-long-iso
|