Home
last modified time | relevance | path

Searched refs:basedir (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py65 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 Dnpx8 basedir=`dirname "$0"`
11 *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
24 NODE_EXE="$basedir/node.exe"
26 NODE_EXE="$basedir/node"
H A Dnpm8 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 Dmake_test_output.py26 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 Dsymbolize_stack_trace.py35 def main(basedir, cmd):
87 if path.startswith(basedir):
88 path = path[len(basedir)+1:]
/third_party/python/Lib/test/
H A Dtest___all__.py82 def walk_modules(self, basedir, modpath):
83 for fn in sorted(os.listdir(basedir)):
84 path = os.path.join(basedir, fn)
H A Dtest_pkgutil.py495 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 Dtest_pydoc.py333 basedir = dirname(dirname(abspath(__file__)))
335 loc = doc.getdocloc(module, basedir=basedir)
/third_party/libunwind/libunwind/src/
H A Delfxx.c426 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 Dtest-nls.c62 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 Dbase_runner.py270 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 Ddu01.sh16 ROD_SILENT mkdir basedir
17 cd basedir || tst_brk TBROK "cd basedir failed"
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_fileserver.c42 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__.py227 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 Dbuild-installer.py212 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 Dlibudev-enumerate.c657 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 Dzdump.c243 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 Dsemind.c104 " -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 Dzdump.c249 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 Ddoctest.py403 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 Dpydoc.py495 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 DMakefile562 $(PYTHON) $(GENREF) -genpath $(GENERATED) -basedir $(REFPATH) \
/third_party/lame/
H A Dconfigure16302 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"

Completed in 39 milliseconds