HomeSort by relevance Sort by last modified time
    Searched refs:errno (Results 1 - 25 of 2621) 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>
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
errno.h 1 #include <errno.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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-9/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>
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
errno.h 12 #include <asm-generic/errno.h>

Completed in 1574 milliseconds

1 2 3 4 5 6 7 8 91011>>