HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 251 - 275 of 358) sorted by null

<<1112131415

  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 46 cl::desc("Control jump table emission on Hexagon target"));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 640 SDValue getPICJumpTableRelocBase(SDValue Table,
    [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...]
cxcmp.cpp     [all...]
cxnorm.cpp     [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/tpm2/generator/
tpm_table.py 41 class Table(object):
49 tables' contents in this object, one at a time. This object's table
50 representation includes table title, table header and one or more then table
53 The table title must start with 'Table ### xxx', where ### is monotonously
54 increasing table number and xxx is some description allowing to deduce the
55 type of the object defined by this table.
57 The cells of the table include names and types of the components, variou
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 1429 const bool hasEncodeTable = ((encodeTable != NULL) && (encodeTable->Table () != NULL));
1430 const bool hasDecodeTable = ((decodeTable != NULL) && (decodeTable->Table () != NULL));
1439 #if 0 // Not required with "2.5D" table optimization.
1466 if (valDivisions < 2) // Optimize most common case of "2.5D" table.
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 354 SDValue Table = Op.getOperand(1);
357 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/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 227 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no table");
250 // This 16-bit table contains a limited precision representation of the whole curve and is kept for
280 // Type 0 is a special marker for table-based curves
572 // If fn type is 0, perform an interpolation on the table
589 // Setup the table (TODO: clean that)
590 g ->SegInterp[i]-> Table = g ->Segments[i].SampledPoints;
604 // Access to estimated low-res table
633 // Create a segmented gamma, fill the table
653 // Once we have the floating point version, we can approximate a 16 bit table of 4096 entries
654 // for performance reasons. This table would normally not be used except on 8/16 bits transforms
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/autotest/client/virt/
virt_step_editor.py 144 table = gtk.Table(1, 1)
145 self.scrolledwindow.add_with_viewport(table)
146 table.show()
147 table.realize()
150 table.attach(self.event_box, 0, 1, 0, 1, gtk.EXPAND, gtk.EXPAND)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 596 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
622 "Table isn't big enough!");
639 "Table isn't big enough!");
657 "Table isn't big enough!");
676 "Table isn't big enough!");
    [all...]

Completed in 1438 milliseconds

<<1112131415