Home
last modified time | relevance | path

Searched full:join (Results 5601 - 5625 of 7034) sorted by relevance

1...<<221222223224225226227228229230>>...282

/third_party/skia/experimental/sorttoy/
H A Dsorttoy.cpp95 SkString path = SkOSPath::Join(dir, s == Shape::kRect ? "rect-expected" : "oval-expected"); in save_files()
106 path = SkOSPath::Join(dir, s == Shape::kRect ? "rect-actual" : "oval-actual"); in save_files()
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp605 bool SkSVGAttributeParser::parse(SkSVGLineJoin* join) {
619 *join = SkSVGLineJoin(gJoinInfo[i].fType);
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs467 let joined1 = source1[0].span().join(source1[1].span()); in span_join()
468 let joined2 = source1[0].span().join(source2[0].span()); in span_join()
/third_party/rust/crates/nom/
H A DREADME.md4 [![Join the chat at https://gitter.im/Geal/nom](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Geal/nom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs342 /// Join two span ranges. The resulting range will start at `self.first` and end at
353 self.first.join(self.last).unwrap_or(self.first) in collapse()
/third_party/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp31 // it searches backwards in the CFG, inserting Phi instructions at join points
268 // If there is more than one predecessor, this is a join block which may in GetReachingDef()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h502 * This is is used during PD retries for join-a-group case to use the
826 int join, int force_freq);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A DREADME-WPS99 pushbutton event (for PBC) to allow a new WPS Enrollee to join the
232 new Enrollee to join the network. This functionality uses UPnP and
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h532 * This is is used during PD retries for join-a-group case to use the
885 int join, int force_freq);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A DREADME-WPS99 pushbutton event (for PBC) to allow a new WPS Enrollee to join the
232 new Enrollee to join the network. This functionality uses UPnP and
/third_party/node/tools/lint-md/
H A Dlint-md.mjs383 this.path = path$1.join(this.dirname || '', basename);
390 this.path = path$1.join(dirname || '', this.basename);
406 this.path = path$1.join(this.dirname, this.stem + (extname || ''));
428 this.path = path$1.join(this.dirname || '', stem + (this.extname || ''));
853 return result.join('')
6991 return result.join('')
8031 case 'join': {
9094 const join = [joinDefaults];
9271 tracker.move(results.join(''));
9285 return results.join('')
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmevent.h119 #define WLC_E_JOIN 1 /* differentiates join IBSS from found (WLC_E_START) IBSS */
141 #define WLC_E_PRUNE 23 /* AP was pruned from join list for reason */
142 #define WLC_E_AUTOAUTH 24 /* report AutoAuth table entry match for join attempt */
/third_party/ffmpeg/doc/
H A Dfaq.texi291 @section How can I join video files?
293 To "join" video files is quite ambiguous. The following list explains the
295 FFmpeg. To join video files may mean:
/third_party/googletest/googletest/src/
H A Dgtest-port.cc475 ThreadWithParamBase::~ThreadWithParamBase() { Join(); } in ~ThreadWithParamBase()
477 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase
479 << "Failed to join the thread with error " << ::GetLastError() << "."; in Join()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp658 void RBBIMonkeyImpl::join() { in join() function in RBBIMonkeyImpl
659 fThread.join(); in join()
974 test->join(); in testMonkey()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITest.java424 thread.join(); in TestBug12873()
552 t1.join(); t2.join(); in TestBug13512()
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c1746 * ACTIVE_CONNS_SOLO: There's no existing conn to join either way
1847 lwsl_wsi_notice(w, "just join h2 directly 0x%x",
1876 lwsl_wsi_notice(w, "join mqtt directly");
/third_party/jinja2/
H A Dnodes.py247 args_str = ", ".join(f"{a}={getattr(self, a, None)!r}" for a in self.fields)
277 return "".join(buf)
906 return "".join(str(x.as_const(eval_ctx)) for x in self.nodes)
H A Dparser.py98 currently_looking: t.Optional[str] = " or ".join(
126 self.fail(" ".join(message), lineno)
664 node = nodes.Const("".join(buf), lineno=lineno)
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc521 Join(); in ~ThreadWithParamBase()
524 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase
526 << "Failed to join the thread with error " << ::GetLastError() << "."; in Join()
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py71 currently_looking = " or ".join(
101 self.fail(" ".join(message), lineno)
586 node = nodes.Const("".join(buf), lineno=lineno)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py66 currently_looking = ' or '.join(
90 self.fail(' '.join(message), lineno)
570 node = nodes.Const(''.join(buf), lineno=lineno)
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc481 ThreadWithParamBase::~ThreadWithParamBase() { Join(); } in ~ThreadWithParamBase()
483 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase
485 << "Failed to join the thread with error " << ::GetLastError() << "."; in Join()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dspecifiers.py669 """Join split version components into a version string.
676 return f"{epoch}!{'.'.join(rest)}"
798 return ",".join(sorted(str(s) for s in self._specs))
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits184 my $tags_as_key = join(':', sort keys %tags);
275 print join(" ", @_), "\n";
1171 err("$num manuals for 'openssl $cmd': ".join(", ", @doc));

Completed in 44 milliseconds

1...<<221222223224225226227228229230>>...282