HomeSort by relevance Sort by last modified time
    Searched refs:errno (Results 76 - 100 of 4638) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/base/
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_;
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);
  /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...]
  /bionic/libc/kernel/arch-arm/asm/
errno.h 21 #include <asm-generic/errno.h>
  /bionic/libc/kernel/common/linux/
errno.h 21 #include <asm/errno.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /development/ndk/platforms/android-3/include/linux/
errno.h 15 #include <asm/errno.h>
  /external/kernel-headers/original/asm-arm/
errno.h 4 #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>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
errno.h 15 #include <asm/errno.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
errno.h 15 #include <asm-generic/errno.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
errno.h 15 #include <asm/errno.h>

Completed in 1932 milliseconds

1 2 34 5 6 7 8 91011>>