Home
last modified time | relevance | path

Searched refs:Positions (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dpositions.rs15 pub struct Positions<I: IndexedParallelIterator, P> { struct
20 impl<I: IndexedParallelIterator + Debug, P> Debug for Positions<I, P> { argument
28 impl<I, P> Positions<I, P> impl
34 Positions { base, predicate } in new()
38 impl<I, P> ParallelIterator for Positions<I, P> implementation
Dmod.rs179 positions::Positions,
2711 fn positions<P>(self, predicate: P) -> Positions<Self, P> in positions()
2715 Positions::new(self, predicate) in positions()
/external/angle/src/tests/gl_tests/gles1/
DBasicDrawTest.cpp95 std::vector<float> Positions = {-1.0f, -1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local
106 glVertexPointer(3, GL_FLOAT, 0, Positions.data()); in TEST_P()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ListDiff.pbtxt27 1-D. Positions of `x` values preserved in `out`.
/external/rust/crates/itertools/src/adaptors/
Dmod.rs963 pub struct Positions<I, F> { struct
970 pub fn positions<I, F>(iter: I, f: F) -> Positions<I, F> in positions()
974 Positions { in positions()
981 impl<I, F> Iterator for Positions<I, F> implementation
1003 impl<I, F> DoubleEndedIterator for Positions<I, F> implementation
/external/llvm/include/llvm/Support/
DCommandLine.h1426 std::vector<unsigned> Positions;
1444 Positions.push_back(pos);
1474 return Positions[optnum];
1565 std::vector<unsigned> Positions;
1583 Positions.push_back(pos);
1613 return Positions[optnum];
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1444 std::vector<unsigned> Positions;
1462 Positions.push_back(pos);
1492 return Positions[optnum];
1583 std::vector<unsigned> Positions;
1601 Positions.push_back(pos);
1631 return Positions[optnum];
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h1624 std::vector<unsigned> Positions;
1643 Positions.push_back(pos);
1662 Positions.clear();
1680 return Positions[optnum];
1779 std::vector<unsigned> Positions;
1798 Positions.push_back(pos);
1832 return Positions[optnum];
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h1615 std::vector<unsigned> Positions;
1634 Positions.push_back(pos);
1653 Positions.clear();
1671 return Positions[optnum];
1770 std::vector<unsigned> Positions;
1789 Positions.push_back(pos);
1823 return Positions[optnum];
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerMutate.cpp208 size_t Positions[kMaxNumPositions]; in MakeDictionaryEntryFromCMP() local
215 Positions[NumPositions++] = Cur - Data; in MakeDictionaryEntryFromCMP()
218 return DictionaryEntry(W, Positions[Rand(NumPositions)]); in MakeDictionaryEntryFromCMP()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp208 size_t Positions[kMaxNumPositions]; in MakeDictionaryEntryFromCMP() local
215 Positions[NumPositions++] = Cur - Data; in MakeDictionaryEntryFromCMP()
218 return DictionaryEntry(W, Positions[Rand(NumPositions)]); in MakeDictionaryEntryFromCMP()
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp734 const std::vector<Position> &Positions, in semanticRanges() argument
736 auto Action = [Positions, CB = std::move(CB)]( in semanticRanges()
741 for (const auto &Pos : Positions) { in semanticRanges()
/external/python/cpython2/Doc/library/
Dcd.rst32 Positions on a CD can be represented in two ways. Either a frame number or a
34 latter representation. Positions can be both relative to the beginning of the
Dre.rst1268 Finding all Adverbs and their Positions
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1608 llvm::json::Array Positions; in visitTParamCommandComment() local
1610 Positions.push_back(C->getIndex(I)); in visitTParamCommandComment()
1612 if (!Positions.empty()) in visitTParamCommandComment()
1613 JOS.attribute("positions", std::move(Positions)); in visitTParamCommandComment()
/external/rust/crates/itertools/src/
Dlib.rs107 Positions,
1517 fn positions<P>(self, predicate: P) -> Positions<Self, P> in positions()
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go453 Positions []Position `json:"positions"` member
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go453 Positions []Position `json:"positions"` member
/external/python/cpython3/Doc/library/
Dre.rst1569 Finding all Adverbs and their Positions
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td6268 Res<TF_I32OrI64Tensor, [{1-D. Positions of `x` values preserved in `out`.}]>:$idx
/external/python/cpython2/Misc/
DHISTORY4510 treated as being relative to the end of the input string. Positions
/external/python/cpython3/Misc/
DHISTORY21894 treated as being relative to the end of the input string. Positions