HomeSort by relevance Sort by last modified time
    Searched defs:Table (Results 1 - 12 of 12) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
Entry.java 35 public @interface Table {
  /external/opencore/fileformats/mp4/parser/src/
assetinfoatoms.cpp 384 addnlclassificationInfo += _STRLIT_WCHAR(";classification-table=");
385 char Table[4];
386 oscl_memset(Table, 0, 4);
387 oscl_snprintf(Table, 4, _STRLIT_CHAR("%d"), _classificationTable);
389 oscl_UTF8ToUnicode(Table, 4, wTable, 5);
  /external/v8/src/
stub-cache.h 40 // The design of the table uses the inline cache stubs used for
195 // Clear the lookup table (@ mark compact collection).
201 // Generate code for probing the stub cache table.
210 enum Table {
263 static Entry* entry(Entry* table, int offset) {
266 reinterpret_cast<Address>(table) + (offset << shift_amount));
273 static SCTableReference keyReference(StubCache::Table table) {
275 reinterpret_cast<Address>(&first_entry(table)->key));
279 static SCTableReference valueReference(StubCache::Table table)
    [all...]
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.h 248 typedef ChunkedTable<v8::Persistent<v8::Object>, numberOfEntries, ChunkedTableTraits> Table;
249 Table m_table;
  /external/clearsilver/python/examples/base/
odb.py 22 # # define table
23 # class AgentsTable(odb.Table):
178 print "table %s does not exist" % tblname
212 # Table
216 class Table:
312 sql = "create table %s (%s %s)" % (self.__table_name, defs, primarykey_str)
318 print "CREATING TABLE:", sql
324 cursor.execute("drop table %s" % self.__table_name) # clean out the table
331 cursor.execute("rename table %s to %s" % (self.__table_name, newTableName)
    [all...]
  /external/sqlite/dist/
sqlite3.c 100 ** limits the size of a row in a table or index.
112 ** * Columns in a table
122 ** not have more than a dozen or so columns in any table. And if
184 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
9757 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 2189 milliseconds