/external/ceres-solver/internal/ceres/ |
D | cxsparse.cc | 168 cs_di At; in CreateSparseMatrixTransposeView() local 169 At.m = A->num_cols(); in CreateSparseMatrixTransposeView() 170 At.n = A->num_rows(); in CreateSparseMatrixTransposeView() 171 At.nz = -1; in CreateSparseMatrixTransposeView() 172 At.nzmax = A->num_nonzeros(); in CreateSparseMatrixTransposeView() 173 At.p = A->mutable_rows(); in CreateSparseMatrixTransposeView() 174 At.i = A->mutable_cols(); in CreateSparseMatrixTransposeView() 175 At.x = A->mutable_values(); in CreateSparseMatrixTransposeView() 176 return At; in CreateSparseMatrixTransposeView()
|
/external/clang/include/clang/AST/ |
D | Attr.h | 154 const Attr *At) { 155 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At), 161 const Attr *At) { 162 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
|
/external/bison/runtime-po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/e2fsprogs/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/bison/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/libexif/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/elfutils/src/po/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 668 auto At = addLinks(); in addLinkBelow() local 669 Links[Set].setBelow(At); in addLinkBelow() 670 Links[At].setAbove(Set); in addLinkBelow() 671 return At; in addLinkBelow() 675 auto At = addLinks(); in addLinkAbove() local 676 Links[At].setBelow(Set); in addLinkAbove() 677 Links[Set].setAbove(At); in addLinkAbove() 678 return At; in addLinkAbove()
|
/external/eigen/Eigen/src/MetisSupport/ |
D | MetisSupport.h | 34 MatrixType At = A.transpose(); in get_symmetrized_graph() local 54 for (typename MatrixType::InnerIterator it(At, j); it; ++it) in get_symmetrized_graph() 88 for (typename MatrixType::InnerIterator it(At, j); it; ++it) in get_symmetrized_graph()
|
/external/libxml2/result/VC/ |
D | AttributeDefaultLegal.rdr | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 2 <!ATTLIST doc At NMTOKEN "$$$">
|
D | AttributeDefaultLegal | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 2 <!ATTLIST doc At NMTOKEN "$$$">
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRCommonTreeAdaptor.h | 55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i; 56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
|
D | ANTLRTreeVisitor.m | 91 ANTLRCommonTree *child = [adaptor getChild:t At:i]; 93 ANTLRCommonTree *childAfterVisit = [adaptor getChild:t At:i]; 95 [adaptor setChild:t At:i Child:visitResult];
|
D | ANTLRTreeAdaptor.h | 131 - (id) getChild:(id)aNode At:(NSInteger) i; 133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
|
D | ANTLRBaseTreeAdaptor.h | 128 - (id<ANTLRBaseTree>) getChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)i; 130 - (void) setChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)index Child:(id<ANTLRBaseTree>)aChild;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i; 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
D | ANTLRBaseTreeAdaptor.h | 135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i; 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
|
D | ANTLRTreeAdaptor.h | 134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i; 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i; 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
D | ANTLRBaseTreeAdaptor.h | 135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i; 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
|
D | ANTLRTreeAdaptor.h | 134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i; 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i; 53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
|
D | ANTLRBaseTreeAdaptor.h | 135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i; 137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
|
D | ANTLRTreeAdaptor.h | 134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i; 136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsplugin.c | 459 cmsUInt32Number NextAligned, At; in _cmsReadAlignment() local 464 At = io -> Tell(io); in _cmsReadAlignment() 465 NextAligned = _cmsALIGNLONG(At); in _cmsReadAlignment() 466 BytesToNextAlignedPos = NextAligned - At; in _cmsReadAlignment() 476 cmsUInt32Number NextAligned, At; in _cmsWriteAlignment() local 481 At = io -> Tell(io); in _cmsWriteAlignment() 482 NextAligned = _cmsALIGNLONG(At); in _cmsWriteAlignment() 483 BytesToNextAlignedPos = NextAligned - At; in _cmsWriteAlignment()
|