Home
last modified time | relevance | path

Searched refs:next (Results 5601 - 5625 of 6259) sorted by relevance

1...<<221222223224225226227228229230>>...251

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp357 // Handle an encodable contraction unless the next contraction is too long in getCEsFromContractionCE32()
362 while(suffixes.next(errorCode)) { in getCEsFromContractionCE32()
449 // Note: At least one of the p/s/t weights changes from one unique CE to the next. in encodeUniqueCEs()
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp726 while (iter.next(&fileName, false)) { in append_fallback_font_families_for_locale()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp789 return make_range(std::next(Prev), Insert); in analyzeIrreducible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp785 BuildMI(*MBB, std::next(MachineBasicBlock::iterator(MI)), DL, in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp670 std::next(MachineBasicBlock::iterator(MI)), BB->end()); in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp619 for (auto I = std::next(BucketChain.Elements.begin()), in rewriteLoadStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp537 for (auto I = std::next(MF.begin()), E = MF.end(); I != E; ++I) in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp325 auto NextI = std::next(MachineBasicBlock::const_iterator(Def)); in isSafeToMove()
874 // Proceed to the next operand. in runOnMachineFunction()
891 // the next instruction we can build a tree on. in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp342 for (auto PBInst = std::next(MachineBasicBlock::reverse_iterator(LoadInst)), in findPotentialBlockers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp666 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
H A DGVNSink.cpp535 /// I2 we will have already determined that next(I1) == next(I2). This
536 /// inductive property allows us to simply return the value number of the next
540 for (auto I = std::next(Inst->getIterator()), E = BB->end();
H A DGuardWidening.cpp704 !std::all_of(std::next(CurrentChecks.begin()), CurrentChecks.end(),
H A DInferAddressSpaces.cpp928 // to the next instruction. in rewriteWithNewAddressSpaces()
1004 BasicBlock::iterator InsertPos = std::next(Inst->getIterator()); in rewriteWithNewAddressSpaces()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap.cpp442 /* find next index where to titlecase */ in ucasemap_internalUTF8ToTitle()
448 index=iter->next(); in ucasemap_internalUTF8ToTitle()
467 // Adjust the titlecasing index to the next cased character, in ucasemap_internalUTF8ToTitle()
468 // or to the next letter/number/symbol/private use. in ucasemap_internalUTF8ToTitle()
/third_party/python/Lib/
H A Dtraceback.py120 occurred with a caret on the next line indicating the approximate
367 return next(itertools.islice(positions_gen, instruction_index // 2, None))
H A Dpstats.py469 value = next(iter(callers.values()))
/third_party/python/Objects/
H A Dgenericaliasobject.c700 return Py_BuildValue("N(N)", _PyEval_GetBuiltin(&_Py_ID(next)), tmp); in ga_reduce()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapForProto2LiteTest.java247 map.entrySet().remove(map.entrySet().iterator().next()); in assertImmutable()
/third_party/python/Lib/lib2to3/
H A Drefactor.py115 tok = next(gen)
/third_party/python/Lib/test/
H A Dtest_launcher.py192 version = next(p.stdout, "\n").splitlines()[0].rpartition(" ")[2]
H A Dtest_with.py488 raise next(iter([]))
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp414 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in ComputeBlobBounds()
/third_party/rust/crates/quote/src/
H A Dlib.rs277 /// Simply interpolating the identifier next to an underscore will not have the
732 let $var = match $var.next() {
997 // most important because it's typically 2-3x more common than the next most
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_read.c539 last->next = cert; in tls_process_certificate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h154 struct p2p_sd_query *next; member

Completed in 46 milliseconds

1...<<221222223224225226227228229230>>...251