| /third_party/node/deps/v8/tools/unittests/ |
| H A D | run_tests_test.py | 65 basedir = os.path.join(TEST_DATA_ROOT, baseroot) 70 shutil.copy(os.path.join(basedir, 'v8_build_config.json'), builddir) 71 shutil.copy(os.path.join(basedir, 'd8_mocked.py'), builddir) 73 for suite in os.listdir(os.path.join(basedir, 'test')): 75 for entry in os.listdir(os.path.join(basedir, 'test', suite)): 77 os.path.join(basedir, 'test', suite, entry), 98 def run_tests(basedir, *args, **kwargs): 106 code = standard_runner.StandardTestRunner(basedir=basedir).execute(sys_args) 110 def override_build_config(basedir, **kwarg [all...] |
| /third_party/node/deps/npm/bin/ |
| H A D | npx | 8 basedir=`dirname "$0"` 11 *CYGWIN*) basedir=`cygpath -w "$basedir"`;; 24 NODE_EXE="$basedir/node.exe" 26 NODE_EXE="$basedir/node"
|
| H A D | npm | 8 basedir=`dirname "$0"` 11 *CYGWIN*) basedir=`cygpath -w "$basedir"`;; 24 NODE_EXE="$basedir/node.exe" 26 NODE_EXE="$basedir/node"
|
| /third_party/protobuf/kokoro/linux/ |
| H A D | make_test_output.py | 26 def readtests(basedir): 33 with open(basedir + "/joblog") as jobs: 50 for testname in os.listdir(basedir + "/logs/1"): 53 with open(basedir + "/logs/1/" + testname + "/stdout") as f: 56 with open(basedir + "/logs/1/" + testname + "/stderr") as f: 63 with open(basedir + '/logs/1/cpp/build_time', 'r') as f:
|
| /third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
| H A D | symbolize_stack_trace.py | 35 def main(basedir, cmd): 87 if path.startswith(basedir): 88 path = path[len(basedir)+1:]
|
| /third_party/python/Lib/test/ |
| H A D | test___all__.py | 82 def walk_modules(self, basedir, modpath): 83 for fn in sorted(os.listdir(basedir)): 84 path = os.path.join(basedir, fn)
|
| H A D | test_pkgutil.py | 495 self.basedir = tempfile.mkdtemp() 500 shutil.rmtree(self.basedir) 504 base_path = os.path.join(self.basedir, base.replace('.', os.path.sep)) 519 sys.path.insert(0, os.path.join(self.basedir, 'a')) 520 sys.path.insert(0, os.path.join(self.basedir, 'b'))
|
| H A D | test_pydoc.py | 333 basedir = dirname(dirname(abspath(__file__))) 335 loc = doc.getdocloc(module, basedir=basedir)
|
| /third_party/libunwind/libunwind/src/ |
| H A D | elfxx.c | 426 char basedir[strlen(file) + 1]; in load_debuglink() local 441 memcpy (basedir, file, p - file); in load_debuglink() 442 basedir[p - file] = '\0'; in load_debuglink() 445 basedir[0] = 0; in load_debuglink() 447 strcpy (newname, basedir); in load_debuglink() 454 strcpy (newname, basedir); in load_debuglink() 463 strcat (newname, basedir); in load_debuglink()
|
| /third_party/libexif/test/nls/ |
| H A D | test-nls.c | 62 const char *basedir = bindtextdomain(GETTEXT_PACKAGE, localedir); in main() local 63 printf("message basedir: %s\n", basedir); in main()
|
| /third_party/node/deps/v8/tools/testrunner/ |
| H A D | base_runner.py | 270 def __init__(self, basedir=None): 271 self.basedir = basedir or BASE_DIR 354 default=os.path.join(self.basedir, 'test')) 496 yield os.path.join(self.basedir, outdir) 499 gn_out_dir = os.path.join(self.basedir, DEFAULT_OUT_GN) 545 os.chdir(self.basedir) 587 self.basedir, 602 self.basedir,
|
| /third_party/ltp/testcases/commands/du/ |
| H A D | du01.sh | 16 ROD_SILENT mkdir basedir 17 cd basedir || tst_brk TBROK "cd basedir failed"
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_fileserver.c | 42 char* basedir; variable 176 asprintf(&fname,"%s%s",basedir,path); in standard_request_handler() 305 basedir = argv[3]; in main()
|
| /third_party/python/Lib/msilib/ |
| H A D | __init__.py | 227 def __init__(self, db, cab, basedir, physical, _logical, default, componentflags=None): 245 self.basedir = basedir 253 if basedir: 254 self.absolute = os.path.join(basedir.absolute, physical) 255 blogical = basedir.logical
|
| /third_party/python/Mac/BuildScript/ |
| H A D | build-installer.py | 212 def tweak_tcl_build(basedir, archList): 810 def build_universal_openssl(basedir, archList): 888 # copy arch-independent files from last build into the basedir framework 889 basefw = os.path.join(basedir, *FW_VERSION_PREFIX) 937 os.path.join(basedir, "usr", "local", *fn) 942 def buildRecipe(recipe, basedir, archList): 956 shellQuote(basedir))) 1024 shellQuote(basedir)[1:-1],), 1027 shellQuote(basedir)[1:-1], 1037 shellQuote(basedir)[ [all...] |
| /third_party/eudev/src/libudev/ |
| H A D | libudev-enumerate.c | 657 const char *basedir, const char *subdir1, const char *subdir2) in scan_dir_and_add_devices() 666 l = strpcpyl(&s, sizeof(path), "/sys/", basedir, NULL); in scan_dir_and_add_devices() 744 static int scan_dir(struct udev_enumerate *udev_enumerate, const char *basedir, const char *subdir, const char *subsystem) in scan_dir() argument 750 strscpyl(path, sizeof(path), "/sys/", basedir, NULL); in scan_dir() 759 scan_dir_and_add_devices(udev_enumerate, basedir, dent->d_name, subdir); in scan_dir() 656 scan_dir_and_add_devices(struct udev_enumerate *udev_enumerate, const char *basedir, const char *subdir1, const char *subdir2) scan_dir_and_add_devices() argument
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zdump.c | 243 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count); 1036 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { in getzones() argument 1041 strcpy(path, basedir); in getzones() 1084 getzones(basedir, subpath, last, count); in getzones()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | semind.c | 104 " -B, --basedir=DIR Define project top directory (default is the current directory);\n" in show_help() 253 { "basedir", required_argument, NULL, 'B' }, in parse_cmdline() 259 char *basedir = getenv("SINDEX_BASEDIR"); in parse_cmdline() local 271 basedir = optarg; in parse_cmdline() 286 if (basedir) { in parse_cmdline() 287 if (!realpath(basedir, cwd)) in parse_cmdline()
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zdump.c | 249 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count); 1042 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { in getzones() argument 1047 strcpy(path, basedir); in getzones() 1090 getzones(basedir, subpath, last, count); in getzones()
|
| /third_party/python/Lib/ |
| H A D | doctest.py | 403 basedir = os.path.split(module.__file__)[0] 407 basedir = os.path.split(sys.argv[0])[0] 409 basedir = os.curdir 423 return os.path.join(basedir, test_path)
|
| H A D | pydoc.py | 495 def getdocloc(self, object, basedir=sysconfig.get_path('stdlib')): 505 basedir = os.path.normcase(basedir) 510 (file.startswith(basedir) and 511 not file.startswith(os.path.join(basedir, 'site-packages')))) and
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| H A D | Makefile | 562 $(PYTHON) $(GENREF) -genpath $(GENERATED) -basedir $(REFPATH) \
|
| /third_party/lame/ |
| H A D | configure | 16302 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 16304 LIBICONV_PREFIX="$basedir" 16306 additional_includedir="$basedir/include" 16309 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` 16311 LIBICONV_PREFIX="$basedir" 16313 additional_includedir="$basedir/include" 16316 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'` 16318 LIBICONV_PREFIX="$basedir" 16320 additional_includedir="$basedir/include"
|