/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_utilities.cc | 46 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/ |
D | sfn_instruction_export.cpp | 41 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()
|
D | sfn_instruction_lds.cpp | 28 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/ |
D | graph_kernel_cluster.cc | 198 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/ |
D | fuzzer_pass_merge_function_returns.cpp | 191 const auto& candidates = in Apply() local 299 auto& candidates = in GetInfoNeededForMergeBlocks() local
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 80 const auto& candidates = FindAvailableInstructions( in Apply() local
|
D | fuzzer_pass_add_composite_types.cpp | 113 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
|
D | fuzzer_pass_add_function_calls.cpp | 154 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/ |
D | fuzzer_pass_merge_function_returns.cpp | 193 const auto& candidates = in Apply() local 301 auto& candidates = in GetInfoNeededForMergeBlocks() local
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 81 const auto& candidates = FindAvailableInstructions( in Apply() local
|
D | fuzzer_pass_add_composite_types.cpp | 114 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
|
D | fuzzer_pass_add_function_calls.cpp | 155 const auto& candidates = type_id_to_result_id[param->type_id()]; in ChooseFunctionCallArguments() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_merge_function_returns.cpp | 193 const auto& candidates = in Apply() local 301 auto& candidates = in GetInfoNeededForMergeBlocks() local
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 81 const auto& candidates = FindAvailableInstructions( in Apply() local
|
D | fuzzer_pass_add_composite_types.cpp | 114 std::vector<uint32_t> candidates; in ChooseScalarOrCompositeType() local
|
D | fuzzer_pass_add_function_calls.cpp | 155 const auto& candidates = type_id_to_result_id[param->type_id()]; in ChooseFunctionCallArguments() local
|
/third_party/boost/libs/hana/example/misc/ |
D | overload_linearly.cpp | 21 auto overload_linearly = [](auto ...candidates) { in __anon0ae42ffa0102()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | dictbe.cpp | 132 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/ |
D | dictbe.cpp | 132 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/ |
D | dictbe.cpp | 134 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/ |
D | dictbe.cpp | 129 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/ |
D | find_extrema_with_reduce.hpp | 293 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/ |
D | find_extrema_with_reduce.hpp | 293 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/ |
D | LaoBreakEngine.java | 113 … 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/ |
D | KhmerBreakEngine.java | 113 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|