/external/rust/crates/futures-util/src/stream/ |
D | repeat.rs | 9 pub struct Repeat<T> { struct 27 pub fn repeat<T>(item: T) -> Repeat<T> in repeat() argument 33 impl<T> Unpin for Repeat<T> {} implementation 35 impl<T> Stream for Repeat<T> implementation 49 impl<T> FusedStream for Repeat<T> implementation
|
/external/rust/crates/futures-util/src/io/ |
D | repeat.rs | 12 pub struct Repeat { struct 33 pub fn repeat(byte: u8) -> Repeat { in repeat() 37 impl AsyncRead for Repeat { implementation 70 impl fmt::Debug for Repeat { implementation
|
/external/rust/crates/rayon/src/iter/ |
D | repeat.rs | 8 pub struct Repeat<T: Clone + Send> { struct 26 pub fn repeat<T: Clone + Send>(elt: T) -> Repeat<T> { in repeat() argument 30 impl<T> Repeat<T> implementation 57 impl<T> ParallelIterator for Repeat<T> implementation
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | SnippetRepetitor.cpp | 27 FillFunction Repeat(ArrayRef<MCInst> Instructions, in Repeat() function in llvm::exegesis::__anon3784ba9c0111::DuplicateSnippetRepetitor 56 FillFunction Repeat(ArrayRef<MCInst> Instructions, in Repeat() function in llvm::exegesis::__anon3784ba9c0111::LoopSnippetRepetitor
|
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | PerfReader.cpp | 39 void VirtualUnwinder::unwindLinear(UnwindState &State, uint64_t Repeat) { in unwindLinear() 76 UnwindState &State, uint64_t Repeat) { in recordRangeCount() 84 UnwindState &State, uint64_t Repeat) { in recordBranchCount() 94 bool VirtualUnwinder::unwind(const HybridSample &Sample, uint64_t Repeat) { in unwind()
|
/external/rust/crates/tokio/src/io/util/ |
D | repeat.rs | 49 impl AsyncRead for Repeat { implementation
|
/external/angle/src/tests/gl_tests/ |
D | ExternalWrapTest.cpp | 202 TEST_P(ExternalWrapTest, Repeat) in TEST_P() argument
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 85 namespace Repeat { namespace
|
/external/googletest/googlemock/test/ |
D | gmock-pp-string_test.cc | 136 TEST(Macros, Repeat) { in TEST() argument
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_repeat_test.cc | 23 TEST_F(AmberScriptParserTest, Repeat) { in TEST_F() argument
|
/external/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 169 namespace Repeat { namespace
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 278 private static class Repeat extends ItemPick { class in Pick 282 private Repeat(int minCount, int maxCount, int[] itemWeights, Pick item) { in Repeat() method in Pick.Repeat
|
/external/llvm-project/flang/runtime/ |
D | character.cpp | 652 void RTNAME(Repeat)(Descriptor &result, const Descriptor &string, in RTNAME() argument
|
/external/angle/src/common/ |
D | packed_gl_enums.json | 269 "Repeat": "GL_REPEAT" string
|
D | packed_cl_enums.json | 184 "Repeat": "CL_ADDRESS_REPEAT", string
|
D | PackedCLEnums_autogen.h | 32 Repeat = 3, enumerator
|
D | PackedGLEnums_autogen.h | 578 Repeat = 3, enumerator
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.cc | 303 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) { in Repeat() function in re2::Regexp
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | grammar.py | 349 class Repeat: class
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.cpp | 510 bool Repeat = (Kind == RAK_Global && getFlags().getRepeatRegAlloc()); in regAlloc() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 408 int Repeat = in expandRWSequence() local 449 int Repeat = in expandRWSeqForProc() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 781 int Repeat = in expandRWSequence() local 820 int Repeat = in expandRWSeqForProc() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 1587 bool Repeat; in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 1508 bool Repeat; in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1362 for (int Repeat = 0; Repeat < 4; ++Repeat) { in buildCoroutineFrame() local
|