Home
last modified time | relevance | path

Searched refs:CreateTable (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py66 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/
DSkParseColor.cpp180 static void CreateTable() { in CreateTable() function
499 CreateTable(); // regenerates data table in the output window in TestColor()
/external/python/cpython2/Lib/bsddb/
Ddbtables.py309 def CreateTable(self, table, columns): member in bsdTableDB
395 self.CreateTable(table, columns)