/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 3885 // Note that writing will fail later on if it exists and is not a directory 6512 * Watch the directory recursively using host provided method to watch child directories 6528 * Create the directory watcher for the dirPath. 6650 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6706 * Add child directory watcher to the new ChildDirectoryWatcher list 6939 * Watch the file or directory that is currently present 6940 * and when the watched file or directory is deleted, switch to missing file system entry watcher 6951 // Watch the missing file or directory or error 7003 * Watch the file or directory using fs.watchFile since fs.watch threw exception 7010 * Watch the file or directory tha [all...] |
H A D | tsserverlibrary.js | 3904 // Note that writing will fail later on if it exists and is not a directory 6531 * Watch the directory recursively using host provided method to watch child directories 6547 * Create the directory watcher for the dirPath. 6669 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6725 * Add child directory watcher to the new ChildDirectoryWatcher list 6958 * Watch the file or directory that is currently present 6959 * and when the watched file or directory is deleted, switch to missing file system entry watcher 6970 // Watch the missing file or directory or error 7022 * Watch the file or directory using fs.watchFile since fs.watch threw exception 7029 * Watch the file or directory tha [all...] |
H A D | tsserver.js | 3905 // Note that writing will fail later on if it exists and is not a directory 6532 * Watch the directory recursively using host provided method to watch child directories 6548 * Create the directory watcher for the dirPath. 6670 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6726 * Add child directory watcher to the new ChildDirectoryWatcher list 6959 * Watch the file or directory that is currently present 6960 * and when the watched file or directory is deleted, switch to missing file system entry watcher 6971 // Watch the missing file or directory or error 7023 * Watch the file or directory using fs.watchFile since fs.watch threw exception 7030 * Watch the file or directory tha [all...] |
H A D | tsc.js | 5380 function forEachAncestorDirectory(directory, callback) { 5382 var result = callback(directory); 5386 var parentPath = getDirectoryPath(directory); 5387 if (parentPath === directory) { 5390 directory = parentPath; 6404 File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5010, ts.DiagnosticCategory.Error, "File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010", "File specification cannot end in a recursive directory wildcard ('**'): '{0}'."), 6420 Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0: diag(5057, ts.DiagnosticCategory.Error, "Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057", "Cannot find a tsconfig.json file at the specified directory: '{0}'."), 6427 File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5065, ts.DiagnosticCategory.Error, "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065", "File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."), 6443 Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0: diag(5081, ts.DiagnosticCategory.Error, "Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081", "Cannot find a tsconfig.json file at the current directory [all...] |
H A D | typescript.js | 3895 // Note that writing will fail later on if it exists and is not a directory 6522 * Watch the directory recursively using host provided method to watch child directories 6538 * Create the directory watcher for the dirPath. 6660 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6716 * Add child directory watcher to the new ChildDirectoryWatcher list 6949 * Watch the file or directory that is currently present 6950 * and when the watched file or directory is deleted, switch to missing file system entry watcher 6961 // Watch the missing file or directory or error 7013 * Watch the file or directory using fs.watchFile since fs.watch threw exception 7020 * Watch the file or directory tha [all...] |
H A D | typescriptServices.js | 3895 // Note that writing will fail later on if it exists and is not a directory 6522 * Watch the directory recursively using host provided method to watch child directories 6538 * Create the directory watcher for the dirPath. 6660 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6716 * Add child directory watcher to the new ChildDirectoryWatcher list 6949 * Watch the file or directory that is currently present 6950 * and when the watched file or directory is deleted, switch to missing file system entry watcher 6961 // Watch the missing file or directory or error 7013 * Watch the file or directory using fs.watchFile since fs.watch threw exception 7020 * Watch the file or directory tha [all...] |
/third_party/ffmpeg/ |
H A D | configure | 95 --install-name-dir=DIR Darwin directory name for installed targets 367 --target-path=DIR path to view of build directory on target 368 --target-samples=DIR path to samples directory on target 4509 die "Unable to create temporary directory in $TMPDIR." 4545 variable to another directory and make sure that it is not mounted noexec. 5728 # creating directory links doesn't work
|
/third_party/icu/icu4c/source/ |
H A D | configure | 93 # Find who we are. Look in the path if we contain no directory separator. 319 # Create "$as_dir" as a directory, including parents if necessary. 360 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 852 # Installation directory options. 1261 # Check all directory arguments for consistency. 1274 # Be sure to have absolute directory names. 1279 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1307 as_fn_error $? "working directory cannot be determined" 1309 as_fn_error $? "pwd does not report name of working directory" 1315 # Try the directory containin [all...] |
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 93 # Find who we are. Look in the path if we contain no directory separator. 319 # Create "$as_dir" as a directory, including parents if necessary. 360 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 851 # Installation directory options. 1250 # Check all directory arguments for consistency. 1263 # Be sure to have absolute directory names. 1268 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1296 as_fn_error $? "working directory cannot be determined" 1298 as_fn_error $? "pwd does not report name of working directory" 1304 # Try the directory containin [all...] |
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 120 directory = testdir + os.sep + TESTDATADIR + os.sep variable 122 skip_expected = not os.path.isdir(directory) 5849 # directory and add the definitions to the DecimalTest class. This 5851 for filename in os.listdir(directory): 5857 tester = lambda self, f=filename: self.eval_file(directory + f)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 15 # COPYING in the main directory of this source tree, or the
|
H A D | sha256-avx2-asm.S | 14 # COPYING in the main directory of this source tree, or the
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 300 * That means r4 < pc || r4 - 16k page directory > &_end. 515 * r4 - 16k page directory >= r10 -> OK 853 __setup_mmu: sub r3, r4, #16384 @ Page directory size
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 319 * That means r4 < pc || r4 - 16k page directory > &_end. 455 * r4 - 16k page directory >= r10 -> OK 793 __setup_mmu: sub r3, r4, #16384 @ Page directory size
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 1638 fprintf(fp, "# directory data version : %"PRIu64"\n", data->dir.version); in print_dir_format()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 15 # COPYING in the main directory of this source tree, or the
|
H A D | sha256-avx2-asm.S | 14 # COPYING in the main directory of this source tree, or the
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 1831 fprintf(fp, "# directory data version : %"PRIu64"\n", data->dir.version); in print_dir_format()
|
/third_party/curl/tests/ |
H A D | servers.pm | 129 my $posix_pwd=$pwd; # current working directory 165 # executable bit but not a directory! 263 # Kill the processes that still have lock files in a directory 801 if(/^Remote working directory: /) {
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1765 pub fn clang_CompilationDatabase_fromDirectory(directory: *const c_char, error: *mut CXCompilationDatabase_Error) -> CXCompilationDatabase; in clang_CompilationDatabase_fromDirectory()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3920 // Note that writing will fail later on if it exists and is not a directory 6509 * Watch the directory recursively using host provided method to watch child directories 6526 * Create the directory watcher for the dirPath. 6648 // Because the child refresh is fresh, we would need to invalidate whole root directory being watched 6704 * Add child directory watcher to the new ChildDirectoryWatcher list 7004 // with another copy of ourselves to create the same directory 7257 // Call the callback for current directory 7266 * Watch the file or directory that is currently present 7267 * and when the watched file or directory is deleted, switch to missing file system entry watcher 7288 // Watch the missing file or directory o [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 50 # This script must be invoked from the toplevel directory of a git 92 # means that components can assume that the working directory is in a 297 --armc5-bin-dir=<ARMC5_bin_dir_path> ARM Compiler 5 bin directory. 298 --armc6-bin-dir=<ARMC6_bin_dir_path> ARM Compiler 6 bin directory. 569 echo "Warning - there is an existing directory at '$OUT_OF_SOURCE_DIR'" >&2 570 echo "You can either delete this directory manually, or force the test by rerunning" 4473 # enter the directory containing the target file & strip the dir from the filename 6201 # "No such file or directory", which would indicate that some required
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 91 # Find who we are. Look in the path if we contain no directory separator. 325 # Create "$as_dir" as a directory, including parents if necessary. 366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 859 # Installation directory options. 1258 # Check all directory arguments for consistency. 1271 # Be sure to have absolute directory names. 1276 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1304 as_fn_error $? "working directory cannot be determined" 1306 as_fn_error $? "pwd does not report name of working directory" 1312 # Try the directory containin [all...] |
/third_party/eudev/ |
H A D | ltmain.sh | 849 # Protect directory names starting with '-' 863 # ...otherwise throw away the child directory and loop 878 # Bail out if we (or some other process) failed to create a directory. 887 # Make a temporary directory that won't clash with other running 889 # given, BASENAME is the basename for that directory. 897 # Return a directory name, but don't create it in dry-run mode 916 func_fatal_error "cannot create temporary directory '$_G_tmpdir'" 2098 clean remove files from the build directory 2104 uninstall remove libraries from an installed directory 2645 # Source FILE, adding directory componen [all...] |
/third_party/curl/ |
H A D | ltmain.sh | 880 # Protect directory names starting with '-' 894 # ...otherwise throw away the child directory and loop 909 # Bail out if we (or some other process) failed to create a directory. 918 # Make a temporary directory that won't clash with other running 920 # given, BASENAME is the basename for that directory. 928 # Return a directory name, but don't create it in dry-run mode 947 func_fatal_error "cannot create temporary directory '$_G_tmpdir'" 2279 clean remove files from the build directory 2285 uninstall remove libraries from an installed directory 2843 # Source FILE, adding directory componen [all...] |