HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 351 - 375 of 516) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
array-sort.js 312 2:"c1",
340 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 503 const UChar* c1 = s1 ? s1->characters() : 0;
506 while (pos < lmin && *c1 == *c2) {
507 c1++;
513 return (c1[0] > c2[0]) ? 1 : -1;
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 318 void waitUntil(int c0, int c1, int c2);
368 void MSurface::waitUntil(int c0, int c1, int c2) {
369 INFO("waitUntil: %d %d %d", c0, c1, c2);
373 postBufferCount >= c1 &&
  /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...]
  /external/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/icu4c/common/
ucnv2022.c 97 * Do not encode C1 control codes with native bytes 80..9F
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2226 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
utxttest.cpp 124 UChar32 c1 = 0; local
132 c1 = (c1+1)%0x80;
135 if (c1==0x5c || c1==0) {
136 c1++;
138 s.append(c1);
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 1004 int c1 = 0; local
1006 c1 += class_labels[i];
1007 p[0] = data->priors->data.db[0]*(c1 < count ? 1./(count - c1) : 0.);
1008 p[1] = data->priors->data.db[1]*(c1 > 0 ? 1./c1 : 0.);
    [all...]
  /external/mksh/src/
edit.c 3880 int cur, c1, c2, c3 = 0; local
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc     [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 461 UChar c1='s'; local
463 scan_idx = uScan_STRING.indexOf(c1);
  /external/opencv/cxcore/src/
cxswitcher.cpp 670 int c0 = toupper(module->name[i]), c1 = toupper(name[i]);
671 if( c0 != c1 )
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 196 c1 -> c300
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 81 !=cSbLdlbtZ[[[-]P0lb-sb]sclb0>c1+]sclb0!<c[0P1+dld>c]scdld>cscSdLbP]q]Sb\
  /system/extras/tests/memtest/
memtest.cpp 377 const unsigned char *c1 = (const unsigned char *)s1, *c2 = (const unsigned char *)s2; local
381 d = (int)*c1++ - (int)*c2++;
  /external/icu4c/test/cintltst/
callcoll.c 1177 UCollator* c1 = NULL; local
    [all...]
capitst.c 896 UCollator * c1; local
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1634 Char c1 = (arg[0] >> 24) & 0xff; local
    [all...]
  /external/webp/src/dec/
dsp_sse2.c 82 const __m128i c1 = _mm_mulhi_epi16(in1, k2); local
85 const __m128i c4 = _mm_sub_epi16(c1, c2);
140 const __m128i c1 = _mm_mulhi_epi16(T1, k2); local
143 const __m128i c4 = _mm_sub_epi16(c1, c2);
526 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
534 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
557 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
  /dalvik/tests/089-jumbo-opcodes/src/
Main.java 509 Class c1 = Thread.class; local
771 boolean b1 = c1 instanceof Object;
804 useRegs(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10);
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 397 final char c1 = 'l'; local
400 assertEquals(c1, mBundle.getChar(KEY, c1));
402 assertEquals(c2, mBundle.getChar(KEY, c1));
404 assertEquals(c2, mBundle.getChar(KEY, c1));
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
  /external/chromium/base/
file_util_unittest.cc     [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 973 Cursor c1 = mDatabase.rawQuery(s1, new String[]{"2", "201", "900"}); local
    [all...]

Completed in 943 milliseconds

<<11121314151617181920>>