/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 255 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 267 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 268 col3 = (RuleBasedCollator)col1; in TestDuplicate() 269 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 399 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 420 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 421 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 422 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 555 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 562 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 254 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 266 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 267 col3 = (RuleBasedCollator)col1; in TestDuplicate() 268 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 398 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 419 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 420 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 421 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 554 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 561 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/external/libjpeg-turbo/simd/ |
D | jidctfst-altivec.c | 121 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()
|
D | jidctint-altivec.c | 216 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()
|
D | jfdctfst-altivec.c | 95 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()
|
D | jfdctint-altivec.c | 189 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/ |
D | test_dbtables.py | 92 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/ |
D | apicoll.cpp | 237 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 243 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl() 284 UnicodeString rule1 = col1->getRules(); in TestRuleBasedColl() 311 delete col1; in TestRuleBasedColl() 427 Collator *col1 = 0; in TestHashCode() local 428 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode() 454 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 455 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 456 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode() 459 delete col1; in TestHashCode() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | color_space.inl | 115 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/v8/tools/turbolizer/ |
D | disassembly-view.js | 243 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/guava/guava-tests/test/com/google/common/hash/ |
D | SipHashFunctionTest.java | 147 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/ |
D | factory.py | 104 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/llvm/test/CodeGen/Hexagon/ |
D | swp-epilog-reuse.ll | 26 …%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/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 980 static INLINE void idct32_135(__m128i *col0, __m128i *col1) { in idct32_135() argument 982 idct32_8x32_135(col1); in idct32_135() 1011 __m128i col0[32], col1[32]; in vpx_idct32x32_135_add_ssse3() local 1016 load_buffer_16x16(input, col0, col1); in vpx_idct32x32_135_add_ssse3() 1019 array_transpose_16x16(col0, col1); in vpx_idct32x32_135_add_ssse3() 1020 idct32_135(col0, col1); in vpx_idct32x32_135_add_ssse3() 1023 transpose_and_copy_16x16(col0, col1, temp, left_16); in vpx_idct32x32_135_add_ssse3() 1024 idct32_135(col0, col1); in vpx_idct32x32_135_add_ssse3() 1025 recon_and_store(col0, col1, dest, stride); in vpx_idct32x32_135_add_ssse3() 1027 transpose_and_copy_16x16(col0, col1, temp, right_16); in vpx_idct32x32_135_add_ssse3() [all …]
|
/external/autotest/frontend/tko/ |
D | csv_encoder_unittest.py | 74 return dict(col1=col1_value, pass_count=pass_count,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 204 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/ |
D | capitst.c | 450 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 462 …col1 = 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() 515 …col1 = 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() 552 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl() 558 ucol_close(col1); in TestRuleBasedColl()
|
/external/skia/src/core/ |
D | SkMatrix44.cpp | 916 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/webp/src/enc/ |
D | vp8l_enc.c | 53 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance() argument 54 const uint32_t diff = VP8LSubPixels(col1, col2); in PaletteColorDistance() 65 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor() argument 66 const uint32_t tmp = *col1; in SwapColor() 67 *col1 = *col2; in SwapColor()
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 660 for type, value, (line0, col0), (line1, col1), line_text in tokens: 668 yield type, value, (line0, col0), (line1, col1), line_text
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 837 GLfloat (*col1)[4] = span->array->attribs[VARYING_SLOT_COL1]; in add_specular() local 867 col0[i][0] += col1[i][0]; in add_specular() 868 col0[i][1] += col1[i][1]; in add_specular() 869 col0[i][2] += col1[i][2]; in add_specular()
|
/external/eigen/doc/ |
D | QuickReference.dox | 332 col2 = mat1 * col1; 345 scalar = col1.adjoint() * col2; 346 scalar = (col1.adjoint() * col2).value();\endcode 350 mat = col1 * col2.transpose();\endcode
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 390 obj.col1 = odata.Colors[0]
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 391 obj.col1 = odata.Colors[0]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 874 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local 877 …mit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant() 888 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local 892 …der::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2); in emitDeterminant()
|