Home
last modified time | relevance | path

Searched refs:cur2 (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/sqlite3/test/
Dtransactions.py42 self.cur2 = self.con2.cursor()
48 self.cur2.close()
60 self.cur2.execute("select i from test")
61 res = self.cur2.fetchall()
67 self.cur2.execute("select i from test")
68 res = self.cur2.fetchall()
76 self.cur2.execute("select i from test")
77 res = self.cur2.fetchone()[0]
85 self.cur2.execute("select i from test")
86 res = self.cur2.fetchall()
[all …]
/external/python/cpython3/Lib/sqlite3/test/
Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
75 self.cur2.execute("select i from test")
76 res = self.cur2.fetchone()[0]
84 self.cur2.execute("select i from test")
85 res = self.cur2.fetchall()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1315 const char *cur, *cur2; in parse_declaration() local
1349 cur2 = cur; in parse_declaration()
1350 cur2++; in parse_declaration()
1351 eat_opt_white( &cur2 ); in parse_declaration()
1352 if (str_match_nocase_whole( &cur2, "ARRAY" )) { in parse_declaration()
1354 if (*cur2 != '(') { in parse_declaration()
1358 cur2++; in parse_declaration()
1359 eat_opt_white( &cur2 ); in parse_declaration()
1360 if (!parse_int( &cur2, &arrayid )) { in parse_declaration()
1364 eat_opt_white( &cur2 ); in parse_declaration()
[all …]
/external/lz4/lib/
Dlz4opt.h219 size_t res, cur, cur2; in LZ4HC_compress_optimal() local
299 cur2 = cur; in LZ4HC_compress_optimal()
300 … best_mlen = (cur2 + matches[i].len < LZ4_OPT_NUM) ? (size_t)matches[i].len : LZ4_OPT_NUM - cur2; in LZ4HC_compress_optimal()
303 if (opt[cur2].mlen == 1) { in LZ4HC_compress_optimal()
304 litlen = opt[cur2].litlen; in LZ4HC_compress_optimal()
306 if (cur2 != litlen) in LZ4HC_compress_optimal()
307 price = opt[cur2 - litlen].price + LZ4HC_sequencePrice(litlen, mlen); in LZ4HC_compress_optimal()
312 price = opt[cur2].price + LZ4HC_sequencePrice(litlen, mlen); in LZ4HC_compress_optimal()
315 …if (cur2 + mlen > last_pos || price < (size_t)opt[cur2 + mlen].price) { // || (((int)price == opt[… in LZ4HC_compress_optimal()
316 SET_PRICE(cur2 + mlen, mlen, matches[i].off, litlen, price); in LZ4HC_compress_optimal()
/external/libjpeg-turbo/
Djquant2.c935 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither() local
973 cur0 = cur1 = cur2 = 0; in pass2_fs_dither()
989 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4); in pass2_fs_dither()
995 cur2 = error_limit[cur2]; in pass2_fs_dither()
1002 cur2 += GETJSAMPLE(inptr[2]); in pass2_fs_dither()
1005 cur2 = GETJSAMPLE(range_limit[cur2]); in pass2_fs_dither()
1007 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT]; in pass2_fs_dither()
1011 fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT); in pass2_fs_dither()
1018 cur2 -= GETJSAMPLE(colormap2[pixcode]); in pass2_fs_dither()
1036 bnexterr = cur2; /* Process component 2 */ in pass2_fs_dither()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java136 Box cur2 = bxs2.next(); in mergeAudioSampleEntries() local
140 cur2.getBox(Channels.newChannel(baos2)); in mergeAudioSampleEntries()
144 … if (ESDescriptorBox.TYPE.equals(cur1.getType()) && ESDescriptorBox.TYPE.equals(cur2.getType())) { in mergeAudioSampleEntries()
146 ESDescriptorBox esdsBox2 = (ESDescriptorBox) cur2; in mergeAudioSampleEntries()
/external/python/cpython2/Doc/includes/sqlite3/
Dcountcursors.py14 cur2 = con.cursor() variable
/external/python/cpython3/Doc/includes/sqlite3/
Dcountcursors.py14 cur2 = con.cursor() variable
/external/freetype/src/type42/
Dt42parse.c1165 FT_Byte* cur2; in t42_parse_dict() local
1171 cur = cur2 = parser->root.cursor; in t42_parse_dict()
1198 cur2 = parser->root.cursor; in t42_parse_dict()
1200 parser->root.cursor = cur2; in t42_parse_dict()
/external/freetype/src/truetype/
Dttinterp.c6811 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; in _iup_worker_interpolate() local
6842 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate()
6844 delta2 = SUB_LONG( cur2, org2 ); in _iup_worker_interpolate()
6846 if ( cur1 == cur2 || orus1 == orus2 ) in _iup_worker_interpolate()
6890 scale = FT_DivFix( SUB_LONG( cur2, cur1 ), in _iup_worker_interpolate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java1873 Currency cur2 = decsym.getCurrency(); in Test6816() local
1875 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816()
1876 …: Currencies should match PHP: cur1 = "+cur1.getCurrencyCode()+"; cur2 = "+cur2.getCurrencyCode()); in Test6816()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1870 Currency cur2 = decsym.getCurrency(); in Test6816() local
1872 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816()
1873 …: Currencies should match PHP: cur1 = "+cur1.getCurrencyCode()+"; cur2 = "+cur2.getCurrencyCode()); in Test6816()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...