Home
last modified time | relevance | path

Searched refs:At (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/external/ceres-solver/internal/ceres/
Dcxsparse.cc168 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/
DAttr.h154 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
Dinsert-header.sin3 # 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/
DStratifiedSets.h668 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/
DMetisSupport.h34 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/
DAttributeDefaultLegal.rdr1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
2 <!ATTLIST doc At NMTOKEN "$$$">
DAttributeDefaultLegal1 ./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/
DANTLRCommonTreeAdaptor.h55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i;
56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
DANTLRTreeVisitor.m91 ANTLRCommonTree *child = [adaptor getChild:t At:i];
93 ANTLRCommonTree *childAfterVisit = [adaptor getChild:t At:i];
95 [adaptor setChild:t At:i Child:visitResult];
DANTLRTreeAdaptor.h131 - (id) getChild:(id)aNode At:(NSInteger) i;
133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
DANTLRBaseTreeAdaptor.h128 - (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/
DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
DANTLRTreeAdaptor.h134 - (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/
DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
DANTLRTreeAdaptor.h134 - (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/
DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
DANTLRTreeAdaptor.h134 - (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/
Dcmsplugin.c459 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()

12345678910>>...14