/external/eigen/Eigen/src/plugins/ |
BlockMethods.h | 271 * \tparam N the number of rows in the block 315 * \tparam N the number of rows in the block 360 * \tparam N the number of rows in the block 405 * \tparam N the number of columns in the block 449 * \tparam N the number of columns in the block 494 * \tparam N the number of columns in the block
|
CommonCwiseUnaryOps.h | 120 * \tparam CustomUnaryOp Type of \a func
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unordered_map.h | 78 * @tparam _Key Type of key objects. 79 * @tparam _Tp Type of mapped objects. 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 81 * @tparam _Pred Predicate function object type, defaults 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 759 * @tparam _Key Type of key objects. 760 * @tparam _Tp Type of mapped objects. 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 762 * @tparam _Pred Predicate function object type, defaults 764 * @tparam _Alloc Allocator type, defaults to allocator<_Key> [all...] |
stl_queue.h | 71 * @tparam _Tp Type of element. 72 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>. 330 * @tparam _Tp Type of element. 331 * @tparam _Sequence Type of underlying sequence, defaults to vector<_Tp>. 332 * @tparam _Compare Comparison function object type, defaults to
|
stl_pair.h | 92 * @tparam _T1 Type of first object. 93 * @tparam _T2 Type of second object.
|
stl_stack.h | 71 * @tparam _Tp Type of element. 72 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>.
|
unordered_set.h | 75 * @tparam _Value Type of key objects. 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 78 * @tparam _Pred Predicate function object type, defaults to 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 682 * @tparam _Value Type of key objects. 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 684 * @tparam _Pred Predicate function object type, defaults 686 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
allocator.h | 89 * @tparam _Tp Type of allocated object.
|
hashtable.h | 57 * @tparam _Value CopyConstructible type. 59 * @tparam _Key CopyConstructible type. 61 * @tparam _Alloc An allocator type 66 * @tparam _ExtractKey Function object that takes an object of type 69 * @tparam _Equal Function object that takes two objects of type k 73 * @tparam _H1 The hash function. A unary function object with 77 * @tparam _H2 The range-hashing function (in the terminology of 82 * @tparam _Hash The ranged hash function (Tavori and Dreizin). A 89 * @tparam _RehashPolicy Policy class with three members, all of 99 * @tparam _Traits Compile-time class with three boolea [all...] |
/external/clang/unittests/AST/ |
CommentParser.cpp | 918 "// \\tparam aaa Bbb\n", 919 "// \\tparam\n" 921 "// \\tparam \n" 923 "// \\tparam aaa\n" 935 ASSERT_TRUE(HasTParamCommandAt(FC, Traits, 1, TPCC, "tparam", 944 const char *Source = "// \\tparam\\brief"; 953 ASSERT_TRUE(HasTParamCommandAt(FC, Traits, 1, TPCC, "tparam", "", PC)); [all...] |
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 422 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 472 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 473 * \tparam UpLo can be any bitwise combination of Upper, Lower. The default is Upper, meaning only the upper triangular part has to be used. 532 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 533 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
|
/external/eigen/Eigen/src/Householder/ |
HouseholderSequence.h | 20 * \tparam VectorsType type of matrix containing the Householder vectors 21 * \tparam CoeffsType type of vector containing the Householder coefficients 22 * \tparam Side either OnTheLeft (the default) or OnTheRight
|
/external/llvm/include/llvm/ADT/ |
SparseSet.h | 113 /// @tparam ValueT The type of objects in the set. 114 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT. 115 /// @tparam SparseT An unsigned integer type. See above.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiway_merge.h | 644 * @tparam UnguardedLoserTree _Loser Tree variant to use for the unguarded [all...] |
/external/clang/tools/libclang/ |
CXComment.cpp | 715 Result << "<dt class=\"tparam-name-index-" 719 Result << "<dt class=\"tparam-name-index-other\">"; 722 Result << "<dt class=\"tparam-name-index-invalid\">"; 730 Result << "<dd class=\"tparam-descr-index-" 734 Result << "<dd class=\"tparam-descr-index-other\">"; 736 Result << "<dd class=\"tparam-descr-index-invalid\">"; [all...] |
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky.h | 70 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 71 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower 355 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 356 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower 443 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<> 444 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
|
/external/clang/include/clang/AST/ |
CommentCommands.td | 107 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.h | 98 * \tparam T a type to which it is safe to cast a datum and that has an operator <
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
Scaling.h | 38 * \tparam _MatrixType the type of the matrix. It should be a real square sparsematrix
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 21 * \tparam MatrixType type of the argument of the matrix function, 23 * \tparam AtomicType type for computing matrix function of atomic blocks. 24 * \tparam IsComplex used internally to select correct specialization. 479 * \tparam Derived Type of the argument to the matrix function.
|
MatrixSquareRoot.h | 17 * \tparam MatrixType type of the argument of the matrix square root, 254 * \tparam MatrixType type of the argument of the matrix square root, 323 * \tparam MatrixType type of the argument of the matrix square root, 425 * \tparam Derived Type of the argument to the matrix square root.
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 39 * \tparam Scalar The scalar type
|
/external/llvm/include/llvm/ |
DIBuilder.h | 540 /// @param TParam Function template parameters. 550 MDNode *TParam = 0, 571 /// @param TParam Function template parameters. 582 MDNode *TParam = 0); [all...] |
/external/skia/src/core/ |
SkTileGrid.h | 98 * \tparam T a type to which it is safe to cast a datum and that has an operator <
|
/external/clang/test/Index/ |
overriding-method-comments.mm | 114 /// \tparam BBB The type, silly. 115 /// \tparam AAA The type, silly as well.
|