Home
last modified time | relevance | path

Searched defs:key (Results 4426 - 4450 of 6119) sorted by relevance

1...<<171172173174175176177178179180>>...245

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java396 boolean unregister(Object key); in unregister() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java734 int getPosition(int key) { in getPosition() argument
744 void setPosition(int key, int position) { in setPosition() argument
H A DDateIntervalInfo.java434 public void put(Key key, Value value, boolean noFallback) { in put() argument
463 public void processSkeletonTable(Key key, Value value) { in processSkeletonTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java264 private static Currency loadCurrency(String key) { in loadCurrency() argument
418 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java231 protected static String getProperty(String key) { in getProperty() argument
235 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
402 getProperty(String key) getProperty() argument
410 getBooleanProperty(String key) getBooleanProperty() argument
414 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
425 getIntProperty(String key, int defVal) getIntProperty() argument
429 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
437 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java205 protected static String getProperty(String key) { in getProperty() argument
209 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
213 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
217 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
377 getProperty(String key) getProperty() argument
385 getBooleanProperty(String key) getBooleanProperty() argument
389 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
400 getIntProperty(String key, int defVal) getIntProperty() argument
404 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
412 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java117 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
520 keyDisplayName(String key, boolean skipAdjust) keyDisplayName() argument
527 keyDisplayName(String key) keyDisplayName() argument
531 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
555 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java189 static final String prettify(CollationKey key) { in prettify() argument
194 static final String prettify(RawCollationKey key) { in prettify() argument
1046 private String printCollationKey(CollationKey key) { in printCollationKey() argument
1441 getMergedCollationKey(String s, Output<CollationKey> key) getMergedCollationKey() argument
1471 getDifferenceLevel(CollationKey prevKey, CollationKey key, int order, boolean collHasCaseLevel) getDifferenceLevel() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java646 private void assertRuleKeyValue(String rule, String key, double value) { in assertRuleKeyValue() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java821 public boolean containsKey(String key) { in containsKey() argument
828 public boolean containsKey(int key) { in containsKey() argument
902 remove(String key) remove() argument
909 remove(int key) remove() argument
1049 getValue(String key) getValue() argument
1056 getValue(int key) getValue() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp141 UStringPrepKey *key = NULL; in usprep_internal_flushCache() local
351 LocalMemory<UStringPrepKey> key; usprep_getProfile() local
[all...]
/third_party/libsnd/src/
H A Dcaf.c843 char *key, *value ; in caf_read_strings() local
913 put_key_value (struct put_buffer * buf, const char * key, cons argument
[all...]
H A Dflac.c610 { const char * key, * value ; in flac_write_strings() local
[all...]
/third_party/libuv/src/unix/
H A Dthread.c858 int uv_key_create(uv_key_t* key) { in uv_key_create() argument
863 void uv_key_delete(uv_key_t* key) { in uv_key_delete() argument
869 void* uv_key_get(uv_key_t* key) { in uv_key_get() argument
874 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() argument
/third_party/mbedtls/library/
H A Dcipher.c302 mbedtls_cipher_setkey(mbedtls_cipher_context_t *ctx, const unsigned char *key, int key_bitlen, const mbedtls_operation_t operation) mbedtls_cipher_setkey() argument
[all...]
H A Dpk_wrap.c538 static int ecdsa_verify_psa(unsigned char *key, size_t key_len, in ecdsa_verify_psa() argument
608 unsigned char key[MBEDTLS_PK_MAX_EC_PUBKEY_RAW_LEN]; in ecdsa_opaque_verify_wrap() local
654 unsigned char key[MBEDTLS_PSA_MAX_EC_PUBKEY_LENGTH]; in ecdsa_verify_wrap() local
[all...]
H A Dgcm.c162 mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned char *key, unsigned int keybits) mbedtls_gcm_setkey() argument
H A Dssl_tls13_generic.c955 mbedtls_ssl_tls13_check_sig_alg_cert_key_match(uint16_t sig_alg, mbedtls_pk_context *key) mbedtls_ssl_tls13_check_sig_alg_cert_key_match() argument
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_dtls.h259 } key; member
349 coap_bin_const_t key; global() member
416 coap_bin_const_t key; global() member
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_cose.h199 coap_bin_const_t key; member
/third_party/libcoap/examples/
H A Dcoap-rd.c58 static uint8_t key[MAX_KEY]; variable
[all...]
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c41 static int check_key_attributes_sanity(mbedtls_svc_key_id_t key, in check_key_attributes_sanity() argument
120 static int exercise_mac_key(mbedtls_svc_key_id_t key, in exercise_mac_key() argument
175 exercise_cipher_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_cipher_key() argument
263 exercise_aead_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_aead_key() argument
338 exercise_signature_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_signature_key() argument
439 exercise_asymmetric_encryption_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_asymmetric_encryption_key() argument
486 mbedtls_test_psa_setup_key_derivation_wrap( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, psa_algorithm_t alg, const unsigned char *input1, size_t input1_length, const unsigned char *input2, size_t input2_length, size_t capacity, int key_destroyable) mbedtls_test_psa_setup_key_derivation_wrap() argument
588 exercise_key_derivation_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_key_derivation_key() argument
629 mbedtls_test_psa_key_agreement_with_self( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, int key_destroyable) mbedtls_test_psa_key_agreement_with_self() argument
683 mbedtls_test_psa_raw_key_agreement_with_self( psa_algorithm_t alg, mbedtls_svc_key_id_t key, int key_destroyable) mbedtls_test_psa_raw_key_agreement_with_self() argument
747 exercise_raw_key_agreement_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_raw_key_agreement_key() argument
766 exercise_key_agreement_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) exercise_key_agreement_key() argument
1005 exercise_export_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, int key_destroyable) exercise_export_key() argument
1055 exercise_export_public_key(mbedtls_svc_key_id_t key, int key_destroyable) exercise_export_public_key() argument
1119 mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key, psa_key_usage_t usage, psa_algorithm_t alg, int key_destroyable) mbedtls_test_psa_exercise_key() argument
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp354 string_t key; in parse_bson_element_list() local
1150 string_t key; in get_cbor_object() local
1800 string_t key; get_msgpack_object() local
2179 string_t key = "_ArraySize_"; get_ubjson_size_value() local
2500 string_t key = "_ArrayType_"; get_ubjson_array() local
2606 string_t key; get_ubjson_object() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.c505 const ecma_value_t key = result; ecma_op_container_create() local
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp1972 reference at(const typename object_t::key_type& key) in at() argument
1992 reference at(KeyType && key) in at() argument
2107 operator [](typename object_t::key_type key) operator []() argument
2145 operator [](T* key) operator []() argument
2160 operator [](KeyType && key) operator []() argument
2214 value(const typename object_t::key_type& key, const ValueType& default_value) const value() argument
2239 value(const typename object_t::key_type& key, ValueType && default_value) const value() argument
2265 value(KeyType && key, const ValueType& default_value) const value() argument
2292 value(KeyType && key, ValueType && default_value) const value() argument
2558 erase_internal(KeyType && key) erase_internal() argument
2571 erase_internal(KeyType && key) erase_internal() argument
2592 erase(const typename object_t::key_type& key) erase() argument
2603 erase(KeyType && key) erase() argument
2640 find(const typename object_t::key_type& key) find() argument
2670 find(KeyType && key) find() argument
3180 basic_json&& key = init.begin()->moved_or_copied(); push_back() local
[all...]

Completed in 39 milliseconds

1...<<171172173174175176177178179180>>...245