/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();
|
/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/llvm-libc++abi/libcxxabi/test/ |
test_exception_storage.cpp | 54 std::cout << "{ " << std::hex; member in class:std
|
/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));
|
/external/chromium_org/media/video/capture/win/ |
video_capture_device_factory_win.cc | 185 DLOG(WARNING) << "GetAllocatedString failed: " << std::hex << hr; 316 DLOG(ERROR) << "MFCreateSourceReaderFromMediaSource: " << std::hex << hr; 327 DLOG(ERROR) << "MFGetAttributeSize: " << std::hex << hr; 336 DLOG(ERROR) << "MFGetAttributeSize: " << std::hex << hr; 344 DLOG(ERROR) << "GetGUID: " << std::hex << hr;
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.cc | 48 std::vector<uint8> hex; local 49 if (!base::HexStringToBytes(input, &hex)) 52 *result = SkColorSetRGB(hex[0], hex[1], hex[2]);
|
/external/oprofile/libutil++/ |
op_bfd.cpp | 288 << dec << symbols.size() << hex << endl; 297 << dec << syms.size() << hex << endl; 422 << ", value " << hex << sym.value() << endl; 424 << "start " << hex << start << ", end " << end << endl; 429 << hex << sym.symbol()->section->filepos << endl;
|
/external/lldb/examples/summaries/cocoa/ |
objc_runtime.py | 146 "instanceSize = " + hex(self.instance_size()) + "\n" + \ 147 "namePointer = " + hex(self.namePointer) + " --> " + self.name 196 "roPointer = " + hex(self.roPointer) 310 return 'isaPointer = ' + hex(self.isaPointer) + "\n" + \ 311 "superclassIsaPointer = " + hex(self.superclassIsaPointer) + "\n" + \ 312 "cachePointer = " + hex(self.cachePointer) + "\n" + \ 313 "data = " + hex(self.dataPointer) 406 return 'isaPointer = ' + hex(self.isaPointer) + "\n" + \ 407 "superclassIsaPointer = " + hex(self.superclassIsaPointer) + "\n" + \ 408 "namePointer = " + hex(self.namePointer) + " --> " + self.name + [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn, 150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex), 166 equal(u.hex, hex) 196 # Badly formed hex strings. 240 # Must supply exactly one of hex, bytes, fields, int. 243 uuid.UUID(hex=h) 257 for hh in [[], [('hex', h)]]: 270 badtype(lambda: setattr(u, 'hex', h)) 463 os.write(fds[1], value.hex) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn, 150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex), 166 equal(u.hex, hex) 196 # Badly formed hex strings. 240 # Must supply exactly one of hex, bytes, fields, int. 243 uuid.UUID(hex=h) 257 for hh in [[], [('hex', h)]]: 270 badtype(lambda: setattr(u, 'hex', h)) 463 os.write(fds[1], value.hex) [all...] |