Home
last modified time | relevance | path

Searched refs:keys (Results 2526 - 2550 of 3668) sorted by relevance

1...<<101102103104105106107108109110>>...147

/third_party/python/Lib/
H A Dlinecache.py57 filenames = list(cache.keys())
/third_party/skia/tools/skottie-wasm-perf/
H A Dparse_perf_csvs.py66 # Also add keys in d2 and not d1.
85 tests = output_dict.keys()
/third_party/python/Lib/test/
H A Dtest_grp.py68 allnames = list(bynames.keys())
/third_party/python/Lib/wsgiref/
H A Dheaders.py103 def keys(self): member in Headers
/third_party/skia/modules/canvaskit/
H A Dskottie.js5 // The keys should be well-behaved strings - they're turned into null-terminated
32 var assetKeys = Object.keys(assets || {});
/third_party/skia/experimental/skottiekit/
H A Dinterface.js64 // The keys should be well-behaved strings - they're turned into null-terminated
77 var assetKeys = Object.keys(assets || {});
/third_party/rust/crates/syn/codegen/src/
H A Dclone.rs60 let fields = fields.keys().map(|f| { in expand_impl_body()
/third_party/weex-loader/test/
H A Dtest.js79 expect(components).to.include.keys(__weex_bootstrap__.firstCall.args[0]);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp312 std::vector<std::string> keys = { "year", "month", "day" }; in JsOnSelectedChange()
315 func->Execute(keys, info); in JsOnSelectedChange()
332 std::vector<std::string> keys = { "year", "month", "currentMonth", "currentYear", "monthState" }; in JsOnRequestData()
334 func->Execute(keys, info); in JsOnRequestData()
H A Djs_xcomponent.cpp297 std::vector<std::string> keys = { "load", xcomponentId }; in JsOnLoad()
298 func->ExecuteNew(keys, ""); in JsOnLoad()
358 std::vector<std::string> keys = { "destroy" }; in JsOnDestroy()
359 func->Execute(keys, ""); in JsOnDestroy()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp368 int32_t HdiDeviceImpl::GetSupportedMetaDataKey(uint32_t screenId, std::vector<GraphicHDRMetadataKey> &keys) in GetSupportedMetaDataKey() argument
376 keys.clear(); in GetSupportedMetaDataKey()
377 keys.reserve(hdiKeys.size()); in GetSupportedMetaDataKey()
379 keys.emplace_back(static_cast<GraphicHDRMetadataKey>(*iter)); in GetSupportedMetaDataKey()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp479 for (const auto& cap : capability.keys) { in Capability2String()
513 std::vector<Tag> keys; in Meta2String() local
514 meta.GetKeys(keys); in Meta2String()
515 for (const auto& item: keys) { in Meta2String()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_js_utils.cpp504 napi_value keys = nullptr; in UnwrapTemplatePredicates() local
505 napi_get_property_names(env, jsPredicates, &keys); in UnwrapTemplatePredicates()
507 napi_status status = napi_get_array_length(env, keys, &arrLen); in UnwrapTemplatePredicates()
515 status = napi_get_element(env, keys, i, &key); in UnwrapTemplatePredicates()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp628 DataQuery& DataQuery::InKeys(const std::vector<std::string> &keys) in InKeys() argument
630 if (keys.empty()) { in InKeys()
644 for (std::string key : keys) { in InKeys()
652 keys_ = keys; in InKeys()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp612 napi_value keys = nullptr; in ToJsObject() local
614 static_cast<napi_key_filter>(napi_key_enumerable | napi_key_skip_symbols), napi_key_numbers_to_strings, &keys); in ToJsObject()
617 status = napi_get_array_length(env, keys, &length); in ToJsObject()
624 status = napi_get_element(env, keys, i, &key); in ToJsObject()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flow.c306 u32 keys[FLOW_KEY_MAX + 1]; in flow_classify() local
319 keys[n] = flow_key_get(skb, key, &flow_keys); in flow_classify()
323 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
325 classid = keys[0]; in flow_classify()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c253 struct lock_key keys[] = { variable
270 for (i = 0; keys[i].name; i++) { in select_key()
271 if (!strcmp(keys[i].name, sort_key)) { in select_key()
272 compare = keys[i].key; in select_key()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flow.c308 u32 keys[FLOW_KEY_MAX + 1]; in flow_classify() local
321 keys[n] = flow_key_get(skb, key, &flow_keys); in flow_classify()
325 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
327 classid = keys[0]; in flow_classify()
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiManagerP2PFunction.test.js728 let resultLength = Object.keys(data).length;
741 let resultLength = Object.keys(result).length;
769 let resultLength = Object.keys(data).length;
800 let len = Object.keys(result).length;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java386 Iterator<String> keys = locale.getKeywords(); in localeDisplayNameInternal()
387 if (keys != null) { in localeDisplayNameInternal()
388 while (keys.hasNext()) { in localeDisplayNameInternal()
389 String key = keys.next(); in localeDisplayNameInternal()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java390 Iterator<String> keys = locale.getKeywords(); in localeDisplayNameInternal()
391 if (keys != null) { in localeDisplayNameInternal()
392 while (keys.hasNext()) { in localeDisplayNameInternal()
393 String key = keys.next(); in localeDisplayNameInternal()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h310 # define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
311 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_TLSEXT_TICKET_KEYS,keylen,keys)
312 # define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
313 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_TICKET_KEYS,keylen,keys)
/third_party/openssl/include/openssl/
H A Dtls1.h306 # define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
307 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_TLSEXT_TICKET_KEYS,keylen,keys)
308 # define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
309 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_TICKET_KEYS,keylen,keys)
/third_party/openssl/ohos_lite/include/openssl/
H A Dtls1.h303 # define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
304 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_TLSEXT_TICKET_KEYS,keylen,keys)
305 # define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
306 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_TICKET_KEYS,keylen,keys)
/third_party/python/Include/internal/
H A Dpycore_ast.h383 asdl_expr_seq *keys; member
589 asdl_expr_seq *keys; member
740 expr_ty _PyAST_Dict(asdl_expr_seq * keys, asdl_expr_seq * values, int lineno,
830 pattern_ty _PyAST_MatchMapping(asdl_expr_seq * keys, asdl_pattern_seq *

Completed in 51 milliseconds

1...<<101102103104105106107108109110>>...147