HomeSort by relevance Sort by last modified time
    Searched refs:abcd (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Lexer/
constants.c 24 'abcd' // expected-warning {{multi-character character constant}}
38 int e = 'abcd'; // still warn: expected-warning {{multi-character character constant}}
42 int f = 'abcd'; // ignored.
  /external/icu4c/test/intltest/
strtest.cpp 226 StringPiece abcd(abcdefg_chars, 4);
227 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
239 StringPiece sp(abcd, -1);
241 errln("StringPiece(abcd, -1) failed");
243 sp=StringPiece(abcd, 5);
245 errln("StringPiece(abcd, 5) failed");
247 sp=StringPiece(abcd, 2)
    [all...]
apicoll.cpp 228 Locale abcd("ab", "CD", "");
231 junk = Collator::createInstance(abcd, success);
    [all...]
  /external/dbus/dbus/
dbus-md5.h 40 dbus_uint32_t abcd[4]; /**< digest buffer */ member in struct:DBusMD5Context
dbus-md5.c 167 a = context->abcd[0], b = context->abcd[1],
168 c = context->abcd[2], d = context->abcd[3];
207 /* Let [abcd k s i] denote the operation
233 /* Let [abcd k s i] denote the operation
259 /* Let [abcd k s t] denote the operation
285 /* Let [abcd k s t] denote the operation
313 context->abcd[0] += a;
314 context->abcd[1] += b
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
anchor.js 12 ["a\\nb\\rc\\td", "abcd"],
segments-from-data-url.js 58 ["http://foo/abcd?efgh?ijkl", ["http:","foo","","/abcd","?efgh?ijkl",""]],
59 ["http://foo/abcd#foo?bar", ["http:","foo","","/abcd","","#foo?bar"]],
segments.js 58 ["http://foo/abcd?efgh?ijkl", ["http:","foo","","/abcd","?efgh?ijkl",""]],
59 ["http://foo/abcd#foo?bar", ["http:","foo","","/abcd","","#foo?bar"]],
  /external/clang/test/Sema/
block-literal.c 65 myfunc(^(int abcd) {
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
  /external/clang/test/Parser/
cxx-altivec.cpp 169 __vector float abcd; member in class:VectorClassMultipleMembers
  /external/v8/test/mjsunit/
regexp-static.js 122 assertEquals('abcd', 'abcd'.replace(re, f));
array-join.js 93 assertEquals("abcd", a.join("")); // Must not throw.
for-in-special-cases.js 75 var elements = Accumulate("abcd");
string-index.js 190 var str = 'abcd', arr = ['a', 'b', 'c', 'd', undefined, undefined];
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 775 int abcd = in.read(); local
776 int a = nibble0(abcd);
777 int b = nibble1(abcd);
778 int c = nibble2(abcd);
779 int d = nibble3(abcd);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 908 int abcd = in.read(); local
909 int a = nibble0(abcd);
910 int b = nibble1(abcd);
911 int c = nibble2(abcd)
    [all...]
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 192 tryFunction("0a1b2c3d", function () { return "abcd"; }, c);
197 return "abcd";
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 404 float abcd = interpolate(abc, bcd, t); local
409 dst[6] = abcd;
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
141 t.expectFalse(isInNetEx("3fff:8311:ffff:abcd:1234:dead:beef:101",
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-001.js 495 string = 'abcd';
628 string = 'abcd';
630 expectedmatch = Array('abcd', 'a');
648 pattern = /abcd*efg/;
691 string = 'abcd';
712 string = 'abcd';
714 expectedmatch = Array('abcd', 'bc', 'd');
719 string = 'abcd';
721 expectedmatch = Array('abcd', 'bc', 'd');
726 string = 'abcd';
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 575 SkScalar abcd = SkScalarInterp(abc, bcd, t); local
580 dst[6] = abcd;
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local
649 if (u_strspn(testString, abcd) != u_strlen(testString)) {
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 158 * string with the first part. Example: '123abcd' becomes '123'.

Completed in 609 milliseconds