Home
last modified time | relevance | path

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

12345678910>>...49

/external/elfutils/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/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/v8/src/interpreter/
Dconstant-array-builder.cc53 ConstantArrayBuilder::Entry& ConstantArrayBuilder::ConstantArraySlice::At( in At() function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
60 const ConstantArrayBuilder::Entry& ConstantArrayBuilder::ConstantArraySlice::At( in At() function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
168 MaybeHandle<Object> ConstantArrayBuilder::At(size_t index, in At() function in v8::internal::interpreter::ConstantArrayBuilder
173 const Entry& entry = slice->At(index); in At()
180 MaybeHandle<Object> ConstantArrayBuilder::At(size_t index,
183 MaybeHandle<Object> ConstantArrayBuilder::At(size_t index,
203 slice->At(slice->start_index() + i).ToHandle(isolate); in ToFixedArray()
321 return slice->At(index).SetDeferred(object); in SetDeferredAt()
330 return slice->At(index).SetJumpTableSmi(smi); in SetJumpTableSmi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h572 auto At = addLinks(); in addLinkBelow() local
573 Links[Set].setBelow(At); in addLinkBelow()
574 Links[At].setAbove(Set); in addLinkBelow()
575 return At; in addLinkBelow()
579 auto At = addLinks(); in addLinkAbove() local
580 Links[At].setBelow(Set); in addLinkAbove()
581 Links[Set].setAbove(At); in addLinkAbove()
582 return At; in addLinkAbove()
/external/llvm/lib/Analysis/
DStratifiedSets.h581 auto At = addLinks(); in addLinkBelow() local
582 Links[Set].setBelow(At); in addLinkBelow()
583 Links[At].setAbove(Set); in addLinkBelow()
584 return At; in addLinkBelow()
588 auto At = addLinks(); in addLinkAbove() local
589 Links[At].setBelow(Set); in addLinkAbove()
590 Links[Set].setAbove(At); in addLinkAbove()
591 return At; in addLinkAbove()
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp72 MachineBasicBlock::iterator At; member
79 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo()
288 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() local
289 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
294 MachineBasicBlock &B = *MX.At->getParent(); in genMuxInBlock()
295 DebugLoc DL = MX.At->getDebugLoc(); in genMuxInBlock()
299 BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR) in genMuxInBlock()
/external/clang/include/clang/AST/
DAttr.h199 const Attr *At) {
200 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
206 const Attr *At) {
207 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp108 MachineBasicBlock::iterator At; member
116 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo()
328 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() local
329 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
336 MachineBasicBlock &B = *MX.At->getParent(); in genMuxInBlock()
337 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock()
338 auto NewMux = BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR) in genMuxInBlock()
DHexagonEarlyIfConv.cpp197 void predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator At,
200 MachineBasicBlock::iterator At, MachineBasicBlock *FromB,
203 unsigned buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator At,
710 MachineBasicBlock::iterator At, MachineInstr *MI, in predicateInstr() argument
713 if (At != ToB->end()) in predicateInstr()
714 DL = At->getDebugLoc(); in predicateInstr()
723 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
746 BuildMI(*ToB, At, DL, D) in predicateInstr()
763 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, in predicateBlockNB() argument
773 ToB->splice(At, FromB, I); in predicateBlockNB()
[all …]
DHexagonBitSimplify.cpp1326 auto At = MachineBasicBlock::iterator(MI); in processBlock() local
1351 BuildMI(B, At, DL, HII.get(TargetOpcode::COPY), NewR) in processBlock()
1387 MachineBasicBlock &B, MachineBasicBlock::iterator At, DebugLoc &DL);
1415 MachineBasicBlock &B, MachineBasicBlock::iterator At, DebugLoc &DL) { in genTfrConst() argument
1418 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrsi), Reg) in genTfrConst()
1425 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrpi), Reg) in genTfrConst()
1434 BuildMI(B, At, DL, HII.get(Opc), Reg) in genTfrConst()
1440 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) in genTfrConst()
1453 BuildMI(B, At, DL, HII.get(Opc), Reg); in genTfrConst()
1481 auto At = I->isPHI() ? B.getFirstNonPHI() : I; in processBlock() local
[all …]
/external/perfetto/docs/data-sources/
Dsyscalls.md9 At import time, the Trace Processor uses an internal syscall mapping table,
16 At the UI level system calls are shown inlined with the per-thread slice tracks:
22 At the SQL level, syscalls are no different than any other userspace slice
/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/
DAttributeDefaultLegal1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
2 <!ATTLIST doc At NMTOKEN "$$$">
DAttributeDefaultLegal.rdr1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
2 <!ATTLIST doc At NMTOKEN "$$$">
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Ddebugging.md162 tf.print('At graph execution:', a)
163 print('At graph construction:', a)
170 At graph construction: Tensor("a:0", shape=(), dtype=int32)
171 At graph execution: 1
180 At graph execution: 1
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h178 const Instruction *At = nullptr) {
180 return isHighCostExpansionHelper(Expr, L, At, Processed);
292 Value *getExactExistingExpansion(const SCEV *S, const Instruction *At,
308 getRelatedExistingExpansion(const SCEV *S, const Instruction *At, Loop *L);
315 const Instruction *At,
/external/v8/src/codegen/arm/
Dassembler-arm-inl.h64 Instruction* branch = Instruction::At(pc_); in apply()
180 Instruction* branch = Instruction::At(pc); in relative_code_target_object_handle_at()
245 Instruction* movw_instr = Instruction::At(pc); in target_address_at()
246 Instruction* movt_instr = Instruction::At(pc + kInstrSize); in target_address_at()
264 Instruction* branch = Instruction::At(pc); in target_address_at()
320 Instruction* branch = Instruction::At(pc); in set_target_address_at()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll39 ; At least 1 wave per execution unit.
51 ; At least 5 waves per execution unit.
63 ; At least 10 waves per execution unit.
75 ; At most 1 wave per execution unit (same as @empty_exactly_1).
77 ; At most 5 waves per execution unit.
89 ; At most 10 waves per execution unit.
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DMessageFormat.java.patch76 - * "At {1,time,::jmm} on {1,date,::dMMMM}, there was {2} on planet {0,number,integer}.",
77 + * "At {1,time} on {1,date}, there was {2} on planet {0,number,integer}.",
80 - * <em>output</em>: At 4:34 PM on March 23, there was a disturbance
81 + * <em>output</em>: At 12:30 PM on Jul 3, 2053, there was a disturbance
/external/webrtc/webrtc/system_wrappers/source/
Daligned_array_unittest.cc41 arr.At(i, j) = 20 * i + j; in TEST()
47 ASSERT_EQ(arr.At(i, j), 20 * i + j); in TEST()
/external/python/cpython2/Demo/tkinter/guido/
Drmt.py57 t.mark_set('anchor', At(x, y))
65 t.tk_textSelectTo(At(x, y))
72 t.tk_textSelectTo(At(x, y))
/external/webrtc/webrtc/system_wrappers/include/
Daligned_array.h60 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/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp32 int32_t CBC_QRCoderBitVector::At(size_t index) const { in At() function in CBC_QRCoderBitVector
75 AppendBit(bits->At(i)); in AppendBitVector()
/external/u-boot/drivers/sound/
DKconfig11 Note: At present the sound setup is somewhat tangled up in that the
88 audio data and I2C for codec control. At present it only works
96 audio data and I2C for codec control. At present it only works
104 audio data and I2C for codec control. At present it only works
130 audio data and I2C for codec control. At present it only works

12345678910>>...49