/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 566 self._str = next(self.render())
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 639 return ord(next(it))
|
/third_party/python/Lib/ |
H A D | pickle.py | 194 NEXT_BUFFER = b'\x97' # push next out-of-band buffer 1401 buf = next(self._buffers)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_utils.cpp | 1188 gl::ImageIndex index = imageIter.next(); in SerializeTextureData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 273 make_range(std::next(SearchOrder.begin(), 1), SearchOrder.end())) { in operator <<()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 289 # the number of new lines before the next write() 405 """Add one or more newlines before the next write.""" 690 name = next(iter(vars))
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 24 .next_output_byte: resp 1 ; => next byte to write in buffer
|
H A D | jidctint-sse2.asm | 513 ; -- Prefetch the next coefficient block
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctint-sse2.asm | 506 ; -- Prefetch the next coefficient block
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_skeletons.cpp | 525 // Go to the next state in the stem trie. in parseSkeleton() 998 UStringTrieResult result = tempStemTrie.next( in parseExponentSignOption()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1303 while ((verb = iter.next(points)) != SkPath::kDone_Verb) { in addXpsPathGeometry()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 775 rec->fPos += 1; // move to the next glyph's position in drawGlyphRunAsPath() 882 while (SkClusterator::Cluster c = clusterator.next()) { in internalDrawGlyphRun()
|
/third_party/skia/tests/ |
H A D | ImageTest.cpp | 1392 while (void* addr = iter.next()) { in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 927 resp, art_num, message_id = self.server.next()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 288 /// Get the next SDUse in the use list. 733 return !use_empty() && std::next(use_begin()) == use_end(); in hasOneUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 850 for (Instruction &I : make_range(std::next(BBI->getIterator().getReverse()), in intersectAssumeOrGuardBlockValueConstantRange() 955 // %siv.next = select i1 %39, i32 16, i32 %40 in solveBlockValueSelect() 956 // %siv.next = constantrange<0, 17> not <-1, 17> in solveBlockValueSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1249 InsertPt = std::next(OutI->getIterator()); in emitCallAndSwitchStatement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 104 BlockIt NMBBI = std::next(MBBI); in expandMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 565 for (NodeSet::iterator NJ = std::next(NI); NJ != NE; ++NJ) in common() 1120 // is not the same as the input type of the next node. in fabricateGEP()
|
H A D | RDFGraph.cpp | 398 // If NA is already "next", do nothing. in append() 718 // Get the next valid position after P (skipping all delimiters). in nextUp() 1014 NextI = std::next(I); in releaseBlock() 1148 // Return the next reference node in the instruction node IA that is related 1186 // Find the next node related to RA in IA that satisfies condition P. 1213 // Get the next shadow node in IA corresponding to RA, and optionally create 1234 // Get the next shadow node in IA corresponding to RA. Return null-address
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1230 make_range(std::next(MI->operands_begin()), MI->operands_end())) { in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 379 DoneMBB->splice(DoneMBB->begin(), BB, std::next(MI.getIterator()), BB->end()); in LowerFPToInt() 780 // For non-fixed arguments, next emit stores to store the argument values in LowerCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 491 while (++Start != std::next(I)) { in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 201 // The next scope is appendable only if this scope is directly connected to in appendable() 203 // it (no edge to the next scope outside this scope). in appendable() 211 // There's an edge going into the entry of the next scope from outside in appendable() 1006 auto NextIt = std::next(It); in findScopes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1195 if (std::next(Begin) != CurAST->end()) in canSinkOrHoistInst()
|