/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_loading.py | 73 self.assertEqual(hex(f_ord_addr), hex(f_name_addr))
|
/external/chromium_org/chrome_frame/ |
urlmon_moniker.h | 132 << std::hex << post_data->vt;
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
hmac.py | 90 return "".join([hex(ord(x))[2:].zfill(2)
|
/external/chromium_org/win8/test/ |
open_with_dialog_async.cc | 99 DLOG(ERROR) << "leaking OpenWith thread; result = " << std::hex << result;
|
/external/chromium_org/win8/viewer/ |
metro_viewer_process_host.cc | 74 << "hr=" << std::hex << hr;
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpTransport.java | 270 /** Scratch space for up to 8 hex digits, and then a constant CRLF. */ 271 private final byte[] hex = { 0, 0, 0, 0, 0, 0, 0, 0, '\r', '\n' }; field in class:HttpTransport.ChunkedOutputStream 332 hex[--cursor] = HEX_DIGITS[i & 0xf]; 334 socketOut.write(hex, cursor, hex.length - cursor); 464 throw new ProtocolException("Expected a hex chunk size but was " + chunkSizeString);
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
DigestMD5SaslClient.java | 390 * character (plus a terminating null character) hex-digit 395 * @return 32 character (plus a terminating null character) hex-digit 404 char[] hex = new char[32]; local 408 //convert value of top 4 bits to hex char 409 hex[i*2] = getHexChar((byte)((hash[i] & 0xf0) >> 4)); 410 //convert value of bottom 4 bits to hex char 411 hex[(i*2)+1] = getHexChar((byte)(hash[i] & 0x0f)); 414 return hex; 482 * @param nonceCount 8 hex digits 496 String nonceCount, /* 8 hex digits * [all...] |
/external/smack/src/com/novell/sasl/client/ |
DigestMD5SaslClient.java | 390 * character (plus a terminating null character) hex-digit 395 * @return 32 character (plus a terminating null character) hex-digit 404 char[] hex = new char[32]; local 408 //convert value of top 4 bits to hex char 409 hex[i*2] = getHexChar((byte)((hash[i] & 0xf0) >> 4)); 410 //convert value of bottom 4 bits to hex char 411 hex[(i*2)+1] = getHexChar((byte)(hash[i] & 0x0f)); 414 return hex; 482 * @param nonceCount 8 hex digits 496 String nonceCount, /* 8 hex digits * [all...] |
/external/stlport/stlport/stl/ |
_ios_base.h | 71 _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; }
|
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 397 * @return HEX buffer representation. 406 StringBuilder hex = new StringBuilder(2 * length); local 412 hex.append(hexChars[h]); 413 hex.append(hexChars[l]); 416 return hex.toString();
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldFunctionContextTest.java | 304 byte[] hex = new byte[2 * raw.length]; 309 hex[index++] = HEX_CHAR_TABLE[v >>> 4]; 310 hex[index++] = HEX_CHAR_TABLE[v & 0xF]; 312 return new String(hex, "ASCII");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_unsigned_int.pass.cpp | 71 hex(ios);
|
get_unsigned_long.pass.cpp | 71 hex(ios);
|
get_unsigned_long_long.pass.cpp | 71 hex(ios);
|
get_unsigned_short.pass.cpp | 71 hex(ios);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 73 _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/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 71 _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/ |
_ios_base.h | 71 _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/ |
_ios_base.h | 71 _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/ |
_ios_base.h | 73 _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/ |
_ios_base.h | 73 _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; }
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_util.c | 180 static inline void word2hex(const char* data, char** hex) 182 byte2hex(&data[1], hex); 183 byte2hex(&data[0], hex); 217 //write hex of data 240 //write hex of data 245 //write hex padding
|
/external/chromium_org/win8/metro_driver/ |
winrt_utils.cc | 20 PLOG(DFATAL) << message << ", hr = " << std::hex << hr; 22 PLOG(DFATAL) << "COM ERROR" << ", hr = " << std::hex << hr; 105 PLOG(DFATAL) << "Can't get property type for lhs, hr=" << std::hex << hr;
|
/external/stlport/src/ |
ios.cpp | 48 const ios_base::fmtflags ios_base::hex; member in class:ios_base 213 ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_iostate)); 215 ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_exception_mask));
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 50 const ios_base::fmtflags ios_base::hex; member in class:ios_base 215 ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_iostate)); 217 ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_exception_mask));
|