HomeSort by relevance Sort by last modified time
    Searched refs:DB (Results 151 - 175 of 558) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/boringssl/win-x86_64/crypto/fipsmodule/
p256-x86_64-asm.asm 76 DB 0F3h,0C3h ;repret
121 DB 0F3h,0C3h ;repret
337 DB 0F3h,0C3h ;repret
380 DB 0F3h,0C3h ;repret
542 DB 0F3h,0C3h ;repret
552 DB 0x48,0x8d,0x60,0xe0
553 DB 0x0f,0x29,0x70,0xe0
554 DB 0x0f,0x29,0x78,0xf0
555 DB 0x44,0x0f,0x29,0x00
556 DB 0x44,0x0f,0x29,0x48,0x1
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 108 db 66h
611 DB 0
612 DB 092h ; present, ring 0, data, expand-up, writable
613 DB 0CFh ; page-granular, 32-bit
614 DB 0
621 DB 0
622 DB 09Bh ; present, ring 0, data, expand-up, not-writable
623 DB 0CFh ; page-granular, 32-bit
624 DB 0
631 DB 0
    [all...]
  /external/clang/include/clang/AST/
Attr.h 198 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
200 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
202 return DB;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attr.h 195 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
197 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
199 return DB;
  /external/python/cpython2/Lib/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
10 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
34 d = db.DB()
39 d.open(self.filename, db.DB_RECNO, db.DB_CREATE)
64 except db.DBInvalidArgError, val:
66 self.assertEqual(val[0], db.EINVAL)
68 self.assertEqual(val.args[0], db.EINVAL)
73 # test that has_key raises DB exceptions (fixed in pybsddb 4.3.2
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
9 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
35 d = db.DB()
40 d.open(self.filename, db.DB_RECNO, db.DB_CREATE)
65 except db.DBInvalidArgError, val:
67 self.assertEqual(val[0], db.EINVAL)
69 self.assertEqual(val.args[0], db.EINVAL)
74 # test that has_key raises DB exceptions (fixed in pybsddb 4.3.2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
9 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
35 d = db.DB()
40 d.open(self.filename, db.DB_RECNO, db.DB_CREATE)
65 except db.DBInvalidArgError, val:
67 self.assertEqual(val[0], db.EINVAL)
69 self.assertEqual(val.args[0], db.EINVAL)
74 # test that has_key raises DB exceptions (fixed in pybsddb 4.3.2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
9 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
35 d = db.DB()
40 d.open(self.filename, db.DB_RECNO, db.DB_CREATE)
65 except db.DBInvalidArgError, val:
67 self.assertEqual(val[0], db.EINVAL)
69 self.assertEqual(val.args[0], db.EINVAL)
74 # test that has_key raises DB exceptions (fixed in pybsddb 4.3.2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
9 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
35 d = db.DB()
40 d.open(self.filename, db.DB_RECNO, db.DB_CREATE)
65 except db.DBInvalidArgError, val:
67 self.assertEqual(val[0], db.EINVAL)
69 self.assertEqual(val.args[0], db.EINVAL)
74 # test that has_key raises DB exceptions (fixed in pybsddb 4.3.2
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Mwait.asm 39 DB 0fh, 1, 0c9h ; mwait
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Monitor.asm 37 DB 0fh, 1, 0c8h ; monitor
Mwait.asm 35 DB 0fh, 1, 0c9h ; mwait
ReadDr4.S 34 #DB 0fh, 21h, 0e0h
ReadMm0.S 34 #DB 48h, 0fh, 7eh, 0c0h
ReadMm0.asm 35 DB 48h, 0fh, 7eh, 0c0h
ReadMm1.S 34 #DB 48h, 0fh, 7eh, 0c8h
ReadMm1.asm 35 DB 48h, 0fh, 7eh, 0c8h
ReadMm2.S 34 #DB 48h, 0fh, 7eh, 0d0h

Completed in 3300 milliseconds

1 2 3 4 5 67 8 91011>>