Searched defs:hex (Results 1 - 25 of 81) sorted by relevance

1234

/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
8 self.assertEqual(hex(0), '0x0')
9 self.assertEqual(hex(16), '0x10')
10 self.assertEqual(hex(16L), '0x10')
11 self.assertEqual(hex(-16), '-0x10')
12 self.assertEqual(hex(-16L), '-0x10')
13 self.assertRaises(TypeError, hex, {})
/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
8 self.assertEqual(hex(0), '0x0')
9 self.assertEqual(hex(16), '0x10')
10 self.assertEqual(hex(16L), '0x10')
11 self.assertEqual(hex(-16), '-0x10')
12 self.assertEqual(hex(-16L), '-0x10')
13 self.assertRaises(TypeError, hex, {})
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duuid.py31 # make a UUID from a string of hex digits (braces and hyphens ignored)
34 # convert a UUID to a string of hex digits in standard form
88 hex the UUID as a 32-character hexadecimal string
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
109 argument. When a string of hex digits is given, curly braces,
122 Exactly one of 'hex', 'bytes', 'bytes_le', 'fields', or 'int' must
125 overriding the given 'hex', 'bytes', 'bytes_le', 'fields', or 'int'.
128 if [hex, bytes, bytes_le, fields, int].count(None) != 4:
129 raise TypeError('need one of hex, bytes, bytes_le, fields, or int')
130 if hex i
268 hex = property(get_hex) variable in class:UUID
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duuid.py31 # make a UUID from a string of hex digits (braces and hyphens ignored)
34 # convert a UUID to a string of hex digits in standard form
88 hex the UUID as a 32-character hexadecimal string
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
109 argument. When a string of hex digits is given, curly braces,
122 Exactly one of 'hex', 'bytes', 'bytes_le', 'fields', or 'int' must
125 overriding the given 'hex', 'bytes', 'bytes_le', 'fields', or 'int'.
128 if [hex, bytes, bytes_le, fields, int].count(None) != 4:
129 raise TypeError('need one of hex, bytes, bytes_le, fields, or int')
130 if hex i
268 hex = property(get_hex) variable in class:UUID
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h71 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
324 inline ios_base& _STLP_CALL hex(ios_base& __s) function
325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h71 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
324 inline ios_base& _STLP_CALL hex(ios_base& __s) function
325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h71 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
324 inline ios_base& _STLP_CALL hex(ios_base& __s) function
325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
326 inline ios_base& _STLP_CALL hex(ios_base& __s) function
327 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ios_base.h73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
326 inline ios_base& _STLP_CALL hex(ios_base& __s) function
327 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
326 inline ios_base& _STLP_CALL hex(ios_base& __s) function
327 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ios_base.h73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
326 inline ios_base& _STLP_CALL hex(ios_base& __s) function
327 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
85 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
326 inline ios_base& _STLP_CALL hex(ios_base& __s) function
327 { __s.setf(ios_base::hex, ios_base::basefield); return __s; }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dios_base.h247 * - hex
275 static const fmtflags hex = _S_hex; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
943 /// Calls base.setf(ios_base::hex, ios_base::basefield).
945 hex(ios_base& __base) function
947 __base.setf(ios_base::hex, ios_base::basefield);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dios_base.h241 * - hex
269 static const fmtflags hex = _S_hex; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
941 /// Calls base.setf(ios_base::hex, ios_base::basefield).
943 hex(ios_base& __base) function
945 __base.setf(ios_base::hex, ios_base::basefield);
H A Dregex.h327 __is >> std::hex; member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dios_base.h241 * - hex
269 static const fmtflags hex = _S_hex; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
941 /// Calls base.setf(ios_base::hex, ios_base::basefield).
943 hex(ios_base& __base) function
945 __base.setf(ios_base::hex, ios_base::basefield);
H A Dregex.h327 __is >> std::hex; member in class:std
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h247 * - hex
275 static const fmtflags hex = _S_hex; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
943 /// Calls base.setf(ios_base::hex, ios_base::basefield).
945 hex(ios_base& __base) function
947 __base.setf(ios_base::hex, ios_base::basefield);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h247 * - hex
275 static const fmtflags hex = _S_hex; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
943 /// Calls base.setf(ios_base::hex, ios_base::basefield).
945 hex(ios_base& __base) function
947 __base.setf(ios_base::hex, ios_base::basefield);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dios_base.h247 * - hex
275 static const fmtflags hex = _S_hex; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
943 /// Calls base.setf(ios_base::hex, ios_base::basefield).
945 hex(ios_base& __base) function
947 __base.setf(ios_base::hex, ios_base::basefield);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dios_base.h247 * - hex
275 static const fmtflags hex = _S_hex; member in class:ios_base
320 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
943 /// Calls base.setf(ios_base::hex, ios_base::basefield).
945 hex(ios_base& __base) function
947 __base.setf(ios_base::hex, ios_base::basefield);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dios_base.h241 * - hex
269 static const fmtflags hex = _S_hex; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
941 /// Calls base.setf(ios_base::hex, ios_base::basefield).
943 hex(ios_base& __base) function
945 __base.setf(ios_base::hex, ios_base::basefield);
H A Dregex.h327 __is >> std::hex; member in class:std
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dios_base.h241 * - hex
269 static const fmtflags hex = _S_hex; member in class:ios_base
314 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
941 /// Calls base.setf(ios_base::hex, ios_base::basefield).
943 hex(ios_base& __base) function
945 __base.setf(ios_base::hex, ios_base::basefield);
H A Dregex.h328 __is >> std::hex; member in class:std

Completed in 270 milliseconds

1234