Home
last modified time | relevance | path

Searched refs:next (Results 3526 - 3550 of 6011) sorted by relevance

1...<<141142143144145146147148149150>>...241

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dbasic_block.h121 /// Adds @p next BasicBlocks as successors of this BasicBlock
123 const std::vector<BasicBlock*>& next = std::vector<BasicBlock*>());
/third_party/skia/third_party/externals/jinja2/
H A D_compat.py66 cls.next = cls.__next__
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dscrptrun.cpp115 UBool ScriptRun::next() in next() function in ScriptRun
H A Dscrptrun.h58 UBool next();
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoleitr.h87 * int32_t order = c->next(success);
96 * The method next() returns the collation order of the next character based on
100 * between calls to reset(), setOffset(), or setText(). That is, next()
102 * next() or vice versa, reset(), setOffset() or setText() has to be called first
105 * Hence at the next call of next() or previous(), the first or last collation order,
109 * The result of a forward iterate (next()) and reversed result of the backward
177 * Gets the ordering priority of the next character in the string.
179 * @return the next characte
[all...]
H A Dsearch.h74 * pos = iter->next(error)) {
153 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
161 * @see #next
171 * to <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
177 * @see #next
186 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
193 * @see #next
371 * Returns the index of the next point at which the text matches the
379 * @return The index of the next match after the current position,
384 int32_t next(UErrorCod
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstream.c165 stream = stream->next; in SPDYF_stream_find()
/third_party/skia/src/xml/
H A DSkDOM.h101 const char* next(const char** value);
/third_party/skia/src/pathops/
H A DSkOpAngle.h72 SkOpAngle* next() const { in next() function in SkOpAngle
/third_party/skia/src/sksl/
H A DSkSLLexer.h128 Token next();
/third_party/skia/tests/
H A DSkSLES2ConformanceTest.cpp101 while (iter.next(&name, /*getDir=*/false)) { in iterate_dir()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set.cc511 * Fetches the next element in @set that is greater than current value of @codepoint.
515 * Return value: %true if there was a next value, %false otherwise
523 return set->next (codepoint); in hb_set_next()
554 * Fetches the next consecutive range of elements in @set that
559 * Return value: %true if there was a next range, %false otherwise
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py112 name = template + str(next(self.numbers))
H A Dbtm_matcher.py23 self.id = next(BMNode.count)
89 rejected leaf), then we break for the next leaf. There is the
126 #the rest of the tree upwards has been checked, next leaf
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h139 CrashRecoveryContextCleanup *prev = nullptr, *next = nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp33 SmallVector<Value *, 4> Args(std::next(Guard->arg_begin()), Guard->arg_end()); in makeGuardControlFlowExplicit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemark.cpp127 auto Next = std::next(It); in LLVMRemarkEntryGetNextArg()
H A DRemarkLinker.cpp85 Expected<std::unique_ptr<Remark>> Next = Parser.next(); in link()
H A DYAMLRemarkParser.h68 Expected<std::unique_ptr<Remark>> next() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTargetRegistry.cpp78 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRRelaxMemOperations.cpp79 BlockIt NMBBI = std::next(MBBI); in runOnBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp134 Changed |= addENDBR(MBB, std::next(I)); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp171 if (std::next(F->begin()) != F->end()) in runOnModule()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_decl_test.cc55 auto t = p->next(); in TEST_F()
/third_party/skia/tools/
H A DSkMetaData.h74 /** Reset the iterator, so that calling next() will return the first
79 /** Each time next is called, it returns the name of the next data element,
84 const char* next(Type*, int* count);

Completed in 12 milliseconds

1...<<141142143144145146147148149150>>...241