/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 104 builder.table(FeedContract.Entry.TABLE_NAME) 155 count = builder.table(FeedContract.Entry.TABLE_NAME) 161 count = builder.table(FeedContract.Entry.TABLE_NAME) 187 count = builder.table(FeedContract.Entry.TABLE_NAME) 193 count = builder.table(FeedContract.Entry.TABLE_NAME) 222 /** SQL statement to create "entry" table. */ 224 "CREATE TABLE " + FeedContract.Entry.TABLE_NAME + " (" + 231 /** SQL statement to drop "entry" table. */ 233 "DROP TABLE IF EXISTS " + FeedContract.Entry.TABLE_NAME;
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedProvider.java | 104 builder.table(FeedContract.Entry.TABLE_NAME) 155 count = builder.table(FeedContract.Entry.TABLE_NAME) 161 count = builder.table(FeedContract.Entry.TABLE_NAME) 187 count = builder.table(FeedContract.Entry.TABLE_NAME) 193 count = builder.table(FeedContract.Entry.TABLE_NAME) 222 /** SQL statement to create "entry" table. */ 224 "CREATE TABLE " + FeedContract.Entry.TABLE_NAME + " (" + 231 /** SQL statement to drop "entry" table. */ 233 "DROP TABLE IF EXISTS " + FeedContract.Entry.TABLE_NAME;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Security2Test.java | 58 // to the allSupported table then increment the count of the 127 * @param table 130 private void addOrIncrementTable(Hashtable table, String key) { 131 if (table.containsKey(key)) { 132 Integer before = (Integer) table.get(key); 133 table.put(key, new Integer(before.intValue() + 1)); 135 table.put(key, new Integer(1));
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 575 Hashtable table; local 577 // Select the appropriate table. 581 table = elementNameTable; 585 table = attributeNameTable; 591 name = (String[])table.get(qName); 632 table.put(name[2], name);
|
/external/checkpolicy/ |
module_compiler.c | 142 symtab[symbol_type].table, 241 /* in parent, so use global symbol table */ 242 roles_tab = policydbp->p_roles.table; 244 roles_tab = stack_top->decl->p_roles.table; 446 /* in parent, so use global symbol table */ 447 users_tab = policydbp->p_users.table; 449 users_tab = stack_top->decl->p_users.table; 520 /* in global, so use global symbol table */ 521 types_tab = policydbp->p_types.table; 523 types_tab = stack_top->decl->p_types.table; [all...] |
/external/chromium_org/base/ |
id_map.h | 23 // pointers to objects. It is implemented as a hash table, optimized for 216 static inline void release_all(HashTable* table) {} 221 static inline void release_all(HashTable* table) { 222 for (typename HashTable::iterator i = table->begin(); 223 i != table->end(); ++i) { 226 table->clear();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.h | 84 RenderTable* table() const { return toRenderTable(parent()); } function in class:WebCore::FINAL 144 if (hasSameDirectionAs(table())) 152 if (hasSameDirectionAs(table())) 241 int borderSpacingForRow(unsigned row) const { return m_grid[row].rowRenderer ? table()->vBorderSpacing() : 0; } 266 CellSpan fullTableColumnSpan() const { return CellSpan(0, table()->columns().size()); } 306 // It is held at RenderTableSection level to spare memory consumption by table cells.
|
/external/chromium_org/third_party/brotli/src/woff2/ |
normalize.cc | 67 Font::Table* head_table = font->FindTable(kHeadTableTag); 68 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); 69 Font::Table* loca_table = font->FindTable(kLocaTableTag); 77 // glyf table, since it can happen that the glyphs in the original table are 78 // 2-byte aligned, while in the normalized table they are 4-byte aligned. 167 Font::Table* head_table = font->FindTable(kHeadTableTag); 179 Font::Table* table = &i.second; local 180 table->checksum = ComputeChecksum(table->data, table->length) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucm.h | 46 * according to the state table 128 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */ 135 /* add a mapping to the base or extension table as appropriate */ 150 ucm_closeTable(UCMTable *table); 153 ucm_resetTable(UCMTable *table); 159 * Remove mappings with their move flag set from the base table 160 * and move some of them (with UCM_MOVE_TO_EXT) to the extension table. 166 * Read a table from a .ucm file, from after the CHARMAP line to 175 * Check the validity of mappings against a base table's states [all...] |
/external/chromium_org/third_party/leveldatabase/ |
leveldatabase.target.darwin-arm.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.darwin-arm64.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.darwin-mips.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.darwin-x86.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.darwin-x86_64.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.linux-arm.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.linux-arm64.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.linux-mips.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.linux-x86.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
leveldatabase.target.linux-x86_64.mk | 44 third_party/leveldatabase/src/table/block.cc \ 45 third_party/leveldatabase/src/table/block_builder.cc \ 46 third_party/leveldatabase/src/table/filter_block.cc \ 47 third_party/leveldatabase/src/table/format.cc \ 48 third_party/leveldatabase/src/table/iterator.cc \ 49 third_party/leveldatabase/src/table/merger.cc \ 50 third_party/leveldatabase/src/table/table.cc \ 51 third_party/leveldatabase/src/table/table_builder.cc \ 52 third_party/leveldatabase/src/table/two_level_iterator.cc [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
leveldb_main.cc | 15 #include "leveldb/table.h" 127 Table* table = NULL; local 135 // problems since we only use Table operations that do not require 137 s = Table::Open(Options(), file, file_size, &table); 141 delete table; 148 Iterator* iter = table->NewIterator(ro); 179 delete table;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
helpers.cc | 263 const char* table, int table_size, 273 str->push_back(table[bytes[i] % table_size]); 282 bool CreateRandomString(size_t len, const std::string& table, 284 return CreateRandomString(len, table.c_str(), 285 static_cast<int>(table.size()), str);
|
/external/chromium_org/third_party/skia/src/core/ |
SkConfig8888.cpp | 200 const SkPMColor* table = NULL; local 205 table = ctable->lockColors(); 211 if (table) { 214 dstRow[x] = SkDitherARGB32To4444(table[srcRow[x]], DITHER_VALUE(x)); 226 if (table) {
|
SkMath.cpp | 186 static void build_sintable(uint16_t table[]) { 191 table[i] = SkToU16(ival); 201 static SkFixed interp_table(const uint16_t table[], int index, int partial255) { 205 SkFixed lower = table[index]; 206 SkFixed upper = (index == kTableSize - 1) ? SK_Fixed1 : table[index + 1];
|
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/ |
jquery.tablednd.js | 2 * TableDnD plug-in for JQuery, allows you to drag and drop table rows 24 * Pass a function that will be called when the row is dropped. The function takes 2 parameters: the table 26 * table.rows. 29 * table and the row which the user has started to drag. 45 * <tableID>[]=<rowID1>&<tableID>[]=<rowID2> so that you can send this back to the server. The table must have 60 /** Keep hold of the current table being dragged */ 100 /** This function makes all the rows on the table draggable apart from those marked as "NoDrag" */ 101 makeDraggable: function(table) { 103 var rows = table.rows; //getElementsByTagName("tr") 104 var config = table.tableDnDConfig [all...] |
/external/chromium_org/third_party/webrtc/base/ |
helpers.cc | 246 const char* table, int table_size, 256 str->push_back(table[bytes[i] % table_size]); 265 bool CreateRandomString(size_t len, const std::string& table, 267 return CreateRandomString(len, table.c_str(), 268 static_cast<int>(table.size()), str);
|