HomeSort by relevance Sort by last modified time
    Searched refs:posix (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/bison/tests/
Makefile.am 84 .PHONY: maintainer-check-posix
85 maintainer-check-posix: $(TESTSUITE)
94 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
Makefile 410 .PHONY: maintainer-check-posix
411 maintainer-check-posix: $(TESTSUITE)
420 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr.h 83 The following are supported in POSIX threads only. They are required to
85 gthr-posix.h defines a symbol __GTHREAD_HAS_COND to signify that these extra
136 POSIX/Unix98 threads with -D_PTHREADS
137 POSIX/Unix95 threads with -D_PTHREADS95
147 #include <bits/gthr-posix.h>
  /external/elfutils/m4/
Makefile.am 21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \
Makefile 157 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \
  /external/v8/
Android.mksnapshot.mk 25 src/platform-posix.cc
30 src/platform-posix.cc
Android.libv8.mk 21 src/platform-posix.cc
  /external/protobuf/gtest/src/
gtest-port.cc 136 pattern_ = posix::StrDup(regex);
150 // Some implementation of POSIX regex (e.g. on at least some
158 << "\" is not a valid POSIX Extended regular expression.";
384 pattern_ = posix::StrDup(regex);
432 posix::Abort();
435 // Disable Microsoft deprecation warnings for POSIX functions called from
450 posix::Abort();
552 FILE* const file = posix::FOpen(g_captured_stderr->filename().c_str(), "r");
554 posix::FClose(file);
573 namespace posix {
    [all...]
gtest-filepath.cc 178 posix::StatStruct file_stat;
179 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
205 posix::StatStruct file_stat;
206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
207 posix::IsDir(file_stat);
gtest-test-part.cc 86 internal::posix::Abort();
gtest-typed-test.cc 89 posix::Abort();
gtest-death-test.cc 89 "Ignored and always uses fork() on POSIX systems where clone() is not "
201 // On a POSIX system, this function may be called from a threadsafe-style
207 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
252 return String(errno == 0 ? "" : posix::StrError(errno));
265 while ((num_read = posix::Read(fd, buffer, 255)) > 0) {
381 bytes_read = posix::Read(read_fd(), &flag, 1);
406 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));
420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));
421 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(write_fd()));
810 args_.insert(args_.end() - 1, posix::StrDup(argument))
    [all...]
gtest.cc 805 posix::StrNCpy(clone, str, length);
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 64 // TODO(wan@google.com): Move these to the POSIX adapter section in
90 posix::ChDir(GTEST_PATH_SEP_);
92 posix::ChDir(original_dir.c_str());
439 posix::RmDir(testdata_path_.c_str());
446 posix::RmDir(testdata_path_.c_str());
453 const char* temp_dir = posix::GetEnv("TEMP");
466 FILE* f = posix::FOpen(filename, "w");
gtest_output_test_.cc 56 namespace posix = ::testing::internal::posix;
991 posix::FReopen("nul:", "w", stdout);
993 posix::FReopen("/dev/null", "w", stdout);
gtest-options_test.cc 153 posix::ChDir("..");
160 posix::ChDir(original_working_dir_.c_str());
gtest-death-test_test.cc 66 namespace posix = ::testing::internal::posix;
113 posix::ChDir(original_dir_.c_str());
352 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
    [all...]
  /external/bison/build-aux/
mdate-sh 66 TIME_STYLE=posix-long-iso
126 # On a POSIX system, we should have
  /external/libffi/
mdate-sh 66 TIME_STYLE=posix-long-iso
126 # On a POSIX system, we should have
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 62 /** Operating system state flag for Posix flavour Unix. */
301 * @param posix whether to use the posix standard format flag
305 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException {
316 if (posix) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 200 posix::Close(write_fd_);
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 1184 UBool posix = FALSE; \/\/ true for [:pat:], false for \\p{pat} \\P{pat} \\N{pat} local
    [all...]
  /external/icu4c/common/
uniset_props.cpp 1249 UBool posix = FALSE; \/\/ true for [:pat:], false for \\p{pat} \\P{pat} \\N{pat} local
    [all...]
uloc.c 24 POSIX's locale format, from putil.c: [no spaces]
464 { "C", "en_US_POSIX", NULL, NULL }, /* POSIX name */
465 { "posix", "en_US_POSIX", NULL, NULL }, /* POSIX name (alias of C) */
2042 const char *posix = uprv_convertToPosix(hostid, status); local
    [all...]
  /external/netcat/
stupidh 320 posix

Completed in 438 milliseconds

1 2 3