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

1 2 3 4 5

  /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/pcre/
pcre-config.in 8 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--libs-cpp] [--cflags] [--cflags-posix]"
10 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] [--libs] [--libs-posix] [--cflags] [--cflags-posix]"
54 --cflags | --cflags-posix)
60 --libs-posix)
  /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++
  /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>
  /prebuilt/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>
  /prebuilt/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>
  /prebuilt/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>
  /prebuilt/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>
  /prebuilt/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>
  /external/elfutils/m4/
Makefile.am 21 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
  /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();
  /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);
gtest-test-part.cc 76 internal::posix::Abort();
gtest-typed-test.cc 101 posix::Abort();
  /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);
gtest-test-part.cc 76 internal::posix::Abort();
gtest-typed-test.cc 101 posix::Abort();
  /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/chromium/testing/gmock/src/
gmock-internal-utils.cc 87 posix::Abort();

Completed in 3886 milliseconds

1 2 3 4 5