Home
last modified time | relevance | path

Searched refs:Iterate (Results 1 – 25 of 134) sorted by relevance

123456

/external/rust/crates/itertools/src/
Dsources.rs142 pub struct Iterate<St, F> { struct
147 impl<St, F> fmt::Debug for Iterate<St, F> argument
150 debug_fmt_fields!(Iterate, state);
153 impl<St, F> Iterator for Iterate<St, F> implementation
177 pub fn iterate<St, F>(initial_value: St, f: F) -> Iterate<St, F> in iterate()
180 Iterate { in iterate()
/external/elfutils/tests/
Drun-unit-info.sh50 Iterate getting all info, compare with dwarf_cu_info.
56 Iterate no info, compare recorded info with dwarf_cu_info.
63 Iterate getting all info, compare with dwarf_cu_info.
69 Iterate no info, compare recorded info with dwarf_cu_info.
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestFastLexer.cs56 Iterate( text, iterations ); in TestBasicFastLexer()
58 var time = Iterate( text, iterations ); in TestBasicFastLexer()
65 TimeSpan Iterate( string text, int count ) in Iterate() method in Antlr3.Runtime.Test.TestFastLexer
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_texture_filter_minmax.txt61 * Iterate through all supported targets and texture formats.
62 Iterate through TEXTURE_REDUCTION_MODE_ARB modes
76 * Iterate through all supported targets
77 Iterate through TEXTURE_REDUCTION_MODE_ARB modes (MIN, MAX)
78 Iterate through filters (NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_LINEAR)
DCTS_ARB_shader_ballot.txt48 * Iterate through all supported shaders.
56 * Iterate through all supported shaders.
63 * Iterate through all supported shaders.
77 * Iterate through all supported shaders.
DCTS_ARB_sparse_texture_clamp.txt50 * Iterate through all sparse supported targets.
66 Iterate through shaders, create and use program for current iteration
77 * Iterate through all sparse and non-sparse supported targets.
94 Iterate through shaders, create and use program for current iteration
DCTS_ARB_shader_viewport_layer_array.txt44 Iterate through all supported shader pipelines
56 Iterate through all supported shader pipelines
DCTS_ARB_sparse_texture2.txt125 * Iterate through all sparse supported targets.
148 Iterate through shaders, create and use program for current iteration
/external/skia/tests/
DSubsetPath.cpp67 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in SubsetContours()
102 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in getSubsetPath()
151 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in SubsetVerbs()
183 for (auto [verb, pts, w] : SkPathPriv::Iterate(fPath)) { in getSubsetPath()
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
DIterate.java28 public class Iterate { class
33 JSilver jSilver = new JSilver(new ClassResourceLoader(Iterate.class)); in main()
/external/skia/src/gpu/tessellate/
DGrMidpointContourParser.h69 SkPathPriv::Iterate currentContour() { in currentContour()
70 return SkPathPriv::Iterate(fVerbs, fVerbs + fVerbsIdx, fPoints, fWeights); in currentContour()
DGrPathTessellator.cpp23 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in GrPathIndirectTessellator()
176 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in prepare()
254 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in prepare()
/external/skia/src/core/
DSkPathPriv.h161 struct Iterate { struct
163 Iterate(const SkPath& path) in Iterate() argument
164 : Iterate(path.fPathRef->verbsBegin(), in Iterate()
170 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
/external/starlark-go/starlark/
Dvalue.go171 Iterate() Iterator // must be followed by call to Iterator.Done methodSpec
263 Iterate() Iterator // see Iterable interface methodSpec
579 func (si stringElems) Iterate() Iterator { return &stringElemsIterator{si, 0} } func
628 func (si stringCodepoints) Iterate() Iterator { return &stringCodepointsIterator{si, 0} } func
789 func (d *Dict) Iterate() Iterator { return d.ht.iterate() } func
888 func (l *List) Iterate() Iterator { func
993 func (t Tuple) Iterate() Iterator { return &tupleIterator{elems: t} } func
1056 func (s *Set) Iterate() Iterator { return s.ht.iterate() } func
1375 func Iterate(x Value) Iterator { func
1377 return x.Iterate()
Dlibrary.go169 iter := iterable.Iterate()
186 iter := iterable.Iterate()
227 iter := x.Iterate()
307 iter := iterable.Iterate()
654 iter := iterable.Iterate()
688 iter := Iterate(iterable)
828 func (r rangeValue) Iterate() Iterator { return &rangeIterator{r, 0} } func
940 iter := iterable.Iterate()
965 iter := iterable.Iterate()
991 iter := iterable.Iterate()
[all …]
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc57 s->Iterate([&](const HashtablezInfo& info) { in GetSizes()
225 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
235 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
315 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc57 s->Iterate([&](const HashtablezInfo& info) { in GetSizes()
225 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
235 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
315 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc65 s->Iterate([&](const HashtablezInfo& info) { in GetSizes()
235 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
245 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
327 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler_test.cc65 s->Iterate([&](const HashtablezInfo& info) { in GetSizes()
235 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
245 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
327 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc65 s->Iterate([&](const HashtablezInfo& info) { in GetSizes()
235 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
245 sampler.Iterate([&](const HashtablezInfo& h) { in TEST()
327 sampler.Iterate([&](const HashtablezInfo& info) { in TEST()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs136 return Iterate(source, int.MinValue, delegate(int a, int b){return Math.Max(a, b);}); in Max()
139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
159 return Iterate(source, int.MaxValue, delegate(int a, int b) { return Math.Min(a, b); }); in Min()
/external/skia/samplecode/
DSampleTessellatedWedge.cpp170 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in dump_conic_max_errors()
188 for (auto [verb, pts, _] : SkPathPriv::Iterate(path)) { in update_weight()
/external/rust/crates/tinytemplate/src/
Dinstruction.rs65 Iterate(usize), enumerator
/external/gwp_asan/gwp_asan/tests/
Diterate.cpp14 TEST_F(CustomGuardedPoolAllocator, Iterate) { in TEST_F() argument
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Diterate.cpp14 TEST_F(CustomGuardedPoolAllocator, Iterate) { in TEST_F() argument

123456