| /external/rust/crates/criterion-plot/src/ |
| D | map.rs | 8 pub struct Items<'a, T> struct 12 map: &'a Map<T>, 13 state: Option<Axis>, 16 impl<'a, T> Iterator for Items<'a, T> { implementation 94 pub struct Items<'a, T> struct 98 map: &'a Map<T>, 99 state: Option<Grid>, 102 impl<'a, T> Iterator for Items<'a, T> { implementation
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-shape-complex-arabic-win1256.hh | 91 #define OT_UARRAY(Name, Items) \ argument 98 #define OT_UHEADLESSARRAY(Name, Items) \ argument 119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \ argument 124 #define OT_COVERAGE1(Name, Items) \ argument 175 #define MANIFEST(Items) \ argument
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/ |
| D | CallHierarchyTests.cpp | 71 std::vector<CallHierarchyItem> Items = in TEST() local 115 std::vector<CallHierarchyItem> Items = in TEST() local 148 std::vector<CallHierarchyItem> Items = in TEST() local 214 std::vector<CallHierarchyItem> Items = in TEST() local
|
| D | ClangdLSPServerTests.cpp | 180 auto Items = Client in TEST_F() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() 75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
|
| /external/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() 75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringExtras.h | 204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl() 224 inline size_t join_items_size(const A1 &A, Args &&... Items) { in join_items_size() 242 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
|
| /external/parameter-framework/upstream/parameter/ |
| D | MappingContext.h | 77 using Items = std::vector<SItem>; variable
|
| /external/llvm-project/clang-tools-extra/clang-tidy/ |
| D | GlobList.h | 44 SmallVector<GlobListItem, 0> Items; variable
|
| /external/llvm/utils/TableGen/ |
| D | SearchableTableEmitter.cpp | 112 void SearchableTableEmitter::emitMappingEnum(std::vector<Record *> &Items, in emitMappingEnum() 134 std::vector<Record *> &Items, raw_ostream &OS) { in emitPrimaryTable() 234 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in emitMapping() local
|
| /external/llvm/docs/ |
| D | GettingStarted.rst | 928 .. _Program Layout: 929 .. _general layout:
|
| /external/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | LinePrinter.h | 44 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() 47 template <typename... Ts> void format(const char *Fmt, Ts &&... Items) { in format()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringExtras.h | 341 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl() 361 inline size_t join_items_size(const A1 &A, Args &&... Items) { in join_items_size() 387 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
|
| /external/llvm-project/llvm/docs/ |
| D | GettingStarted.rst | 826 .. _Program Layout: 827 .. _general layout:
|
| /external/llvm-project/lldb/tools/lldb-test/ |
| D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine()
|
| /external/llvm-project/llvm/unittests/FuzzMutate/ |
| D | ReservoirSamplerTest.cpp | 33 std::vector<int> Items = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | StringExtras.h | 407 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl() 427 inline size_t join_items_size(const A1 &A, Args &&... Items) { in join_items_size() 453 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenHwModes.h | 38 std::vector<PairType> Items; member
|
| D | SearchableTableEmitter.cpp | 596 const std::vector<Record *> &Items) { in collectEnumEntries() 625 GenericTable &Table, const std::vector<Record *> &Items) { in collectTableEntries() 777 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run() local
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | BinaryItemStream.h | 99 ArrayRef<T> Items; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryItemStream.h | 99 ArrayRef<T> Items; variable
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | ReadSql.java | 112 static class Items { class in ReadSql 126 private Items(String key, List<String> raw) { in Items() method in ReadSql.Items
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
| D | list_test.cpp | 18 static ListItem Items[6]; variable
|
| /external/scudo/standalone/tests/ |
| D | list_test.cpp | 18 static ListItem Items[6]; variable
|
| /external/python/cpython2/Lib/test/ |
| D | test_userdict.py | 113 class Items: class
|