HomeSort by relevance Sort by last modified time
    Searched full:abcdef (Results 76 - 100 of 683) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/tools/lib/tests/data/
test_static_x86_32.nexe 
  /external/chromium_org/third_party/WebKit/Source/wtf/
HexNumber.h 34 const LChar lowerHexDigits[17] = "0123456789abcdef";
35 const LChar upperHexDigits[17] = "0123456789ABCDEF";
  /external/chromium_org/chromeos/test/data/network/
toplevel_partially_invalid.onc 25 "UNKNOWN_FIELD" : "abcdef",
  /external/chromium_org/third_party/icu/source/samples/datefmt/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/chromium_org/third_party/icu/source/samples/msgfmt/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/chromium_org/third_party/icu/source/samples/translit/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/chromium_org/third_party/icu/source/test/testdata/
icuio.txt 42 { "%5.3S", " abc", "S", "abcdef" }
43 { "%-5.3S", "abc ", "S", "abcdef" }
48 { "%5.3s", " abc", "s", "abcdef" }
49 { "%-5.3s", "abc ", "s", "abcdef" }
  /external/chromium_org/third_party/polymer/components/core-style/
my-theme.html 6 colorOne: '#abcdef',
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 243 printer.Print("0123456789abcdef");
257 EXPECT_EQ("0123456789abcdef<", string(buffer, sizeof(buffer)));
267 printer.Print("0123456789abcdef");
279 EXPECT_EQ("0123456789abcdef", string(buffer, sizeof(buffer)));
  /external/chromium_org/tools/traceline/traceline/scripts/
heap.js 9 var table = "0123456789abcdef";
  /external/chromium_org/v8/test/mjsunit/
string-split-cache.js 29 var str = "abcdef";
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/icu/icu4c/source/samples/translit/
util.cpp 24 static const UnicodeString DIGIT_STRING("0123456789ABCDEF");
  /external/icu/icu4c/source/test/testdata/
icuio.txt 42 { "%5.3S", " abc", "S", "abcdef" }
43 { "%-5.3S", "abc ", "S", "abcdef" }
48 { "%5.3s", " abc", "s", "abcdef" }
49 { "%-5.3s", "abc ", "s", "abcdef" }
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsEscapeFunction.java 31 private static final char[] DIGITS = "0123456789ABCDEF".toCharArray();
  /external/smack/src/org/xbill/DNS/utils/
base16.java 16 private static final String Base16 = "0123456789ABCDEF";
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableTest.java 30 Spannable spannable = newSpannableWithText("abcdef");
  /external/chromium_org/v8/test/cctest/
test-double.cc 43 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
55 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
59 CHECK(V8_2PART_UINT64_C(0x00134567, 89ABCDEF) == diy_fp.f()); // NOLINT
75 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
78 CHECK((V8_2PART_UINT64_C(0x00134567, 89ABCDEF) << 11) ==
  /external/chromium_org/chrome/browser/history/
scored_history_match_unittest.cc 131 URLRow row_b(MakeURLRow("http://abcdef", "abcd bcd", 10, 30, 1));
142 URLRow row_c(MakeURLRow("http://abcdef", "abcd bcd", 3, 10, 1));
153 URLRow row_d(MakeURLRow("http://abcdef", "abcd bcd", 3, 30, 3));
270 URLRow row(MakeURLRow("http://www.google.com", "abcdef", 3, 30, 1));
295 URLRow row(MakeURLRow("http://teams.foo.com", "abcdef", 3, 30, 1));
315 URLRow row(MakeURLRow("https://www.testing.com", "abcdef", 3, 30, 1));
  /external/chromium_org/net/quic/crypto/
crypto_framer_test.cc 55 message.SetStringPiece(0x12345678, "abcdef");
100 message.SetStringPiece(0x12345678, "abcdef");
166 message.SetStringPiece(key, "abcdef");
288 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
335 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
376 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
  /external/chromium_org/third_party/sqlite/src/test/
corruptC.test 146 catchsql {UPDATE t2 SET y='abcdef-uvwxyz'}
159 catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
179 catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
191 catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
231 catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
362 catchsql {BEGIN; UPDATE t2 SET y='abcdef-uvwxyz'; ROLLBACK;}
  /external/chromium_org/chrome/common/net/
x509_certificate_model.cc 38 static const char kHexChars[] = "0123456789ABCDEF";
  /external/chromium_org/rlz/lib/
string_utils.cc 79 static const char kHex[] = "0123456789ABCDEF";
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
msvs_common.sh 50 local hex="0123456789ABCDEF"

Completed in 904 milliseconds

1 2 34 5 6 7 8 91011>>