/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdicc.c | 102 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 D | brktrans.cpp | 107 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) { in handleTransliterate()
|
H A D | regeximp.h | 135 // 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 D | SkFontMgr_custom_directory.cpp | 52 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 D | SkDOMParser.cpp | 76 SkDOM::Node* next = child->fNextSibling; in onEndElement() local 79 child = next; in onEndElement()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.cpp | 18 } while ((segment = segment->next())); in toPath() 39 } while ((testSegment = testSegment->next())); in undoneSpan()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name.cc | 90 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 D | NVPTXTargetStreamer.cpp | 122 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 D | LeonPasses.cpp | 52 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 D | VEInstrInfo.cpp | 87 std::next(std::next(MachineBasicBlock::iterator(MI))), in expandExtendStackPseudo()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | spreadOfParamsFromGeneratorMakesRequiredParams.js | 12 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 D | templateStringWithEmbeddedYieldKeyword.js | 11 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 D | asyncAwaitIsolatedModules_es6.js | 46 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
49 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | asyncAwait_es6.js | 53 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
56 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | asyncFunctionsAndStrictNullChecks.js | 32 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
35 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | asyncMethodWithSuperConflict_es6.js | 66 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
69 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | castOfYield.js | 12 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 D | decoratorMetadataPromise.js | 27 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
30 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | modularizeLibrary_NoErrorDuplicateLibOptions1.js | 87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | modularizeLibrary_NoErrorDuplicateLibOptions2.js | 87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | modularizeLibrary_TargetES5UsingES6Lib.js | 87 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
90 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | objectTypeWithRecursiveWrappedPropertyCheckedNominally.js | 6 next: List<List<T>>; 11 next: MyList<MyList<T>>;
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | kill.c | 100 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 D | umount.c | 67 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 D | kill.c | 103 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()
|