/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 314 * @BSS_CHANGED_IBSS: IBSS join status changed 330 * @BSS_CHANGED_OCB: OCB join status changed 4168 * @join_ibss: Join an IBSS (on an IBSS interface); this is called after all 4203 * @start_nan: join an existing NAN cluster, or create a new one.
|
/third_party/curl/ |
H A D | ltmain.sh | 1306 # Quote all ARGs to be evaled later and join them into single command. See 5276 # Join marker and all lines until next marker into a single line 10010 # global variables. join(1) would be nice here, but unfortunately 10259 # global variables. join(1) would be nice here, but unfortunately
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 1306 # Quote all ARGs to be evaled later and join them into single command. See 5276 # Join marker and all lines until next marker into a single line 10010 # global variables. join(1) would be nice here, but unfortunately 10259 # global variables. join(1) would be nice here, but unfortunately
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 1306 # Quote all ARGs to be evaled later and join them into single command. See 5276 # Join marker and all lines until next marker into a single line 10010 # global variables. join(1) would be nice here, but unfortunately 10259 # global variables. join(1) would be nice here, but unfortunately
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 1318 # Quote all ARGs to be evaled later and join them into single command. See 5277 # Join marker and all lines until next marker into a single line 10003 # global variables. join(1) would be nice here, but unfortunately 10252 # global variables. join(1) would be nice here, but unfortunately
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 978 Label join(this); in SmiMod() 979 GotoIfNot(Word32Equal(int_a, Int32Constant(kMinInt)), &join); in SmiMod() local 981 Goto(&join); in SmiMod() 982 BIND(&join); in SmiMod()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
H A D | katex.js | 995 return this.children.map(toText).join(""); 1025 }).join(" "); 4342 defineSymbol(symbols_math, main, rel, "\u22C8", "\\Join"); 6840 }).join(""); 7804 }).join("|")); // Accents 12478 }).join(""); 15322 }).join("");
|
H A D | katex.mjs | 1063 return this.children.map(toText).join(""); 1086 return classes.filter(cls => cls).join(" "); 4360 defineSymbol(math, main, rel, "\u22c8", "\\Join"); 6802 return this.children.map(child => child.toText()).join(""); 7709 const NON_STRETCHY_ACCENT_REGEX = new RegExp(["\\acute", "\\grave", "\\ddot", "\\tilde", "\\bar", "\\breve", "\\check", "\\hat", "\\vec", "\\dot", "\\mathring"].map(accent => `\\${accent}`).join("|")); // Accents 12276 const word = expression.map(node => node.toText()).join(""); 14976 return tokens.map(token => token.text).join("");
|
/third_party/typescript/lib/ |
H A D | tsserver.js | 2733 return result.join("|"); 3182 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3183 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); 3185 case 4 /* TypeMapKind.Composite */: return "m1: ".concat(this.mapper1.__debugToString().split("\n").join("\n "), "\nm2: ").concat(this.mapper2.__debugToString().split("\n").join("\n ")); 3298 result += "-".concat(this.prerelease.join(".")); 3300 result += "+".concat(this.build.join(".")); 3566 return ts.map(alternatives, formatAlternative).join(" || ") || "*"; 3569 return ts.map(comparators, formatComparator).join(" "); 3925 .map(function (v) { return JSON.stringify(v); }).join(",\ [all...] |
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | accesstoken_kit_test.cpp | 3072 it->join(); in HWTEST_F()
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
H A D | core.rst | 156 new one, or to attempt to create or join one of a specific name.
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 1753 /* if the selected aggregator is of join individuals in ad_agg_selection_logic()
|
/kernel/linux/linux-6.6/Documentation/networking/dsa/ |
H A D | dsa.rst | 1035 LAG join/leave the bridge. Switchdev port attributes (VLAN filtering, STP
|
/kernel/linux/linux-6.6/Documentation/security/keys/ |
H A D | core.rst | 156 new one, or to attempt to create or join one of a specific name.
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 1505 * phy_package_join - join a common PHY group
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 673 printk(KERN_DEBUG "%s: Trying to join BSSID %pM\n", in hostap_join_ap()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | scan.c | 1472 * to be used in join command.
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 1639 * search for IBSSs to join on other channels. Target in ath6kl_cfg80211_join_ibss()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 1406 /* Join the network for the first time */ in ieee80211_softmac_new_net()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 1707 /* Join the network for the first time */ in rtllib_softmac_new_net()
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | af_unix.c | 1441 /* Join our sockets back to back */ in unix_socketpair()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 442 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 2228 * example checking cross references in the nocow path). If we use join in btrfs_sync_file()
|
H A D | qgroup.c | 1134 * because all qgroup operations first start or join a transaction and then in btrfs_quota_enable()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | fix_node.c | 1781 * Here we join S[h] with one of its neighbors, in dc_check_balance_internal()
|