Home
last modified time | relevance | path

Searched refs:next (Results 4276 - 4300 of 5670) sorted by relevance

1...<<171172173174175176177178179180>>...227

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp74 for (MachineFunction::iterator I = std::next(MF.begin()), E = MF.end(); in emitPrologue()
241 // amount of space needed for the outgoing arguments up to the next in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp138 auto Next = std::next(I); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp107 for (auto AfterBBI = std::next(BBI); AfterBBI != MBB.instr_end(); in removeRedundantLIs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp276 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse()
/third_party/skia/tools/
H A DToolUtils.h268 void* next(SkIPoint* loc = nullptr) { in next() function in ToolUtils::PixelIter
/third_party/skia/tools/flags/
H A DCommandLineFlags.h391 SkFlagInfo* next() { return fNext; } in next() function in SkFlagInfo
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp235 return ((BreakIterator*)bi)->next(); in ubrk_next()
H A Duchriter.cpp153 UCharCharacterIterator::next() { in next() function in UCharCharacterIterator
/third_party/toybox/toys/posix/
H A Dod.c278 for (arg = TT.t; arg; arg = arg->next) append_base(arg->arg); in od_main()
H A Dsort.c319 for (arg = TT.k; arg; arg = arg->next) { in sort_main()
/third_party/typescript/tests/baselines/reference/
H A DdestructuringParameterDeclaration1ES5iterable.js109 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLiteToString.java172 Map.Entry<GeneratedMessageLite.ExtensionDescriptor, Object> entry = iter.next(); in reflectivePrintWithIndent()
/third_party/protobuf/js/
H A Dmap.js203 jspb.Map.ArrayIteratorIterable_.prototype.next = function() {
/third_party/python/Lib/test/
H A Dtest_graphlib.py26 tsgroup = {next(it) for element in group}
H A Dtest_xml_etree_c.py158 next(parser)
/third_party/python/PCbuild/
H A Dfind_python.bat18 @rem parse the next if statement - incorrect quoting in the multi-arg
/third_party/python/Lib/
H A Dtypes.py168 # next two lines make DynamicClassAttribute act the same as property
240 return next(self.__wrapped)
/third_party/python/Lib/wsgiref/
H A Dvalidate.py277 v = next(self.iterator)
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm_test.cc178 EXPECT_EQ(*absl::rotate(l.begin(), std::next(l.begin(), 3), l.end()), 0); in TEST()
/third_party/skia/fuzz/
H A DFuzzDDLThreading.cpp40 fuzz->next(&t); in make_fuzz_t()
/third_party/skia/gm/
H A Danimated_gif.cpp163 // Retrieve the next frame.
194 while (iter.next(&path)) { in AnimCodecPlayerGM()
/third_party/skia/include/private/
H A DSkPathRef.h78 // The next two values don't matter unless fIsOval or fIsRRect are true. in SkPathRef()
175 /** Return the next verb in this iteration of the path. When all
184 uint8_t next(SkPoint pts[4]);
379 // The next two values don't matter unless fIsOval or fIsRRect are true. in SkPathRef()
524 // The next two variables store that information for either.
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp35 while (auto contour = iter.next()) { in linearize_path()
/third_party/skia/modules/skottie/src/animator/
H A DVec2KeyframeAnimator.cpp202 prev_val.cmeasure = SkContourMeasureIter(p.detach(), false).next(); in backfill_spatial()
218 // Track the last keyframe spatial tangents (checked on next parseValue).
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs353 fn next(&mut self) -> Option<Self::Item> { in next() functions

Completed in 18 milliseconds

1...<<171172173174175176177178179180>>...227