/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
H A D | 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(tabnam [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
H A D | 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(tabnam [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
H A D | 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(tabnam [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
H A D | 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(tabnam [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | 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)
|
H A D | wabutil.h | 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
|
H A D | mapiutil.h | 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
|
H A D | oledb.h | 3840 virtual HRESULT WINAPI CreateTable(IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset) = 0; 3851 HRESULT (WINAPI *CreateTable)(ITableDefinition *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableDefinitionVtbl 3864 #define ITableDefinition_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) 4852 HRESULT (WINAPI *CreateTable)(ITableCreation *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableCreationVtbl 4866 #define ITableCreation_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) 4893 HRESULT (WINAPI *CreateTable)(ITableDefinitionWithConstraints *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableDefinitionWithConstraintsVtbl 4910 #define ITableDefinitionWithConstraints_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | 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)
|
H A D | wabutil.h | 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
|
H A D | mapiutil.h | 32 STDAPI_(SCODE) CreateTable(LPCIID lpInterface,ALLOCATEBUFFER *lpAllocateBuffer,ALLOCATEMORE *lpAllocateMore,FREEBUFFER *lpFreeBuffer,LPVOID lpvReserved,ULONG ulTableType,ULONG ulPropTagIndexColumn,LPSPropTagArray lpSPropTagArrayColumns,LPTABLEDATA *lppTableData);
|
H A D | oledb.h | 3840 virtual HRESULT WINAPI CreateTable(IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset) = 0; 3851 HRESULT (WINAPI *CreateTable)(ITableDefinition *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableDefinitionVtbl 3864 #define ITableDefinition_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) 4852 HRESULT (WINAPI *CreateTable)(ITableCreation *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableCreationVtbl 4866 #define ITableCreation_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) 4893 HRESULT (WINAPI *CreateTable)(ITableDefinitionWithConstraints *This,IUnknown *pUnkOuter,DBID *pTableID,DBORDINAL cColumnDescs,const DBCOLUMNDESC rgColumnDescs[],REFIID riid,ULONG cPropertySets,DBPROPSET rgPropertySets[],DBID **ppTableID,IUnknown **ppRowset); member in struct:ITableDefinitionWithConstraintsVtbl 4910 #define ITableDefinitionWithConstraints_CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset) (This)->lpVtbl->CreateTable(This,pUnkOuter,pTableID,cColumnDescs,rgColumnDescs,riid,cPropertySets,rgPropertySets,ppTableID,ppRowset)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/ |
H A D | dbtables.py | 309 def CreateTable(self, table, columns): member in class:bsdTableDB 310 """CreateTable(table, columns) - Create a new table in the database. 395 self.CreateTable(table, columns)
|
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/ |
H A D | dbtables.py | 309 def CreateTable(self, table, columns): member in class:bsdTableDB 310 """CreateTable(table, columns) - Create a new table in the database. 395 self.CreateTable(table, columns)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
H A D | dbtables.py | 309 def CreateTable(self, table, columns): member in class:bsdTableDB 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/ |
H A D | dbtables.py | 309 def CreateTable(self, table, columns): member in class:bsdTableDB 310 """CreateTable(table, columns) - Create a new table in the database. 395 self.CreateTable(table, columns)
|
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/ |
H A D | aws-java-sdk-dynamodb-1.11.18.jar | META-INF/ META-INF/MANIFEST.MF models/ com/ com/amazonaws/ com/amazonaws/services/ com/amazonaws/services/ ... |