/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.h | 121 /// 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.py | 66 cls.next = cls.__next__
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
H A D | scrptrun.cpp | 115 UBool ScriptRun::next() in next() function in ScriptRun
|
H A D | scrptrun.h | 58 UBool next();
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | coleitr.h | 87 * 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 D | search.h | 74 * 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 D | stream.c | 165 stream = stream->next; in SPDYF_stream_find()
|
/third_party/skia/src/xml/ |
H A D | SkDOM.h | 101 const char* next(const char** value);
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.h | 72 SkOpAngle* next() const { in next() function in SkOpAngle
|
/third_party/skia/src/sksl/ |
H A D | SkSLLexer.h | 128 Token next();
|
/third_party/skia/tests/ |
H A D | SkSLES2ConformanceTest.cpp | 101 while (iter.next(&name, /*getDir=*/false)) { in iterate_dir()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-set.cc | 511 * 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 D | fixer_base.py | 112 name = template + str(next(self.numbers))
|
H A D | btm_matcher.py | 23 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 D | CrashRecoveryContext.h | 139 CrashRecoveryContextCleanup *prev = nullptr, *next = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | GuardUtils.cpp | 33 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 D | Remark.cpp | 127 auto Next = std::next(It); in LLVMRemarkEntryGetNextArg()
|
H A D | RemarkLinker.cpp | 85 Expected<std::unique_ptr<Remark>> Next = Parser.next(); in link()
|
H A D | YAMLRemarkParser.h | 68 Expected<std::unique_ptr<Remark>> next() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TargetRegistry.cpp | 78 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 D | AVRRelaxMemOperations.cpp | 79 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 D | X86IndirectBranchTracking.cpp | 134 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 D | ObjCARCAPElim.cpp | 171 if (std::next(F->begin()) != F->end()) in runOnModule()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decl_test.cc | 55 auto t = p->next(); in TEST_F()
|
/third_party/skia/tools/ |
H A D | SkMetaData.h | 74 /** 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);
|