HomeSort by relevance Sort by last modified time
    Searched defs:hex (Results 176 - 200 of 856) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/golang-protobuf/proto/
all_test.go 153 bs := hex(s[j])*16 + hex(s[j+1])
184 bs := hex(s[j])*16 + hex(s[j+1])
263 func hex(c uint8) uint8 { func
283 x := hex(s[j])*16 + hex(s[j+1])
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 242 protected static String hex(char[] s){ method in class:TestFmwk
246 result.append(hex(s[i])); method
251 protected static String hex(byte[] s){ method in class:TestFmwk
255 result.append(hex(s[i])); method
260 protected static String hex(char ch) { method in class:TestFmwk
269 protected static String hex(int ch) { method in class:TestFmwk
278 protected static String hex(CharSequence s) { method in class:TestFmwk
283 result.append(hex(s.charAt(i))); method
295 result.append(hex(ch)); method
298 result.append(hex(ch)) method
301 result.append(hex(ch)); method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMap.java 312 list.add(Utility.hex(bytes[i]));
476 throw new IllegalArgumentException("Failed to add " + value + ", " + key + "=" + Utility.hex(key), e);
594 buffer.append(Utility.hex(bytes, 0, len, " "))
607 buffer.append(Utility.hex(bytesEntry.chars))
  /external/icu/icu4c/source/test/cintltst/
utransts.c 274 "Any-Hex",
275 "Hex-Any"
513 UTransliterator* hex = utrans_open("Any-Hex", UTRANS_FORWARD, NULL,0,NULL,&status); local
515 if (hex == 0 || U_FAILURE(status)) {
516 log_err("FAIL: utrans_open(Unicode-Hex) failed, error=%s\n",
524 utrans_setFilter(hex, filt, -1, &status);
535 utrans_transUChars(hex, buf, NULL, 128, 0, &limit, &status);
553 utrans_close(hex);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMap.java 311 list.add(Utility.hex(bytes[i]));
475 throw new IllegalArgumentException("Failed to add " + value + ", " + key + "=" + Utility.hex(key), e);
593 buffer.append(Utility.hex(bytes, 0, len, " "))
606 buffer.append(Utility.hex(bytesEntry.chars))
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 241 protected static String hex(char[] s){ method in class:TestFmwk
245 result.append(hex(s[i])); method
250 protected static String hex(byte[] s){ method in class:TestFmwk
254 result.append(hex(s[i])); method
259 protected static String hex(char ch) { method in class:TestFmwk
268 protected static String hex(int ch) { method in class:TestFmwk
277 protected static String hex(CharSequence s) { method in class:TestFmwk
282 result.append(hex(s.charAt(i))); method
294 result.append(hex(ch)); method
297 result.append(hex(ch)) method
300 result.append(hex(ch)); method
    [all...]
  /external/libcups/cups/
http-support.c 2087 static const char hex[] = "0123456789ABCDEF"; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 843 MV hex[6] = { local
907 /* hex search */
912 this_mv.as_mv.row = br + hex[i].row;
913 this_mv.as_mv.col = bc + hex[i].col;
921 this_mv.as_mv.row = br + hex[i].row;
922 this_mv.as_mv.col = bc + hex[i].col;
934 br += hex[best_site].row;
935 bc += hex[best_site].col;
    [all...]
  /external/skia/gm/
multipicturedraw.cpp 32 SkPath hex; local
33 hex.moveTo(originX-kHexSide, originY);
34 hex.rLineTo(SkScalarHalf(kHexSide), kRoot3Over2 * kHexSide);
35 hex.rLineTo(SkIntToScalar(kHexSide), 0);
36 hex.rLineTo(SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2);
37 hex.rLineTo(-SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2);
38 hex.rLineTo(-SkIntToScalar(kHexSide), 0);
39 hex.close();
40 return hex;
49 SkPath hex = make_hex_path(0, 0) local
94 SkPath hex = make_hex_path(0, 0); local
301 SkPath hex = make_hex_path((kNumHexX \/ 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); local
313 SkPath hex = make_hex_path((kNumHexX \/ 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); local
    [all...]
  /external/skqp/gm/
multipicturedraw.cpp 32 SkPath hex; local
33 hex.moveTo(originX-kHexSide, originY);
34 hex.rLineTo(SkScalarHalf(kHexSide), kRoot3Over2 * kHexSide);
35 hex.rLineTo(SkIntToScalar(kHexSide), 0);
36 hex.rLineTo(SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2);
37 hex.rLineTo(-SkScalarHalf(kHexSide), -kHexSide * kRoot3Over2);
38 hex.rLineTo(-SkIntToScalar(kHexSide), 0);
39 hex.close();
40 return hex;
49 SkPath hex = make_hex_path(0, 0) local
94 SkPath hex = make_hex_path(0, 0); local
301 SkPath hex = make_hex_path((kNumHexX \/ 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); local
313 SkPath hex = make_hex_path((kNumHexX \/ 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 689 char hex[64 * 2 + 1]; local
691 wpa_snprintf_hex(hex, sizeof(hex),
695 hex);
697 char hex[PMK_LEN * 2 + 1]; local
699 wpa_snprintf_hex(hex, sizeof(hex), auth->psk, PMK_LEN);
701 hex);
704 char *hex; local
708 hex = os_malloc(hexlen)
719 char *hex; local
    [all...]
ieee802_1x.c 77 char *hex = os_malloc(hex_len); local
79 if (hex) {
80 wpa_snprintf_hex(hex, hex_len, buf, len);
83 MAC2STR(sta->addr), hex);
84 os_free(hex);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 103 char *hex = os_malloc(hex_len); local
105 if (hex == NULL)
107 wpa_snprintf_hex(hex, hex_len, buf, len);
109 MAC2STR(dest), hex);
110 os_free(hex);
1171 char *hex; local
1175 hex = os_malloc(hexlen);
1176 if (!hex)
1178 wpa_snprintf_hex(hex, hexlen, pkt, pkt_len);
1180 " frame=%s", MAC2STR(dst), MAC2STR(src), hex);
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 1023 String hex = stringPool.get(buffer, pos, 4); local
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 294 String hex = "0123456789ABCDEF"; local
318 sb.append(hex.charAt((digest[i] >> 4) & 0xf));
319 sb.append(hex.charAt(digest[i] & 0xf));
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 229 * quotation marks. Otherwise, it is returned as a string of hex digits. The
243 String hex = mWifiSsid.getHexString(); local
244 return (hex != null) ? hex : WifiSsid.NONE;
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
SpecialCharSequenceMgr.java 389 String hex = deviceId.length() == 15 ? deviceId.substring(0, 14) : deviceId; local
392 // back to just showing the raw hex
393 if (hex.length() == 14 && showDecimal) {
394 ((TextView) row.findViewById(R.id.deviceid_hex)).setText(hex);
395 ((TextView) row.findViewById(R.id.deviceid_dec)).setText(getDecimalFromHex(hex));
414 generateBarcode(hex, barcode.getWidth(), barcode.getHeight());
425 private static String getDecimalFromHex(String hex) {
426 final String part1 = hex.substring(0, 8);
427 final String part2 = hex.substring(8);
433 LogUtil.e("SpecialCharSequenceMgr.getDecimalFromHex", "unable to parse hex", e)
    [all...]
  /system/netd/tests/dns_responder/
dns_responder.cpp 54 static const char* hex = "0123456789ABCDEF"; local
56 str[i*2] = hex[c >> 4];
57 str[i*2 + 1] = hex[c & 0x0F];
  /external/ImageMagick/coders/
ps.c 528 Initialize hex values.
1147 *hex; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 694 // prefix followed by hex digits indicating variants
695 str.append(Utility.hex(ch,m_variant_));
806 // name = prefix + (range->variant times) hex-digits
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 325 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
326 hex(b) + " x COMPOSE => " +
327 hex(c));
329 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
330 hex(b) + " x COMPOSE => " +
331 hex(c));
369 logln((UnicodeString)"Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b));
371 errln((UnicodeString)"FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b)
488 UnicodeString BasicNormalizerTest::hex(UChar ch) { function in class:BasicNormalizerTest
493 UnicodeString BasicNormalizerTest::hex(const UnicodeString& s) { function in class:BasicNormalizerTest
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 693 // prefix followed by hex digits indicating variants
694 str.append(Utility.hex(ch,m_variant_));
805 // name = prefix + (range->variant times) hex-digits
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 1892 String hex = reader.prefix(length); local
    [all...]
  /external/tcpdump/
addrtoname.c 334 static const char hex[16] = "0123456789abcdef"; variable
518 *cp++ = hex[*ep >> 4 ];
519 *cp++ = hex[*ep++ & 0xf];
522 *cp++ = hex[*ep >> 4 ];
523 *cp++ = hex[*ep++ & 0xf];
552 *cp++ = hex[*(ep + i - 1) >> 4];
553 *cp++ = hex[*(ep + i - 1) & 0xf];
591 *cp++ = hex[*ep >> 4];
592 *cp++ = hex[*ep++ & 0xf];
595 *cp++ = hex[*ep >> 4]
    [all...]
  /external/valgrind/coregrind/
vgdb.c 544 /* Convert hex digit A to a number. */
554 XERROR(0, "Reply contains invalid hex digit %c\n", a);
942 char hex[3]; local
996 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
998 strcat (hexcommand, hex);
    [all...]

Completed in 1206 milliseconds

1 2 3 4 5 6 78 91011>>