/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 663 // See if this value already exists in the symbol table. If so, it is either [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 103 static const char *const Table[] = { 108 OS << Table[(unsigned) K]; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ConsoleMessage.js | 301 if (this.type === WebInspector.ConsoleMessage.MessageType.Table) { 534 var table = parameters[0]; variable 535 if (!table || !table.preview) 539 var preview = table.preview; 560 var cellElement = this._renderPropertyPreviewOrAccessor(table, [rowProperty, cellProperty]); [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebdt_table.h" 28 #include "sfntly/table/bitmap/index_sub_table.h" 29 #include "sfntly/table/bitmap/index_sub_table_format1.h" 30 #include "sfntly/table/bitmap/index_sub_table_format2.h" 31 #include "sfntly/table/bitmap/index_sub_table_format3.h" 32 #include "sfntly/table/bitmap/index_sub_table_format4.h" 33 #include "sfntly/table/bitmap/index_sub_table_format5.h" 34 #include "sfntly/table/core/name_table.h" 257 // Add glyph to new glyf table 776 Table* table = font_->GetTable(*i); local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
os2_table.cc | 17 #include "sfntly/table/core/os2_table.h" 260 : Table(header, data) { 278 FontDataTablePtr table = new OS2Table(header(), data); local 279 return table.Detach();
|
cmap_table.cc | 21 #include "sfntly/table/core/cmap_table.h" 32 #include "sfntly/table/core/name_table.h" 155 CMapTable::CMapIterator::CMapIterator(CMapTable* table, 157 : table_index_(0), filter_(filter), table_(table) { 452 FontDataTablePtr table = new CMapFormat0(data, cmap_id()); local 453 return table.Detach(); 587 FontDataTablePtr table = new CMapFormat2(data, cmap_id()); local 588 return table.Detach(); 1035 FontDataTablePtr table = new CMapFormat4(data, cmap_id()); local 1189 FontDataTablePtr table = new CMapTable(header(), data); local [all...] |
/external/opencv/cv/src/ |
cvaccum.cpp | 362 static void icvInit##FUNCNAME##Table( CvFuncTable* tab, CvBigFuncTable* masktab ) \ [all...] |
cvsamplers.cpp | 518 static void icvInit##FUNCNAME##FLAG##Table( CvFuncTable* tab ) \ [all...] |
/external/opencv/cxcore/src/ |
cxcopy.cpp | 248 static void icvInit##FUNCNAME##FLAG##Table( CvBtFuncTable* table ) \ 250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \ 251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \ 252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \ 253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \ 254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \ 255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \ 256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \ 257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; [all...] |
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 26 #include "sfntly/table/bitmap/eblc_table.h" 27 #include "sfntly/table/bitmap/ebdt_table.h" 28 #include "sfntly/table/bitmap/index_sub_table.h" 29 #include "sfntly/table/bitmap/index_sub_table_format1.h" 30 #include "sfntly/table/bitmap/index_sub_table_format2.h" 31 #include "sfntly/table/bitmap/index_sub_table_format3.h" 32 #include "sfntly/table/bitmap/index_sub_table_format4.h" 33 #include "sfntly/table/bitmap/index_sub_table_format5.h" 34 #include "sfntly/table/core/name_table.h" 257 // Add glyph to new glyf table 776 Table* table = font_->GetTable(*i); local [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
os2_table.cc | 17 #include "sfntly/table/core/os2_table.h" 258 : Table(header, data) { 276 FontDataTablePtr table = new OS2Table(header(), data); local 277 return table.Detach();
|
cmap_table.cc | 21 #include "sfntly/table/core/cmap_table.h" 32 #include "sfntly/table/core/name_table.h" 155 CMapTable::CMapIterator::CMapIterator(CMapTable* table, 157 : table_index_(0), filter_(filter), table_(table) { 452 FontDataTablePtr table = new CMapFormat0(data, cmap_id()); local 453 return table.Detach(); 587 FontDataTablePtr table = new CMapFormat2(data, cmap_id()); local 588 return table.Detach(); 1035 FontDataTablePtr table = new CMapFormat4(data, cmap_id()); local 1189 FontDataTablePtr table = new CMapTable(header(), data); local [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | 740 // Now the lookup table. 749 Error("Expected visible lookup table block"); 782 /// \brief Read the line table in the source manager block. [all...] |
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 222 tableColumns.push(new cr.ui.table.TableColumn(columnId, 231 this.columnModel_ = new cr.ui.table.TableColumnModel(tableColumns); 307 this.table_ = this.dialogDom_.querySelector('.detail-table'); 308 cr.ui.Table.decorate(this.table_); 332 getRow_: function(data, table) { 334 var listItemElement = this.renderRowFromCache_(data, table); 348 return this.renderRow_(data, table); 358 renderRowFromCache_: function(data, table) { 367 var cm = table.columnModel; 426 renderRow_: function(data, table) { [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 459 comparison function as shown in table 3.27." 534 is defined in table X. 552 Table X: Texture types accessed for each of the <texTarget>, and 713 (add to table 6.15, p. 276) [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 622 % Tables -- @table, @ftable, @item(x), @kitem(x), @xitem(x). 624 % default indentation of table text 628 % margin between end of table item and start of table text. 634 % Note @table and @ftable define @item, @itemx, etc., with these defs. 667 \def\item{\errmessage{@item while not in a table}} 668 \def\itemx{\errmessage{@itemx while not in a table}} 669 \def\kitem{\errmessage{@kitem while not in a table}} 670 \def\kitemx{\errmessage{@kitemx while not in a table}} 671 \def\xitem{\errmessage{@xitem while not in a table}} [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 46 cl::desc("Control jump table emission on Hexagon target")); 732 SDValue Table = Op.getOperand(1); 735 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); 741 // Mark all jump table targets as address taken. [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 304 SDValue Table = Op.getOperand(1); 307 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 459 comparison function as shown in table 3.27." 534 is defined in table X. 552 Table X: Texture types accessed for each of the <texTarget>, and 713 (add to table 6.15, p. 276) [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 28 event:0x0E counters:0,1,2,3 um:uops_issued minimum:6000 name:UOPS_ISSUED : Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i.e. the UOPs issued from the front end to the back end. 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
|
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 452 "Table isn't big enough!"); 467 "Table isn't big enough!"); 485 "Table isn't big enough!"); 503 "Table isn't big enough!"); 522 "Table isn't big enough!"); [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 35 // $e401 ; Fixed Disk Parameter Table 37 // $e6f5 ; Configuration Data Table 38 // $e729 ; Baud Rate Generator Table 44 // $efc7 ; Diskette Controller Parameter Table 48 // $f0a4 ; MDA/CGA Video Parameter Table (INT 1Dh) 172 /* 256 bytes at 0x9ff00 -- 0x9ffff is used for the IPL boot table. */ 176 #define IPL_COUNT_OFFSET 0x0080 /* u16: number of valid table entries */ 686 // Buffer for DPTE table 753 // Disk Physical Table definition 4011 ;; GDT points to valid descriptor table, now load SS, DS, ES local [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |