Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 25 of 80) 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/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/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/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/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/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/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/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/parse5/packages/parse5/lib/parser/
Dformatting-element-list.ts74 const candidates = this._getNoahArkConditionCandidates(newElement, neAttrs); constant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBurmeseBreakEngine.java109 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DKhmerBreakEngine.java113 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DLaoBreakEngine.java112 … 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/
DBurmeseBreakEngine.java110 … int candidates = words[wordsFound%BURMESE_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DLaoBreakEngine.java113 … int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
DKhmerBreakEngine.java114 … int candidates = words[wordsFound % KHMER_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd); in divideUpDictionaryRange() local
/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc80 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

1234