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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/skia/src/utils/
SkParseColor.cpp 181 static void CreateTable() {
500 CreateTable(); // regenerates data table in the output window
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 62 + CreateTable - Creates a table with user-specified provisioned
426 The CreateTable operation adds a new table to your account. In
431 CreateTable is an asynchronous operation. Upon receiving a
432 CreateTable request, DynamoDB immediately returns a response
438 as part of the CreateTable operation. If you want to create
564 return self.make_request(action='CreateTable',
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1145 milliseconds