Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 25 of 40) sorted by relevance

12

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java257 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
269 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
270 col3 = (RuleBasedCollator)col1; in TestDuplicate()
271 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate()
401 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
422 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
423 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
424 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
557 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null;
564 col1 = new RuleBasedCollator(ruleset1);
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java260 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
272 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
273 col3 = (RuleBasedCollator)col1; in TestDuplicate()
274 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate()
404 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
425 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
426 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
427 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
560 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null;
567 col1 = new RuleBasedCollator(ruleset1);
[all …]
/external/libjpeg-turbo/simd/
Djidctfst-altivec.c121 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
142 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec()
150 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec()
182 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec()
216 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec()
Djidctint-altivec.c216 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
251 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec()
259 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec()
293 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec()
318 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec()
Djfdctfst-altivec.c95 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
124 tmp1 = vec_add(col1, col6); in jsimd_fdct_ifast_altivec()
125 tmp6 = vec_sub(col1, col6); in jsimd_fdct_ifast_altivec()
Djfdctint-altivec.c189 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
230 tmp1 = vec_add(col1, col6); in jsimd_fdct_islow_altivec()
231 tmp6 = vec_sub(col1, col6); in jsimd_fdct_islow_altivec()
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py92 col1 = 'but can it fly?'
98 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'},
99 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'},
100 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'}
105 col1: 'no', col2: 'Penguin'},
107 col1: 'no', col2: 'Turkey'},
109 col1: 'yes', col2: 'SR-71A Blackbird'}
116 self.tdb.CreateTable(tabname, [col0, col1, col2])
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
260 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl()
301 UnicodeString rule1 = col1->getRules(); in TestRuleBasedColl()
328 delete col1; in TestRuleBasedColl()
444 Collator *col1 = 0; in TestHashCode() local
445 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
471 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
472 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode()
476 delete col1; in TestHashCode()
[all …]
/external/v8/tools/turbolizer/
Ddisassembly-view.js243 let col1 = PROF_COLS[i].col;
249 col.r = Math.round(view.interpolate(val, max, col1.r, col2.r));
250 col.g = Math.round(view.interpolate(val, max, col1.g, col2.g));
251 col.b = Math.round(view.interpolate(val, max, col1.b, col2.b));
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl115 T col1 = (T(1) - s) * rgbw.g; local
122 result[1][0] = col1;
123 result[1][1] = col1 + s;
124 result[1][2] = col1;
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java147 byte[] col1 = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80 }; in testCollisionsDueToIncorrectSignExtension()
152 SIP_WITH_KEY.hashBytes(col1), in testCollisionsDueToIncorrectSignExtension()
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py104 col1, col2 = row["a"], row["b"]
105 self.assertEqual(col1, 1, "by name: wrong result for column 'a'")
108 col1, col2 = row["A"], row["B"]
109 self.assertEqual(col1, 1, "by name: wrong result for column 'A'")
/external/python/cpython3/Lib/sqlite3/test/
Dfactory.py104 col1, col2 = row["a"], row["b"]
105 self.assertEqual(col1, 1, "by name: wrong result for column 'a'")
108 col1, col2 = row["A"], row["B"]
109 self.assertEqual(col1, 1, "by name: wrong result for column 'A'")
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_cross_op_test.py197 col1 = []
201 col1.append(
207 self._sparse_tensor(col1), self._sparse_tensor(col2),
/external/tensorflow/tensorflow/contrib/layers/python/kernel_tests/
Dsparse_feature_cross_op_test.py206 col1 = []
210 col1.append(
216 self._sparse_tensor(col1), self._sparse_tensor(col2),
/external/llvm/test/CodeGen/Hexagon/
Dswp-epilog-reuse.ll26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh…
30 %mul662.ur = fmul float %col1.31508.reg2mem.0.ur, 4.000000e+00
/external/skqp/tools/bookmaker/
Dbookmaker.h1685 void writeTableHeader(const char* col1, size_t pad, const char* col2) { in writeTableHeader() argument
1692 legend += col1; in writeTableHeader()
1693 if (pad > strlen(col1)) { in writeTableHeader()
1694 legend += string(pad - strlen(col1), ' '); in writeTableHeader()
1705 void writeTableRow(size_t pad, const string& col1) { in writeTableRow() argument
1707 string row = "# " + col1 + string(pad - col1.length(), ' ') + " # ##"; in writeTableRow()
1712 void writeTableRow(size_t pad1, const string& col1, size_t pad2, const string& col2) { in writeTableRow() argument
1714 string row = "# " + col1 + string(pad1 - col1.length(), ' ') + " # " + in writeTableRow()
Dbookmaker.cpp919 const Definition * col1 = row->fChildren[1]; in searchTable() local
920 if (col1->fContentEnd <= col1->fContentStart) { in searchTable()
921 SkASSERT(string::npos != col1->fFileName.find("SkImageInfo")); in searchTable()
924 result = string(col1->fContentStart, col1->fContentEnd - in searchTable()
925 col1->fContentStart); in searchTable()
/external/skia/tools/bookmaker/
Dbookmaker.h1716 void writeTableHeader(const char* col1, size_t pad, const char* col2) { in writeTableHeader() argument
1723 legend += col1; in writeTableHeader()
1724 if (pad > strlen(col1)) { in writeTableHeader()
1725 legend += string(pad - strlen(col1), ' '); in writeTableHeader()
1736 void writeTableRow(size_t pad, const string& col1) { in writeTableRow() argument
1738 string row = "# " + col1 + string(pad - col1.length(), ' ') + " # ##"; in writeTableRow()
1743 void writeTableRow(size_t pad1, const string& col1, size_t pad2, const string& col2) { in writeTableRow() argument
1745 string row = "# " + col1 + string(pad1 - col1.length(), ' ') + " # " + in writeTableRow()
Dbookmaker.cpp1019 const Definition * col1 = row->fChildren[1]; in searchTable() local
1020 if (col1->fContentEnd <= col1->fContentStart) { in searchTable()
1021 SkASSERT(string::npos != col1->fFileName.find("SkImageInfo")); in searchTable()
1024 result = string(col1->fContentStart, col1->fContentEnd - in searchTable()
1025 col1->fContentStart); in searchTable()
/external/autotest/frontend/tko/
Dcsv_encoder_unittest.py74 return dict(col1=col1_value, pass_count=pass_count,
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c204 const int32_t col1 = _mm_extract_epi16(v_diff_mv_w, 3); in vp9_diamond_search_sad_avx() local
212 const uint32_t cost1 = x->nmvsadcost[0][row1] + x->nmvsadcost[0][col1]; in vp9_diamond_search_sad_avx()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c450 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
462col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
489 rule1 = ucol_getRules(col1, &tempLength); in TestRuleBasedColl()
505 ucol_close(col1); in TestRuleBasedColl()
515col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
525 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl()
548 ucol_close(col1); in TestRuleBasedColl()
552col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
558 ucol_close(col1); in TestRuleBasedColl()
/external/skqp/src/core/
DSkMatrix44.cpp916 int col1 = 0; in preserves2dAxisAlignment() local
928 col1++; in preserves2dAxisAlignment()
936 col1++; in preserves2dAxisAlignment()
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()
/external/skia/src/core/
DSkMatrix44.cpp916 int col1 = 0; in preserves2dAxisAlignment() local
928 col1++; in preserves2dAxisAlignment()
936 col1++; in preserves2dAxisAlignment()
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()

12