HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 476 - 500 of 1255) sorted by null

<<11121314151617181920>>

  /bionic/tests/
string_test.cpp 833 int c2 = 'N'; local
838 state.ptr2[pos] = c2;
840 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
855 int c2 = rand() & mask; local
860 state.ptr2[pos] = c2;
862 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 315 char c2 = src.charAt(i*2+1); local
317 int val2 = Character.digit(c2, 16);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 527 ScriptGroup.Closure c2 = local
532 ScriptGroup group = builder.create("Multiply", c2.getReturn());
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 74 CookieManager c2 = CookieManager.getInstance(); local
76 assertSame(c1, c2);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 478 GrammarAST c2 = blockAST.findFirstType(ANTLRParser.BACKTRACK_SEMPRED); local
479 if ( c1!=null || c2!=null ) return true;
  /external/bzip2/
blocksort.c 355 UChar c1, c2; local
360 c1 = block[i1]; c2 = block[i2];
361 if (c1 != c2) return (c1 > c2);
364 c1 = block[i1]; c2 = block[i2];
365 if (c1 != c2) return (c1 > c2);
368 c1 = block[i1]; c2 = block[i2];
369 if (c1 != c2) return (c1 > c2);
    [all...]
  /external/ceres-solver/include/ceres/
rotation.h 454 const T c2 = cos(roll); local
459 R(0, 0) = c1*c2;
463 R(1, 0) = s1*c2;
468 R(2, 1) = c2*s3;
469 R(2, 2) = c2*c3;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 11 char c2{x}; // expected-error {{ cannot be narrowed }} expected-note {{silence}}
155 Agg<char> c2 = {127}; // OK local
212 Agg<const unsigned char> c2 = {j}; // expected-error {{from type 'int' to 'const unsigned char' in}} expected-note {{silence}} local
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 73 Ctor c2 = { 3.0, 4l }; // expected-warning {{constructor call from initializer list is incompatible with C++98}} local
294 wchar_t c2 = L'\u0041'; // expected-warning {{specifying character 'A' with a universal character name is incompatible with C++98}} member in namespace:LiteralUCNs
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 176 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
178 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
180 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
303 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
315 c2.x(), c2.y(), c2.z(), c2.w(),
352 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
357 c0, c1, c2); local
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 1451 char c2 = *(t++); local
1456 c2 = ForceUppercase (c2);
1459 if (c1 != c2)
1492 char c2 = *(t++); local
1497 c2 = ForceUppercase (c2);
1500 if (c1 != c2)
1532 char c2 = *(t++); local
1537 c2 = ForceUppercase (c2)
1584 char c2 = *(tt++); local
    [all...]
  /external/dnsmasq/src/
rfc1035.c 149 unsigned char c1 = *cp, c2 = *p; local
158 if (c2 >= 'A' && c2 <= 'Z')
159 c2 += 'a' - 'A';
161 if (c1 != c2)
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 559 int i, c1, c2, nblks; local
582 c2 = 0;
588 if (c2 == 0) {
603 c2 = limit->limit;
608 if (c2 != limit->limit)
612 c2--;
614 limit->count = ext2fs_cpu_to_le16(limit->limit - c2);
  /external/fio/
gettime.c 548 const struct clock_entry *c2 = p2; local
550 if (c1->seq == c2->seq)
553 return c1->seq - c2->seq;
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTest.java 207 CharSource c2 = CharSource.wrap(""); local
213 CharSource.concat(ImmutableList.of(c1, c2, c3)).read());
215 CharSource.concat(c1, c2, c3).read());
217 CharSource.concat(ImmutableList.of(c1, c2, c3).iterator()).read());
218 assertFalse(CharSource.concat(c1, c2, c3).isEmpty());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 323 Counter c2 = new Counter(aa); local
325 Thread t2 = newStartedThread(c2);
328 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 975 char c2 = s.charAt(start + 1); local
987 char c2 = s.charAt(length - 2); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 698 int c2; local
700 c2 = s16.charAt(nextIndex++);
701 if(c2 > LATIN_MAX) {
702 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) {
703 c2 = c2 - PUNCT_START + LATIN_LIMIT; // 2000..203F -> 0180..01BF
704 } else if(c2 == 0xfffe || c2 == 0xffff) {
705 c2 = -1; // U+FFFE & U+FFFF cannot occur in contractions
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 306 int c1, c2, count = 0; local
309 c2 = i2.next();
310 if (c1 != c2) {
312 Integer.toHexString(c1) + ") != strength(0x" + Integer.toHexString(c2) + ")");
349 RuleBasedCollator c2 = null; local
351 c2 = new RuleBasedCollator("&a < b < c/abd < d");
358 iter = c2.getCollationElementIterator(source);
  /external/icu/icu4c/source/common/
ucase.cpp 315 int32_t c1, c2; local
320 c2=*t++;
321 if(c2==0) {
324 c1-=c2;
917 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA
    [all...]
ustring.cpp 468 UChar c, c2; local
502 * because c2 could at worst be the terminating NUL.
504 if(U16_IS_SURROGATE_LEAD(c) && U16_IS_TRAIL(c2 = string[strItr])) {
506 stringCh = U16_GET_SUPPLEMENTARY(c, c2);
671 UChar c1, c2; local
675 c2=*s2++;
676 if (c1 != c2 || c1 == 0) {
680 return (int32_t)c1 - (int32_t)c2;
688 UChar c1, c2; local
703 c2=*s2
827 UChar32 c1, c2; local
1317 UChar c2 = charAt(*offset, context); local
1330 UChar c2 = charAt(*offset, context); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 422 UCollator *c1, *c2, *c3; local
471 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
473 if (c2 == NULL || U_FAILURE(status))
480 iter=ucol_openElements(c2, source, u_strlen(source), &status);
488 ucol_close(c2);
910 int32_t c1, c2; local
917 c2 = ucol_next(i2, &status);
919 if (c1 != c2)
921 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2);
    [all...]
custrtrn.c 865 UChar c1, c2; local
    [all...]
custrtst.c 1190 UChar32 c1, c2; local
    [all...]
trie2test.c 276 UChar32 prevCP, c, c2; local
303 U16_NEXT(s, sIndex, length, c2);
314 if(c!=c2) {
316 testName, (long)c, (long)c2);
328 U16_PREV(s, 0, sIndex, c2);
339 if(c!=c2) {
341 testName, c, c2);
    [all...]

Completed in 1999 milliseconds

<<11121314151617181920>>