| /third_party/node/tools/ |
| H A D | js2c.py | 115 lines = [','.join(s) for s in slices] 116 array_content = ',\n'.join(lines) 139 filename = '/'.join(split) 157 definitions = ''.join(definitions) 158 initializers = '\n '.join(initializers) 175 # 2. join multiline strings
|
| /third_party/musl/scripts/ |
| H A D | print_so_deps.py | 51 print("timeout error:", " ".join(cmd), errs) 115 f.write("{}:{}\n".format(soname, ",".join(deps))) 121 f.write("{},{}\n".format(soname, ",".join(deps))) 142 abs_path = os.path.join(path, so_name) 165 print("\033[1;33m index:{} so:{} deps:[{}]\033[0m \n".format(index, cur, ",".join(deps))) 183 so_parser.saved_so_path = os.path.join(os.getcwd(), "saved/")
|
| /third_party/ninja/misc/ |
| H A D | ninja_syntax_test.py | 42 self.n._line(' '.join(['x', LONGWORD, 'y'])) 43 self.assertEqual(' $\n'.join(['x', 68 self.n._line(' '.join(['x', LONGWORD, 'y']), indent=1) 69 self.assertEqual(' $\n'.join([' ' + 'x', 75 self.n._line(' '.join(['x', LONGWORDWITHSPACES, 'y'])) 76 self.assertEqual(' $\n'.join(['x',
|
| /third_party/python/Lib/distutils/ |
| H A D | dir_util.py | 59 head = os.path.join(head, d) 93 need_dir.add(os.path.join(base_dir, os.path.dirname(file))) 140 src_name = os.path.join(src, n) 141 dst_name = os.path.join(dst, n) 171 real_f = os.path.join(path,f) 205 This is useful to make 'path' the second argument to os.path.join().
|
| H A D | unixccompiler.py | 163 output_filename = os.path.join(output_dir, output_filename) 301 shared = os.path.join(dir, shared_f) 302 dylib = os.path.join(dir, dylib_f) 303 static = os.path.join(dir, static_f) 304 xcode_stub = os.path.join(dir, xcode_stub_f) 310 shared = os.path.join(sysroot, dir[1:], shared_f) 311 dylib = os.path.join(sysroot, dir[1:], dylib_f) 312 static = os.path.join(sysroot, dir[1:], static_f) 313 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | gen_proc_table.py | 131 print(','.join(inputs)) 133 print(','.join(outputs)) 196 proc_data=",\n".join(proc_data), 239 proc_data=",\n".join(proc_data), 274 proc_data=",\n ".join(proc_data)) 280 script_name=sys.argv[0], data_source_name="cl.xml", symbol_maps="\n".join(symbol_maps))
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| H A D | validity.py | 69 '-'.join(['VUID', self.entity_name] + list(anchor)))) 71 combined = _fix_a_vs_an(' '.join(parts)) 143 return '\n'.join(self.lines) + '\n' 212 return ''.join(self.parts).strip() 223 parts.append(', anchor={}'.format('-'.join(self.anchor))) 225 return ''.join(parts)
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsPosixTestProcess.cpp | 92 // Join thread. in stop() 93 join(); in stop() 163 // Join thread. in stop() 164 join(); in stop() 192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() 203 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).getPath(); in start()
|
| /third_party/skia/src/gpu/ |
| H A D | GrStyle.cpp | 27 // One for res scale, one for style/cap/join, one for miter limit, and one for width. in KeySize() 83 SkPaint::Join join = SkPaint::kDefault_Join; in WriteKey() local 87 join = style.strokeRec().getJoin(); in WriteKey() 89 if (SkPaint::kMiter_Join == join) { in WriteKey() 95 join << kJoinShift | in WriteKey()
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
| H A D | llvm.go | 133 return filepath.Join(thisDir, path) 181 if t := toolchain(filepath.Join(path, "bin")); t != nil { 212 return filepath.Join(t.BinDir, "clang"+exeExt()) 217 return filepath.Join(t.BinDir, "clang++"+exeExt()) 222 return filepath.Join(t.BinDir, "llvm-cov"+exeExt()) 227 return filepath.Join(t.BinDir, "llvm-profdata"+exeExt())
|
| /third_party/skia/tests/ |
| H A D | RefCntTest.cpp | 29 thing1.join(); in test_refCnt() 30 thing2.join(); in test_refCnt() 61 thing1.join(); in test_weakRefCnt() 62 thing2.join(); in test_weakRefCnt() 63 thing3.join(); in test_weakRefCnt() 64 thing4.join(); in test_weakRefCnt()
|
| /third_party/skia/tools/android/ |
| H A D | upload_to_android.py | 42 SKIA_PATH_IN_ANDROID = os.path.join('external', 'skia') 46 SK_USER_CONFIG_PATH = os.path.join('include', 'config', 'SkUserConfig.h') 63 repo_dir = os.path.join(work_dir, 'bin') 64 repo_binary = os.path.join(repo_dir, 'repo') 79 android_dir = os.path.join(work_dir, 'android-repo') 177 config_file = os.path.join('include', 'config', 'SkUserConfigManual.h')
|
| /third_party/skia/tools/ |
| H A D | build_command_buffer.py | 63 chrome_src_dir = os.path.join(args.chrome_dir, 'src') 77 chrome_target_dir_rel = os.path.join('out', args.chrome_out_dir) 131 gn = os.path.join(chrome_src_dir, 'buildtools', platform, gn) 148 shared_lib_src_dir = os.path.join(chrome_src_dir, chrome_target_dir_rel) 150 shared_lib_src = os.path.join(shared_lib_src_dir, shared_lib_name) 151 shared_lib_dst = os.path.join(args.output_dir, shared_lib_name)
|
| /third_party/rust/crates/shlex/src/ |
| H A D | lib.rs | 187 pub fn join<'a, I: IntoIterator<Item = &'a str>>(words: I) -> String { in join() functions 191 .join(" ") in join() 245 assert_eq!(join(vec![]), ""); in test_join() 246 assert_eq!(join(vec![""]), "\"\""); in test_join() 247 assert_eq!(join(vec!["a", "b"]), "a b"); in test_join() 248 assert_eq!(join(vec!["foo bar", "baz"]), "\"foo bar\" baz"); in test_join()
|
| /third_party/vk-gl-cts/scripts/verify/ |
| H A D | verify.py | 26 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "log")) 27 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "build")) 101 statementPath = os.path.join(package.basePath, package.statement) 149 statusPath = os.path.join(package.basePath, s) 160 logPath = os.path.join(package.basePath, gitLog) 171 messages.append(warning(os.path.join(package.basePath, log), "Log is not empty"))
|
| /base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
| H A D | signal_handler_test.cpp | 229 std::thread (TestThread, 1, SIGILL).join(); // 1 : first thread in HWTEST_F() 230 std::thread (TestThread, 2, SIGILL).join(); // 2 : second thread in HWTEST_F() 252 std::thread (TestThread, 1, SIGBUS).join(); // 1 : first thread in HWTEST_F() 253 std::thread (TestThread, 2, SIGBUS).join(); // 2 : second thread in HWTEST_F() 275 std::thread (TestThread, 1, SIGSEGV).join(); // 1 : first thread in HWTEST_F() 276 std::thread (TestThread, 2, SIGSEGV).join(); // 2 : second thread in HWTEST_F() 360 thread.join(); in HWTEST_F() 394 thread.join(); in HWTEST_F() 514 thread.join(); in HWTEST_F()
|
| /third_party/icu/tools/scripts/ |
| H A D | uconfig_vars_test.py | 91 return ' '.join(flag_list) 110 print('Last 25 lines:\n%s\n' % '\n'.join(conf_log.decode('utf-8').splitlines()[-25:])) 116 '\n'.join(run_log.decode('utf-8').splitlines()[-50:]) 126 print('Last 25 lines:\n%s\n' % '\n'.join(conf_log.decode('utf-8').splitlines()[-25:])) 132 '\n'.join(run_log.decode('utf-8').splitlines()[-50:]) 153 print('Last 25 lines:\n%s\n' % '\n'.join(conf_log.decode('utf-8').splitlines()[-25:])) 159 print('Last 25 lines:\n%s\n' % '\n'.join(inst_log.decode('utf-8').splitlines()[-25:])) 168 '\n'.join(run_log.decode('utf-8').splitlines()[-50:]) 176 '\n'.join(run_log.decode('utf-8').splitlines()[-50:])
|
| /third_party/node/tools/icu/ |
| H A D | icutrim.py | 133 outfile = os.path.join(options.tmpdir, options.outfile) 149 cmd = os.path.join(options.toolpath, tool) + " " + cmd 184 listfile = os.path.join(options.tmpdir,"icudata.lst") 286 treelistfile = os.path.join(options.tmpdir,"%s.lst" % tree) 307 hackerrfile=os.path.join(options.tmpdir, "REMOVE.err") 308 removefile = os.path.join(options.tmpdir, "REMOVE.lst") 310 fi.write('\n'.join(remove).encode("utf-8") + b'\n') 348 treebunddir = os.path.join(treebunddir, trees[tree]["treeprefix"]) 351 treebundres = os.path.join(treebunddir,RES_INDX)
|
| /third_party/node/deps/npm/node_modules/read-package-json/lib/ |
| H A D | read-json.js | 247 fs.access(path.join(dir, 'server.js'), (err) => { 340 path.relative(dirname, path.join(cwd, man)).split(path.sep).join('/') 355 m = path.resolve(path.dirname(file), path.join('.', path.join('/', m))) 366 acc[f] = path.join(m, mf) 540 path.join(path.dirname(index), path.basename(index, path.extname(index))) 542 var dtsPath = path.join(path.dirname(file), dts) 545 data.types = dts.split(path.sep).join('/')
|
| /third_party/node/deps/npm/node_modules/npm-packlist/lib/ |
| H A D | index.js | 5 const { basename, dirname, extname, join, relative, resolve, sep } = require('path') 45 const normalizePath = (path) => path.split('\\').join('/') 50 const ignoreContent = readFile(join(root, file), { encoding: 'utf8' }) 71 const newRoot = join(root, firstRel) 72 const newRel = relative(newRoot, join(root, rel)) 208 const entryPath = join(this.path, entry).replace(/\\/g, '/') 265 this.onReadIgnoreFile(filename, `${rules.join('\n')}\n`, callback) 310 const stat = lstat(join(this.path, file.replace(/^!+/, '')).replace(/\\/g, '/')) 437 this.result.add(join(relativeFrom, file).replace(/\\/g, '/'))
|
| /third_party/lwip/src/core/ipv6/ |
| H A D | mld6.c | 301 * Join a group on one or all network interfaces. 309 * join a new group. If IP6_ADDR_ANY6, join on all netifs 310 * @param groupaddr the ipv6 address of the group to join (possibly but not 328 /* Should we join this interface ? */ 343 * Join a group on a network interface. 345 * @param netif the network interface which should join a new group. 346 * @param groupaddr the ipv6 address of the group to join (possibly but not 627 * We must join the multicast group, but we don't have a valid address yet. */
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cpp.cpp | 46 join("s.register_resource(", instance_name, "__", ", ", descriptor_set, ", ", binding, ");")); in emit_buffer_block() 73 resource_registrations.push_back(join("s.register_", lowerqual, "(", instance_name, "__", ", ", location, ");")); in emit_interface_block() 106 join("s.register_resource(", instance_name, "__", ", ", descriptor_set, ", ", binding, ");")); in emit_uniform() 113 join("s.register_uniform_constant(", instance_name, "__", ", ", location, ");")); in emit_uniform() 135 resource_registrations.push_back(join("s.register_push_constant(", instance_name, "__", ");")); in emit_push_constant_block() 461 base = join("std::array<", base, ", ", to_array_size(type, i), ">"); in argument_decl() 463 return join(constref ? "const " : "", base, " &", variable_name); in argument_decl() 482 base = join("std::array<", base, ", ", to_array_size(type, i), ">"); in variable_decl() 540 impl_type = join("ComputeShader<Impl::Shader, Impl::Shader::Resources, ", execution.workgroup_size.x, ", ", in emit_header()
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| H A D | generator_lib.py | 87 path = os.path.join(sys.argv[jinja2_path_argv_index + 1], os.pardir) 104 path = os.path.join(self.path, template) 141 return '\n'.join(result) + '\n' 196 root_dir = os.path.join(os.path.dirname(__file__), os.pardir) 299 " ".join(dependencies)) 302 sys.stdout.write(";".join(dependencies)) 321 sys.stdout.write(";".join([ 322 os.path.join(args.output_dir, render.output) for render in renders 366 output_path = os.path.join(args.output_dir, output.name)
|
| /third_party/skia/tools/calmbench/ |
| H A D | ab.py | 141 def join(self, timeout=None): member in ThreadWithException 142 super(ThreadWithException, self).join(timeout) 179 t.join() 189 ts.join() 274 return " --match " + (" ".join(patterns)) 387 ' '.join(map(str, get_lower_upper(ta))) + ", " + 388 ' '.join(map(str, get_lower_upper(tb))) + ", " + 389 ("%s, %s\n" % (' '.join(map(str, ta)), ' '.join(map(str, tb))))
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_namespace_pkgs.py | 62 root = os.path.join(os.path.dirname(__file__), 'namespace_pkgs') 66 os.path.join(self.root, path) for path in self.paths 102 sys.path.append(os.path.join(self.root, 'portion2')) 147 namespace_path = os.path.join(temp_dir, 'foo') 149 module_path = os.path.join(namespace_path, 'just_created.py') 230 fn = os.path.join('nested_portion1.zip', 'nested_portion1') 281 sys.path.append(os.path.join(self.root, 'project3')) 348 sys.path.append(os.path.join(self.root, 'portion2')) 374 expected_path = os.path.join(self.root, 'portion1', 'foo')
|