Home
last modified time | relevance | path

Searched full:join (Results 5751 - 5775 of 7131) sorted by relevance

1...<<231232233234235236237238239240>>...286

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs1004 span.set_span(imp.brace_token.span.join()); in parse_impl()
1151 RustType::Tuple(ty) if ty.elems.is_empty() => Ok(Type::Void(ty.paren_token.span.join())), in parse_type()
1387 let fn_span = ty.paren_token.span.join(); in parse_type_fn()
/third_party/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));
/third_party/python/Lib/re/
H A D_parser.py1010 literals.append(''.join(literal))
1083 literals.append(''.join(literal))
1100 return empty.join(literals)
/third_party/python/Doc/library/
H A Ddifflib.rst247 >>> print(''.join(diff), end="")
272 >>> print(''.join(restore(diff, 1)), end="")
276 >>> print(''.join(restore(diff, 2)), end="")
H A Dshutil.rst721 >>> archive_name = os.path.expanduser(os.path.join('~', 'myarchive'))
722 >>> root_dir = os.path.expanduser(os.path.join('~', '.ssh'))
765 >>> archive_name = os.path.expanduser(os.path.join('~', 'myarchive'))
H A Ditertools.rst986 >>> ''.join(all_upper)
988 >>> ''.join(remainder) # takewhile() would lose the 'd'
1394 >>> ''.join(all_upper)
1396 >>> ''.join(remainder)
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp740 fClippedContentBounds.join(toMerge->fClippedContentBounds); in mergeFrom()
741 fTotalBounds.join(toMerge->fTotalBounds); in mergeFrom()
996 fTotalBounds.join(op->bounds()); in recordOp()
/third_party/skia/third_party/externals/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/python/Lib/test/
H A Dtest_textwrap.py24 result = "\n".join(result) if result else " no lines"
100 self.check(result, '\n'.join(expect))
745 expect = "\n".join(expect)
/third_party/python/Doc/distutils/
H A Dsetupscript.rst58 glob.glob(os.path.join('mydir', 'subdir', '*.html'))
59 os.listdir(os.path.join('mydir', 'subdir'))
276 incdir = os.path.join(get_python_inc(plat_specific=1), 'Numerical')
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs1004 span.set_span(imp.brace_token.span.join()); in parse_impl()
1151 RustType::Tuple(ty) if ty.elems.is_empty() => Ok(Type::Void(ty.paren_token.span.join())), in parse_type()
1387 let fn_span = ty.paren_token.span.join(); in parse_type_fn()
/third_party/skia/bench/
H A Dnanobench.cpp617 list->push_back(SkOSPath::Join(paths[i], path.c_str())); in collect_files()
1368 SkString pngFilename = SkOSPath::Join(FLAGS_writePath[0], config);
1369 pngFilename = SkOSPath::Join(pngFilename.c_str(), bench->getUniqueName());
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs307 /// Join a multicast group
329 /// Join an IPv6 multicast group.
347 /// Join an IPv6 multicast group.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_bsd.c734 struct ieee80211_join_event *join; in bsd_wireless_event_receive() local
788 join = (struct ieee80211_join_event *) &ifan[1]; in bsd_wireless_event_receive()
789 bsd_new_sta(drv, drv->ctx, join->iev_addr); in bsd_wireless_event_receive()
/applications/standard/contacts_data/test/unittest/src/
H A Dcontactability_test.cpp1737 * @tc.name Join a single contact to the group and verify whether the join is successful
1766 * @tc.name Multiple contacts join the group and verify whether the joining is successful
2978 * @tc.desc Ability to join or remove contacts from groups in bulk
3390 * @tc.desc Ability to join or add contacts
3433 * @tc.desc Ability to join or update contacts
3491 * @tc.desc Ability to join or query
3539 * @tc.desc Ability to join or delete contacts
H A Dvoicemailability_test.cpp1550 * @tc.desc Ability to join or add voicemail
1592 * @tc.desc Ability to join or update voicemail
1649 * @tc.desc Ability to join or query
1697 * @tc.desc Ability to join or delete voicemail
H A Dcalllogability_test.cpp1190 * @tc.desc Ability to join or add calllog
1232 * @tc.desc Ability to join or update calllog
1289 * @tc.desc Ability to join or query
1337 * @tc.desc Ability to join or delete calllog
/third_party/skia/include/core/
H A DSkCanvas.h1219 SkPaint::Join, and unlike drawPath(), does not create a mask from all points
1293 SkPaint::Join draws the corners rounded or square.
1305 SkPaint::Join draws the corners rounded or square.
1319 SkPaint::Join draws the corners rounded or square.
1358 If stroked and SkRRect corner has zero length radii, SkPaint::Join can
1432 SkPaint::Join.
1449 SkPaint::Cap describes line ends, and SkPaint::Join describes how
1849 SkPaint miter limit, SkPaint::Cap, SkPaint::Join, and SkPaint stroke width;
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1160 p.#relative = rp.join(this.sep);
1161 p.#relativePosix = rp.join('/');
1362 relative: new Array(l).fill('..').join(joinSep),
1363 relativePosix: new Array(l).fill('..').join('/'),
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1132 p.#relative = rp.join(this.sep);
1133 p.#relativePosix = rp.join('/');
1331 relative: new Array(l).fill('..').join(joinSep),
1332 relativePosix: new Array(l).fill('..').join('/'),
/third_party/python/Doc/faq/
H A Ddesign.rst192 Why is join() a string method instead of a list or tuple method?
201 ", ".join(['1', '2', '4', '8', '16'])
216 join its members together with a string constant". Sadly, you aren't. For some
225 :meth:`~str.join` is a string method because in using it you are telling the
/third_party/python/Lib/idlelib/
H A Deditor.py79 dochome = os.path.join(sys.base_prefix, 'Doc', 'index.html')
87 dochome = os.path.join(basepath, pyver,
106 dochome = os.path.join(sys.base_prefix,
131 self.recent_files_path = idleConf.userdir and os.path.join(
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py1499 t.join()
1501 self.fail("\n".join(err))
1550 t.join()
1551 self.assertEqual(len(err), 0, "\n".join(err))
/third_party/python/Lib/logging/
H A Dhandlers.py396 result.append(os.path.join(dirName, fileName))
1084 msg['To'] = ','.join(self.toaddrs)
1118 dllname = os.path.join(dllname[0], r'win32service.pyd')
1609 self._thread.join()
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp796 SkPaint::Join join = paint.getStrokeJoin(); in apply_paint_join() local
797 if (join != SkPaint::kDefault_Join) { in apply_paint_join()
798 switch (join) { in apply_paint_join()

Completed in 63 milliseconds

1...<<231232233234235236237238239240>>...286