HomeSort by relevance Sort by last modified time
    Searched refs:CreateTable (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/browser/
database_browsertest.cc 41 void CreateTable(Shell* shell) {
42 RunScriptAndCheckResult(shell, "createTable()", "done");
78 CreateTable(shell());
88 CreateTable(shell());
102 CreateTable(shell());
117 CreateTable(shell());
129 CreateTable(shell());
165 CreateTable(shell());
181 CreateTable(shell());
188 CreateTable(otr)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 68 self.tdb.CreateTable(tabname, [colname])
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
148 print '...before CreateTable...'
150 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
152 print '...after CreateTable...'
158 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
222 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
283 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e', 'p'])
324 self.tdb.CreateTable(tabname, ['x', 'y', 'z'])
340 self.tdb.CreateTable(tabname, ['Name', 'Type', 'Access']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 68 self.tdb.CreateTable(tabname, [colname])
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
148 print '...before CreateTable...'
150 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
152 print '...after CreateTable...'
158 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
222 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e'])
283 self.tdb.CreateTable(tabname, ['a', 'b', 'c', 'd', 'e', 'p'])
324 self.tdb.CreateTable(tabname, ['x', 'y', 'z'])
340 self.tdb.CreateTable(tabname, ['Name', 'Type', 'Access']
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 152 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
166 #define ISimilarityFileIdTable_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) (This)->lpVtbl->CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew)
324 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
338 #define ISimilarity_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) (This)->lpVtbl->CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew)
wabutil.h 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
mapiutil.h 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
oledb.h     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 328 proc CreateTable {} {
338 {[CreateTable]}
  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 181 static void CreateTable() {
500 CreateTable(); // regenerates data table in the output window
  /external/skia/src/utils/
SkParseColor.cpp 181 static void CreateTable() {
500 CreateTable(); // regenerates data table in the output window
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 159 bool CreateTable(sql::Connection* db, const TableInfo& info) {
1091 if (!CreateTable(db_.get(), kTables[i]))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 309 def CreateTable(self, table, columns):
310 """CreateTable(table, columns) - Create a new table in the database.
395 self.CreateTable(table, columns)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 309 def CreateTable(self, table, columns):
310 """CreateTable(table, columns) - Create a new table in the database.
395 self.CreateTable(table, columns)
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1788 milliseconds