Home
last modified time | relevance | path

Searched refs:kDictionary (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/understanding/
H A Dintent_generator.cc40 {{"unit", IntentType::kUnit}, {"dictionary", IntentType::kDictionary}}); in GetIntentTypeMap()
79 (intent == IntentType::kDictionary && in RewriteIntent()
176 if (it->second == IntentType::kDictionary && in AnnotationCallback()
H A Dintent_generator_unittest.cc269 EXPECT_EQ(IntentType::kDictionary, intent_info_.intent_type); in TEST_F()
301 EXPECT_EQ(IntentType::kDictionary, intent_info_.intent_type); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/
H A Dquick_answers_client_unittest.cc294 IntentInfo("sel", IntentType::kDictionary))))); in TEST_F()
300 IntentInfo("sel", IntentType::kDictionary)); in TEST_F()
376 expected_processed_output.intent_info.intent_type = IntentType::kDictionary; in TEST_F()
384 IntentInfo("unfathomable", IntentType::kDictionary)); in TEST_F()
H A Dquick_answers_model.h60 kDictionary = 2, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dpref_types.h19 kDictionary, enumerator
H A Dextension_prefs.cc266 case kDictionary: in CheckPrefType()
528 DCHECK_EQ(pref.type, PrefType::kDictionary); in SetDictionaryPref()
629 DCHECK_EQ(PrefType::kDictionary, pref.type); in ReadPrefAsDictionary()
1905 DCHECK_EQ(PrefType::kDictionary, pref.type); in SetDictionaryPref()
1942 DCHECK_EQ(PrefType::kDictionary, pref.type); in GetPrefAsDictionary()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp45 kDictionary, enumerator
174 if(parser[NKey::kDictionary].ThereIs) in main2()
177 if (!GetNumber(parser[NKey::kDictionary].PostStrings[0], dicLog)) in main2()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp60 kDictionary, enumerator
193 if(parser[NKey::kDictionary].ThereIs) in main2()
196 if (!GetNumber(parser[NKey::kDictionary].PostStrings[0], dicLog)) in main2()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp60 kDictionary, enumerator
195 if(parser[NKey::kDictionary].ThereIs) in main2()
198 if (!GetNumber(parser[NKey::kDictionary].PostStrings[0], dicLog)) in main2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DZipRegistry.cpp157 static LPCTSTR const kDictionary = TEXT("Dictionary"); variable
229 SetRegUInt32(fk, kDictionary, fo.Dictionary); in Save()
282 GetRegUInt32(fk, kDictionary, fo.Dictionary); in Load()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp60 kDictionary, enumerator
195 if(parser[NKey::kDictionary].ThereIs) in main2()
198 if (!GetNumber(parser[NKey::kDictionary].PostStrings[0], dicLog)) in main2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DZipRegistry.cpp160 static LPCTSTR const kDictionary = TEXT("Dictionary"); variable
239 SetRegUInt32(fk, kDictionary, fo.Dictionary); in Save()
294 GetRegUInt32(fk, kDictionary, fo.Dictionary); in Load()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/quick_answers/utils/
H A Dquick_answers_utils.cc35 case IntentType::kDictionary: in PreprocessRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h39 kDictionary, enumerator
H A Dfpdf_parser_utility.cpp224 case CPDF_Object::kDictionary: { in operator <<()
H A Dcpdf_dictionary.cpp42 return kDictionary; in GetType()
H A Dcpdf_object_unittest.cpp96 CPDF_Object::kName, CPDF_Object::kArray, CPDF_Object::kDictionary, in SetUp()
141 case CPDF_Object::kDictionary: { in Equal()
393 if (m_DirectObjTypes[i] == CPDF_Object::kDictionary) { in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h39 kDictionary, enumerator
H A Dfpdf_parser_utility.cpp230 case CPDF_Object::kDictionary: { in operator <<()
H A Dcpdf_dictionary.cpp43 return kDictionary; in GetType()
H A Dcpdf_object_unittest.cpp94 CPDF_Object::kName, CPDF_Object::kArray, CPDF_Object::kDictionary, in SetUp()
139 case CPDF_Object::kDictionary: { in Equal()
374 if (m_DirectObjTypes[i] == CPDF_Object::kDictionary) { in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dmodel_type.h206 kDictionary = 22, enumerator
H A Dmodel_type.cc120 ModelTypeForHistograms::kDictionary},
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/quick_answers/
H A Dquick_answers_controller_impl.cc38 case IntentType::kDictionary: in IntentTypeToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_prefs_unittest.cc1348 constexpr PrefMap kTestDictPref = {"test.dict", PrefType::kDictionary, in TEST_F()
1392 constexpr PrefMap kTestDictPref = {"test.dict", PrefType::kDictionary, in TEST_F()

12