Home
last modified time | relevance | path

Searched refs:next (Results 4751 - 4775 of 6068) sorted by relevance

1...<<191192193194195196197198199200>>...243

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp512 const TField &next = *modifiedFields[j];
513 const Layout nextGlslLayout = GlslLayoutOf(*next.type());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp300 MachineBasicBlock::const_iterator I = MI; I = std::next(I); in hasLivePhysRegDefUses()
353 MachineBasicBlock::const_iterator I = CSMI; I = std::next(I); in PhysRegDefsReach()
847 // anticipating that the next CSE step will eliminate this created redundancy.
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp73 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in get_exif_orientation()
105 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in read_color_profile()
461 // Try the next scale in onDimensionsSupported()
480 // we will always decode into fSwizzlerSrcRow before swizzling into the next buffer. in readRows()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java142 Table fontTable = fontTableIter.next(); in listTables()
149 Table fontTable = fontTableIter.next(); in listTables()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c80 PixOrCopyBlock* next_; // next block (or NULL)
101 PixOrCopyBlock* const next = refs->free_blocks_->next_; in VP8LBackwardRefsClear() local
103 refs->free_blocks_ = next; in VP8LBackwardRefsClear()
296 // The last pixel has a different 64 bit hash, as its next pixel does in VP8LHashChainFill()
516 // best matches for the current pixel AND the next one combined. in BackwardReferencesLz77()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp830 virtual const char* next(int32_t* resultLength, UErrorCode& /*status*/) { in next() function in CollationLocaleListEnumeration
848 const char *s = next(&resultLength, status); in snext()
H A Dregion.cpp617 const char *regionId = cr->next(NULL,status); in getContainedRegions()
624 const char *id2 = children->next(NULL,status); in getContainedRegions()
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp745 (f.next() && this->visitExpressionPtr(f.next())) || in visitStatement()
/third_party/python/Lib/
H A D_collections_abc.py129 Return next yielded value or raise StopIteration.
136 Return next yielded value or raise StopIteration.
189 """Return the next item or raise StopAsyncIteration when exhausted."""
207 """Return the next item from the asynchronous generator.
215 Return next yielded value or raise StopAsyncIteration.
222 Return next yielded value or raise StopAsyncIteration.
277 'Return the next item from the iterator. When exhausted, raise StopIteration'
327 """Return the next item from the generator.
335 Return next yielded value or raise StopIteration.
342 Return next yielde
[all...]
H A Dpprint.py423 next_ent = next(it)
430 next_ent = next(it)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py642 return next(iter(fonts))
672 fg = next(iter(fgs))
/third_party/python/Lib/test/
H A Dlist_tests.py84 self.assertRaises(StopIteration, next, r)
561 next(empit) # not exhausted
H A Dtest_wsgiref.py87 This tests the iterator using iter()/next().
95 if not next(it) == item:
98 next(it)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp323 Scheduler::TimePoint Scheduler::WaitingFibers::next() const { in next() function in marl::Scheduler::WaitingFibers
325 "WaitingFibers::next() called when there' no waiting fibers"); in next()
748 mutex.wait_until_locked(added, waiting.next(), f); in wait()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp459 for (auto I2 = std::next(I1); I2 != E; ) {
569 auto R = std::next(MI->getReverseIterator());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp10 // to move them together. If we can move them next to each other we do so and
261 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
334 End = std::next(MachineBasicBlock::iterator(I2)); in isSafeToMoveTogether()
435 // Skip to next instruction. in findPotentialNewifiableTFRs()
527 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); in findPairable()
576 // We are going to delete I2. If MI points to I2 advance it to the next in combine()
635 // MI now points to next relevant instruction. in combine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp90 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB()
650 NewMBB->splice(NewMBB->end(), &MBB, std::next(MBBI), MBB.end()); in expandAuipcInstPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp190 /// default: goto splitted next BB
988 for (auto I = std::next(BasicBlock::iterator(CI)), IE = BB->end(); in runSjLjOnFunction()
999 for (auto I = std::next(BasicBlock::iterator(ThrewLI)), IE = BB->end(); in runSjLjOnFunction()
/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp255 while (fileIterator.next(&fileName, false)) { in get_file_list_subdir()
274 while (dirIterator.next(&dirName, true)) { in get_file_list_subdir()
/third_party/skia/third_party/externals/icu/source/common/
H A Duiter.cpp1031 * go to the next code unit in uiter_current32()
1058 c=iter->next(iter); in uiter_next32()
1060 if(U16_IS_TRAIL(c2=iter->next(iter))) { in uiter_next32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h474 /// The next pointer in the linked list of all SCEVUnknown
479 ScalarEvolution *se, SCEVUnknown *next) : in SCEVUnknown()
480 SCEV(ID, scUnknown, 1), CallbackVH(V), SE(se), Next(next) {} in SCEVUnknown()
478 SCEVUnknown(const FoldingSetNodeIDRef ID, Value *V, ScalarEvolution *se, SCEVUnknown *next) SCEVUnknown() argument
/third_party/toybox/lib/
H A Dxwrap.c580 new->next = done; in xabspath()
626 temp->next = todo; in xabspath()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java712 ByteString concatenatedString = iter.next(); in testConcat()
714 concatenatedString = concatenatedString.concat(iter.next()); in testConcat()
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp164 std::vector<TextLine>::const_iterator next = fLines.begin() + pos.fParagraphIndex + 1; in insert() local
165 fLines.insert(next, newlinecount, TextLine()); in insert()
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp83 fCurrentMeasure = iter.next(); in updateContourData()
89 SkASSERT(!iter.next()); in updateContourData()

Completed in 32 milliseconds

1...<<191192193194195196197198199200>>...243