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

  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 31 /// The emitter produces the tables that the disassembler uses to translate
32 /// instructions. The emitter generates the following tables:
41 /// returned.) This allows considerable space savings in other tables.
42 /// - Six tables (ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
52 /// occupy the same space in the decode tables. These conflicts are resolved as
56 /// (that is, the attributes specified for it in the LLVM tables specify
73 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are
75 /// (3) to fix the tables to reflect the actual context (for example, required
83 /// X86DisassemblerTables.h contains the interface for the instruction tables,
86 /// tables
    [all...]
X86DisassemblerTables.h 1 //===- X86DisassemblerTables.h - Disassembler tables ------------*- C++ -*-===//
11 // It contains the interface of the disassembler tables.
31 /// DisassemblerTables - Encapsulates all the decode tables being generated by
32 /// the table emitter. Contains functions to populate the tables as well as
37 /// The decoder tables. There is one for each opcode type:
44 ContextDecision* Tables[6];
56 /// of the instruction as listed in the LLVM tables.
81 /// nnnn is the number of a table for looking up these values. The tables
82 /// are written separately so that tables consisting entirely of zeros will
117 /// stream and indent level for the UID tables generated b
    [all...]
  /external/libvorbis/doc/
10-tables.tex 4 \section{Tables} \label{vorbis:spec:tables}
  /external/guava/guava/src/com/google/common/collect/
Tables.java 49 public final class Tables {
50 private Tables() {}
590 * users with "read-only" access to internal tables. Query operations on the returned table
689 * provide users with "read-only" access to internal tables. Query operations on the returned
  /external/protobuf/src/google/protobuf/
descriptor.cc 305 // DescriptorPool::Tables
307 class DescriptorPool::Tables {
309 Tables();
310 ~Tables();
312 // Checkpoint the state of the tables. Future calls to Rollback() will
313 // return the Tables to this state. This is used when building files, since
315 // descriptors have already been added to the tables. BuildFile() calls
320 // Roll back the Tables to the state of the last Checkpoint(), removing
362 // These add items to the corresponding tables. They return false if
399 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 140 public interface Tables {
163 // This needs to be done when all the tables are already created
165 "DELETE FROM " + Tables.INSTANCES +
168 "DELETE FROM " + Tables.EVENTS_RAW_TIMES +
171 "DELETE FROM " + Tables.ATTENDEES +
174 "DELETE FROM " + Tables.REMINDERS +
177 "DELETE FROM " + Tables.CALENDAR_ALERTS +
180 "DELETE FROM " + Tables.EXTENDED_PROPERTIES +
187 "UPDATE " + Tables.EVENTS +
194 " ON " + Tables.EVENTS
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 90 * Provides handy methods for maintaining package and mime-type lookup tables.
115 public interface Tables {
142 // This list of tables contains auto-incremented sequences.
172 + " JOIN " + Tables.ACCOUNTS + " ON ("
178 public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.RAW_CONTACTS
179 + " JOIN " + Tables.ACCOUNTS + " ON ("
182 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
202 + " FROM " + Tables.ACCOUNTS
213 Tables.CONTACTS
214 + " INNER JOIN " + Tables.RAW_CONTACT
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 263 milliseconds