HomeSort by relevance Sort by last modified time
    Searched defs:Tables (Results 1 - 21 of 21) 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.
29 /// DisassemblerTables - Encapsulates all the decode tables being generated by
30 /// the table emitter. Contains functions to populate the tables as well as
35 /// The decoder tables. There is one for each opcode type:
42 ContextDecision* Tables[6];
54 /// of the instruction as listed in the LLVM tables.
79 /// nnnn is the number of a table for looking up these values. The tables
80 /// are written separately so that tables consisting entirely of zeros will
115 /// 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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 323 // DescriptorPool::Tables
325 class DescriptorPool::Tables {
327 Tables();
328 ~Tables();
330 // Record the current state of the tables to the stack of checkpoints.
336 // the tables.
363 // Roll back the Tables to the state of the checkpoint at the top of the
405 // These add items to the corresponding tables. They return false if
442 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool.
450 explicit CheckPoint(const Tables* tables
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 87 public interface Tables {
197 Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.LAST_TIME_USED + ")";
214 Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.STARRED + " DESC, "
215 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.IS_SUPER_PRIMARY + " DESC, "
217 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.TIMES_USED + " DESC, "
218 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.IN_VISIBLE_GROUP + " DESC, "
219 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.DISPLAY_NAME_PRIMARY + ", "
220 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.CONTACT_ID + ", "
221 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.IS_PRIMARY + " DESC";
335 * Creates tables in the database when database is created for the first time
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 141 public interface Tables {
164 // This needs to be done when all the tables are already created
166 "DELETE FROM " + Tables.INSTANCES +
169 "DELETE FROM " + Tables.EVENTS_RAW_TIMES +
172 "DELETE FROM " + Tables.ATTENDEES +
175 "DELETE FROM " + Tables.REMINDERS +
178 "DELETE FROM " + Tables.CALENDAR_ALERTS +
181 "DELETE FROM " + Tables.EXTENDED_PROPERTIES +
188 "UPDATE " + Tables.EVENTS +
195 " ON " + Tables.EVENTS
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 97 * Provides handy methods for maintaining package and mime-type lookup tables.
123 public interface Tables {
151 // This list of tables contains auto-incremented sequences.
181 + " JOIN " + Tables.ACCOUNTS + " ON ("
187 public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.RAW_CONTACTS
188 + " JOIN " + Tables.ACCOUNTS + " ON ("
191 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
211 + " FROM " + Tables.ACCOUNTS
222 Tables.CONTACTS
223 + " INNER JOIN " + Tables.RAW_CONTACT
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
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 372 milliseconds