OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tables
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/TableGen/
DisassemblerEmitter.cpp
33
/// The emitter produces the
tables
that the disassembler uses to translate
34
/// instructions. The emitter generates the following
tables
:
43
/// returned.) This allows considerable space savings in other
tables
.
44
/// - Six
tables
(ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
54
/// occupy the same space in the decode
tables
. These conflicts are resolved as
58
/// (that is, the attributes specified for it in the LLVM
tables
specify
75
/// (2) to fix the
tables
(X86.td and its subsidiaries) so the opcodes are
77
/// (3) to fix the
tables
to reflect the actual context (for example, required
85
/// X86DisassemblerTables.h contains the interface for the instruction
tables
,
88
///
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/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
120
public interface
Tables
{
142
// This needs to be done when all the
tables
are already created
144
"DELETE FROM " +
Tables
.INSTANCES +
147
"DELETE FROM " +
Tables
.EVENTS_RAW_TIMES +
150
"DELETE FROM " +
Tables
.ATTENDEES +
153
"DELETE FROM " +
Tables
.REMINDERS +
156
"DELETE FROM " +
Tables
.CALENDAR_ALERTS +
159
"DELETE FROM " +
Tables
.EXTENDED_PROPERTIES +
166
"UPDATE " +
Tables
.EVENTS +
173
" ON " +
Tables
.EVENTS
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
87
* Provides handy methods for maintaining package and mime-type lookup
tables
.
111
public interface
Tables
{
138
// This list of
tables
contains auto-incremented sequences.
189
Tables
.CONTACTS
190
+ " INNER JOIN " +
Tables
.RAW_CONTACTS
194
+ " INNER JOIN " +
Tables
.DATA
201
+ " FROM " +
Tables
.MIMETYPES
274
" FROM " +
Tables
.RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS +
276
" FROM " +
Tables
.RAW_CONTACTS + " AS " + OUTER_RAW_CONTACTS +
289
"EXISTS (SELECT _id FROM " +
Tables
.VISIBLE_CONTACT
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 806 milliseconds