HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 601 - 625 of 1551) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 1398 Cipher c1 = Cipher.getInstance(algorithm); local
4803 Cipher c1 = Cipher.getInstance("AES\/GCM\/NoPadding"); local
4830 Cipher c1 = Cipher.getInstance("AES\/GCM\/NoPadding"); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 873 GregorianCalendar c1 = new GregorianCalendar(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 872 GregorianCalendar c1 = new GregorianCalendar(); local
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 254 HttpsURLConnection c1 = (HttpsURLConnection) client.open(server.getUrl("/")); local
255 c1.setSSLSocketFactory(sslContext.getSocketFactory());
256 c1.setHostnameVerifier(NULL_HOSTNAME_VERIFIER);
257 assertEquals("ABC", readAscii(c1));
260 String suite = c1.getCipherSuite();
261 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates());
262 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates());
263 Principal peerPrincipal = c1.getPeerPrincipal();
264 Principal localPrincipal = c1.getLocalPrincipal();
1146 URLConnection c1 = client.open(url); local
    [all...]
  /bionic/tests/
string_test.cpp 832 int c1 = 'A'; local
834 memset(state.ptr1, c1, state.MAX_LEN);
835 memset(state.ptr2, c1, state.MAX_LEN);
840 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
854 int c1 = rand() & mask; local
856 wmemset(state.ptr1, c1, state.MAX_LEN);
857 wmemset(state.ptr2, c1, state.MAX_LEN);
862 int expected = (static_cast<int>(c1) - static_cast<int>(c2));
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 314 char c1 = src.charAt(i*2); local
316 int val1 = Character.digit(c1, 16);
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 74 CookieManager c1 = CookieManager.getInstance(); local
77 assertSame(c1, c2);
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1286 size_t c1 = 1; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 477 GrammarAST c1 = blockAST.findFirstType(ANTLRParser.SYN_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)
764 UChar c1; local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 10 char c1 = x; // OK, though it might narrow (in this case, it does narrow) local
141 Agg<char> c1 = {s}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} local
210 struct {const unsigned char c;} c1 = {j}; // expected-error {{from type 'int' to 'unsigned char' in}} expected-note {{silence}} local
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 423 B<1,2>::C<4,5,6> c1; // expected-note{{in instantiation of}} member in namespace:PR16303
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 359 alignas(16) int c1; member in class:C
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 72 Ctor c1 = { 1, 2 }; // expected-warning {{constructor call from initializer list is incompatible with C++98}} local
293 char c1 = '\u001e'; // expected-warning {{universal character name referring to a control character 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;
177 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
179 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;
302 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
313 c1.x(), c1.y(), c1.z(), c1.w(),
346 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
351 c0, c1, c2) local
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 1450 char c1 = *(s++); local
1455 c1 = ForceUppercase (c1);
1459 if (c1 != c2)
1491 char c1 = *(s++); local
1496 c1 = ForceUppercase (c1);
1500 if (c1 != c2)
1531 char c1 = *(s++); local
1536 c1 = ForceUppercase (c1)
1583 char c1 = *(ss++); local
    [all...]
  /external/dnsmasq/src/
rfc1035.c 149 unsigned char c1 = *cp, c2 = *p; local
151 if (c1 == 0)
156 if (c1 >= 'A' && c1 <= 'Z')
157 c1 += 'a' - 'A';
161 if (c1 != c2)
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 620 int i, c1, c2, nblks; local
627 c1 = root_limit->limit;
631 if (nblks-1 <= c1) {
640 c1--;
647 if (c1 == 0)
666 c1--;
679 root_limit->count = ext2fs_cpu_to_le16(root_limit->limit - c1);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 576 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
580 Scalar c1 = m(0,0)*m(1,1) - m(1,0)*m(1,0) + m(0,0)*m(2,2) - m(2,0)*m(2,0) + m(1,1)*m(2,2) - m(2,1)*m(2,1); local
586 Scalar a_over_3 = (c2*c2_over_3 - c1)*s_inv3;
589 Scalar half_b = Scalar(0.5)*(c0 + c2_over_3*(Scalar(2)*c2_over_3*c2_over_3 - c1));
616 VectorType c0, c1; local
618 n1 = (c1 = representative.cross(mat.col((i0+2)%3))).squaredNorm();
620 else res = c1/std::sqrt(n1);
    [all...]
  /external/fio/
gettime.c 547 const struct clock_entry *c1 = p1; local
550 if (c1->seq == c2->seq)
553 return c1->seq - c2->seq;
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTest.java 206 CharSource c1 = CharSource.wrap("abc"); 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 322 Counter c1 = new Counter(aa); local
324 Thread t1 = newStartedThread(c1);
328 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 305 int c1, c2, count = 0; local
307 c1 = i1.next();
309 if (c1 != c2) {
311 Integer.toHexString(c1) + ") != strength(0x" + Integer.toHexString(c2) + ")");
315 } while (c1 != CollationElementIterator.NULLORDER);
336 RuleBasedCollator c1 = null; local
338 c1 = new RuleBasedCollator("&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
345 iter = c1.getCollationElementIterator(source);
  /external/icu/icu4c/source/common/
ucase.cpp 317 int32_t c1, c2; local
321 c1=*s++;
326 c1-=c2;
327 if(c1!=0) {
328 return c1; /* return difference result */
    [all...]
ustring.cpp 673 UChar c1, c2; local
676 c1=*s1++;
678 if (c1 != c2 || c1 == 0) {
682 return (int32_t)c1 - (int32_t)c2;
690 UChar c1, c2; local
704 c1=*s1;
706 if(c1!=c2) {
709 if(c1==0) {
732 c1=*s1
829 UChar32 c1, c2; local
    [all...]

Completed in 2106 milliseconds

<<21222324252627282930>>