/external/python/cpython2/Lib/bsddb/test/ |
D | test_misc.py | 62 db1 = db.DB() 63 db1.open(self.filename, None, db.DB_BTREE, 66 curs = db1.cursor() 70 db1.close() 75 db1 = db.DB() 76 db1.open(self.filename, None, db.DB_HASH, db.DB_CREATE) 77 db1['a'] = 'eh?' 78 db1['a\x00'] = 'eh zed.' 79 db1['a\x00a'] = 'eh zed eh?' 80 db1['aaa'] = 'eh eh eh!' [all …]
|
D | test_fileid.py | 18 self.db1 = db.DB() 19 self.db1.open(self.db_path_1, dbtype=db.DB_HASH, flags=(db.DB_CREATE|db.DB_EXCL)) 20 self.db1.put('spam', 'eggs') 21 self.db1.close() 36 self.db1 = db.DB(self.db_env) 37 self.db1.open(self.db_path_1, dbtype=db.DB_HASH, flags=db.DB_RDONLY) 38 self.assertEqual(self.db1.get('spam'), 'eggs') 44 self.db1.close()
|
D | test_associate.py | 119 db1 = db.DB(self.env) 120 db1.open('bad.db', "a.db", db.DB_BTREE, db.DB_CREATE) 124 db1.associate(db2, lambda a, b: [0]) 129 db1.put("0", "1") 130 db1.close()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | SQLiteOpenHelperTest.java | 57 SQLiteDatabase db1 = helper.getReadableDatabase(); in testSameDBInstanceSubsequentGetReadableDatabase() local 60 assertThat(db1).isSameAs(db2); in testSameDBInstanceSubsequentGetReadableDatabase() 79 SQLiteDatabase db1 = helper.getWritableDatabase(); in testSameDBInstanceSubsequentGetWritableDatabase() local 82 assertThat(db1).isSameAs(db2); in testSameDBInstanceSubsequentGetWritableDatabase() 164 SQLiteDatabase db1 = helper.getWritableDatabase(); in testMultipleDbsPreserveData() local 165 setupTable(db1, TABLE_NAME1); in testMultipleDbsPreserveData() 166 insertData(db1, TABLE_NAME1, new int[]{1, 2}); in testMultipleDbsPreserveData() 172 verifyData(db1, TABLE_NAME1, 2); in testMultipleDbsPreserveData() 181 SQLiteDatabase db1 = helper.getWritableDatabase(); in testCloseOneDbKeepsDataForOther() local 183 setupTable(db1, TABLE_NAME1); in testCloseOneDbKeepsDataForOther() [all …]
|
D | SQLiteDatabaseTest.java | 648 SQLiteDatabase db1 = openOrCreateDatabase("db1"); in testTwoConcurrentDbConnections() local 651 db1.execSQL("CREATE TABLE foo(id INTEGER PRIMARY KEY AUTOINCREMENT, data TEXT);"); in testTwoConcurrentDbConnections() 660 db1.insert("foo", null, d1); in testTwoConcurrentDbConnections() 663 Cursor c = db1.rawQuery("select * from foo", null); in testTwoConcurrentDbConnections() 678 SQLiteDatabase db1 = openOrCreateDatabase("db1"); in testQueryThrowsSQLiteException() local 679 db1.query("FOO", null, null, null, null, null, null); in testQueryThrowsSQLiteException() 725 SQLiteDatabase db1 = openOrCreateDatabase("db1"); in testDataInMemoryDatabaseIsPersistentAfterClose() local 726 db1.execSQL("CREATE TABLE foo(id INTEGER PRIMARY KEY AUTOINCREMENT, data TEXT);"); in testDataInMemoryDatabaseIsPersistentAfterClose() 729 db1.insert("foo", null, d1); in testDataInMemoryDatabaseIsPersistentAfterClose() 730 db1.close(); in testDataInMemoryDatabaseIsPersistentAfterClose()
|
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/ |
D | recurrent_test.py | 177 (dw1, db1, dh1, di1) = gradients_impl.gradients( 181 (acc0, acc1, final0, final1, dw0, dw1, db0, db1, dh0, dh1, di0, 183 [acc0, acc1, final0, final1, dw0, dw1, db0, db1, dh0, dh1, di0, di1]) 187 self.assertAllClose(db0, db1)
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 460 - remove dependency on db1-devel, which has just been swallowed up whole 505 - add db1-devel as a BuildPrerequisite (noted by Hans Ecke)
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/u-boot/doc/ |
D | README.scrapyard | 356 adsvix ARM PXA27x 7610db1 2008-07-30 Adrian Filipi <adrian.filipi@eu…
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_stretched_filled.sym | 689 1db1 4 262 3891 995 2db1 21 114 1455
|
D | omap_stretched.sym | 702 1db1 4 262 3891 1029 2db1 21 114 1455
|
D | dump_syms_regtest.sym | 1666 3db1 7 734 3326
|
D | dump_syms_regtest64.sym | 1079 2db1 7 190 8649
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/ |
D | autogen-inst-offset-align-to-end.s | 2700 # CHECK: 1db1: incl
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | autogen-inst-offset-align-to-end.s | 2700 # CHECK: 1db1: incl
|
/external/python/cpython2/ |
D | configure.ac | 2539 …AS_HELP_STRING([--with-dbmliborder=db1:db2:...], [order to check db backends for dbm. Valid value … 2543 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...]) 2548 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
|
D | README | 1108 --with-dbmliborder=db1:db2:...: Specify the order that backends for the
|
D | configure | 1514 --with-dbmliborder=db1:db2:...
|
/external/arm-optimized-routines/test/testcases/directed/ |
D | rred4.tst | 442 func=rred op1=6c887773.2682d84c result=3cbfc15a.83acc685.db1 res2=00000001 errno=0
|
D | rred2.tst | 120 func=rred op1=43368e64.82549db1 result=bcb987f9.93a37b64.b0a res2=00000003 errno=0
|
/external/python/cpython3/ |
D | configure.ac | 3055 …AS_HELP_STRING([--with-dbmliborder=db1:db2:...], [order to check db backends for dbm. Valid value … 3059 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...]) 3064 AC_MSG_ERROR([proper usage is --with-dbmliborder=db1:db2:...])
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 192 #define DR1 %db1
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 5004 Add configure option --with-dbmliborder=db1:db2:... to specify the order
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 872 PUBLIC 68db1 c FindFirstVolumeMountPointW 1304 PUBLIC 78db1 10 FoldCZone 3508 STACK WIN 4 68db1 10d 9 0 c 0 18 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0… 4472 STACK WIN 4 78db1 7c 5 0 10 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …
|