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

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 47 LDR r6, Table
453 Table:
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */
132 /* Normalize to get the table index and interpolation factor */
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
Entry.java 35 public @interface Table {
  /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 379 milliseconds