Home
last modified time | relevance | path

Searched refs:next (Results 4901 - 4925 of 5666) sorted by relevance

1...<<191192193194195196197198199200>>...227

/third_party/python/Tools/scripts/
H A Dfreeze_modules.py202 frozenid, pyfile, ispkg = next(resolved)
/third_party/python/Lib/test/
H A Dseq_tests.py317 self.assertEqual(next(iter(T((1,2)))), 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp545 make_range(Copy->getIterator(), std::next(MI.getIterator()))) in forwardUses()
694 // erase() will return the next valid iterator pointing to the next in ForwardCopyPropagateBlock()
H A DScheduleDAG.cpp331 for (SUnit::pred_iterator I = std::next(BestI), E = Preds.end(); I != E;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp436 for (de::DirectoryIterator iter(srcPath); iter.hasItem(); iter.next()) in initFromPath()
/third_party/skia/samplecode/
H A DSamplePatch.cpp325 auto meas = SkContourMeasureIter(path, false).next(); in make_verts()
/third_party/skia/src/core/
H A DSkTypeface.cpp67 bool next(SkTypeface::LocalizedString*) override { return false; }
/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp283 while (patch.fIter->next(&srcR, &dstR)) {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dserialization.go491 func (p *parser) next() byte {
543 c := p.next()
558 sb.WriteByte(p.next())
578 sb.WriteByte(p.next())
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java544 int c = iter.next(); in dumpCMapMapping()
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py135 raise TypeError("unknown attribute %r" % next(iter(attributes)))
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djpeglib.h210 jpeg_saved_marker_ptr next; /* next in list, or NULL */ member
405 /* State variable: index of next scanline to be written to
552 /* Row index of next scanline to be read from jpeg_read_scanlines().
797 JOCTET *next_output_byte; /* => next byte to write in buffer */
809 const JOCTET *next_input_byte; /* => next byte to read from buffer */
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-avx2.asm354 ; -- Prefetch the next coefficient block
/third_party/skia/src/sfnt/
H A DSkOTTable_name.h559 bool next(Record&);
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp483 this->write(f.next().get()); in write()
/third_party/skia/tests/
H A DBlurTest.cpp530 while (const SkPMColor* p = (const SkPMColor*)iter.next(&loc)) { in DEF_TEST()
H A DFontMgrTest.cpp154 bool next(SkTypeface::LocalizedString*) override { return false; } in DEF_TEST()
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp115 bool next(SkTypeface::LocalizedString* localizedString) override {
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h291 virtual int32_t next();
/third_party/python/Lib/
H A Dweakref.py581 info.index = next(self._index_iter)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMustExecute.cpp62 for (Loop::block_iterator BB = std::next(CurLoop->block_begin()), in computeLoopSafetyInfo()
641 LLVM_DEBUG(dbgs() << "Find next instruction for " << *PP << "\n"); in getMustBeExecutedNextInstruction()
657 // after this one that is executed next if control is transfered. If not, in getMustBeExecutedNextInstruction()
659 // do not know any instruction that has to be executd next. in getMustBeExecutedNextInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp483 firstNonDbg(std::next(BB->begin())) == TI && CI->getCalledFunction() &&
519 // movable to above the call itself, leaving the call next to the return.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp153 ConstantInt *CI = dyn_cast<ConstantInt>(*std::next(CE->op_begin())); in isSimpleEnoughPointerToCommit()
326 /// if we can't evaluate it. NewBB returns the next BB that control flows into,
705 // Successfully running until there's no next block means that we found in EvaluateFunction()
728 // Advance to the next block. in EvaluateFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp331 Expected<std::unique_ptr<Remark>> BitstreamRemarkParser::next() { in next() function in BitstreamRemarkParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp425 II = std::next(II); in loadImmediate()

Completed in 27 milliseconds

1...<<191192193194195196197198199200>>...227