Home
last modified time | relevance | path

Searched refs:keys (Results 1601 - 1625 of 1746) sorted by relevance

1...<<61626364656667686970

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c1817 dhd_pktid_key_t *keys; /* map_items +1 unique pkt ids */ member
2081 map->keys = (dhd_pktid_key_t *)MALLOC(osh, map_keys_sz); in dhd_pktid_map_init()
2082 if (map->keys == NULL) { in dhd_pktid_map_init()
2083 DHD_ERROR(("%s:%d: MALLOC failed for map->keys size %d\n", in dhd_pktid_map_init()
2102 map->keys[nkey] = nkey; /* populate with unique keys */ in dhd_pktid_map_init()
2131 if (map->keys) { in dhd_pktid_map_init()
2132 MFREE(osh, map->keys, map_keys_sz); in dhd_pktid_map_init()
2145 * Retrieve all allocated keys and free all <numbered_key, locker>.
2202 map->keys[nke in dhd_pktid_map_reset()
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py68 C: tuple(C.getcontext().flags.keys()) if C else None,
69 P: tuple(P.getcontext().flags.keys())
3008 k1 = set(c.flags.keys())
3009 k2 = set(d.flags.keys())
5370 for k in c.traps.keys():
5682 c_names = list(c_sig.parameters.keys())
5683 p_names = [x for x in p_sig.parameters.keys() if not
5764 p_names = list(p_sig.parameters.keys())
5765 c_names = [tr(x) for x in c_sig.parameters.keys()]
H A Dtest_bdb.py281 bpnums = sorted(bps.keys())
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp1073 std::vector<int32_t> keys; in StubSupportKeys() local
1077 keys.push_back(key); in StubSupportKeys()
1080 int32_t ret = SupportKeys(deviceId, keys, keystroke); in StubSupportKeys()
/third_party/ffmpeg/libavcodec/
H A Dtiff.c163 static const char *search_keyval(const TiffGeoTagKeyName *keys, int n, int id) in search_keyval() argument
165 TiffGeoTagKeyName *r = bsearch(&id, keys, n, sizeof(keys[0]), cmp_id_key); in search_keyval()
/third_party/node/lib/internal/http2/
H A Dcore.js1741 const keys = ObjectKeys(headers);
1742 for (let i = 0; i < keys.length; i++) {
1743 const header = keys[i];
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py91 # List of precompiled header related keys.
958 must_keep = OrderedSet(_FixPaths(actions_to_add.keys()))
3282 for value in sorted(properties[node].keys()):
3300 properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py91 # List of precompiled header related keys.
956 must_keep = OrderedSet(_FixPaths(actions_to_add.keys()))
3286 for value in sorted(properties[node].keys()):
3304 properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges)
H A Dxcode.py70 # The Xcode-specific keys that exist on targets and aren't moved down to
710 for configuration_name in sorted(spec["configurations"].keys()):
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js1482 return Object.keys(i18n.phonenumbers.metadata.countryToMetadata)
1498 Object.keys(i18n.phonenumbers.metadata.countryToMetadata)
1520 Object.keys(i18n.phonenumbers.metadata.countryCodeToRegionCodeMap);
1738 // In JS we check whether the regionCode is contained in the keys of
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c249 * keys 6 USHORT[256] sub-header keys
253 * The `keys' table is used to map charcode high bytes to sub-headers.
255 * table and is computed by finding the maximum of the `keys' table.
257 * Note that for any `n', `keys[n]' is a byte offset within the `subs'
301 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF() local
315 keys = table + 6; in FT_CALLBACK_DEF()
317 /* parse keys to compute sub-headers count */ in FT_CALLBACK_DEF()
318 p = keys; in FT_CALLBACK_DEF()
[all...]
/third_party/pulseaudio/src/pulse/
H A Dstream.c2945 pa_operation *pa_stream_proplist_remove(pa_stream *s, const char *const keys[], pa_stream_success_cb_t cb, void *userdata) { in pa_stream_proplist_remove() argument
2955 PA_CHECK_VALIDITY_RETURN_NULL(s->context, keys && keys[0], PA_ERR_INVALID); in pa_stream_proplist_remove()
2968 for (k = keys; *k; k++) in pa_stream_proplist_remove()
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py1586 # Both string/unicode field name keys should work.
1974 keys = [1, 2]
1976 for key in keys:
2009 # sync with repeated field and there is no duplicated keys.
2043 # there might have physically been duplicate keys due to the previous merge.
2079 # sync with repeated field and no duplicated keys.
2260 CheckItems(map_int32.keys(), map_int32.iterkeys())
2403 self.assertTrue(2 in int32_foreign_message.keys())
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h341 virtual void SetKeyboardShortcut(const std::string& value, const std::vector<ModifierKey>& keys,
/third_party/glfw/src/
H A Dinternal.h559 char keys[GLFW_KEY_LAST + 1]; member
/third_party/PyYAML/lib/yaml/
H A Dconstructor.py354 # Note: we do not check for duplicate keys, because it's too
604 for key in state.keys():
/third_party/node/lib/internal/crypto/
H A Dwebcrypto.js36 } = require('internal/crypto/keys');
533 throw lazyDOMException(`${name} keys are not extractable`, 'SyntaxError');
/third_party/node/lib/internal/
H A Devent_target.js872 return ArrayFrom(this[kEvents].keys());
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py381 choices=list(PROGRESS_INDICATORS.keys()), default="mono",
/third_party/libinput/src/
H A Devdev.h465 evdev_device_get_keys(struct evdev_device *device, char *keys, size_t size);
/third_party/python/Lib/
H A Dfunctools.py784 mro = _compose_mro(cls, registry.keys())
H A Ddataclasses.py430 local_vars = ', '.join(locals.keys())
/third_party/python/Lib/multiprocessing/
H A Dconnection.py878 ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
/third_party/python/Include/internal/
H A Dpycore_runtime_init.h905 INIT_ID(keys), \
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py672 sorted_keys = sorted(self.extensions.keys(), key=makeSortKey)

Completed in 63 milliseconds

1...<<61626364656667686970