/third_party/python/Lib/test/ |
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 1328 s->data.old_iface = dl_list_entry(s->data.new_iface->group_lentry.next, in get_group_fill_session()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_mpm.c | 175 for (sta = hapd->sta_list; sta; sta = sta->next) { in llid_in_use()
|
H A D | p2p_supplicant_sd.c | 598 adv_data; adv_data = adv_data->next) { in wpas_sd_req_asp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | common_module_tests.c | 460 for (pt = pt_info; pt; pt = pt->next) { in sae_tests()
|