Searched refs:CreateTable (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbtables.py | 66 self.tdb.CreateTable(tabname, [colname]) 116 self.tdb.CreateTable(tabname, [col0, col1, col2]) 148 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e']) 156 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e']) 220 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e']) 281 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e', 'p']) 322 self.tdb.CreateTable(tabname, ['x', 'y', 'z']) 338 self.tdb.CreateTable(tabname, ['Name', 'Type', 'Access'])
|
/external/skia/src/utils/ |
D | SkParseColor.cpp | 180 static void CreateTable() { in CreateTable() function 499 CreateTable(); // regenerates data table in the output window in TestColor()
|
/external/skqp/src/utils/ |
D | SkParseColor.cpp | 180 static void CreateTable() { in CreateTable() function 499 CreateTable(); // regenerates data table in the output window in TestColor()
|
/external/python/cpython2/Lib/bsddb/ |
D | dbtables.py | 309 def CreateTable(self, table, columns): member in bsdTableDB 395 self.CreateTable(table, columns)
|