HomeSort by relevance Sort by last modified time
    Searched defs:DB (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86Thunk.c 39 UINT32 DB:1;
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 40 DB = 'chromeos_lab_servers'
61 """Raised when failed to sync up server db."""
71 """Dump the server db in to dict.
73 @param cursor: A mysql cursor object to the server db.
122 # cname has unique constraint in DB, empty value should be set to None.
155 """Sync up servers table in server db with the inventory service.
158 from db. Then, entries in inventory service but not in server_db will be
165 namedtuples parsed from server db.
182 'that exist only in server db. These invalid entries will be '
183 'deleted from server db:\n%s', table, delete_entries
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
rdrand-x86_64.asm 25 DB 0x48,0x0f,0xc7,0xf1
31 DB 0F3h,0C3h ;repret
55 DB 0x48,0x0f,0xc7,0xf1
65 DB 0F3h,0C3h ;repret
70 DB 0F3h,0C3h ;repret
md5-x86_64.asm 683 DB 0F3h,0C3h ;repret
763 DB 0F3h,0C3h ;repret
775 DB 9,0,0,0
sha1-x86_64.asm 1252 DB 0F3h,0C3h ;repret
1306 DB 102,15,56,0,198
1307 DB 102,15,56,0,206
1308 DB 102,15,56,0,214
1311 DB 102,15,56,0,222
    [all...]
sha256-x86_64.asm 1722 DB 0F3h,0C3h ;repret
1766 DB 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97
1767 DB 110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54
1768 DB 52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
1769 DB 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46
1770 DB 111,114,103,62,0
1822 DB 102,15,56,0,199
1825 DB 102,15,56,0,207
1828 DB 102,15,56,0,215
1831 DB 102,15,56,0,22
    [all...]
sha512-x86_64.asm 1722 DB 0F3h,0C3h ;repret
1810 DB 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97
1811 DB 110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54
1812 DB 52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
1813 DB 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46
1814 DB 111,114,103,62,0
1912 DB 143,72,120,195,200,56
1923 DB 143,72,120,195,209,7
1931 DB 143,104,120,195,223,3
1943 DB 143,72,120,195,203,4
    [all...]
aesni-gcm-x86_64.asm 335 DB 0F3h,0C3h ;repret
484 DB 0F3h,0C3h ;repret
554 DB 0F3h,0C3h ;repret
892 DB 0F3h,0C3h ;repret
897 DB 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
899 DB 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2
901 DB 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
903 DB 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
905 DB 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
906 DB 65,69,83,45,78,73,32,71,67,77,32,109,111,100,117,10
    [all...]
  /external/clang/test/CodeGenCXX/
strict-vtable-pointers.cpp 59 DynamicBase1 DB;
60 DB.foo();
102 DynamicBase1 *DB = new DynamicBase1;
103 DB->foo();
105 DynamicDerived *DD = new (DB) DynamicDerived;
118 DynamicBase1 DB;
119 DB.foo();
121 DynamicDerived *DB2 = new (&DB) DynamicDerived;
122 // Using DB now is prohibited.
127 new (&DB) DynamicBase1
    [all...]
  /external/clang/test/Modules/
redecl-add-after-load.cpp 32 typedef D::A DB;
50 DB merged_struct_struct_test;
  /external/python/cpython2/Lib/bsddb/test/
test_db.py 4 from test_all import db, test_support, get_new_environment_path, \
9 class DB(unittest.TestCase):
12 self.db = db.DB()
15 self.db.close()
16 del self.db
19 class DB_general(DB) :
21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_db.py 4 from test_all import db, test_support, get_new_environment_path, \
9 class DB(unittest.TestCase):
12 self.db = db.DB()
15 self.db.close()
16 del self.db
19 class DB_general(DB) :
21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_db.py 4 from test_all import db, test_support, get_new_environment_path, \
9 class DB(unittest.TestCase):
12 self.db = db.DB()
15 self.db.close()
16 del self.db
19 class DB_general(DB) :
21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 4 from test_all import db, test_support, get_new_environment_path, \
9 class DB(unittest.TestCase):
12 self.db = db.DB()
15 self.db.close()
16 del self.db
19 class DB_general(DB) :
21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 4 from test_all import db, test_support, get_new_environment_path, \
9 class DB(unittest.TestCase):
12 self.db = db.DB()
15 self.db.close()
16 del self.db
19 class DB_general(DB) :
21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
padding.c 344 uint8_t *db = to + mdlen + 1; local
346 if (!EVP_Digest(param, param_len, db, NULL, md, NULL)) {
349 OPENSSL_memset(db + mdlen, 0, emlen - from_len - 2 * mdlen - 1);
350 db[emlen - from_len - mdlen - 1] = 0x01;
351 OPENSSL_memcpy(db + emlen - from_len - mdlen, from, from_len);
367 db[i] ^= dbmask[i];
371 if (!PKCS1_MGF1(seedmask, mdlen, db, emlen - mdlen, mgf1md)) {
389 uint8_t *db = NULL; local
410 db = OPENSSL_malloc(dblen);
411 if (db == NULL)
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 47 if (std::unique_ptr<CompilationDatabase> DB =
49 return DB;
64 if (std::unique_ptr<CompilationDatabase> DB =
66 return DB;
86 std::unique_ptr<CompilationDatabase> DB =
89 if (!DB)
92 return DB;
100 std::unique_ptr<CompilationDatabase> DB =
103 if (!DB)
106 return DB;
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 343 protected static class DB
346 @Inject private DB() {}
  /external/libxml2/doc/
index.py 114 DB=None
121 def createTable(db, name):
124 if db == None:
128 c = db.cursor()
141 def checkTables(db, verbose = 1):
144 if db == None:
146 c = db.cursor()
161 createTable(db, table)
185 def openMySQL(db="xmlsoft", passwd=None, verbose = 1):
186 global DB
    [all...]
  /external/mksh/src/
tree.c 947 #define DB(x) if (iop->ioflag & x) shf_puts("|" #x, shf);
960 DB(IOEVAL)
961 DB(IOSKIP)
962 DB(IOCLOB)
963 DB(IORDUP)
964 DB(IONAMEXP)
965 DB(IOBASH)
966 DB(IOHERESTR)
967 DB(IONDELIM)
989 #undef DB
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 697 DB = (8 | 0 | 0) << 21, // decrement before
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
rl78-decode.c 115 #define DB(b) set_bit (rl78->op, b)
116 #define DCY() DR(PSW); DB(0)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 254 DiagnosticBuilder DB = Diag(Loc, diag::err_unexpanded_parameter_pack)
257 DB << Names[I];
260 DB << SourceRange(Locations[I]);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 67 D8 = 3, D9 = 4, DA = 5, DB = 6,
881 case X86Local::DB:
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 613 #define DB(fmt, arg1, arg...) psb__trace_message("[%08x] %08x = " fmt, ((unsigned char *) arg1) - cmd_start, *arg1, ##arg)
645 DB("CMD_NOPE\n", cmd_idx);
652 DB("CMD_REGVALPAIR_WRITE count = 0x%08x\n", cmd_idx, count);
664 DB("value\n", cmd_idx);
672 DB("CMD_RENDEC_WRITE count = %08x\n", cmd_idx, count);
675 DB("RENDEC_SL_HDR\n", cmd_idx);
678 DB("RENDEC_SL_NULL\n", cmd_idx);
688 DB("SLICE_SEPARATOR\n", cmd_idx);
690 DB("RENDEC_CK_HDR #symbols = %d address = %08x encoding = %01x\n", cmd_idx, count, start_address, encoding);
695 DB("value\n", cmd_idx)
    [all...]

Completed in 1924 milliseconds

1 23 4 5 6