Home
last modified time | relevance | path

Searched refs:next (Results 2026 - 2050 of 5670) sorted by relevance

1...<<81828384858687888990>>...227

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdicc.c102 for (marker = cinfo->marker_list; marker != NULL; marker = marker->next) { in GLOBAL()
152 for (marker = cinfo->marker_list; marker != NULL; marker = marker->next) { in GLOBAL()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbrktrans.cpp107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate()
H A Dregeximp.h135 // Second Operand (next word in compiled code):
287 int64_t fInputIdx; // Position of next character in the input string
288 int64_t fPatIdx; // Position of next Op in the compiled pattern
370 UChar32 next(); // Next case folded character
372 UBool inExpansion(); // True if last char returned from next() and the
373 // next to be returned both originated from a string
394 UChar32 next(); // Next case folded character
396 UBool inExpansion(); // True if last char returned from next() and the
397 // next to be returned both originated from a string
/third_party/skia/src/ports/
H A DSkFontMgr_custom_directory.cpp52 while (iter.next(&name, false)) { in load_directory_fonts()
90 while (dirIter.next(&name, true)) { in load_directory_fonts()
/third_party/skia/src/xml/
H A DSkDOMParser.cpp76 SkDOM::Node* next = child->fNextSibling; in onEndElement() local
79 child = next; in onEndElement()
/third_party/skia/src/pathops/
H A DSkOpContour.cpp18 } while ((segment = segment->next())); in toPath()
39 } while ((testSegment = testSegment->next())); in undoneSpan()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc90 const typename in_utf_t::codepoint_t *src_next = in_utf_t::next (src, src_end, &unicode, replacement); in hb_ot_name_convert_utf()
107 src = in_utf_t::next (src, src_end, &unicode, replacement); in hb_ot_name_convert_utf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp122 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes()
125 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp52 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in runOnMachineFunction()
147 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp87 std::next(std::next(MachineBasicBlock::iterator(MI))), in expandExtendStackPseudo()
/third_party/typescript/tests/baselines/reference/
H A DspreadOfParamsFromGeneratorMakesRequiredParams.js12 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
17 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
H A DtemplateStringWithEmbeddedYieldKeyword.js11 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
16 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
H A DasyncAwaitIsolatedModules_es6.js46 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
49 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DasyncAwait_es6.js53 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
56 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DasyncFunctionsAndStrictNullChecks.js32 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
35 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DasyncMethodWithSuperConflict_es6.js66 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
69 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DcastOfYield.js12 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
17 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
H A DdecoratorMetadataPromise.js27 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
30 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DmodularizeLibrary_NoErrorDuplicateLibOptions1.js87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DmodularizeLibrary_NoErrorDuplicateLibOptions2.js87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DmodularizeLibrary_TargetES5UsingES6Lib.js87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DobjectTypeWithRecursiveWrappedPropertyCheckedNominally.js6 next: List<List<T>>;
11 next: MyList<MyList<T>>;
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dkill.c100 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; in kill_main()
103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main()
/third_party/toybox/toys/lsb/
H A Dumount.c67 mt = mt->next; in do_umount()
129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg); in umount_main()
/third_party/toybox/toys/posix/
H A Dkill.c103 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; in kill_main()
106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main()

Completed in 9 milliseconds

1...<<81828384858687888990>>...227