| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
| lcms2_plugin.h | 300 const void *Table; // Points to the actual interpolation table 526 cmsUInt16Number* T; // Points to the table 16 bits table 527 cmsFloat32Number* TFloat; // Points to the cmsFloat32Number table
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
| ConsoleModel.js | 383 Table: "table",
|
| /external/chromium_org/third_party/skia/third_party/lua/src/ |
| lobject.h | 257 /* from table to same table */ 259 /* to table */ 435 struct Table *metatable; 436 struct Table *env; 560 typedef struct Table { 564 struct Table *metatable; 570 } Table;
|
| /external/javassist/src/main/javassist/bytecode/ |
| CodeIterator.java | 303 * Branch offsets and the exception table are also updated. 325 * Branch offsets and the exception table are also updated. 350 * Branch offsets and the exception table are also updated. 376 * Branch offsets and the exception table are also updated. 398 * Branch offsets and the exception table are also updated. 423 * Branch offsets and the exception table are also updated. 470 * Branch offsets and the exception table are also updated. 487 * Branch offsets and the exception table are also updated. 509 * Branch offsets and the exception table are also updated. 526 * Branch offsets and the exception table are also updated 711 ExceptionTable table = codeAttr.getExceptionTable(); local [all...] |
| /external/llvm/lib/IR/ |
| Verifier.cpp | [all...] |
| /external/llvm/lib/Object/ |
| MachOObjectFile.cpp | 308 // generating pretty output, scan through the symbol table looking for a 483 // getIndirectName() returns the name of the alias'ed symbol who's string table 907 static const char *const Table[] = { 918 res = Table[RType]; 922 static const char *const Table[] = { 937 res = Table[RType]; 941 static const char *const Table[] = { 956 res = Table[RType]; 961 static const char *const Table[] = { 970 if (RType >= array_lengthof(Table)) [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreISelLowering.cpp | 353 SDValue Table = Op.getOperand(1); 356 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); [all...] |
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| cmscgats.c | 118 // Table. Each individual table can hold properties and rows & cols 131 } TABLE; 144 cmsUInt32Number nTable; // The actual table 146 TABLE Tab[MAXTABLES]; 204 // The keyword->symbol translation table. Sorting is required. 298 {"TABLE_DESCRIPTOR", WRITE_STRINGIFY}, // Describes the purpose or contents of a data table. 300 {"TABLE_NAME", WRITE_STRINGIFY} // Provides a short name for a data table. 1002 // ---------------------------------------------------------- Table 1005 TABLE* GetTable(cmsIT8* it8 [all...] |
| cmstypes.c | 164 // A table of n elements is readed, where first comes n records containing offsets and sizes and 226 // Create table 351 cmsUInt16Number nChans, Table; 368 if (!_cmsReadUInt16Number(io, &Table)) goto Error; 410 if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Table [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| netioapi.h | 52 MIB_ANYCASTIPADDRESS_ROW Table[ANY_SIZE]; 100 MIB_IPNET_ROW2 Table[ANY_SIZE]; 105 MIB_IPFORWARD_ROW2 Table[ANY_SIZE]; 148 MIB_IPINTERFACE_ROW Table[ANY_SIZE]; 168 MIB_UNICASTIPADDRESS_ROW Table[ANY_SIZE]; 226 MIB_IF_ROW2 Table[ANY_SIZE]; 236 MIB_IFSTACK_ROW Table[ANY_SIZE]; 246 MIB_INVERTEDIFSTACK_ROW Table[ANY_SIZE]; 269 MIB_IPPATH_ROW Table[ANY_SIZE]; 281 MIB_MULTICASTIPADDRESS_ROW Table[ANY_SIZE] [all...] |
| adoctint.h | 83 typedef class ADOTable Table; 85 typedef struct ADOTable Table; [all...] |
| /external/clang/lib/CodeGen/ |
| TargetInfo.cpp | [all...] |
| /external/llvm/lib/Target/Mips/ |
| MipsISelLowering.cpp | [all...] |
| /external/clang/lib/Serialization/ |
| ASTReader.cpp | [all...] |
| ASTWriter.cpp | [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| sqliteInt.h | 81 ** construct a histogram of the table content when running ANALYZE 520 ** Name of the master database table. The master database table 521 ** is a special table that holds the names and attributes of all 528 ** The root-page of the master database table. 533 ** The name of the schema table. 627 typedef struct Table Table; 692 Hash fkeyHash; /* All foreign keys by referenced table name */ 693 Table *pSeqTab; /* The sqlite_sequence table used by AUTOINCREMENT * 2301 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMISelLowering.cpp | 266 // RTABI chapter 4.1.2, Table 2 273 // RTABI chapter 4.1.2, Table 3 284 // RTABI chapter 4.1.2, Table 4 291 // RTABI chapter 4.1.2, Table 5 302 // RTABI chapter 4.1.2, Table 6 313 // RTABI chapter 4.1.2, Table 7 318 // RTABI chapter 4.1.2, Table 8 329 // RTABI chapter 4.2, Table 9 [all...] |
| /external/chromium_org/third_party/sqlite/amalgamation/ |
| sqlite3.c | 100 ** limits the size of a row in a table or index. 112 ** * Columns in a table 122 ** not have more than a dozen or so columns in any table. And if 184 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE 321 ** construct a histogram of the table content when running ANALYZE 10646 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /external/robolectric/lib/main/ |
| h2-1.2.147.jar | |
| /external/owasp/sanitizer/distrib/lib/ |
| guava.jar | |
| /external/owasp/sanitizer/lib/guava-libraries/ |
| guava.jar | |
| /external/sqlite/dist/orig/ |
| sqlite3.c | 520 #define SQLITE_LOCKED 6 /* A table in the database is locked */ 12059 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 520 #define SQLITE_LOCKED 6 /* A table in the database is locked */ 12059 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /packages/services/Telecomm/libs/ |
| guava.jar | |
| /prebuilts/sdk/tools/lib/ |
| guava-10.0.1.jar | |