Home
last modified time | relevance | path

Searched refs:db2 (Results 1 – 21 of 21) sorted by relevance

/third_party/iowow/src/kv/tests/
Diwkv_test4.c243 IWDB db1, db2; in iwkv_test1_impl() local
263 rc = iwkv_db(iwkv, 2, 0, &db2); in iwkv_test1_impl()
277 rc = iwkv_put(db2, &key, &val, 0); in iwkv_test1_impl()
284 rc = iwkv_put(db2, &key, &val, 0); in iwkv_test1_impl()
289 rc = iwkv_del(db2, &key, 0); in iwkv_test1_impl()
292 rc = iwkv_db_destroy(&db2); in iwkv_test1_impl()
Diwkv_test1.c272 IWDB db1, db2, db3; in iwkv_test1_impl() local
296 rc = iwkv_db(iwkv, 2, 0, &db2); // destroyed in iwkv_test1_impl()
300 rc = iwkv_db_destroy(&db2); // destroyed in iwkv_test1_impl()
321 rc = iwkv_db(iwkv, 2, 0, &db2); in iwkv_test1_impl()
/third_party/python/Lib/test/
Dtest_bdb.py958 db2 = Bdb()
959 db2.set_break(__file__, 2)
960 db2.set_break(__file__, 3)
961 db2.set_break(__file__, 4)
963 self.assertEqual(db2.get_all_breaks(), {fname: [1, 2, 3, 4]})
964 db2.clear_break(__file__, 1)
966 self.assertEqual(db2.get_all_breaks(), {fname: [2, 3, 4]})
970 self.assertEqual(db2.get_all_breaks(), {fname: [2, 3, 4]})
972 db2.clear_break(__file__, 2)
974 self.assertEqual(db2.get_all_breaks(), {fname: [3, 4]})
[all …]
/third_party/pulseaudio/src/tests/
Dvolume-test.c112 double db2 = pa_sw_volume_to_dB(w); in START_TEST() local
118 if (isfinite(db) && isfinite(db2)) in START_TEST()
119 qq = db + db2; in START_TEST()
/third_party/ejdb/src/bindings/ejdb2_node/
Dtest.js231 const db2 = await EJDB2.open('hello-bkp.db', { truncate: false }); constant
232 doc = await db2.get('cc2', id);
234 await db2.close();
/third_party/boost/libs/math/doc/filters/
Ddaubechies.qbk74 >>> print(pywt.Wavelet('db2').dec_lo)
76 >>> np.linalg.norm(pywt.Wavelet('db2').dec_lo)
103 >>> print(pywt.Wavelet('db2').dec_hi)
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
DApp.js266 const db2 = await EJDB2.open('hello.db.bkp', { truncate: false });
267 doc = await db2.get('cc2', id);
269 await db2.close();
/third_party/ejdb/src/bindings/ejdb2_dart/test/
Dejdb2_dart_test.dart188 final db2 = await EJDB2.open('hello-bkp.db', truncate: false);
189 doc = (await db2.createQuery('@cc1/*').first()).orNull;
191 await db2.close();
/third_party/alsa-utils/alsamixer/
Dmixer_display.c248 long db, db2; in display_focus_item_info() local
287 err = get_vol_func(control->elem, control->volume_channels[1], &db2); in display_focus_item_info()
290 dbs2 = format_gain(db2); in display_focus_item_info()
/third_party/ffmpeg/libswscale/
Doutput.c1580 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local
1588 db2 = ff_dither_2x2_8[(y & 1) ^ 1][1]; in yuv2rgb_write()
1595 db2 = ff_dither_2x2_8[(y & 1) ^ 1][1]; in yuv2rgb_write()
1602 db2 = ff_dither_4x4_16[(y & 3) ^ 3][1]; in yuv2rgb_write()
1606 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]; in yuv2rgb_write()
1619 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local
1627 db2 = d64[(i * 2 + 1) & 7]; in yuv2rgb_write()
1633 dr2 = db2 = d128[(i * 2 + 1) & 7]; in yuv2rgb_write()
1639 ((r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]) << 4); in yuv2rgb_write()
1642 dest[i * 2 + 1] = r[Y2 + dr2] + g[Y2 + dg2] + b[Y2 + db2]; in yuv2rgb_write()
/third_party/boost/libs/asio/test/
Dbuffer.cpp304 std::string::allocator_type> db2 = dynamic_buffer(string_data, 1024); in test() local
305 (void)db2; in test()
/third_party/python/Doc/tools/
Dsusp-ignored.csv379 using/configure,84,:db2,=db1:db2:...
/third_party/python/Doc/using/
Dconfigure.rst79 .. cmdoption:: --with-dbmliborder=db1:db2:...
/third_party/python/
Dconfigure.ac3206 …AS_HELP_STRING([--with-dbmliborder=db1:db2:...], [override order to check db backends for dbm; a v…
3210 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
3215 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h193 #define DR2 %db2
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch186461 db2 close
186468 + sqlite3 db2 :memory:
186469 + sqlite3_backup B db1 main db2 temp
187177 + forcedelete test.db2
187178 + sqlite3 dbtest test.db2
188258 forcedelete test.db2
188435 +forcedelete test.db2
188443 + ATTACH 'test.db2' AS aux;
188469 @@ -25,14 +23,14 @@ sqlite3 db2 test2.db
188477 db2 eval {
[all …]
/third_party/tzdata/
Dasia947 # http://db2.th.gov.tw/db2/view/viewImg.php?imgcode=0072031018a&num=19&bgn=019&end=019&otherImg=&ty…
/third_party/ffmpeg/doc/
DAPIchanges980 151aa2e / 2268db2 - Add step, offset, and depth to AVComponentDescriptor to replace
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Dacinclude.m4.in4163 KDE_TRY_LINK_PYTHON(db2, -ldb2)
/third_party/sqlite/src/
Dsqlite3.c145334 sqlite3 *db2 = pVTable->db;
145336 assert( db2 );
145337 if( db2==db ){
145342 pVTable->pNext = db2->pDisconnect;
145343 db2->pDisconnect = pVTable;
/third_party/python/Misc/
DHISTORY15900 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify