HomeSort by relevance Sort by last modified time
    Searched refs:c3 (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 38 ret ; => c3
43 ret ; => c3
  /external/chromium_org/v8/test/mjsunit/
generated-transition-stub.js 127 var c3 = [0, 1, 2, 3.5, 4];
128 assertTrue(%HasFastDoubleElements(c3));
129 assertTrue(!%HasFastHoleyElements(c3));
130 transition3(c3, 0, new Array());
131 assertTrue(!%HasFastHoleyElements(c3));
132 assertTrue(%HasFastObjectElements(c3));
133 assertEquals(4, c3[4]);
134 assertEquals(0, c3[0].length);
  /external/clang/test/Analysis/
NewDelete-custom.cpp 27 C *c3 = ::new C; local
30 // expected-warning@-2{{Potential leak of memory pointed to by 'c3'}}
  /external/clang/test/Lexer/
ms-extensions.c 22 __complex float c3 = 1.0if; variable
  /external/clang/test/Sema/
string-init.c 23 char16_t c3[] = u"a"; // No error. local
  /external/clang/test/SemaCXX/
string-init.cpp 18 char16_t c3[] = u"a"; // No error. local
  /external/lldb/test/pexpect-2.4/examples/
chess3.py 86 c3 = white.term.get_abs(17,60) variable
89 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
95 c3 = white.term.get_abs(17,60) variable
98 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
  /external/regex-re2/util/
rune.cc 51 int c, c1, c2, c3; local
100 c3 = *(unsigned char*)(str+3) ^ Tx;
101 if (c3 & Testx)
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 627 * @param c3 code unit to write
630 short c2, short c3) {
634 out.writeShort(c3);
644 * @param c3 code unit to write
648 short c2, short c3, short c4) {
652 out.writeShort(c3);
677 * @param c3 code unit to write
680 short c3) {
681 write(out, c0, (short) c1c2, (short) (c1c2 >> 16), c3);
692 * @param c3 code unit to writ
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 629 * @param c3 code unit to write
632 short c2, short c3) {
636 out.writeShort(c3);
646 * @param c3 code unit to write
650 short c2, short c3, short c4) {
654 out.writeShort(c3);
679 * @param c3 code unit to write
682 short c3) {
683 write(out, c0, (short) c1c2, (short) (c1c2 >> 16), c3);
694 * @param c3 code unit to writ
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 68 Currency c3 = Currency.getInstance(new Locale("", "CA")); local
71 c3 == c0);
82 c3 = Currency.getInstance(new Locale("bogus", "JP"));
85 c3 == c0);
323 Currency c3 = Currency.getInstance("JPY"); local
324 c3.getDefaultFractionDigits();
325 assertEquals(" Currency.getInstance(\"" + c3
326 + "\") returned incorrect number of digits. ", 0, c3