Home
last modified time | relevance | path

Searched refs:existing_entry (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 if (existing_entry == candidate_composite_synonyms.end()) { in ComputeClosureOfFacts()
671 existing_entry = in ComputeClosureOfFacts()
677 existing_entry->second[common_final_index] = true; in ComputeClosureOfFacts()
679 assert(existing_entry != candidate_composite_synonyms.end()); in ComputeClosureOfFacts()
685 if (!existing_entry->second[i]) { in ComputeClosureOfFacts()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 if (existing_entry == candidate_composite_synonyms.end()) { in ComputeClosureOfFacts()
671 existing_entry = in ComputeClosureOfFacts()
677 existing_entry->second[common_final_index] = true; in ComputeClosureOfFacts()
679 assert(existing_entry != candidate_composite_synonyms.end()); in ComputeClosureOfFacts()
685 if (!existing_entry->second[i]) { in ComputeClosureOfFacts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp657 auto existing_entry = in ComputeClosureOfFacts() local
660 if (existing_entry == candidate_composite_synonyms.end()) { in ComputeClosureOfFacts()
671 existing_entry = in ComputeClosureOfFacts()
677 existing_entry->second[common_final_index] = true; in ComputeClosureOfFacts()
679 assert(existing_entry != candidate_composite_synonyms.end()); in ComputeClosureOfFacts()
685 if (!existing_entry->second[i]) { in ComputeClosureOfFacts()
/third_party/node/deps/v8/tools/
Drun_perf.py191 existing_entry = self.traces[trace.name]
192 assert trace.graphs == existing_entry['graphs']
193 assert trace.units == existing_entry['units']
195 existing_entry['stddev'] = stddev
196 existing_entry['results'].append(result)
213 existing_entry = self.runnables[runnable.name]
214 assert runnable.timeout == existing_entry['timeout']
215 assert runnable.graphs == existing_entry['graphs']
216 existing_entry['durations'].append(duration)
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c311 struct drm_i915_gem_exec_object2 *existing_entry = in crocus_use_bo() local
314 if (existing_entry) { in crocus_use_bo()
317 existing_entry->flags |= EXEC_OBJECT_WRITE; in crocus_use_bo()
318 return existing_entry; in crocus_use_bo()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1746 std::map<string, string>::iterator existing_entry = in ConsumeLine() local
1748 if (existing_entry != map_->end()) { in ConsumeLine()
1752 << "' (was '" << existing_entry->second << "')." << std::endl; in ConsumeLine()