Searched refs:atol (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_strop.py18 self.assertTrue(strop.atol(" 1 ") == 1L)
19 self.assertRaises(ValueError, strop.atol, " 1x")
20 self.assertRaises(ValueError, strop.atol, " x1 ")
H A Dtest_string.py86 self.assertEqual(string.atol(" 1 "), 1L)
87 self.assertRaises(ValueError, string.atol, " 1x ")
88 self.assertRaises(ValueError, string.atol, " x1 ")
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_strop.py18 self.assertTrue(strop.atol(" 1 ") == 1L)
19 self.assertRaises(ValueError, strop.atol, " 1x")
20 self.assertRaises(ValueError, strop.atol, " x1 ")
H A Dtest_string.py86 self.assertEqual(string.atol(" 1 "), 1L)
87 self.assertRaises(ValueError, string.atol, " 1x ")
88 self.assertRaises(ValueError, string.atol, " x1 ")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_strop.py18 self.assertTrue(strop.atol(" 1 ") == 1L)
19 self.assertRaises(ValueError, strop.atol, " 1x")
20 self.assertRaises(ValueError, strop.atol, " x1 ")
H A Dtest_string.py86 self.assertEqual(string.atol(" 1 "), 1L)
87 self.assertRaises(ValueError, string.atol, " 1x ")
88 self.assertRaises(ValueError, string.atol, " x1 ")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_strop.py18 self.assertTrue(strop.atol(" 1 ") == 1L)
19 self.assertRaises(ValueError, strop.atol, " 1x")
20 self.assertRaises(ValueError, strop.atol, " x1 ")
H A Dtest_string.py86 self.assertEqual(string.atol(" 1 "), 1L)
87 self.assertRaises(ValueError, string.atol, " 1x ")
88 self.assertRaises(ValueError, string.atol, " x1 ")
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
H A Dftstdlib.h144 #define ft_atol atol
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dcstdlib66 using ::atol;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
H A Dcstdlib65 using ::atol;
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/
H A Dstdlib.h77 extern long atol(const char *);
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Dstdlib.h83 extern long atol(const char*) __purefunc;
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/
H A Dstdlib.h77 extern long atol(const char *);
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/
H A Dstdlib.h83 extern long atol(const char*) __purefunc;
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/
H A Dstdlib.h77 extern long atol(const char *);
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/
H A Dstdlib.h83 extern long atol(const char*) __purefunc;
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/
H A Dstdlib.h77 extern long atol(const char *);

Completed in 551 milliseconds

1234567891011>>