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/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1265 const char *cur, *cur2; in parse_declaration() local
1299 cur2 = cur; in parse_declaration()
1300 cur2++; in parse_declaration()
1301 eat_opt_white( &cur2 ); in parse_declaration()
1302 if (str_match_nocase_whole( &cur2, "ARRAY" )) { in parse_declaration()
1304 if (*cur2 != '(') { in parse_declaration()
1308 cur2++; in parse_declaration()
1309 eat_opt_white( &cur2 ); in parse_declaration()
1310 if (!parse_int( &cur2, &arrayid )) { in parse_declaration()
1314 eat_opt_white( &cur2 ); in parse_declaration()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1290 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 …]
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_selectmany.hpp104 dynamic_cursor<reference_type> cur2; member in cpplinq::linq_select_many::cursor
116 cur2 = from(store->get()).get_cursor(); in cursor()
122 return cur2.empty(); in empty()
127 cur2.inc(); in inc()
133 return fn2(cur1.get(), cur2.get()); in get()
140 while (cur2.empty() && !cur1.empty()) { in thunk()
146 cur2 = from(store->get()).get_cursor(); in thunk()
/external/libjpeg-turbo/
Djquant2.c934 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 += GETJSAMPLE(inptr[2]); in pass2_fs_dither()
1004 cur2 = GETJSAMPLE(range_limit[cur2]); in pass2_fs_dither()
1007 &histogram[cur0 >> C0_SHIFT][cur1 >> C1_SHIFT][cur2 >> C2_SHIFT]; in pass2_fs_dither()
1012 cur2 >> C2_SHIFT); in pass2_fs_dither()
1020 cur2 -= GETJSAMPLE(colormap2[pixcode]); in pass2_fs_dither()
1039 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/cpython3/Doc/includes/sqlite3/
Dcountcursors.py14 cur2 = con.cursor() variable
/external/python/cpython2/Doc/includes/sqlite3/
Dcountcursors.py14 cur2 = con.cursor() variable
/external/freetype/src/type42/
Dt42parse.c1172 FT_Byte* cur2; in t42_parse_dict() local
1178 cur = cur2 = parser->root.cursor; in t42_parse_dict()
1205 cur2 = parser->root.cursor; in t42_parse_dict()
1207 parser->root.cursor = cur2; in t42_parse_dict()
/external/freetype/src/truetype/
Dttinterp.c6904 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; in _iup_worker_interpolate() local
6935 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate()
6937 delta2 = SUB_LONG( cur2, org2 ); in _iup_worker_interpolate()
6939 if ( cur1 == cur2 || orus1 == orus2 ) in _iup_worker_interpolate()
6983 scale = FT_DivFix( SUB_LONG( cur2, cur1 ), in _iup_worker_interpolate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java1923 Currency cur2 = decsym.getCurrency(); in Test6816() local
1925 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816()
1926 …: 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.java1920 Currency cur2 = decsym.getCurrency(); in Test6816() local
1922 if ( !cur1.getCurrencyCode().equals("PHP") || !cur2.getCurrencyCode().equals("PHP")) { in Test6816()
1923 …: Currencies should match PHP: cur1 = "+cur1.getCurrencyCode()+"; cur2 = "+cur2.getCurrencyCode()); in Test6816()