HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 726 - 750 of 1154) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/test/cctest/
test-parsing.cc 467 int32_t c1 = uc16_stream.Advance(); local
471 CHECK_EQ(c0, c1);
491 int32_t c1 = uc16_stream.Advance(); local
498 CHECK_EQ(c0, c1);
524 int32_t c1 = uc16_stream.Advance(); local
528 CHECK_EQ(c0, c1);
536 int32_t c1 = uc16_stream.Advance(); local
539 CHECK_LT(c1, 0);
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 176 psubw xmm7, xmm5 ; c1
245 psubw xmm7, xmm5 ; c1
513 psubw xmm7, xmm5 ; c1
582 psubw xmm7, xmm5 ; c1
idctllm_mmx.asm 80 psubw mm7, mm5 ; c1
135 psubw mm7, mm5 ; c1
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 80 ->11.11% (400B) 0x........: c1 (alloc-fns.c:16)
alloc-fns-B.post.exp 58 ->11.11% (400B) 0x........: c1 (alloc-fns.c:16)
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 342 memcpy(mParams.params.igc_lut_params.c1,
343 data.igcData.c1, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 56 T c1 = o1; local
58 return c1.compareTo(c2);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 108 X509Certificate c1 = (X509Certificate)cf.generateCertificate(bis); local
110 return new TrustAnchor(c1, null);
607 * f9:b9:c8:c5:1a:b0:c1:4f:0f:1d:1c:e8:c4:cf:c7:87:52:19:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 113 c1 = dom.createTextNode("foo")
118 frag.appendChild(c1)
121 return dom, orig, c1, c2, c3, frag
124 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
127 (orig, c1, c2, c3),
132 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
135 (c1, c2, c3, orig),
148 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
151 (orig, c1, c2, c3),
157 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 113 c1 = dom.createTextNode("foo")
118 frag.appendChild(c1)
121 return dom, orig, c1, c2, c3, frag
124 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
127 (orig, c1, c2, c3),
132 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
135 (c1, c2, c3, orig),
148 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes()
151 (orig, c1, c2, c3),
157 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes(
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s 334 cdp p7, #1, c1, c1, c1, #4
335 cdp2 p7, #1, c1, c1, c1, #4
337 @ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x11,0xee,0x81,0x17]
338 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x11,0xfe,0x81,0x17
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1208 char c1 = str.charAt(0); local
    [all...]
  /external/chromium_org/extensions/common/matcher/
url_matcher_unittest.cc 214 URLMatcherCondition c1 = factory.CreateHostEqualsCondition("www.google.com");
216 EXPECT_EQ(c1.criterion(), c2.criterion());
217 EXPECT_EQ(c1.string_pattern(), c2.string_pattern());
233 StringPattern::ID old_id_1 = c1.string_pattern()->id();
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 656 static inline int codePointCompare(unsigned l1, unsigned l2, const CharacterType1* c1, const CharacterType2* c2)
660 while (pos < lmin && *c1 == *c2) {
661 ++c1;
667 return (c1[0] > c2[0]) ? 1 : -1;
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.cpp 76 UChar c1,c2; local
85 c1 = s1[i];
89 if(c1!=c2) {
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
  /external/chromium_org/third_party/sqlite/src/src/
date.c 547 sqlite3_int64 c1; local
549 c1 = localtimeOffset(p);
550 p->iJD -= c1;
552 p->iJD += c1 - localtimeOffset(p);
  /external/chromium_org/ui/views/
view_unittest.cc 3073 View* c1 = new View; local
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 422 B<1,2>::C<4,5,6> c1; // expected-note{{in instantiation of}} member in namespace:PR16303
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 475 NS::Constructor c1; local
  /external/icu4c/test/intltest/
idnaref.cpp 76 UChar c1,c2; local
85 c1 = s1[i];
89 if(c1!=c2) {
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
utxttest.cpp 122 UChar32 c1 = 0; local
130 c1 = (c1+1)%0x80;
133 if (c1==0x5c || c1==0) {
134 c1++;
136 s.append(c1);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 1257 float c1, c2, c3; \/* coefficients for later use *\/ local
    [all...]
  /external/qemu/block/
vvfat.c 2072 uint32_t c, c1; local
2241 uint32_t c1; local
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 353 char c1=*(fileName1++); local
355 if ((c1>='a') && (c1<='z'))
356 c1 -= 0x20;
359 if (c1=='\0')
363 if (c1<c2)
365 if (c1>c2)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1,
767 op |= INSN_R2(c1);
795 TCGArg c1, TCGArg c2, int c2const)
806 op = INSN_COMICLR | INSN_R2(c1) | INSN_R1(ret) | INSN_IM11(c2);
808 op = INSN_COMCLR | INSN_R2(c1) | INSN_R1(c2) | INSN_T(ret);
837 TCGArg c1, TCGArg c2, int c2const)
839 tcg_out_comclr(s, tcg_invert_cond(cond), ret, c1, c2, c2const);
    [all...]

Completed in 655 milliseconds

<<21222324252627282930>>