/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 1817 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 D | test_decimal.py | 68 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 D | test_bdb.py | 281 bpnums = sorted(bps.keys())
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 1073 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 D | tiff.c | 163 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 D | core.js | 1741 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 D | msvs.py | 91 # 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 D | msvs.py | 91 # 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 D | xcode.py | 70 # 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 D | phonenumberutil.js | 1482 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 D | ttcmap.c | 249 * 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 D | stream.c | 2945 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 D | message_test.py | 1586 # 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 D | view_abstract_model.h | 341 virtual void SetKeyboardShortcut(const std::string& value, const std::vector<ModifierKey>& keys,
|
/third_party/glfw/src/ |
H A D | internal.h | 559 char keys[GLFW_KEY_LAST + 1]; member
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 354 # 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 D | webcrypto.js | 36 } = require('internal/crypto/keys'); 533 throw lazyDOMException(`${name} keys are not extractable`, 'SyntaxError');
|
/third_party/node/lib/internal/ |
H A D | event_target.js | 872 return ArrayFrom(this[kEvents].keys());
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 381 choices=list(PROGRESS_INDICATORS.keys()), default="mono",
|
/third_party/libinput/src/ |
H A D | evdev.h | 465 evdev_device_get_keys(struct evdev_device *device, char *keys, size_t size);
|
/third_party/python/Lib/ |
H A D | functools.py | 784 mro = _compose_mro(cls, registry.keys())
|
H A D | dataclasses.py | 430 local_vars = ', '.join(locals.keys())
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 878 ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 905 INIT_ID(keys), \
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 672 sorted_keys = sorted(self.extensions.keys(), key=makeSortKey)
|