Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformDataStruct.md26dictionary type used to describe the properties of the text content. Both the key and value of the…
61dictionary type used to describe the properties of the hyperlink. Both the key and value of the ob…
90dictionary type used to describe the properties of the HTML content. Both the key and value of the…
123dictionary type used to describe the icon. The key is of the string type, and the value can be a n…
H A Djs-apis-data-unifiedDataChannel.md101 …object> | No| Yes| Object of the dictionary type used to set other properties. The default value i…
519dictionary type object, where both the key and value are of the string type and are used to descri…
605dictionary type object, where both the key and value are of the string type and are used to descri…
705dictionary type object, where the key is of the string type, and the value can be a number, a stri…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_get_top_test.cpp227 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
233 dictionary[entry.key] = entry.value;
267 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
273 dictionary[entry.key] = entry.value;
H A Dsingle_store_impl_test.cpp612 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
617 dictionary[entry.key] = entry.value;
649 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
654 dictionary[entry.key] = entry.value;
688 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
693 dictionary[entry.key] = entry.value;
1042 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
1047 dictionary[entry.key] = entry.value;
1097 std::map<Key, Value, decltype(cmp)> dictionary(cmp);
1102 dictionary[entry.key] = entry.value;
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md122 | zlib | ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt …
128 | zlib | ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, …
158 | zlib | ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt …
164 | zlib | ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, …
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md122 … OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | Added the API for obtain…
128 …reamp strm, const Bytef *dictionary, uInt dictLength)); | Added | Added the API for initializi…
158 … OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | Added the API for obtain…
164 …eamp strm, const Bytef *dictionary, uInt dictLength)); | Added | Added the API for initializin…
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp375 std::map<Key, Value, decltype(cmp)> dictionary(cmp); in RemoveDeviceDataFuzz() local
380 dictionary[entry.key] = entry.value; in RemoveDeviceDataFuzz()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp1022 void *dictionary = nullptr; in DeflateSetDictionary() local
1024 tie(succ, dictionary, dictionaryLen) = CommonFunc::UnwrapArrayBufferParams(env, funcArg); in DeflateSetDictionary()
1030 auto cbExec = [arg, zipEntity, dictionary, dictionaryLen](napi_env env) -> NapiBusinessError { in DeflateSetDictionary()
1035 …zipEntity->zs.get(), reinterpret_cast<const Bytef *>(dictionary), static_cast<uInt>(dictionaryLen)… in DeflateSetDictionary()
1076 void *dictionary = nullptr; in DeflateGetDictionary() local
1078 tie(succ, dictionary, arg->dictLength) = CommonFunc::UnwrapArrayBufferParams(env, funcArg); in DeflateGetDictionary()
1080 auto cbExec = [arg, zipEntity, dictionary](napi_env env) -> NapiBusinessError { in DeflateGetDictionary()
1084 …arg->errCode = deflateGetDictionary(zipEntity->zs.get(), static_cast<Bytef *>(dictionary), &arg->d… in DeflateGetDictionary()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp343 std::map<Key, Value, decltype(cmp)> dictionary(cmp); in RemoveDeviceDataFuzz() local
348 dictionary[entry.key] = entry.value; in RemoveDeviceDataFuzz()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-json.md300 … This API supports only valid JSON strings whose outermost layer is in dictionary format (in brace…
344 … This API supports only valid JSON strings whose outermost layer is in dictionary format (in brace…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md1625 inflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;ReturnStatus&gt;
1638 | dictionary | ArrayBuffer | Yes | Dictionary data. |
1670 let dictionary = 'hello'
1671 let dictionarybuf = new ArrayBuffer(dictionary.length);
1673 for (let i = 0, j = dictionary.length; i < j; i++) {
2131 inflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;DictionaryOutputInfo&gt;
2133 …ion dictionary used in the current decompression stream. This API uses a promise to return the res…
2144 | dictionary | ArrayBuffer | Yes | Receives the actual contents of the decompression dictionary. …
3171 deflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;ReturnStatus&gt;
3184 | dictionary | ArrayBuffer | Yes | Dictionary data. |
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md1625 inflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;ReturnStatus&gt;
1638 | dictionary | ArrayBuffer | 是 | 字典数据。 |
1670 let dictionary = 'hello'
1671 let dictionarybuf = new ArrayBuffer(dictionary.length);
1673 for (let i = 0, j = dictionary.length; i < j; i++) {
2131 inflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;DictionaryOutputInfo&gt;
2144 | dictionary | ArrayBuffer | 是 | 接收解压缩字典的实际内容。 |
3202 deflateSetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;ReturnStatus&gt;
3215 | dictionary | ArrayBuffer | 是 | 字典数据。 |
3267 deflateGetDictionary(strm: ZStream, dictionary: ArrayBuffer): Promise&lt;DictionaryOutputInfo&gt;
[all …]
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/
H A DNOTICE64216 Hyphenation dictionary
65403 # A large portion of the dictionary entries
108452 # A large portion of the dictionary entries
108513 # Project: http://code.google.com/p/lao-dictionary/
110966 # A large portion of the dictionary entries
111027 # Project: http://code.google.com/p/lao-dictionary/
112050 # A large portion of the dictionary entries
112111 # Project: http://code.google.com/p/lao-dictionary/
118711 # A large portion of the dictionary entries
119965 # A large portion of the dictionary entries
[all …]