| /third_party/googletest/googlemock/scripts/generator/cpp/ |
| H A D | gmock_class.py | 61 modifiers = ' '.join(ast_type.modifiers) + ' ' 69 return_type += '<' + ', '.join(template_args) + '>' 141 (indent, return_type, node.name, ', '.join(args), modifiers) 171 lines.append('template <' + ', '.join(template_decls) + '>') 172 parent_name += '<' + ', '.join(template_args) + '>' 203 (filename, ', '.join(missing_class_name_list))) 213 '.'.join(map(str, _VERSION))) 243 sys.stdout.write('\n'.join(lines))
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-rmdir-recursive.js | 21 path.join(tmpdir.path, `${name}-${count++}`); 25 fs.writeFileSync(path.join(dirname, 'text.txt'), 'hello', 'utf8'); 30 fs.writeFileSync(path.join(dirname, `f-${depth}-${f}`), '', options); 37 path.join(dirname, `link-${depth}-good`), 44 path.join(dirname, `link-${depth}-bad`), 50 fs.writeFileSync(path.join(dirname, '[a-z0-9].txt'), '', options); 59 path.join(dirname, `folder-${depth}-${f}`), 66 path.join(dirname, `d-${depth}-${f}`),
|
| H A D | test-policy-parse-integrity.js | 23 const tmpdirPath = path.join(tmpdir.path, 'test-policy-parse-integrity'); 27 const policyFilepath = path.join(tmpdirPath, 'policy'); 29 const parentFilepath = path.join(tmpdirPath, 'parent.js'); 32 const depFilepath = path.join(tmpdirPath, 'dep.js'); 44 const packageFilepath = path.join(tmpdirPath, 'package.json');
|
| H A D | test-runner-import-no-scheme.js | 32 const packageRoot = path.join(tmpdir.path, 'node_modules', 'test'); 33 const reportersDir = path.join(tmpdir.path, 'node_modules', 'test', 'reporters'); 34 const indexFile = path.join(packageRoot, 'index.js'); 35 const reportersIndexFile = path.join(reportersDir, 'index.js'); 62 const dummyFile = path.join(tmpdir.path, 'file.js');
|
| H A D | test-module-stat.js | 10 const { join } = require('path'); 12 const directory = join(tmpdir.path, 'directory'); 13 const doesNotExist = join(tmpdir.path, 'does-not-exist'); 14 const file = join(tmpdir.path, 'file.js');
|
| /third_party/node/test/testpy/ |
| H A D | __init__.py | 108 all_tests = [current_path + [t] for t in self.Ls(os.path.join(self.root))] 112 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], "")) 143 if os.path.isdir(os.path.join(path, subpath)): 144 for f in os.listdir(os.path.join(path, subpath)): 150 all_tests = [current_path + t for t in self.Ls(os.path.join(self.root))] 154 file_path = os.path.join(self.root, reduce(os.path.join, tst[1:], "") + ".js")
|
| /third_party/node/deps/v8/tools/ |
| H A D | gen-keywords-gen-h.py | 64 "".join(dchecks) + r'static const unsigned char asso_values[32] = {', 76 "".join(dchecks) + r'static const unsigned char asso_values[128] = {', 113 % (new_table_length, "".join([',0'] * table_padding_len)), 132 % (new_table_length, "".join( 222 root_dir = os.path.join(script_dir, '..') 238 clang_format_path = os.path.join(root_dir, 242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f: 248 sys.stderr.write("Error calling '{}'\n".format(" ".join(e.cmd)))
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| H A D | android.py | 15 os.path.join(os.path.dirname(__file__), '..', '..', '..')) 16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android') 77 file_on_host = os.path.join(host_dir, file_name) 83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name) 84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name) 150 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary) 156 cwd=os.path.join(DEVICE_DIR, rel_path), 162 return '\n'.join(output)
|
| /third_party/rust/crates/bindgen/bindgen-integration/ |
| H A D | build.rs | 162 let out_rust_file = out_path.join("test.rs"); in setup_macro_test() 166 let out_dep_file = out_path.join("test.d"); in setup_macro_test() 212 let out_rust_file = out_path.join("extern.rs"); in setup_wrap_static_fns_test() 217 let input_header_file_path = input_header_dir.join("wrap-static-fns.h"); in setup_wrap_static_fns_test() 228 out_path.join("wrap_static_fns").display().to_string(), in setup_wrap_static_fns_test() 236 let obj_path = out_path.join("wrap_static_fns.o"); in setup_wrap_static_fns_test() 237 let lib_path = out_path.join("libwrap_static_fns.a"); in setup_wrap_static_fns_test() 244 .arg(out_path.join("wrap_static_fns.c")) in setup_wrap_static_fns_test()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | gen_overlay_fonts.py | 150 print(','.join([out_file_cpp, out_file_h])) 259 font_glyph_widths=','.join(map(str, font_glyph_widths)), 260 font_glyph_heights=','.join(map(str, font_glyph_heights)), 263 font_layers='\n'.join(font_layers))) 281 font_layer_widths=','.join(font_layer_widths), 282 font_layer_heights=','.join(font_layer_heights), 283 font_data='\n'.join(font_data), 284 get_font_layer_pixel=''.join(get_font_layer_pixel)))
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_format_table.py | 206 image_list=", ".join(image_struct_template.format(**image_args(i)) for i in images)) 215 buffer_list=", ".join( 244 print(','.join(inputs)) 246 print(','.join(outputs)) 252 angle_to_gl = angle_format.load_inverse_table(os.path.join('..', 'angle_format_map.json')) 273 format_case_data="\n".join(vk_cases), 274 format_id_cases=",\n".join(format_id_cases), 275 vk_format_cases="".join(vk_format_cases),
|
| /third_party/skia/gm/ |
| H A D | quadpaths.cpp | 38 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 45 paint.setStrokeJoin(join); in drawPath() 76 SkPaint::Join fJoin; 168 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 175 paint.setStrokeJoin(join); in drawPath() 206 SkPaint::Join fJoin; 37 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument 167 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
|
| /third_party/spirv-tools/test/diff/diff_files/ |
| H A D | generate_tests.py | 116 out_path = os.path.join(tmp_dir, out_name) 142 return '\n'.join([comment_prefix + (' ' if line.strip() else '') + line for line in text.splitlines()]) 170 return '\n'.join(spirv_block), '\n'.join(comment_block) 191 print(' '.join(args)) 241 '\n '.join(['options.ignore_set_binding = true;', 'options.ignore_location = true;']))) 260 extra_tests = ''.join(extra_tests)) 275 test_files = '\n'.join(['"diff_files/{}"'.format(f) for f in test_files]))
|
| /third_party/python/Tools/peg_generator/scripts/ |
| H A D | download_pypi_packages.py | 23 with open(os.path.join("data", f"{filename}.json"), "r") as f: 29 path = os.path.join("data", f"{filename}.json") 35 urlretrieve(url, os.path.join("data", f"{package_name}.json")) 46 urlretrieve(url, os.path.join("data", "pypi", filename)) 63 os.mkdir(os.path.join("data", "pypi"))
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't 46 # result 6: strip comments and blanks, plus join lines (and 55 filename = os.path.join(tmpdir, "test.txt") 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| H A D | run-subset-fuzzer-tests.py | 21 return 'error: timeout, ' + ' '.join (command), 1 27 hb_subset_fuzzer = os.path.join (top_builddir, "hb-subset-fuzzer" + EXEEXT) 48 path = os.path.join(parent_path, file) 68 run_dir (os.path.join (srcdir, "..", "subset", "data", "fonts")) 69 run_dir (os.path.join (srcdir, "fonts"))
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | es2018IntlAPIs.symbols | 12 console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', '));
16 >Intl.PluralRules.supportedLocalesOf(locales, options).join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
24 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
|
| H A D | es2018IntlAPIs.types | 18 console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', '));
19 >console.log(Intl.PluralRules.supportedLocalesOf(locales, options).join(', ')) : void
23 >Intl.PluralRules.supportedLocalesOf(locales, options).join(', ') : string
24 >Intl.PluralRules.supportedLocalesOf(locales, options).join : (separator?: string) => string
33 >join : (separator?: string) => string
|
| /third_party/skia/infra/bots/recipe_modules/build/ |
| H A D | android.py | 11 skia_dir = checkout_root.join('skia') 35 'ndk': quote(api.vars.workdir.join(ndk_path)), 65 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.items())) 66 gn = skia_dir.join('bin', 'gn') 70 script=skia_dir.join('bin', 'fetch-gn'),
|
| /third_party/skia/infra/bots/assets/armhf_sysroot/ |
| H A D | create.py | 38 os.path.join(target_dir, 'gcc-cross')) 42 os.path.join(target_dir, 'lib')) 44 os.path.join(target_dir, 'lib')) 51 bad_libpthread = os.path.join(target_dir, "lib", "libpthread.so") 58 bad_libc = os.path.join(target_dir, "lib", "libc.so")
|
| /third_party/skia/infra/bots/ |
| H A D | test_utils.py | 26 dname = os.path.join(self._cwd, dname) 32 fname = os.path.join(self._cwd, fname) 39 fname = os.path.join(self._cwd, fname) 57 pathA = os.path.join(a, prefix, f) 58 pathB = os.path.join(b, prefix, f)
|
| H A D | zip_utils_test.py | 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 33 fw.write(os.path.join('subdir', 'd.txt'), 0o640) 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 47 fw.write(os.path.join('.git', 'index')) 59 fw.remove(os.path.join('.git', 'index'))
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | Paint.java | 70 public enum Join { enum in Paint 75 private Join(int nativeInt) { in Join() method in Paint.Join 80 public Paint setStrokeJoin(Join join) { in setStrokeJoin() argument 81 nSetStrokeJoin(mNativeInstance, join.nativeInt); in setStrokeJoin()
|
| /third_party/python/Lib/ |
| H A D | mailbox.py | 276 'tmp': os.path.join(self._path, 'tmp'), 277 'new': os.path.join(self._path, 'new'), 278 'cur': os.path.join(self._path, 'cur'), 311 dest = os.path.join(self._path, subdir, uniq + suffix) 336 os.remove(os.path.join(self._path, self._lookup(key))) 363 tmp_path = os.path.join(self._path, temp_subpath) 364 new_path = os.path.join(self._path, subdir, key + suffix) 376 with open(os.path.join(self._path, subpath), 'rb') as f: 385 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath))) 390 with open(os.path.join(sel [all...] |
| /third_party/python/Mac/IDLE/IDLE.app/Contents/MacOS/ |
| H A D | IDLE | 5 executable = os.path.join(execdir, "Python") 6 resdir = os.path.join(os.path.dirname(execdir), "Resources") 7 libdir = os.path.join(os.path.dirname(execdir), "Frameworks") 8 mainprogram = os.path.join(resdir, "idlemain.py")
|