/external/v8/test/unittests/interpreter/ |
D | constant-array-builder-unittest.cc | 39 CHECK(builder.At(i)->SameValue(*object)); in TEST_F() 42 CHECK_EQ(Handle<Smi>::cast(builder.At(i))->value(), static_cast<double>(i)); in TEST_F() 60 CHECK(builder.At(i)->SameValue(*object)); in TEST_F() 64 CHECK(builder.At(i + reserved)->SameValue(*object)); in TEST_F() 71 Handle<Object> empty = builder.At(kLowCapacity - reserved + i); in TEST_F() 89 CHECK(Handle<Smi>::cast(builder.At(i))->SameValue(smi)); in TEST_F() 93 CHECK(Handle<Smi>::cast(builder.At(i))->SameValue(smi)); in TEST_F() 97 CHECK(builder.At(index)->IsTheHole()); in TEST_F() 110 CHECK(builder.At(static_cast<int>(index))->SameValue(*object)); in TEST_F() 123 CHECK(builder.At(i)->SameValue(*object)); in TEST_F() [all …]
|
/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/v8/src/interpreter/ |
D | constant-array-builder.cc | 46 Handle<Object> ConstantArrayBuilder::ConstantArraySlice::At( in At() function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice 78 Handle<Object> ConstantArrayBuilder::At(size_t index) const { in At() function in v8::internal::interpreter::ConstantArrayBuilder 80 return idx16_slice_.At(index); in At() 82 return idx8_slice_.At(index); in At() 93 fixed_array->set(i, *At(static_cast<size_t>(i))); in ToFixedArray()
|
D | constant-array-builder.h | 39 Handle<Object> At(size_t index) const; 70 Handle<Object> At(size_t index) const;
|
/external/clang/include/clang/AST/ |
D | Attr.h | 155 const Attr *At) { 156 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At), 162 const Attr *At) { 163 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
|
/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/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/elfutils/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/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 68 MachineBasicBlock::iterator At; member 75 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(D1), in MuxInfo() 284 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() local 285 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 290 MachineBasicBlock &B = *MX.At->getParent(); in genMuxInBlock() 291 DebugLoc DL = MX.At->getDebugLoc(); in genMuxInBlock() 295 BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR) in genMuxInBlock()
|
D | HexagonEarlyIfConv.cpp | 175 void predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator At, 178 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, 709 MachineBasicBlock::iterator At, MachineInstr *MI, in predicateInstr() argument 712 if (At != ToB->end()) in predicateInstr() 713 DL = At->getDebugLoc(); in predicateInstr() 722 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr() 740 BuildMI(*ToB, At, DL, D) in predicateInstr() 758 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, in predicateBlockNB() argument 768 ToB->splice(At, FromB, I); in predicateBlockNB() 770 predicateInstr(ToB, At, &*I, PredR, IfTrue); in predicateBlockNB() [all …]
|
/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 | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 2 <!ATTLIST doc At NMTOKEN "$$$">
|
D | AttributeDefaultLegal.rdr | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 2 <!ATTLIST doc At NMTOKEN "$$$">
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 125 const Instruction *At = nullptr) { 127 return isHighCostExpansionHelper(Expr, L, At, Processed); 225 Value *findExistingExpansion(const SCEV *S, const Instruction *At, Loop *L); 232 const Instruction *At,
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_array_unittest.cc | 41 arr.At(i, j) = 20 * i + j; in TEST() 47 ASSERT_EQ(arr.At(i, j), 20 * i + j); in TEST()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_array.h | 60 T& At(size_t row, size_t col) { in At() function 65 const T& At(size_t row, size_t col) const { in At() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 52 Constant *getConstantAt(Value *V, Instruction *At); 337 Constant *CorrelatedValuePropagation::getConstantAt(Value *V, Instruction *At) { in getConstantAt() argument 338 if (Constant *C = LVI->getConstant(V, At->getParent(), At)) in getConstantAt() 351 LVI->getPredicateAt(C->getPredicate(), Op0, Op1, At); in getConstantAt()
|
/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;
|
/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;
|
/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;
|
/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;
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 393 JacobiSVDImpl_(_Tp* At, size_t astep, _Tp* _W, _Tp* Vt, size_t vstep, in JacobiSVDImpl_() argument 402 astep /= sizeof(At[0]); in JacobiSVDImpl_() 409 _Tp t = At[i*astep + k]; in JacobiSVDImpl_() 429 _Tp *Ai = At + i*astep, *Aj = At + j*astep; in JacobiSVDImpl_() 486 _Tp t = At[i*astep + k]; in JacobiSVDImpl_() 506 std::swap(At[i*astep + k], At[j*astep + k]); in JacobiSVDImpl_() 534 At[i*astep + k] = val; in JacobiSVDImpl_() 542 sd += At[i*astep + k]*At[j*astep + k]; in JacobiSVDImpl_() 546 _Tp t = (_Tp)(At[i*astep + k] - sd*At[j*astep + k]); in JacobiSVDImpl_() 547 At[i*astep + k] = t; in JacobiSVDImpl_() [all …]
|