/third_party/python/Lib/ |
H A D | linecache.py | 57 filenames = list(cache.keys())
|
/third_party/skia/tools/skottie-wasm-perf/ |
H A D | parse_perf_csvs.py | 66 # Also add keys in d2 and not d1. 85 tests = output_dict.keys()
|
/third_party/python/Lib/test/ |
H A D | test_grp.py | 68 allnames = list(bynames.keys())
|
/third_party/python/Lib/wsgiref/ |
H A D | headers.py | 103 def keys(self): member in Headers
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie.js | 5 // 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 D | interface.js | 64 // 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 D | clone.rs | 60 let fields = fields.keys().map(|f| { in expand_impl_body()
|
/third_party/weex-loader/test/ |
H A D | test.js | 79 expect(components).to.include.keys(__weex_bootstrap__.firstCall.args[0]);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar.cpp | 312 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 D | js_xcomponent.cpp | 297 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 D | hdi_device_impl.cpp | 368 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 D | plugin_utils.cpp | 479 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 D | datashare_js_utils.cpp | 504 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 D | data_query.cpp | 628 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 D | js_utils.cpp | 612 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 D | cls_flow.c | 306 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 D | builtin-lock.c | 253 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 D | cls_flow.c | 308 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 D | WifiManagerP2PFunction.test.js | 728 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 D | LocaleDisplayNamesImpl.java | 386 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 D | LocaleDisplayNamesImpl.java | 390 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 D | tls1.h | 310 # 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 D | tls1.h | 306 # 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 D | tls1.h | 303 # 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 D | pycore_ast.h | 383 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 *
|