Home
last modified time | relevance | path

Searched refs:dictionaries (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb1 SUMMARY = "Hunspell dictionaries used by Maliit"
3 #Provided by Titus Wormer (wooorm) https://github.com/wooorm/dictionaries
6 LICENSE:dictionaries/bg = "LGPL 2.1"
7 LICENSE:dictionaries/br = "GPL 3.0"
8 LICENSE:dictionaries/ca-valencia = "GPL 2.0 & LGPL-2.1-only"
9 LICENSE:dictionaries/ca = "GPL 2.0 & LGPL-2.1-only"
10 LICENSE:dictionaries/cs = "GPL-2.0-only"
11 LICENSE:dictionaries/da = "GPL-2.0-only"
12 LICENSE:dictionaries/de-AT = "GPL-3.0-only"
13 LICENSE:dictionaries/de-CH = "GPL-3.0-only"
[all …]
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c62 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejGetRelatedDictionary() argument
75 if (parentDictionary == dictionaries->annotationDictionary) in bejGetRelatedDictionary()
77 return dictionaries->annotationDictionary; in bejGetRelatedDictionary()
79 return bejIsAnnotation(nodeName) ? dictionaries->annotationDictionary in bejGetRelatedDictionary()
80 : dictionaries->schemaDictionary; in bejGetRelatedDictionary()
103 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejFindSeqNumAndChildDictOffset() argument
125 if (dictionaries->annotationDictionary == parentDictionary) in bejFindSeqNumAndChildDictOffset()
134 bejGetRelatedDictionary(dictionaries, parentDictionary, node->name); in bejFindSeqNumAndChildDictOffset()
135 bool isAnnotation = dictionary == dictionaries->annotationDictionary; in bejFindSeqNumAndChildDictOffset()
185 static int bejUpdateIntMetaData(const struct BejDictionaries* dictionaries, in bejUpdateIntMetaData() argument
[all …]
H A Dbej_encoder_core.c311 int bejEncode(const struct BejDictionaries* dictionaries, in bejEncode() argument
318 NULL_CHECK(dictionaries, "dictionaries"); in bejEncode()
319 NULL_CHECK(dictionaries->schemaDictionary, "schemaDictionary"); in bejEncode()
320 NULL_CHECK(dictionaries->annotationDictionary, "annotationDictionary"); in bejEncode()
348 dictionaries, majorSchemaStartingOffset, root, stack)); in bejEncode()
H A Dbej_encoder_json.cpp58 int BejEncoderJson::encode(const struct BejDictionaries* dictionaries, in encode() argument
76 return bejEncode(dictionaries, BEJ_DICTIONARY_START_AT_HEAD, schemaClass, in encode()
H A Dbej_decoder_core.c820 int bejDecodePldmBlock(const struct BejDictionaries* dictionaries, in bejDecodePldmBlock() argument
826 NULL_CHECK(dictionaries, "dictionaries"); in bejDecodePldmBlock()
827 NULL_CHECK(dictionaries->schemaDictionary, "schemaDictionary"); in bejDecodePldmBlock()
828 NULL_CHECK(dictionaries->annotationDictionary, "annotationDictionary"); in bejDecodePldmBlock()
880 return bejDecode(dictionaries->schemaDictionary, in bejDecodePldmBlock()
881 dictionaries->annotationDictionary, enStream, streamLen, in bejDecodePldmBlock()
H A Dbej_decoder_json.cpp327 int BejDecoderJson::decode(const BejDictionaries& dictionaries, in decode() argument
371 &dictionaries, encodedPldmBlock.data(), encodedPldmBlock.size_bytes(), in decode()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_dictionary_manager.cpp18 auto itemIt = dictionaries.find(resourceId); in startDictionaryEntry()
19 if (itemIt == dictionaries.end()) in startDictionaryEntry()
21 dictionaries[resourceId] = in startDictionaryEntry()
38 auto itemIt = dictionaries.find(resourceId); in markDataComplete()
39 if (itemIt == dictionaries.end()) in markDataComplete()
51 auto itemIt = dictionaries.find(resourceId); in addDictionaryData()
52 if (itemIt == dictionaries.end()) in addDictionaryData()
67 auto itemIt = dictionaries.find(resourceId); in getDictionary()
68 if (itemIt == dictionaries.end()) in getDictionary()
99 for (const auto& element : dictionaries) in invalidateDictionaries()
H A Drde_handler.cpp91 BejDictionaries dictionaries = { in operationInitRequest() local
105 if (decoder.decode(dictionaries, std::span(encodedPldmBlock, in operationInitRequest()
/openbmc/libbej/test/
H A Dbej_encoder_test.cpp345 BejDictionaries dictionaries = { in TEST_P() local
367 bejEncode(&dictionaries, BEJ_DICTIONARY_START_AT_HEAD, bejMajorSchemaClass, in TEST_P()
371 EXPECT_THAT(decoder.decode(dictionaries, std::span(outputBuffer)), 0); in TEST_P()
389 BejDictionaries dictionaries = { in TEST_P() local
396 encoder.encode(&dictionaries, bejMajorSchemaClass, in TEST_P()
401 EXPECT_THAT(decoder.decode(dictionaries, std::span(outputBuffer)), 0); in TEST_P()
414 encoder.encode(&dictionaries, bejMajorSchemaClass, in TEST_P()
419 EXPECT_THAT(decoder.decode(dictionaries, std::span(outputBuffer)), 0); in TEST_P()
H A Dbej_decoder_test.cpp65 BejDictionaries dictionaries = { in TEST_P() local
72 EXPECT_THAT(decoder.decode(dictionaries, inputsOrErr->encodedStream), 0); in TEST_P()
/openbmc/libbej/include/libbej/
H A Dbej_encoder_metadata.h27 int bejUpdateNodeMetadata(const struct BejDictionaries* dictionaries,
H A Dbej_decoder_json.hpp26 int decode(const BejDictionaries& dictionaries,
H A Dbej_encoder_core.h41 int bejEncode(const struct BejDictionaries* dictionaries,
H A Dbej_encoder_json.hpp74 int encode(const struct BejDictionaries* dictionaries,
H A Dbej_decoder_core.h206 int bejDecodePldmBlock(const struct BejDictionaries* dictionaries,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cerberus_1.3.7.bb1 SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
H A Dpython3-toolz_1.0.0.bb1 SUMMARY = "A set of utility functions for iterators, functions, and dictionaries."
H A Dpython3-cytoolz_1.0.1.bb2 performance utility functions for iterables, functions, and dictionaries."
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Drde_dictionary_manager.hpp103 std::unordered_map<uint32_t, std::unique_ptr<DictionaryEntry>> dictionaries; member in bios_bmc_smm_error_logger::rde::DictionaryManager
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0003-tests-use-a-dictionaries-for-environment.patch4 Subject: [PATCH] tests: use a dictionaries for environment
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0_1.24.10.bb22 file://0003-tests-use-a-dictionaries-for-environment.patch \
/openbmc/entity-manager/docs/
H A Dentity_manager_dbus_api.md75 dictionaries. This allows for creating more complex types, while still being
/openbmc/telemetry/
H A D.gitignore19 .idea/**/dictionaries
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md22 easily specify complex arguments such as lists or dictionaries.
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst286 There are two dictionaries for modules: ``modules`` is used for
292 Both dictionaries are nested. One dictionary is created per
293 subdirectory, and these per-subdirectory dictionaries are added to
294 the toplevel dictionaries. For example::

12