HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 276 - 300 of 364) sorted by null

<<1112131415

  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
cvaccum.cpp 362 static void icvInit##FUNCNAME##Table( CvFuncTable* tab, CvBigFuncTable* masktab ) \
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 116 event:0xe1 counters:0,1,2,3 um:dramcontroller minimum:500 name:DRAM_CONTROLLER_PAGE_TABLE_EVENTS : DRAM Controller Page Table Events
unit_masks 84 0x01 DCT Page Table Overflow
85 0x02 Number of stale table entry hits (hit on a page closed too soon)
86 0x04 Page table idle cycle limit incremented
87 0x08 Page table idle cycle limit decremented
116 0x04 TLB fill (page table walk)
122 0x04 TLB page table walk
124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
  /system/media/camera/docs/
html.mako 40 /* table column sizes */
41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
153 <h2>Table of Contents</h2>
177 <table class="properties">
369 </table>
  /external/llvm/lib/AsmParser/
LLParser.cpp 759 // See if this value already exists in the symbol table. If so, it is either
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 83 typedef class ADOTable Table;
85 typedef struct ADOTable Table;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js 66 * building the key bindings table, and adding event listeners.
77 /** @type {!Array.<cvox.BrailleTable.Table>} */
372 for (var i = 0, table; table = tables[i]; i++) {
373 if (table.dots !== dots) {
376 items.push({id: table.id,
377 name: cvox.BrailleTable.getDisplayName(table)});
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
table_walker.js 97 /** Table Actions. */
101 * Returns the first cell of the table that this selection is inside.
103 * @return {cvox.CursorSelection} The selection for first cell of the table.
113 * Returns the last cell of the table that this selection is inside.
115 * @return {cvox.CursorSelection} The selection for the last cell of the table.
347 * Returns the location info of sel within the containing table.
368 * Returns true if sel is inside a table.
370 * @return {boolean} True if inside a table node.
400 * Returns the nearest table node containing the end of the selection
402 * @return {Node} The table node containing sel. null if not in a 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...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp     [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/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();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js 597 // Table actions.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 378 'showTablesList': {announce: false, nodeList: 'table',
471 findNext: 'table',
568 findNext: 'table',
577 // Table Actions.
748 'table': {predicate: 'tablePredicate',
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 751 // Table rules.
753 'table', 'default.default',
756 'self::table');
759 'table-row', 'default.default',
760 '[m] children/* (pause:100)', 'self::row[@role="table"]');
763 'cases-cell', 'self::cell[@role="table"]');
  /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/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 46 cl::desc("Control jump table emission on Hexagon target"));
749 SDValue Table = Op.getOperand(1);
752 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
758 // Mark all jump table targets as address taken.
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 353 SDValue Table = Op.getOperand(1);
356 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.

Completed in 714 milliseconds

<<1112131415