HomeSort by relevance Sort by last modified time
    Searched refs:hex (Results 226 - 250 of 573) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/src/adaptation/
libmain.c 328 static inline void word2hex(const char* data, char** hex)
330 byte2hex(&data[1], hex);
331 byte2hex(&data[0], hex);
376 //write hex of data
399 //write hex of data
405 //write hex padding
513 ** Description Log raw NCI packet as hex-ascii bytes
542 ** Description Log raw LLCP packet as hex-ascii bytes
575 ** Description Log raw HCP packet as hex-ascii bytes
  /external/libppp/src/
chap_ms.c 197 static const char hex[]="0123456789abcdef"; local
205 buf[i+i] = hex[digest[i] >> 4];
206 buf[i+i+1] = hex[digest[i] & 0x0f];
  /external/ppp/pppd/plugins/radius/
avpair.c 164 unsigned char hex[3]; /* For hex string conversion. */ local
199 sprintf (hex, "%2.2X", *x_ptr);
200 strcat (buffer, hex);
  /libcore/luni/src/main/java/java/util/
Properties.java 135 String hex = Integer.toHexString(ch); local
137 for (int j = 0; j < 4 - hex.length(); j++) {
140 buffer.append(hex);
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 104 String hex = Utility.byteToHex((byte) i); local
105 assertEquals("val=" + i, 2, hex.length());
106 assertEquals("val=" + i, i, Integer.parseInt(hex, 16));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 247 * - 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/
ios_base.h 241 * - 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 241 * - 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);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 247 * - 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/
ios_base.h 247 * - 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/
ios_base.h 247 * - 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/
ios_base.h 247 * - 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/
ios_base.h 241 * - 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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 241 * - 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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 241 * - 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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 241 * - 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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 239 * - hex
267 static const fmtflags hex = _S_hex; member in class:ios_base
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
939 /// Calls base.setf(ios_base::hex, ios_base::basefield).
941 hex(ios_base& __base) function
943 __base.setf(ios_base::hex, ios_base::basefield);
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 790 if ( ( my $hex = hex( $u ) ) > 127 ) {
795 $s .= chr $hex;
1055 # According to RFC4627, hex or oct digits are invalid.
1058 my $hex = $peek =~ /[xX]/; # 0 or 1
1060 if($hex){
1072 if (!$hex and length($n) == 1) {
1075 $at += length($n) + $hex;
1077 return $hex ? hex($n) : oct($n)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 790 if ( ( my $hex = hex( $u ) ) > 127 ) {
795 $s .= chr $hex;
1055 # According to RFC4627, hex or oct digits are invalid.
1058 my $hex = $peek =~ /[xX]/; # 0 or 1
1060 if($hex){
1072 if (!$hex and length($n) == 1) {
1075 $at += length($n) + $hex;
1077 return $hex ? hex($n) : oct($n)
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 790 if ( ( my $hex = hex( $u ) ) > 127 ) {
795 $s .= chr $hex;
1055 # According to RFC4627, hex or oct digits are invalid.
1058 my $hex = $peek =~ /[xX]/; # 0 or 1
1060 if($hex){
1072 if (!$hex and length($n) == 1) {
1075 $at += length($n) + $hex;
1077 return $hex ? hex($n) : oct($n)
    [all...]
  /art/runtime/mirror/
art_method-inl.h 135 << " pc=" << std::hex << pc
  /external/chromium_org/base/strings/
string_number_conversions_unittest.cc 650 {"-42", "", 0, false}, // any non-hex value fails
656 {"0x42", "", 0, false}, // leading 0x fails (x is not hex)
766 std::string hex(HexEncode(NULL, 0));
767 EXPECT_EQ(hex.length(), 0U);
769 hex = HexEncode(bytes, sizeof(bytes));
770 EXPECT_EQ(hex.compare("01FF02FE038081"), 0);
  /external/chromium_org/chrome/test/security_tests/
ipc_security_tests.cc 26 oss << kODSMgPrefix << txt << " 0x" << std::hex << gle;
  /external/chromium_org/chrome_frame/
vtable_patch_manager.cc 120 DLOG(ERROR) << "VirtualProtect failed 0x" << std::hex << hr;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 529 << "expected_color: " << std::hex << expected_color
534 << "expected_color: " << std::hex << expected_color
539 << "expected_color: " << std::hex << expected_color
544 << "expected_color: " << std::hex << expected_color
    [all...]

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>