Searched refs:cur2 (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_transactions.py | 41 self.cur2 = self.con2.cursor() 48 self.cur2.close() 58 self.cur2.execute("select i from test") 59 res = self.cur2.fetchall() 65 self.cur2.execute("select i from test") 66 res = self.cur2.fetchall() 74 self.cur2.execute("select i from test") 75 res = self.cur2.fetchone()[0] 83 self.cur2.execute("select i from test") 84 res = self.cur2 [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 1290 const char *cur, *cur2; in parse_declaration() local 1324 cur2 = cur; in parse_declaration() 1325 cur2++; in parse_declaration() 1326 eat_opt_white( &cur2 ); in parse_declaration() 1327 if (str_match_nocase_whole( &cur2, "ARRAY" )) { in parse_declaration() 1329 if (*cur2 != '(') { in parse_declaration() 1333 cur2++; in parse_declaration() 1334 eat_opt_white( &cur2 ); in parse_declaration() 1335 if (!parse_int( &cur2, &arrayid )) { in parse_declaration() 1339 eat_opt_white( &cur2 ); in parse_declaration() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 934 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither() local 972 cur0 = cur1 = cur2 = 0; in pass2_fs_dither() 988 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3 + 2] + 8, 4); in pass2_fs_dither() 994 cur2 = error_limit[cur2]; in pass2_fs_dither() 1001 cur2 += inptr[2]; in pass2_fs_dither() 1004 cur2 = range_limit[cur2]; in pass2_fs_dither() 1007 &histogram[cur0 >> C0_SHIFT][cur1 >> C1_SHIFT][cur2 >> C2_SHIF in pass2_fs_dither() [all...] |
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.c | 1194 FT_Byte* cur2; in FT_LOCAL_DEF() local 1200 cur = cur2 = parser->root.cursor; in FT_LOCAL_DEF() 1227 cur2 = parser->root.cursor; in FT_LOCAL_DEF() 1229 parser->root.cursor = cur2; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 6899 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; in _iup_worker_interpolate() local 6930 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate() 6932 delta2 = SUB_LONG( cur2, org2 ); in _iup_worker_interpolate() 6934 if ( cur1 == cur2 || orus1 == orus2 ) in _iup_worker_interpolate() 6978 scale = FT_DivFix( SUB_LONG( cur2, cur1 ), in _iup_worker_interpolate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 1975 Currency cur2 = decsym.getCurrency(); in Test6816() 1977 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816() 1978 errln("FAIL: Currencies should match PHP: cur1 = "+cur1.getCurrencyCode()+"; cur2 = "+cur2.getCurrencyCode()); in Test6816()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 1972 Currency cur2 = decsym.getCurrency(); in Test6816() 1974 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816() 1975 errln("FAIL: Currencies should match PHP: cur1 = "+cur1.getCurrencyCode()+"; cur2 = "+cur2.getCurrencyCode()); in Test6816()
|
Completed in 32 milliseconds