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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 1 "Test posix functions"
5 # Skip these tests if there is no posix module.
6 posix = test_support.import_module('posix') variable
40 # test posix functions which take no arguments and have
51 posix_func = getattr(posix, name, None)
56 if hasattr(posix, 'getresuid'):
58 user_ids = posix.getresuid()
63 if hasattr(posix, 'getresgid'):
65 group_ids = posix.getresgid(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 1 "Test posix functions"
5 # Skip these tests if there is no posix module.
6 posix = test_support.import_module('posix') variable
40 # test posix functions which take no arguments and have
51 posix_func = getattr(posix, name, None)
56 if hasattr(posix, 'getresuid'):
58 user_ids = posix.getresuid()
63 if hasattr(posix, 'getresgid'):
65 group_ids = posix.getresgid(
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
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/deqp/execserver/
xsPosixTestProcess.hpp 37 namespace posix namespace in namespace:xs
73 } // posix
102 posix::CaseListWriter m_caseListWriter;
103 posix::PipeReader m_stdOutReader;
104 posix::PipeReader m_stdErrReader;
105 posix::FileReader m_logReader;
xsPosixFileReader.hpp 32 namespace posix namespace in namespace:xs
55 } // posix
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 7 # Posix compliance, split(), string arguments, and
23 def __init__(self, instream=None, infile=None, posix=False):
32 self.posix = posix
33 if posix:
40 if self.posix:
140 if self.token or (self.posix and quoted):
147 elif self.posix and nextchar in self.escape:
154 if not self.posix:
162 if self.token or (self.posix and quoted)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 7 # Posix compliance, split(), string arguments, and
23 def __init__(self, instream=None, infile=None, posix=False):
32 self.posix = posix
33 if posix:
40 if self.posix:
140 if self.token or (self.posix and quoted):
147 elif self.posix and nextchar in self.escape:
154 if not self.posix:
162 if self.token or (self.posix and quoted)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_premature_exit_test.cc 41 using ::testing::internal::posix::GetEnv;
42 using ::testing::internal::posix::Stat;
43 using ::testing::internal::posix::StatStruct;
  /external/gtest/test/
gtest_premature_exit_test.cc 41 using ::testing::internal::posix::GetEnv;
42 using ::testing::internal::posix::Stat;
43 using ::testing::internal::posix::StatStruct;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/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.11-4.6/x86_64-linux/include/c++/4.6/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/5/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/5/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/6/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/6/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/6/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/7/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/7/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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>

Completed in 1228 milliseconds

1 2 3 4 5 6 7 8 91011>>