HomeSort by relevance Sort by last modified time
    Searched full:errno (Results 51 - 75 of 5724) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
errno.h 1 #include <asm-generic/errno.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
errno.h 1 #include <asm-generic/errno.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
errno.h 1 #include <asm-generic/errno.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
errno.h 4 #include <asm/errno.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
errno.h 4 #include <asm/errno.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
errno.h 4 #include <asm/errno.h>
  /external/chromium_org/base/
scoped_clear_errno_unittest.cc 5 #include <errno.h>
13 errno = 1;
16 EXPECT_EQ(0, errno);
18 EXPECT_EQ(1, errno);
22 errno = 1;
25 errno = 2;
27 EXPECT_EQ(2, errno);
scoped_clear_errno.h 8 #include <errno.h>
14 // Simple scoper that saves the current value of errno, resets it to 0, and on
18 ScopedClearErrno() : old_errno_(errno) {
19 errno = 0;
22 if (errno == 0)
23 errno = old_errno_;
  /external/valgrind/main/none/tests/
threadederrno.stdout.exp 1 f = 0, errno = 2 (No such file or directory)
2 f = 0, errno = 2 (No such file or directory)
3 f = 0, errno = 2 (No such file or directory)
threadederrno.c 4 #include <errno.h>
11 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
18 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
30 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_errno.py 2 """Test the errno module
6 import errno namespace
17 self.assertTrue(hasattr(errno, error_code),
18 "errno is missing %s" % error_code)
21 # Every key value in errno.errorcode should be on the module.
22 for value in errno.errorcode.itervalues():
23 self.assertTrue(hasattr(errno, value), 'no %s attr in errno' % value)
29 for attribute in errno.__dict__.iterkeys():
31 self.assertIn(getattr(errno, attribute), errno.errorcode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_errno.py 2 """Test the errno module
6 import errno namespace
17 self.assertTrue(hasattr(errno, error_code),
18 "errno is missing %s" % error_code)
21 # Every key value in errno.errorcode should be on the module.
22 for value in errno.errorcode.itervalues():
23 self.assertTrue(hasattr(errno, value), 'no %s attr in errno' % value)
29 for attribute in errno.__dict__.iterkeys():
31 self.assertIn(getattr(errno, attribute), errno.errorcode
    [all...]
  /external/kernel-headers/original/asm-arm/
errno.h 4 #include <asm-generic/errno.h>
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 4 # include <errno.h>
8 { errno = ENOTSUP; return 0; }
10 { errno = ENOTSUP; return (void *) 0; }
15 { errno = ENOTSUP; return -1; }
18 { errno = ENOTSUP; return -1; }
21 { errno = ENOTSUP; return -1; }
24 { errno = ENOTSUP; return -1; }
se-selinux.in.h 5 # include <errno.h>
12 { errno = ENOTSUP; return -1; }
17 { errno = ENOTSUP; return -1; }
19 { errno = ENOTSUP; return -1; }
23 { errno = ENOTSUP; return -1; }
26 { errno = ENOTSUP; return -1; }
29 { errno = ENOTSUP; return -1; }
32 { errno = ENOTSUP; return -1; }
35 { errno = ENOTSUP; return -1; }
38 { errno = ENOTSUP; return -1;
    [all...]
  /external/stlport/test/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
7 #include <errno.h>
8 #include <errno.h> // not typo, check errno def/undef/redef
32 //Using ERANGE improve the test as it means that the native errno.h file has really
34 errno = ERANGE;
36 CPPUNIT_ASSERT( errno == ERANGE );
37 errno = 0;
39 /* Note: in common, you can't write ::errno or std::errno,
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
7 #include <errno.h>
8 #include <errno.h> // not typo, check errno def/undef/redef
32 //Using ERANGE improve the test as it means that the native errno.h file has really
34 errno = ERANGE;
36 CPPUNIT_ASSERT( errno == ERANGE );
37 errno = 0;
39 /* Note: in common, you can't write ::errno or std::errno,
    [all...]
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 2 //those headers contains a errno macro definition without the underlying value
7 #include <errno.h>
8 #include <errno.h> // not typo, check errno def/undef/redef
32 //Using ERANGE improve the test as it means that the native errno.h file has really
34 errno = ERANGE;
36 CPPUNIT_ASSERT( errno == ERANGE );
37 errno = 0;
39 /* Note: in common, you can't write ::errno or std::errno,
    [all...]
  /external/bison/lib/
get-errno.c 1 /* get-errno.c - get and set errno.
22 #include "get-errno.h"
24 #include <errno.h>
26 /* Get and set errno. A source file that needs to set or get errno,
27 but doesn't need to test for specific errno values, can use these
29 defines EQUAL should not include <errno.h>, since <errno.h> might
30 define EQUAL; such a file can include <get-errno.h> instead. *
    [all...]
  /external/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
errno.h 26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno fo
    [all...]

Completed in 422 milliseconds

1 23 4 5 6 7 8 91011>>