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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/sys/
errno.h 1 #include <errno.h>
  /development/ndk/platforms/android-3/include/sys/
errno.h 1 #include <errno.h>
  /external/stlport/test/unit/
errno_header_test.c 8 #include <errno.h>
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/
errno_header_test.c 8 #include <errno.h>
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/
errno_header_test.c 8 #include <errno.h>
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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
errno.h 1 #include <errno.h>
  /bionic/libc/kernel/arch-x86/asm/
errno.h 12 #include <asm-generic/errno.h>
  /development/ndk/platforms/android-5/arch-x86/include/asm/
errno.h 12 #include <asm-generic/errno.h>
  /external/kernel-headers/original/asm-x86/
errno.h 1 #include <asm-generic/errno.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
errno.h 1 #include <asm-generic/errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
errno.h 12 #include <asm-generic/errno.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
errno.h 12 #include <asm-generic/errno.h>
  /external/bison/lib/
get-errno.c 1 /* get-errno.c - get and set errno.
25 #include <errno.h>
27 #include "get-errno.h"
29 /* Get and set errno. A source file that needs to set or get errno,
30 but doesn't need to test for specific errno values, can use these
32 defines EQUAL should not include <errno.h>, since <errno.h> might
33 define EQUAL; such a file can include <get-errno.h> instead. *
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
errno.h 15 #include <asm-generic/errno.h>
  /bionic/libc/kernel/arch-sh/asm/
errno.h 15 #include <asm-generic/errno.h>
  /bionic/libc/kernel/common/linux/
errno.h 15 #include <asm/errno.h>

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>