Searched refs:cs2 (Results 1 - 21 of 21) sorted by relevance

/external/eigen/test/
H A Dhessenberg.cpp36 HessenbergDecomposition<MatrixType> cs2(A);
37 VERIFY_IS_EQUAL(cs1.matrixH().eval(), cs2.matrixH().eval());
39 MatrixType cs2Q = cs2.matrixQ();
H A Dschur_complex.cpp44 ComplexSchur<MatrixType> cs2(A);
46 VERIFY_IS_EQUAL(cs2.info(), Success);
47 VERIFY_IS_EQUAL(cs1.matrixT(), cs2.matrixT());
48 VERIFY_IS_EQUAL(cs1.matrixU(), cs2.matrixU());
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc183 CriticalSectionScoped cs2(&_callBackCs);
189 CriticalSectionScoped cs2(&_callBackCs);
195 CriticalSectionScoped cs2(&_callBackCs);
201 CriticalSectionScoped cs2(&_callBackCs);
240 CriticalSectionScoped cs2(&_callBackCs);
325 CriticalSectionScoped cs2(&_callBackCs);
332 CriticalSectionScoped cs2(&_callBackCs);
350 CriticalSectionScoped cs2(&_callBackCs);
H A Ddevice_info_impl.cc69 WriteLockScoped cs2(_apiLock);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer.java2161 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { argument
2213 limit2=cs2.length();
2257 c2=cs2.charAt(s2++);
2264 cs2=stack2[level2].cs;
2265 } while(cs2==null);
2267 limit2=cs2.length();
2310 if(s2!=limit2 && Character.isLowSurrogate(c=cs2.charAt(s2))) {
2315 if(0<=(s2-2) && Character.isHighSurrogate(c=cs2.charAt(s2-2))) {
2343 c2=cs2.charAt(s2-1);
2399 stack2[0].cs=cs2;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java2111 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { argument
2163 limit2=cs2.length();
2207 c2=cs2.charAt(s2++);
2214 cs2=stack2[level2].cs;
2215 } while(cs2==null);
2217 limit2=cs2.length();
2260 if(s2!=limit2 && Character.isLowSurrogate(c=cs2.charAt(s2))) {
2265 if(0<=(s2-2) && Character.isHighSurrogate(c=cs2.charAt(s2-2))) {
2293 c2=cs2.charAt(s2-1);
2349 stack2[0].cs=cs2;
[all...]
/external/llvm/lib/Support/
H A Dregcomp.c1154 cset *cs2; local
1158 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1159 if (cs2->hash == h && cs2 != cs) {
1162 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1168 if (cs2 < top) { /* found one */
1170 cs = cs2;
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c1116 cset *cs2; local
1120 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1121 if (cs2->hash == h && cs2 != cs) {
1124 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1130 if (cs2 < top) { /* found one */
1132 cs = cs2;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c1154 cset *cs2; local
1158 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1159 if (cs2->hash == h && cs2 != cs) {
1162 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1168 if (cs2 < top) { /* found one */
1170 cs = cs2;
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp555 static char cs2[40]; local
557 u_UCharsToChars(us1, cs2, 33);
560 cs2);
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp687 UnicodeString cs2; local
688 Normalizer::decompose(srcStr, FALSE, 0, cs2, status);
693 UnicodeString targ2 = cs2;
696 logNotCanonical("Source-Target", srcStr, targ,cs2, targ2);
735 UnicodeString cs2; local
736 Normalizer::decompose(srcStr, FALSE, 0, cs2, status);
741 UnicodeString targ2 = cs2;
744 logNotCanonical("Source-Target", srcStr, targ, cs2,targ2);
/external/v8/benchmarks/
H A Dearley-boyer.js1050 function sc_isCharStringEqual(cs1, cs2) { return cs1.val === cs2.val; }
1051 function sc_isCharStringLess(cs1, cs2) { return cs1.val < cs2.val; }
1052 function sc_isCharStringGreater(cs1, cs2) { return cs1.val > cs2.val; }
1053 function sc_isCharStringLessEqual(cs1, cs2) { return cs1.val <= cs2.val; }
1054 function sc_isCharStringGreaterEqual(cs1, cs2) { return cs1.val >= cs2
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java1434 String cs2 = Normalizer.normalize(cs, Normalizer.NFD);
1435 String targ2 = sourceToTarget.transliterate(cs2);
1437 logNotCanonical("" + getSourceTarget(transliteratorID) + "", cs, targ, cs2, targ2);
1489 String cs2 = Normalizer.normalize(cs, Normalizer.NFD);
1490 String targ2 = sourceToTarget.transliterate(cs2);
1492 logNotCanonical("" + getSourceTarget(transliteratorID) + "", cs, targ, cs2, targ2);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1431 String cs2 = Normalizer.normalize(cs, Normalizer.NFD);
1432 String targ2 = sourceToTarget.transliterate(cs2);
1434 logNotCanonical("" + getSourceTarget(transliteratorID) + "", cs, targ, cs2, targ2);
1486 String cs2 = Normalizer.normalize(cs, Normalizer.NFD);
1487 String targ2 = sourceToTarget.transliterate(cs2);
1489 logNotCanonical("" + getSourceTarget(transliteratorID) + "", cs, targ, cs2, targ2);
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc105 const char *cs1 = (const char *) s1, *cs2 = (const char *) s2; local
107 if (cs1[i] != cs2[i]) {
112 dfsan_read_label(cs2, i + 1));
114 return cs1[i] - cs2[i];
122 dfsan_read_label(cs2, n));
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3298 struct cpuset_fts_entry *cs1, *cs2, *cs3; local
3301 * At each step, cs1 < cs2 < cs3 and the cs2->next pointer
3305 cs1 = cs2 = NULL;
3308 cs1 = cs2;
3309 cs2 = cs3;
3311 cs2->next = cs1;
3313 cs_tree->head = cs2;
/external/webrtc/talk/session/media/
H A Dsrtpfilter_unittest.cc94 void TestProtectUnprotect(const std::string& cs1, const std::string& cs2) { argument
117 EXPECT_EQ(out_len, rtp_len + rtp_auth_tag_len(cs2));
133 EXPECT_EQ(out_len, rtcp_len + 4 + rtcp_auth_tag_len(cs2)); // NOLINT
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java51 Charset cs2 = icu.charsetForName("UTF-16LE");
52 CharsetEncoder e2 = cs2.newEncoder();
53 CharsetDecoder d2 = cs2.newDecoder();
144 Charset cs2 = icu.charsetForName("UTF-32LE");
145 CharsetEncoder e2 = cs2.newEncoder();
146 CharsetDecoder d2 = cs2.newDecoder();
2694 Charset cs2 = null;
2696 test = cs1.contains(cs2);
2702 cs2 = CharsetICU.forNameICU("UTF-32");
2704 test = cs1.contains(cs2);
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc909 bool CompareCandidates(const Candidates& cs1, const Candidates& cs2) { argument
910 EXPECT_EQ(cs1.size(), cs2.size());
911 if (cs1.size() != cs2.size())
915 const Candidate c2 = cs2.at(i);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp2109 const char* const cs2 = local
2134 glShaderSource(sh2, 1, &cs2, NULL);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp2474 const char* const cs2 = local
2499 glShaderSource(sh2, 1, &cs2, NULL);

Completed in 1723 milliseconds