Home
last modified time | relevance | path

Searched refs:next (Results 3926 - 3950 of 6167) sorted by relevance

1...<<151152153154155156157158159160>>...247

/third_party/rust/crates/codespan/codespan-lsp/src/
H A Dlib.rs85 while let Some(ch) = chars.next() { in character_to_line_offset()
/third_party/python/Tools/peg_generator/pegen/
H A D__main__.py160 name = next(iter(scc))
H A Dtokenizer.py35 """Return the next token and updates the index."""
44 """Return the next token *without* updating the index."""
46 tok = next(self._tokengen)
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py36 os.getpid(), next(_mmap_counter)))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_texture_format_table.py90 [component_bits == next(bits_iter) for component_bits in bits.values()])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp131 assert(std::find_if(std::next(BlockAddressUseIt), BB.use_end(), in runOnFunction()
/third_party/skia/src/core/
H A DSkDraw_text.cpp75 clipper.next(); in paintMasks()
H A DSkTextBlobPriv.h179 * for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) {
197 void next();
/third_party/skia/src/effects/
H A DSkCornerPathEffect.cpp58 switch (verb = iter.next(pts)) {
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat2.java155 public BitmapGlyphInfo next() { in next() method in IndexSubTableFormat2.Builder.BitmapGlyphInfoIterator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.h124 UChar32 next();
/third_party/skia/third_party/externals/icu/source/samples/citer/
H A Dciter.cpp107 c = iter.next(); in TestUChariter()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy.c206 connection = connection_for_delete->next; in run_everything()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dquaternion.hpp66 tquat<T, P> const & next);
/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h44 const SkOTTableGlyphData* next() { in next() function in SkOTTableGlyph::Iterator
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp111 // will be emitted once, and the next-expr and statement will be repeated in the in CheckProgramUnrolledSize()
120 result = this->visitExpression(*forStmt.next()) || in CheckProgramUnrolledSize()
/third_party/skia/tests/
H A DVerticesTest.cpp158 while (void* addr = iter.next(&loc)) { in DEF_TEST()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h222 HuffmanCode* next; member
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.h155 PSH_Point next; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-page.hh109 bool next (hb_codepoint_t *codepoint) const in next() function
H A Dhb-subset-cff-common.cc106 while (set->next (&fd)) in hb_plan_subset_cff_fdselect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h115 auto Current = std::next(user_begin()); in hasMoreThanOneUniqueUser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAddIMGInit.cpp74 Next = std::next(I); in runOnMachineFunction()
115 // When D16 then we want next whole VGPR after write data. in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp179 auto SecondTerm = std::next(FirstTerm); in isJumpOutOfRange()

Completed in 14 milliseconds

1...<<151152153154155156157158159160>>...247