/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-sse2.asm | 309 ; -- process the next column block
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 508 // declarations by the time we evaluate test & next in inlineStatement() 520 expr(f.next()), stmt(f.statement()), std::move(unrollInfo), in inlineStatement()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.c | 149 node = node->next; in cff_parser_within_limits()
|
/third_party/python/Lib/test/ |
H A D | test_gc.py | 462 next(g) 1073 # cycle. That trick only works due to the ordering of the GC prev/next
|
H A D | test_imaplib.py | 179 next(continuation) 450 # send response line longer than the limit set in the next line
|
H A D | test_operator.py | 213 self.assertEqual(next(it), 'v')
|
H A D | test_threading.py | 839 return next(callback.gen)
|
H A D | test_context.py | 1048 next(hi)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 939 for (auto AI = std::next(BI); AI != E; ++AI) { in analyzeInterleaving()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 366 return Scatterer(BB, std::next(BasicBlock::iterator(VOp)), in scatter()
|
H A D | DeadStoreElimination.cpp | 112 // caller what the next instruction is after we're done mucking about. in deleteDeadInstruction() 712 // Inst's old Dependency is now deleted. Compute the next dependency, in handleFree() 821 if (std::next(I) != E) in handleEndBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 920 for (auto I = std::next(MI.getIterator()), E = MISucc.getIterator(); in pseudoOpConvertToVOP2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 1058 NextMII = std::next(MII); in ReduceMBB()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 663 while ((key = e->next((int32_t *)0, status)) != NULL) { in localeDisplayName()
|
H A D | ucase.cpp | 116 * moved to the last uint16_t of the value, use +1 for beginning of next slot 428 FullCaseFoldingIterator::next(UnicodeString &full) { in next() function in FullCaseFoldingIterator 1028 return FALSE; /* next base character, no more cc==230 following */ in isFollowedByMoreAbove() 1052 return FALSE; /* next base character or cc==230 in between */ in isFollowedByDotAbove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1144 auto Next = std::next(L); in computeMassInLoops()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapLiteTest.java | 253 map.entrySet().remove(map.entrySet().iterator().next()); in assertImmutable()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 1278 self._current_line = next(self._lines) 1545 """Reads the next meaningful token."""
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 228 'this function' % (next(iter(kwargs)),))
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | template.rs | 303 pub next: *mut Rooted<*mut ::std::os::raw::c_void>,
|
/third_party/rust/crates/syn/src/ |
H A D | lit.rs | 1155 s.chars().next().unwrap_or('\0') in next_chr()
|
H A D | ty.rs | 430 match bounds.into_iter().next().unwrap() {
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 1285 fn next(&mut self) -> Option<&'a X509NameEntryRef> { in fmt() functions
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | value.rs | 967 match self.iter.next() { in next_element_seed() 1147 match self.iter.next() { in next_pair()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 1039 const VkStencilOpState stencilStateBack = stencilOpItr.next(); in createStencilTests()
|