Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_utilities.cc46 const std::vector<std::string> candidates = { in InstanceOrDeviceLayersToEnable() local
52 const std::vector<std::string> candidates = { in InstanceOrDeviceLayersToEnable() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp41 void WriteoutInstruction::replace_values(const ValueSet& candidates, PValue new_value) in replace_values()
52 void WriteoutInstruction::replace_values_child(UNUSED const ValueSet& candidates, in replace_values_child()
171 void WriteScratchInstruction::replace_values_child(const ValueSet& candidates, PValue new_value) in replace_values_child()
307 void MemRingOutIntruction::replace_values_child(const ValueSet& candidates, in replace_values_child()
Dsfn_instruction_lds.cpp28 void LDSReadInstruction::replace_values(const ValueSet& candidates, PValue new_value) in replace_values()
119 void LDSWriteInstruction::replace_values(const ValueSet& candidates, PValue new_value) in replace_values()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.cc198 void Merge(const std::vector<size_t> &candidates) { in Merge()
274 void RemoveCircle(std::vector<size_t> *candidates) { in RemoveCircle()
362 std::vector<size_t> candidates; in FindCandidates() local
390 auto candidates = FindCandidates(IntToSize(i)); in Process() local
458 void GraphKernelCluster::RemoveWildGetitem(std::vector<size_t> *candidates) { in RemoveWildGetitem()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp191 const auto& candidates = in Apply() local
299 auto& candidates = in GetInfoNeededForMergeBlocks() local
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp80 const auto& candidates = FindAvailableInstructions( in Apply() local
Dfuzzer_pass_add_composite_types.cpp113 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
Dfuzzer_pass_add_function_calls.cpp154 const auto& candidates = type_id_to_result_id[param->type_id()]; in ChooseFunctionCallArguments() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp193 const auto& candidates = in Apply() local
301 auto& candidates = in GetInfoNeededForMergeBlocks() local
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp81 const auto& candidates = FindAvailableInstructions( in Apply() local
Dfuzzer_pass_add_composite_types.cpp114 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
Dfuzzer_pass_add_function_calls.cpp155 const auto& candidates = type_id_to_result_id[param->type_id()]; in ChooseFunctionCallArguments() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp193 const auto& candidates = in Apply() local
301 auto& candidates = in GetInfoNeededForMergeBlocks() local
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp81 const auto& candidates = FindAvailableInstructions( in Apply() local
Dfuzzer_pass_add_composite_types.cpp114 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
Dfuzzer_pass_add_function_calls.cpp155 const auto& candidates = type_id_to_result_id[param->type_id()]; in ChooseFunctionCallArguments() local
/third_party/boost/libs/hana/example/misc/
Doverload_linearly.cpp21 auto overload_linearly = [](auto ...candidates) { in __anon0ae42ffa0102()
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
253 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
487 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
679 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
883 … int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/icu/icu4c/source/common/
Ddictbe.cpp132 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
253 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
487 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
679 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
883 … int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp134 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
256 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
491 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
684 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
889 … int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp129 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() function in PossibleWord
247 … int32_t candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
482 … int32_t candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
675 … int32_t candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
880 … int32_t candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/boost/boost/compute/algorithm/detail/
Dfind_extrema_with_reduce.hpp293 vector<input_type> candidates(work_groups_no, context); in find_extrema_with_reduce() local
378 candidates(work_groups_no, context); in find_extrema_with_reduce() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dfind_extrema_with_reduce.hpp293 vector<input_type> candidates(work_groups_no, context); in find_extrema_with_reduce() local
378 candidates(work_groups_no, context); in find_extrema_with_reduce() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DLaoBreakEngine.java113 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DKhmerBreakEngine.java113 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local

1234