Searched defs:oct (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_future_builtins.py4 from future_builtins import hex, oct, map, zip, filter namespace
16 self.assertEqual(oct(0), '0o0')
17 self.assertEqual(oct(100), '0o144')
18 self.assertEqual(oct(100L), '0o144')
19 self.assertEqual(oct(-100), '-0o144')
20 self.assertEqual(oct(-100L), '-0o144')
21 self.assertRaises(TypeError, oct, ())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_future_builtins.py4 from future_builtins import hex, oct, map, zip, filter namespace
16 self.assertEqual(oct(0), '0o0')
17 self.assertEqual(oct(100), '0o144')
18 self.assertEqual(oct(100L), '0o144')
19 self.assertEqual(oct(-100), '-0o144')
20 self.assertEqual(oct(-100L), '-0o144')
21 self.assertRaises(TypeError, oct, ())
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h72 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
327 inline ios_base& _STLP_CALL oct(ios_base& __s) function
328 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h72 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
327 inline ios_base& _STLP_CALL oct(ios_base& __s) function
328 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h72 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
327 inline ios_base& _STLP_CALL oct(ios_base& __s) function
328 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
329 inline ios_base& _STLP_CALL oct(ios_base& __s) function
330 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
329 inline ios_base& _STLP_CALL oct(ios_base& __s) function
330 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
329 inline ios_base& _STLP_CALL oct(ios_base& __s) function
330 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
329 inline ios_base& _STLP_CALL oct(ios_base& __s) function
330 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
329 inline ios_base& _STLP_CALL oct(ios_base& __s) function
330 { __s.setf(ios_base::oct, ios_base::basefield); return __s; }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
H A Dios_base.h244 * - oct
281 static const fmtflags oct = _S_oct; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::oct, ios_base::basefield).
951 oct(ios_base& __base) function
953 __base.setf(ios_base::oct, ios_base::basefield);
H A Dregex.h325 __is >> std::oct; member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dios_base.h242 * - oct
279 static const fmtflags oct = _S_oct; member in class:ios_base
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
947 /// Calls base.setf(ios_base::oct, ios_base::basefield).
949 oct(ios_base& __base) function
951 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dios_base.h242 * - oct
279 static const fmtflags oct = _S_oct; member in class:ios_base
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
947 /// Calls base.setf(ios_base::oct, ios_base::basefield).
949 oct(ios_base& __base) function
951 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dios_base.h242 * - oct
279 static const fmtflags oct = _S_oct; member in class:ios_base
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
947 /// Calls base.setf(ios_base::oct, ios_base::basefield).
949 oct(ios_base& __base) function
951 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h250 * - oct
287 static const fmtflags oct = _S_oct; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
951 /// Calls base.setf(ios_base::oct, ios_base::basefield).
953 oct(ios_base& __base) function
955 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h250 * - oct
287 static const fmtflags oct = _S_oct; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
951 /// Calls base.setf(ios_base::oct, ios_base::basefield).
953 oct(ios_base& __base) function
955 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h250 * - oct
287 static const fmtflags oct = _S_oct; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
951 /// Calls base.setf(ios_base::oct, ios_base::basefield).
953 oct(ios_base& __base) function
955 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dios_base.h250 * - oct
287 static const fmtflags oct = _S_oct; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
951 /// Calls base.setf(ios_base::oct, ios_base::basefield).
953 oct(ios_base& __base) function
955 __base.setf(ios_base::oct, ios_base::basefield);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dios_base.h244 * - oct
281 static const fmtflags oct = _S_oct; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::oct, ios_base::basefield).
951 oct(ios_base& __base) function
953 __base.setf(ios_base::oct, ios_base::basefield);
H A Dregex.h325 __is >> std::oct; member in class:std
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dios_base.h244 * - oct
281 static const fmtflags oct = _S_oct; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::oct, ios_base::basefield).
951 oct(ios_base& __base) function
953 __base.setf(ios_base::oct, ios_base::basefield);
H A Dregex.h326 __is >> std::oct; member in class:std
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h244 * - oct
281 static const fmtflags oct = _S_oct; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::oct, ios_base::basefield).
951 oct(ios_base& __base) function
953 __base.setf(ios_base::oct, ios_base::basefield);
H A Dregex.h325 __is >> std::oct; member in class:std

Completed in 4811 milliseconds

12