/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 192 Sequences.clear(); in clear() 513 if (!Sequences.empty()) { in parse() 514 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse() 554 if (Sequences.empty()) in lookupAddress() 559 SequenceIter first_seq = Sequences.begin(); in lookupAddress() 560 SequenceIter last_seq = Sequences.end(); in lookupAddress() 565 found_seq = Sequences.back(); in lookupAddress() 578 if (Sequences.empty()) in lookupAddressRange() 584 SequenceIter first_seq = Sequences.begin(); in lookupAddressRange() 585 SequenceIter last_seq = Sequences.end(); in lookupAddressRange()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64A53Fix835769.cpp | 194 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local 215 Sequences.push_back(CurrInstr); in runOnBasicBlock() 223 DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock() 227 for (auto &MI : Sequences) { in runOnBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64A53Fix835769.cpp | 200 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local 221 Sequences.push_back(CurrInstr); in runOnBasicBlock() 229 LLVM_DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock() 233 for (auto &MI : Sequences) { in runOnBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 428 Sequences.clear(); in clear() 853 if (!Sequences.empty()) { in parse() 854 llvm::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse() 894 if (Sequences.empty()) in lookupAddress() 899 SequenceIter FirstSeq = Sequences.begin(); in lookupAddress() 900 SequenceIter LastSeq = Sequences.end(); in lookupAddress() 905 FoundSeq = Sequences.back(); in lookupAddress() 918 if (Sequences.empty()) in lookupAddressRange() 924 SequenceIter FirstSeq = Sequences.begin(); in lookupAddressRange() 925 SequenceIter LastSeq = Sequences.end(); in lookupAddressRange()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 181 Sequences.push_back(S); in appendSequence() 216 SequenceVector Sequences; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 254 EXPECT_EQ(Expected->Sequences.size(), 1u); in TEST_P() 265 EXPECT_EQ(Expected2->Sequences.size(), 2u); in TEST_P() 470 EXPECT_EQ((*ExpectedLineTable)->Sequences.size(), 1u); in TEST_F() 485 EXPECT_EQ(Parsed.Sequences.size(), 1u); in TEST_F() 492 EXPECT_EQ(Parsed2.Sequences.size(), 1u); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 222 Sequences.push_back(S); in appendSequence() 262 SequenceVector Sequences; member
|
/external/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 725 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local 733 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask() 734 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() 742 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask() 754 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask() 756 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 731 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() local 739 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask() 740 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() 748 Sequences.push_back(IdxSequence); in emitComposeSubRegIndexLaneMask() 760 for (size_t s = 0, se = Sequences.size(); s != se; ++s) { in emitComposeSubRegIndexLaneMask() 762 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
|
/external/icu/icu4c/source/data/translit/ |
D | und_FONIPA_ar.txt | 117 # Sequences of three or more ووو look very confusing; we shorten them.
|
D | und_FONIPA_fa.txt | 112 # Sequences of three or more ووو look very confusing; we shorten them.
|
/external/tensorflow/tensorflow/python/autograph/ |
D | STYLE_GUIDE.md | 57 Using Multiple Sequences. _Statistical Science_, 7(4):457-472, 1992.
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | word.txt | 12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
|
D | word_POSIX.txt | 12 # with additions for Emoji Sequences from https://goo.gl/cluFCn
|
/external/u-boot/board/st/stm32mp1/ |
D | README | 37 3. Boot Sequences
|
/external/python/cpython3/Doc/library/ |
D | parser.rst | 57 has a simple form. Sequences representing non-terminal elements in the grammar 145 Sequences representing terminal tokens may be represented as either two-element
|
/external/python/cpython2/Doc/library/ |
D | parser.rst | 62 has a simple form. Sequences representing non-terminal elements in the grammar 150 Sequences representing terminal tokens may be represented as either two-element
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 363 Tuples and Sequences 679 Comparing Sequences and Other Types
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 415 Tuples and Sequences 728 Comparing Sequences and Other Types
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | idnaContextRules.txt | 150 Title: 4.2.3.1. Rejection of Hyphen Sequences in U-labels // just xx--
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 511 ## Sequences ## section in Expectation Order
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 7 # Emoji Variation Sequences for UTS #51
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 642 Sequences can be copied by slicing:: 1103 Sequences (Tuples/Lists)
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 1437 * Sequences (instances of :class:`tuple`, :class:`list`, or :class:`range`) can 1443 Sequences compare lexicographically using comparison of corresponding
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 251 Sequences 266 Sequences also support slicing: ``a[i:j]`` selects all items with index *k* such 277 Sequences are distinguished according to their mutability:
|