/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/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/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/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/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/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/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/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/parse5/packages/parse5/lib/parser/ |
D | formatting-element-list.ts | 74 const candidates = this._getNoahArkConditionCandidates(newElement, neAttrs); constant
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BurmeseBreakEngine.java | 109 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
D | KhmerBreakEngine.java | 113 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
D | LaoBreakEngine.java | 112 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BurmeseBreakEngine.java | 110 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
D | LaoBreakEngine.java | 113 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
D | KhmerBreakEngine.java | 114 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
|
/third_party/skia/third_party/externals/brotli/research/ |
D | durchschlag.cc | 80 static Score buildCandidatesList(std::vector<Candidate>* candidates, in buildCandidatesList() 168 static Score rebuildCandidatesList(std::vector<TextIdx>* candidates, in rebuildCandidatesList() 477 std::vector<TextIdx> candidates; in durchschlagGenerateExclusive() local 583 std::vector<Candidate> candidates; in durchschlagGenerateCollaborative() local
|