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

1 2 3 4 5 6

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ossource_posix.cpp 8 // This file contains the posix specific functions
13 #error Trying to build a posix specific file in a non-posix build.
  /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++
  /prebuilts/gcc/linux-x86/host/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>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-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>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/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>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/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>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/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>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/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>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/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>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/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>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/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>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/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/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);
  /external/chromium/testing/gtest/src/
gtest-port.cc 146 pattern_ = posix::StrDup(regex);
160 // Some implementation of POSIX regex (e.g. on at least some
169 << "\" is not a valid POSIX Extended regular expression.";
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
478 // Disable Microsoft deprecation warnings for POSIX functions called from
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
    [all...]
gtest-filepath.cc 209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
  /external/gtest/src/
gtest-port.cc 146 pattern_ = posix::StrDup(regex);
160 // Some implementation of POSIX regex (e.g. on at least some
169 << "\" is not a valid POSIX Extended regular expression.";
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
478 // Disable Microsoft deprecation warnings for POSIX functions called from
540 FILE* const file = posix::FOpen(filename_.c_str(), "r");
542 posix::FClose(file);
645 namespace posix {
650 } // namespace posix
    [all...]
gtest-filepath.cc 209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 146 pattern_ = posix::StrDup(regex);
160 // Some implementation of POSIX regex (e.g. on at least some
169 << "\" is not a valid POSIX Extended regular expression.";
395 pattern_ = posix::StrDup(regex);
475 posix::Abort();
478 // Disable Microsoft deprecation warnings for POSIX functions called from
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
536 posix::FClose(file);
639 namespace posix {
644 } // namespace posix
    [all...]
gtest-filepath.cc 209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
  /external/chromium/testing/gtest/test/
gtest_repeat_test.cc 72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
  /external/gtest/test/
gtest_repeat_test.cc 72 ::testing::internal::posix::Abort();\
116 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
119 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
  /external/v8/
Android.mksnapshot.mk 30 src/platform-posix.cc
35 src/platform-posix.cc
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 87 posix::Abort();

Completed in 1146 milliseconds

1 2 3 4 5 6