Home
last modified time | relevance | path

Searched full:join (Results 7376 - 7400 of 7777) sorted by relevance

1...<<291292293294295296297298299300>>...312

/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h314 * @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 Dltmain.sh1306 # 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 Dltmain.sh1306 # 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 Dltmain.sh1306 # 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 Dltmain.sh1318 # 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 Dcode-stub-assembler.cc978 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 Dkatex.js995 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 Dkatex.mjs1063 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 Dtsserver.js2733 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 Daccesstoken_kit_test.cpp3072 it->join(); in HWTEST_F()
/kernel/linux/linux-5.10/Documentation/security/keys/
H A Dcore.rst156 new one, or to attempt to create or join one of a specific name.
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_3ad.c1753 /* if the selected aggregator is of join individuals in ad_agg_selection_logic()
/kernel/linux/linux-6.6/Documentation/networking/dsa/
H A Ddsa.rst1035 LAG join/leave the bridge. Switchdev port attributes (VLAN filtering, STP
/kernel/linux/linux-6.6/Documentation/security/keys/
H A Dcore.rst156 new one, or to attempt to create or join one of a specific name.
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy_device.c1505 * phy_package_join - join a common PHY group
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c673 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 Dscan.c1472 * to be used in join command.
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1639 * 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 Dieee80211_softmac.c1406 /* Join the network for the first time */ in ieee80211_softmac_new_net()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1707 /* Join the network for the first time */ in rtllib_softmac_new_net()
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c1441 /* Join our sockets back to back */ in unix_socketpair()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c442 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 Dfile.c2228 * example checking cross references in the nocow path). If we use join in btrfs_sync_file()
H A Dqgroup.c1134 * 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 Dfix_node.c1781 * Here we join S[h] with one of its neighbors, in dc_check_balance_internal()

Completed in 189 milliseconds

1...<<291292293294295296297298299300>>...312