Home
last modified time | relevance | path

Searched defs:Items (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/criterion-plot/src/
Dmap.rs8 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/
Dhb-ot-shape-complex-arabic-win1256.hh91 #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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h53 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/
DStringExtras.h204 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/llvm/utils/TableGen/
DSearchableTableEmitter.cpp112 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/parameter-framework/upstream/parameter/
DMappingContext.h77 using Items = std::vector<SItem>; variable
/external/llvm/docs/
DGettingStarted.rst928 .. _Program Layout:
929 .. _general layout:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h341 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryItemStream.h99 ArrayRef<T> Items; variable
DOnDiskHashTable.h364 const unsigned char *Items = Base + Offset; variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DReadSql.java112 static class Items { class in ReadSql
126 private Items(String key, List<String> raw) { in Items() method in ReadSql.Items
/external/scudo/standalone/tests/
Dlist_test.cpp18 static ListItem Items[6]; variable
/external/python/cpython2/Lib/test/
Dtest_userdict.py113 class Items: class
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h364 const unsigned char *Items = Base + Offset; variable
/external/starlark-go/starlark/
Dvalue.go264 Items() []Tuple // a new slice containing all key/value pairs methodSpec
786 func (d *Dict) Items() []Tuple { return d.ht.items() } func
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1544 CFreqInfo *Items; member
1602 CCrcInfo *Items; member
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc505 static PyObject* Items(PyContainer* self, PyObject* args) { in Items() function
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2713 const int Items = in ComputeNumSignBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3848 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local