Home
last modified time | relevance | path

Searched full:join (Results 7051 - 7075 of 7680) sorted by relevance

1...<<281282283284285286287288289290>>...308

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp862 errThread->join(); in runTestsInSubprocess()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp1588 ShaderParser subParser (m_archive, de::FilePath::join(de::FilePath(m_filename).getDirName(), importFileName).getPath(), m_caseFactory); in parseImport()
/third_party/pulseaudio/src/modules/rtp/
H A Drfc3550.txt53 participants join a session simultaneously.
327 Since members of the working group join and leave during the
1508 simultaneously join a new session. These new users will initially
1511 significant if many users join the session simultaneously. To
5376 in excess of the intended rate when many participants join a
5389 from Section 6.2.1. In a session where many participants join for
5398 and most of the participants join or leave at the same time. This
5403 reduction in excess RTCP bandwidth during a step join is proportional
/third_party/typescript/src/compiler/
H A Dparser.ts9009 parts.push(finishNode(factory.createJSDocText(comments.join("")), linkEnd ?? start, commentEnd));
9028 parts.push(finishNode(factory.createJSDocText(comments.join("")), linkEnd ?? start, commentsPos));
9032 return finishNode(factory.createJSDocComment(parts.length ? createNodeArray(parts, start, commentsPos) : comments.length ? comments.join("") : undefined, tagsArray), start, end);
9245 parts.push(finishNode(factory.createJSDocText(comments.join("")), linkEnd ?? commentsPos, commentEnd));
9287 parts.push(finishNode(factory.createJSDocText(comments.join("")), linkEnd ?? commentsPos));
9292 return comments.join("");
9328 return finishNode(create(name, text.join("")), start, scanner.getTextPos());
9507 return factory.createJSDocText(comments.join(""));
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c6214 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex); in wpa_driver_nl80211_ibss()
6280 wpa_printf(MSG_DEBUG, "nl80211: Join IBSS failed: ret=%d (%s)", in wpa_driver_nl80211_ibss()
6284 wpa_printf(MSG_DEBUG, "nl80211: Retry IBSS join after " in wpa_driver_nl80211_ibss()
6292 "nl80211: Join IBSS request sent successfully"); in wpa_driver_nl80211_ibss()
11049 wpa_printf(MSG_DEBUG, "nl80211: mesh join (ifindex=%d)", drv->ifindex);
11097 wpa_printf(MSG_DEBUG, "nl80211: mesh join failed: ret=%d (%s)",
11103 wpa_printf(MSG_DEBUG, "nl80211: mesh join request send successfully");
11127 "nl80211: Mesh join retry for peer_link_timeout");
H A Dnl80211_copy.h595 * @NL80211_CMD_JOIN_IBSS: Join a new IBSS -- given at least an SSID and a
780 * @NL80211_CMD_JOIN_MESH: Join a mesh. The mesh ID must be given, and initial
994 * @NL80211_CMD_JOIN_OCB: Join the OCB network. The center frequency and
1022 * has been started, the NAN interface will create or join a
4465 * Mesh setup parameters. These are used to start/join a mesh and cannot be
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c969 * Join with specific BSSID and cached SSID in wl_ext_connect()
970 * If SSID is zero join based on BSSID only in wl_ext_connect()
988 /* Set up join scan parameters */ in wl_ext_connect()
1020 err = wl_ext_iovar_setbuf_bsscfg(dev, "join", ext_join_params, in wl_ext_connect()
1025 AEXT_TRACE(dev->name, "join iovar is not supported\n"); in wl_ext_connect()
H A Dwl_iw.c1123 WL_MSG(dev->name, "join BSSID="MACSTR"\n", MAC2STR((u8 *)awrq->sa_data)); in wl_iw_set_wap()
1976 WL_MSG(dev->name, "join SSID=\"%s\"\n", ssid.SSID); in wl_iw_set_essid()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnl80211.h595 * @NL80211_CMD_JOIN_IBSS: Join a new IBSS -- given at least an SSID and a
776 * @NL80211_CMD_JOIN_MESH: Join a mesh. The mesh ID must be given, and initial
990 * @NL80211_CMD_JOIN_OCB: Join the OCB network. The center frequency and
1018 * has been started, the NAN interface will create or join a
4360 * Mesh setup parameters. These are used to start/join a mesh and cannot be
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc2668 // Join the exception edges.
2679 // Join control paths.
3194 // Join the exception edges.
3260 // Join the exception edges.
3942 // Join the exception edges.
/third_party/skia/third_party/externals/libwebp/
H A DChangeLog1049 c7f66c82 Merge "utils/thread.c,cosmetics: join a few lines"
1051 39f4ffbc utils/thread.c,cosmetics: join a few lines
1480 2b9d2495 Merge "rescaler: cosmetics, join two lines"
1486 acde0aae rescaler: cosmetics, join two lines
3615 f7ae5e37 cosmetics: join line
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
H A DChangeLog.243547 o A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has been
3574 The intersection point can only be used if the join is between
3589 because the line join will always cover the negative sector.)
3591 o When a curve is split, the arcs may not join smoothly (especially
3599 `basically a point'. This could cause a spurious join to be
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h526 * @NL80211_CMD_JOIN_IBSS: Join a new IBSS -- given at least an SSID and a
696 * @NL80211_CMD_JOIN_MESH: Join a mesh. The mesh ID must be given, and initial
910 * @NL80211_CMD_JOIN_OCB: Join the OCB network. The center frequency and
938 * has been started, the NAN interface will create or join a
4063 * Mesh setup parameters. These are used to start/join a mesh and cannot be
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h1121 /** used for join with or without a specific bssid and channel list */
1177 /* be considered as targets to join when considering a roam */
1198 /** scan params for extended join */
1214 /** extended join params */
3283 * Join preference iovar value is an array of tuples. Each tuple has a one-byte type,
3287 * Types are defined in "join preference types" section.
11987 uint32 cnt_join_scan_rej; /* no. of join scans rejected */
11988 uint32 cnt_nan_scan_abort; /* no. of join scans rejected */
19388 uint8 total_attempts_num; /* total number of join attempts (bss_retries) */
19421 uint8 total_attempts_num; /* total number of join attempt
[all...]
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c1155 * Now we join the directory inode to the transaction. We do not do it in xfs_create()
3093 * Join all the inodes to the transaction. From this point on, in xfs_rename()
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2459 * make sure we both successfully join and clear the tid to skip a
2460 * later join attempt during fixture teardown. Any remaining threads
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c420 * We have handle reserved so we are allowed to join T_LOCKED in start_this_handle()
1856 * join the transaction. We achieve this by measuring how in jbd2_journal_stop()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.c1422 * properly if we fail to join the transaction. in btrfs_delete_unused_bgs()
2578 * join the commit.
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmrecovery.c2447 /* Clean up join state on node death. */ in __dlm_hb_node_down()
2449 mlog(0, "Clearing join state for node %u\n", idx); in __dlm_hb_node_down()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode.c1190 * Now we join the directory inode to the transaction. We do not do it in xfs_create()
3212 * Join all the inodes to the transaction. From this point on, in xfs_rename()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr.c1901 * If we will not make it, the program will have to join on all in ipmr_queue_xmit()
1903 * not mrouter) cannot join to more than one interface - it will in ipmr_queue_xmit()
/kernel/linux/linux-6.6/drivers/net/
H A Damt.c498 netdev_dbg(amt->dev, "Join group %pI4\n", in amt_add_group()
502 netdev_dbg(amt->dev, "Join group %pI6\n", in amt_add_group()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c432 * We have handle reserved so we are allowed to join T_LOCKED in start_this_handle()
1877 * join the transaction. We achieve this by measuring how in jbd2_journal_stop()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c2438 /* Clean up join state on node death. */ in __dlm_hb_node_down()
2440 mlog(0, "Clearing join state for node %u\n", idx); in __dlm_hb_node_down()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode.c1035 * Now we join the directory inode to the transaction. We do not do it in xfs_create()
2915 * Join all the inodes to the transaction. From this point on, in xfs_rename()

Completed in 250 milliseconds

1...<<281282283284285286287288289290>>...308