/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 202 frozenid, pyfile, ispkg = next(resolved)
|
/third_party/python/Lib/test/ |
H A D | seq_tests.py | 317 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 D | MachineCopyPropagation.cpp | 545 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 D | ScheduleDAG.cpp | 331 for (SUnit::pred_iterator I = std::next(BestI), E = Preds.end(); I != E;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 436 for (de::DirectoryIterator iter(srcPath); iter.hasItem(); iter.next()) in initFromPath()
|
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 325 auto meas = SkContourMeasureIter(path, false).next(); in make_verts()
|
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 67 bool next(SkTypeface::LocalizedString*) override { return false; }
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 283 while (patch.fIter->next(&srcR, &dstR)) {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 491 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 D | SfntDump.java | 544 int c = iter.next(); in dumpCMapMapping()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 135 raise TypeError("unknown attribute %r" % next(iter(attributes)))
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 210 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 D | jidctint-avx2.asm | 354 ; -- Prefetch the next coefficient block
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_name.h | 559 bool next(Record&);
|
/third_party/skia/src/sksl/ |
H A D | SkSLDehydrator.cpp | 483 this->write(f.next().get()); in write()
|
/third_party/skia/tests/ |
H A D | BlurTest.cpp | 530 while (const SkPMColor* p = (const SkPMColor*)iter.next(&loc)) { in DEF_TEST()
|
H A D | FontMgrTest.cpp | 154 bool next(SkTypeface::LocalizedString*) override { return false; } in DEF_TEST()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 115 bool next(SkTypeface::LocalizedString* localizedString) override {
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | cmap_table.h | 291 virtual int32_t next();
|
/third_party/python/Lib/ |
H A D | weakref.py | 581 info.index = next(self._index_iter)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 62 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 D | TailRecursionElimination.cpp | 483 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 D | Evaluator.cpp | 153 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 D | BitstreamRemarkParser.cpp | 331 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 D | Mips16InstrInfo.cpp | 425 II = std::next(II); in loadImmediate()
|