Home
last modified time | relevance | path

Searched full:join (Results 5526 - 5550 of 8405) sorted by relevance

1...<<221222223224225226227228229230>>...337

/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js111 const err = new Error(`Invalid package name "${name}" of package "${raw}": ${valid.errors.join('; ')}.`)
177 return full.length ? full.join('@') : this.raw
/third_party/libinput/tools/
H A Dlibinput-analyze-per-slot-delta.py58 return " | ".join(self.slots)
355 "".join([string for bit, string in buttons if btn_state[bit]])
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.c417 printf("attempting join on thread %p\n", in doit()
425 ("join failed on thread %d, status addr=%p: %s\n", in doit()
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c302 "join worker thread %d: %s.", in dma_thread_diotest_verify()
319 "Failed to join fork thread: %s.", in dma_thread_diotest_verify()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c323 "[child] Failed to join a grand child thread"); in threaded_A()
656 UNRESOLVED(ret, "[Parent] Failed to join a thread"); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c335 "[child] Failed to join a grand child thread"); in threaded_A()
659 UNRESOLVED(ret, "[Parent] Failed to join a thread"); in main()
/third_party/ltp/testcases/realtime/include/
H A Dlist.h218 * list_splice - join two lists
229 * list_splice_init - join two lists and reinitialise the emptied list.
/third_party/lwip/src/netif/ppp/
H A Dmultilink.c115 * Make a new bundle or join us to an existing bundle
163 * Find the appropriate bundle or join a new one. in mp_join_bundle()
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py117 character_data = ''.join(self.character_data)
284 raise TokenMismatch(" or " .join(expected_tokens), self.token)
/third_party/mindspore/
H A DREADME_CN.md8 [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w)
252 - [MindSpore Slack](https://join.slack.com/t/mindspore/shared_invite/zt-dgk65rli-3ex4xvS4wHX7UDmsQmfu8w) 开发者交流平台。
/third_party/musl/ldso/linux/
H A Dns_config.c43 static char *config_key_join(const char *join, bool start) in config_key_join() argument
47 return strncat(g_key, join, cnt); in config_key_join()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtemplate.rs315 arg_path[1..].join("::") in is_opaque()
321 last.push_str(&args.join(", ")); in is_opaque()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py86 header = '\t'.join(columns)
97 yield '\t'.join(row)
/third_party/python/Tools/scripts/
H A Dreindent.py66 sys.stderr.write(" ".join(str(arg) for arg in args))
110 fullname = os.path.join(file, name)
/third_party/python/Lib/ctypes/
H A D_aix.py281 archive = path.join(dir, base)
327 shlib = path.join(dir, soname)
H A Dutil.py60 fname = os.path.join(directory, name)
259 libfile = os.path.join(dir, "lib%s.so" % name)
/third_party/python/Lib/multiprocessing/
H A Dutil.py356 info('calling join() for process %s', p.name)
357 p.join()
/third_party/python/Lib/
H A Dcmd.py360 % ", ".join(map(str, nonstrings)))
401 self.stdout.write("%s\n"%str(" ".join(texts)))
H A Dtabnanny.py88 fullname = os.path.join(file, name)
273 return prefix + " " + ', '.join(firsts)
/third_party/python/Lib/distutils/
H A Dversion.py156 vstring = '.'.join(map(str, self.version[0:2]))
158 vstring = '.'.join(map(str, self.version))
/third_party/python/Doc/library/
H A Dreadline.rst302 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
321 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
/third_party/python/Lib/distutils/command/
H A Dconfig.py154 log.info("removing: %s", ' '.join(filenames))
303 body = "\n".join(body) + "\n"
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp58 return de::FilePath::join(dirName, getProgramFileName(index)).getPath(); in getProgramPath()
106 return de::FilePath::join(dirName, "index.bin").getPath(); in getIndexPath()
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str()); in testCaseResultComplete()
367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml"); in batchResultToSeparateXmlFiles()
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.cpp256 join(); in stop()
357 join(); in stop()

Completed in 20 milliseconds

1...<<221222223224225226227228229230>>...337