Home
last modified time | relevance | path

Searched refs:iter (Results 1626 - 1650 of 2239) sorted by relevance

1...<<61626364656667686970>>...90

/third_party/curl/lib/
H A Dmulti.c258 struct Curl_hash_iterator iter; in sockhash_destroy() local
262 Curl_hash_start_iterate(h, &iter); in sockhash_destroy()
263 he = Curl_hash_next_element(&iter); in sockhash_destroy()
267 he = Curl_hash_next_element(&iter); in sockhash_destroy()
3232 struct Curl_hash_iterator iter; local
3236 Curl_hash_start_iterate(&entry->transfers, &iter);
3237 for(he = Curl_hash_next_element(&iter); he;
3238 he = Curl_hash_next_element(&iter)) {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1213 auto iter = declared_types_.insert(name); in AddTypeDecl() local
1214 if (iter.second) { in AddTypeDecl()
2277 for (auto iter : visited) { in GetMemoryObjectDeclarationForHandle()
2278 memo_table[iter] = nullptr; in GetMemoryObjectDeclarationForHandle()
2293 for (auto iter : visited) { in GetMemoryObjectDeclarationForHandle()
2294 memo_table[iter] = inst; in GetMemoryObjectDeclarationForHandle()
2324 for (auto iter : visited) { in GetMemoryObjectDeclarationForHandle()
2325 memo_table[iter] = nullptr; in GetMemoryObjectDeclarationForHandle()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp1199 dng_std_vector<dng_camera_profile *>::iterator iter = fCameraProfile.begin (); in ClearProfiles() local
1202 for (; iter != fCameraProfile.end (); iter = next) in ClearProfiles()
1205 dng_camera_profile *profile = *iter; in ClearProfiles()
1217 next = fCameraProfile.erase (iter); in ClearProfiles()
1226 next = iter + 1; in ClearProfiles()
1513 dng_tile_iterator iter (dng_point (kBufferRows,
1517 while (iter.GetOneTile (area))
/third_party/gn/src/gn/
H A Dohos_components_checker.cc199 auto iter = whitelist_map_.find(kv.first); in LoadWhitelist() local
200 if (iter != whitelist_map_.end()) { in LoadWhitelist()
201 iter->second(kv.second); in LoadWhitelist()
H A Dxcode_writer.cc272 auto iter = cache_.find(target); in SearchFilesForTarget() local
273 if (iter != cache_.end()) in SearchFilesForTarget()
274 return iter->second; in SearchFilesForTarget()
/third_party/littlefs/scripts/
H A Dcov.py476 r = next(iter(fold(Result, results, by=[])), None)
481 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
556 next(iter(f for _, f in spans)),
/third_party/node/deps/v8/tools/
H A Dwindbg.js515 let iter = 0; // an arbitrary guard to avoid hanging the debugger
517 while (!is_likely_object(cur + 1) && iter < 100) {
518 iter++;
765 let iter = 0;
766 while (val && iter < count) {
784 iter++;
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Druntime.rs219 for (i, &part) in parts.iter().enumerate() { in verify128()
251 for (i, &part) in parts.iter().enumerate() { in verify256()
317 for (i, &part) in parts.iter().enumerate() { in verify_fat256()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6603 const auto iter = kShadersMap.find(caseVariant); in getSpirvAtomicOpShader() local
6604 DE_ASSERT(iter != kShadersMap.end()); in getSpirvAtomicOpShader()
6605 return *(iter->second); in getSpirvAtomicOpShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6603 const auto iter = kShadersMap.find(caseVariant); in getSpirvAtomicOpShader() local
6604 DE_ASSERT(iter != kShadersMap.end()); in getSpirvAtomicOpShader()
6605 return *(iter->second); in getSpirvAtomicOpShader()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp38 auto iter = originalToMachinery.find(&s);
39 if (iter == originalToMachinery.end())
43 return &iter->second;
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp777 SkPathEdgeIter iter(workingPath);
779 while (auto e = iter.next()) {
789 SkScalar weight = iter.conicWeight();
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp283 SkPath::Iter iter(path, true); in get_segments()
299 SkPath::Verb verb = iter.next(pts); in get_segments()
324 SkScalar weight = iter.conicWeight(); in get_segments()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java441 Iterator<? extends Table> iter = this.iterator(); in toString()
442 while (iter.hasNext()) { in toString()
443 FontDataTable table = iter.next(); in toString()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp324 auto iter = cache_.find(std::make_pair(inst->result_id(), indices)); in TraceInstruction() local
325 if (iter != cache_.end()) { in TraceInstruction()
326 return iter->second; in TraceInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp324 auto iter = cache_.find(std::make_pair(inst->result_id(), indices)); in TraceInstruction() local
325 if (iter != cache_.end()) { in TraceInstruction()
326 return iter->second; in TraceInstruction()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py280 return next (iter (filter (function, sequence)))
909 return next (iter (c for c in candidates if not intersection.isdisjoint (get_variant_set (c))))
984 expect (next (iter (bcp_47.prefixes[lt.variant])) == lt.language,
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java849 ListIterator<ByteString> iter = lengthDelimited.listIterator(lengthDelimited.size()); in writeAsMessageSetExtensionTo()
850 while (iter.hasPrevious()) { in writeAsMessageSetExtensionTo()
851 writer.writeMessageSetItem(fieldNumber, iter.previous()); in writeAsMessageSetExtensionTo()
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp82 SkContourMeasureIter iter(path, /*forceClosed = */false); in updateContourData()
83 fCurrentMeasure = iter.next(); in updateContourData()
89 SkASSERT(!iter.next()); in updateContourData()
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp113 auto iter = config.find(familyName); in findCompressionConfigWithFont() local
114 if (iter == config.end()) { in findCompressionConfigWithFont()
117 return iter->second; in findCompressionConfigWithFont()
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp326 auto iter = cache_.find(std::make_pair(inst->result_id(), indices)); in TraceInstruction() local
327 if (iter != cache_.end()) { in TraceInstruction()
328 return iter->second; in TraceInstruction()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs807 .iter() in eq()
808 .zip(other.d_name.iter()) in eq()
845 .iter() in eq()
846 .zip(other.d_name.iter()) in eq()
877 self.size.iter().zip(other.size.iter()).all(|(a,b)| a == b) in eq()
899 self.size.iter().zip(other.size.iter()).all(|(a,b)| a == b) in eq()
921 self.size.iter().zip(other.size.iter()) in eq()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4548 for (std::vector<OptionsToInterpret>::iterator iter = in BuildFileImpl()
4550 iter != options_to_interpret_.end(); ++iter) { in BuildFileImpl()
4551 option_interpreter.InterpretOptions(&(*iter)); in BuildFileImpl()
6322 std::map<std::string, const Descriptor*>::iterator iter = in DetectMapConflicts() local
6324 if (iter != seen_types.end() && iter->second->options().map_entry()) { in DetectMapConflicts()
6327 "Expanded map entry type " + iter->second->name() + in DetectMapConflicts()
6334 std::map<std::string, const Descriptor*>::iterator iter = in DetectMapConflicts() local
6336 if (iter ! in DetectMapConflicts()
6346 std::map<std::string, const Descriptor*>::iterator iter = DetectMapConflicts() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java578 * @param iter The input text to be normalized. The normalization
590 public Normalizer(CharacterIterator iter, Mode mode, int opt) { in Normalizer() argument
591 this.text = UCharacterIterator.getInstance((CharacterIterator)iter.clone()); in Normalizer()
602 * @param iter The input text to be normalized. The normalization
610 public Normalizer(UCharacterIterator iter, Mode mode, int options) { in Normalizer() argument
612 this.text = (UCharacterIterator)iter.clone(); in Normalizer()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java543 Iterator<String> iter = alphabeticIndex.iterator(); in TestIndexCharactersList()
544 while (iter.hasNext()) { in TestIndexCharactersList()
545 sb.append(iter.next()); in TestIndexCharactersList()
546 if (!iter.hasNext()) { in TestIndexCharactersList()

Completed in 75 milliseconds

1...<<61626364656667686970>>...90