Home
last modified time | relevance | path

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

1234

/ndk/build/tools/toolchain-patches/gcc/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch24 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/
Dthreadlib.m449 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/
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)
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
Dprintf-posix.m41 # printf-posix.m4 serial 2 (gettext-0.13.1)
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-test-part.cc76 internal::posix::Abort(); in GetTestPartResult()
Dgtest-typed-test.cc101 posix::Abort(); in VerifyRegisteredTestNames()
/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()
/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/host-tools/sed-4.2.1/testsuite/
Dxemacs.inp24 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…
Dxemacs.good24 " 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/
Dmdate-sh65 TIME_STYLE=posix-long-iso

1234