Home
last modified time | relevance | path

Searched full:join (Results 5001 - 5025 of 7690) sorted by relevance

1...<<201202203204205206207208209210>>...308

/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go97 return fmt.Errorf("errors found while parsing %v:\n%v", path, strings.Join(errs, "\n"))
147 fmt.Fprintf(out, header, strings.Join(os.Args[1:], "\n// "))
424 ParseFiles(filepath.Join(g.workingDir, path))
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py418 name=posixpath.join(self._namespace, name),
463 name=posixpath.join(self._namespace, name),
506 name=posixpath.join(self._namespace, name),
/third_party/python/Lib/
H A Dwebbrowser.py414 tempdir = os.path.join(tempfile.gettempdir(),
417 filename = os.path.join(glob.escape(tempdir), glob.escape(user) + "-*")
546 iexplore = os.path.join(os.environ.get("PROGRAMFILES", "C:\\Program Files"),
H A D_osx_support.py46 f = os.path.join(p, executable)
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
255 _save_modified_value(_config_vars, cv, ' '.join(cv_split))
H A Dtokenize.py59 def group(*choices): return '(' + '|'.join(choices) + ')'
96 result.add(''.join(u))
222 return "".join(self.tokens)
H A Ddifflib.py717 return ''.join(
797 >>> print(''.join(result), end="")
845 >>> print(''.join(Differ().compare('one\ntwo\nthree\n'.splitlines(True),
905 >>> print(''.join(results), end="")
1206 >>> print(''.join(context_diff('one\ntwo\nthree\nfour\n'.splitlines(True),
1327 >>> print(''.join(diff), end="")
1460 s = ''.join([line[0] for line in lines])
2007 data_rows=''.join(s),
2032 >>> print(''.join(restore(diff, 1)), end="")
2036 >>> print(''.join(restor
[all...]
/third_party/python/Lib/email/
H A Dheaderregistry.py31 inputs = ''.join(filter(None, (display_name, username, domain, addr_spec)))
143 adrstr = ", ".join(str(x) for x in self.addresses)
361 kwds['decoded'] = ', '.join([str(item) for item in groups])
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp457 SkFILEWStream csvOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestCSVReport).c_str()); in makeReport()
458 SkFILEWStream htmOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestReportPath).c_str()); in makeReport()
490 SkFILEWStream unitOut(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str()); in makeReport()
/third_party/vixl/tools/test_generator/
H A Ddata_types.py158 return "\n".join([operand.Declare() for operand in self.operand_list])
175 instantiate_wrapped_operands = "\n".join([
182 arguments=", ".join([operand.name for operand in self.operand_list]))
/third_party/typescript/src/testRunner/unittests/services/
H A DorganizeImports.ts1026 ].join(newLineCharacter));
1039 const sourceFile = createSourceFile("a.ts", importStrings.join("\n"), ScriptTarget.ES2015, /*setParentNodes*/ true, ScriptKind.TS);
1046 const sourceFile = createSourceFile("a.ts", exportStrings.join("\n"), ScriptTarget.ES2015, /*setParentNodes*/ true, ScriptKind.TS);
/third_party/typescript/src/testRunner/unittests/tscWatch/
H A DwatchEnvironment.ts502 subScenario: `watchOptions/with excludeFiles option${additionalFlags.join("")}`,
516 subScenario: `watchOptions/with excludeDirectories option${additionalFlags.join("")}`,
529 subScenario: `watchOptions/with excludeDirectories option with recursive directory watching${additionalFlags.join("")}`,
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp374 // A join is waiting on the thread. in dng_pthread_detach()
411 // Set HANDLE to NULL to force any later join or detach to fail. in dng_pthread_join()
417 // which is a bad idea, but it gets mapped to doing the join, but always returns NULL. in dng_pthread_join()
/third_party/python/Objects/clinic/
H A Dbytesobject.c.h238 "join($self, iterable_of_bytes, /)\n"
247 "Example: b\'.\'.join([b\'ab\', b\'pq\', b\'rs\']) -> b\'ab.pq.rs\'.");
250 {"join", (PyCFunction)bytes_join, METH_O, bytes_join__doc__},
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dtext_format_test.py65 ''.join(difflib.ndiff(golden_lines, actual_lines)))
255 golden_text = '\n'.join(self.ReadGolden('text_format_unittest_data.txt'))
264 golden_text = '\n'.join(self.ReadGolden(
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py231 short_opts = ' '.join(self.short_opts)
424 lines.append(''.join(cur_line))
456 print("\n".join(wrap_text(text, w)))
/third_party/rust/crates/version_check/src/
H A Dlib.rs440 .join(channel) in read_static()
441 .join(subdir) in read_static()
442 .join(format!("rustc-1.{}.0", minor)); in read_static()
/third_party/python/Lib/test/
H A Dtest_traceback.py205 str_name = '.'.join([X.__module__, X.__qualname__])
900 ''.join(traceback.format_tb(tb))
954 self.assertEqual(ststderr.getvalue(), "".join(stfmt))
1457 exp = "\n".join(expected)
1544 str_name = '.'.join([A.B.X.__module__, A.B.X.__qualname__])
1561 str_name = '.'.join([X.__module__, X.__qualname__])
1582 str_name = '.'.join([X.__module__, X.__qualname__])
1989 report = '\n'.join([l.rstrip() for l in report.split('\n')])
2001 s = ''.join(
2718 formatted = ''.join(te
[all...]
/test/xts/acts/request/newRequestAuthorityTest/entry/src/ohosTest/ets/test/
H A DrequestUpload001.test.ets207 expect(arr.join()).assertEqual(arr1.join());
544 expect(arr.slice(0,3).join()).assertEqual(arr1.join());
1057 expect(arr.join()).assertEqual(arr1.join());
1386 expect(arr.join()).assertEqual(arr1.join());
1573 expect(arr.join()).assertEqual(arr1.join());
[all...]
/third_party/mesa3d/
H A Dmeson.build2299 lines += 'DRI drivers: ' + ' '.join(dri_drivers)
2330 lines += 'EGL drivers: ' + ' '.join(egl_drivers)
2333 lines += 'EGL/Vulkan/VL platforms: ' + ' '.join(_platforms)
2341 lines += 'Video Codecs: ' + ' '.join(_codecs)
2345 lines += 'Vulkan drivers: ' + ' '.join(_vulkan_drivers)
2348 lines += 'Vulkan layers: ' + ' '.join(get_option('vulkan-layers'))
2364 lines += 'Gallium drivers: ' + ' '.join(gallium_drivers)
2387 lines += 'Gallium st: ' + ' '.join(gallium_st)
2400 lines += 'Perfetto ds: ' + ' '.join(with_datasources)
2405 summary = indent + ('\n' + indent).join(line
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py352 t.join()
1796 prog = os.path.join(os.path.dirname(__file__), 'echo.py')
1817 prog = os.path.join(os.path.dirname(__file__), 'echo.py')
1885 prog = os.path.join(os.path.dirname(__file__), 'echo.py')
1901 prog = os.path.join(os.path.dirname(__file__), 'echo.py')
1923 prog = os.path.join(os.path.dirname(__file__), 'echo.py')
1942 prog = os.path.join(os.path.dirname(__file__), 'echo2.py')
1963 prog = os.path.join(os.path.dirname(__file__), 'echo2.py')
1988 prog = os.path.join(os.path.dirname(__file__), 'echo3.py')
2629 th.join()
[all...]
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py39 target_path = os.path.join(OhosInfo.g_root_path, os.path.normpath(path))
120 path = os.path.join(OhosInfo.g_root_path, path)
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c410 /* join tail with head to make a circular list */ in prestera_sdma_rx_init()
559 /* join tail with head to make a circular list */ in prestera_sdma_tx_init()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c405 /* join multicast group, loop our own packet */ in main()
408 bail("join multicast group"); in main()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_info.c178 PDEBUG(DEBUG_EXTRA, "%s: last join request has not yet been " in prism2_host_roaming()
472 * mode 2 when hostscan is used without join command, so try in handle_info_queue_scanresults()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A DREADME54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde]
55 The command will be used to join or create an ibss. Optionally, operating frequency,

Completed in 39 milliseconds

1...<<201202203204205206207208209210>>...308