/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatinbuilder.cpp | 357 // 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 D | SkFontMgr_android_parser.cpp | 726 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 D | BlockFrequencyInfoImpl.cpp | 789 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 D | AArch64FalkorHWPFFix.cpp | 785 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 D | BPFISelLowering.cpp | 670 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 D | PPCLoopInstrFormPrep.cpp | 619 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 D | SystemZFrameLowering.cpp | 537 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 D | WebAssemblyRegStackify.cpp | 325 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 D | X86AvoidStoreForwardingBlocks.cpp | 342 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 D | ConstantHoisting.cpp | 666 for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end(); in findBaseConstants()
|
H A D | GVNSink.cpp | 535 /// 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 D | GuardWidening.cpp | 704 !std::all_of(std::next(CurrentChecks.begin()), CurrentChecks.end(),
|
H A D | InferAddressSpaces.cpp | 928 // 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 D | ucasemap.cpp | 442 /* 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 D | traceback.py | 120 occurred with a caret on the next line indicating the approximate 367 return next(itertools.islice(positions_gen, instruction_index // 2, None))
|
H A D | pstats.py | 469 value = next(iter(callers.values()))
|
/third_party/python/Objects/ |
H A D | genericaliasobject.c | 700 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 D | MapForProto2LiteTest.java | 247 map.entrySet().remove(map.entrySet().iterator().next()); in assertImmutable()
|
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 115 tok = next(gen)
|
/third_party/python/Lib/test/ |
H A D | test_launcher.py | 192 version = next(p.stdout, "\n").splitlines()[0].rpartition(" ")[2]
|
H A D | test_with.py | 488 raise next(iter([]))
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 414 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in ComputeBlobBounds()
|
/third_party/rust/crates/quote/src/ |
H A D | lib.rs | 277 /// 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 D | tlsv1_server_read.c | 539 last->next = cert; in tls_process_certificate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_i.h | 154 struct p2p_sd_query *next; member
|