/external/guava/guava/src/com/google/common/collect/ |
SingletonImmutableTable.java | 122 } else if (obj instanceof Table<?, ?, ?>) { 123 Table<?, ?, ?> that = (Table<?, ?, ?>) obj;
|
/external/sfntly/cpp/src/test/ |
verify_os2.cc | 19 #include "sfntly/table/core/os2_table.h" 57 static bool VerifyOS_2(Table* table) { 58 OS2TablePtr os2 = down_cast<OS2Table*>(table); 119 bool VerifyOS_2(Table* original, Table* target) {
|
/external/chromium_org/third_party/sqlite/src/src/ |
delete.c | 20 ** the name of a single table, as one might find in an INSERT, DELETE, 21 ** or UPDATE statement. Look up that table in the symbol table and 22 ** return a pointer. Set an error message and return NULL if the table 27 ** pSrc->a[0].pTab Pointer to the Table object 31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ 33 Table *pTab; 48 ** Check to make sure the given table is writable. If it is not 52 int sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk){ 53 /* A table is not writable under the following circumstances [all...] |
alter.c | 13 ** that implements the ALTER TABLE command. 19 ** ALTER TABLE logic from the build. 26 ** ALTER TABLE command. The first argument is the text of a CREATE TABLE or 27 ** CREATE INDEX command. The second is a table name. The table name in 28 ** the CREATE TABLE or CREATE INDEX statement is replaced with the third 31 ** sqlite_rename_table('CREATE TABLE abc(a, b, c)', 'def') 32 ** -> 'CREATE TABLE def(a, b, c)' 55 /* The principle used to locate the table name in the CREATE TABLE [all...] |
vtab.c | 62 ** External API function used to create a new virtual-table module. 74 ** External API function used to create a new virtual-table module. 87 ** Lock the virtual table so that it cannot be disconnected. 91 ** If a disconnect is attempted while a virtual table is locked, 100 ** pTab is a pointer to a Table structure representing a virtual-table. 102 ** this virtual-table, if one has been created, or NULL otherwise. 104 VTable *sqlite3GetVTable(sqlite3 *db, Table *pTab){ 112 ** Decrement the ref-count on a virtual table object. When the ref-count 133 ** Table p is a virtual table. This function moves all elements in th [all...] |
/external/clang/include/clang/Basic/ |
Builtins.h | 76 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 146 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
|
/external/chromium/chrome/browser/ui/cocoa/ |
task_manager_mac.h | 52 // Refreshes all data in the task manager table. 61 // Callback for double clicks on the table. 71 public TableRowNSImageCache::Table { 86 // TableRowNSImageCache::Table
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
task_manager_mac.h | 48 // Refreshes all data in the task manager table. 57 // Callback for double clicks on the table. 67 public TableRowNSImageCache::Table { 82 // TableRowNSImageCache::Table
|
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 102 struct Table { 113 Table() 470 // Build TrueType loca table 494 // Reconstruct entire glyf table based on transformed original 669 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { 679 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, 683 const Table* glyf_table = FindTable(tables, tag); 684 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a')); 700 // processing was already done by glyf table, but validat 735 const Table* table = &tables.at(i); local 783 Table* table = &tables->at(i); local 907 Table* table = &tables.at(i); local 953 const Table* table = &tables.at(i); local 963 const Table* table = &tables.at(i); local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
horizontal_device_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Device Metrics table - 'hdmx' 27 : public Table,
|
horizontal_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Metrics table - 'hmtx'. 26 class HorizontalMetricsTable : public Table, 29 // Builder for a Horizontal Metrics Table - 'hmtx'.
|
horizontal_header_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Header table - 'hhea'. 26 class HorizontalHeaderTable : public Table, 29 // Builder for a Horizontal Header table - 'hhea'.
|
maximum_profile_table.h | 21 #include "sfntly/table/table.h" 22 #include "sfntly/table/table_based_table_builder.h" 26 // A Maximum Profile table - 'maxp'. 27 class MaximumProfileTable : public Table, 30 // Builder for a Maximum Profile table - 'maxp'.
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_sync_test.cc | 24 TEST(Sync, Table) {
|
/external/sfntly/cpp/src/sfntly/table/core/ |
horizontal_device_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Device Metrics table - 'hdmx' 27 : public Table,
|
horizontal_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Metrics table - 'hmtx'. 26 class HorizontalMetricsTable : public Table, 29 // Builder for a Horizontal Metrics Table - 'hmtx'.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadEntry.java | 22 @Entry.Table("download")
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 100 $Table="K${label}"; 168 .type $Table,\@object 169 $Table: 232 .size $Table,.-$Table 267 larl $tbl,$Table
|
/external/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 100 $Table="K${label}"; 168 .type $Table,\@object 169 $Table: 232 .size $Table,.-$Table 267 larl $tbl,$Table
|
/art/runtime/ |
oat_file.h | 258 typedef SafeMap<std::string, const OatDexFile*> Table; 259 Table oat_dex_files_;
|
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 68 /// table. 289 IdentifierIndexTable &Table 291 IdentifierIndexTable::iterator Known = Table.find(Name); 292 if (Known == Table.end()) { 590 // Handle the identifier table 595 Table(InterestingIdentifierTable::Create( 598 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(), 599 DEnd = Table->data_end(); 618 /// table. 697 // Populate the hash table [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableTest.java | 26 * Test cases for a {@link Table} implementation supporting reads and writes. 35 Table<String, Integer, Character> table, Object... data) { 38 table.put( 52 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 54 table.clear(); 55 assertEquals(0, table.size()); 56 assertFalse(table.containsRow("foo")); 59 table.clear(); 66 assertNull(table.put("foo", 1, 'a')) [all...] |
TablesTest.java | 21 import com.google.common.collect.Table.Cell;
|
/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 138 Table::iterator iter = m_Table.find(pName); 145 Table::const_iterator iter = m_Table.find(pName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 34 import org.eclipse.swt.widgets.Table; 67 Table table = mViewer.getTable(); local 68 table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
|