/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | tbldo.S | 21 | file, README, in this same directory.
|
H A D | round.S | 12 | file, README, in this same directory.
|
H A D | ssin.S | 87 | file, README, in this same directory.
|
H A D | bindec.S | 135 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dnode.c | 7 * handling directory dnode tree - adding, deleteing & searching for dirents 293 whole directory, not only file we're adding, would in hpfs_add_to_dnode() 380 * Add an entry to directory btree. 381 * I hate such crazy directory structure. 383 * I wrote this directory code 4 times. 497 hpfs_error(i->i_sb, "out of memory for dirent - directory will be corrupted"); in move_to_top() 709 /* Delete dirent from directory */ 780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes() 918 if (!S_ISDIR(inode->i_mode)) hpfs_error(inode->i_sb, "map_dirent: not a directory\n"); in map_dirent() 945 * Remove empty directory [all...] |
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dnode.c | 7 * handling directory dnode tree - adding, deleteing & searching for dirents 293 whole directory, not only file we're adding, would in hpfs_add_to_dnode() 380 * Add an entry to directory btree. 381 * I hate such crazy directory structure. 383 * I wrote this directory code 4 times. 497 hpfs_error(i->i_sb, "out of memory for dirent - directory will be corrupted"); in move_to_top() 709 /* Delete dirent from directory */ 780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes() 918 if (!S_ISDIR(inode->i_mode)) hpfs_error(inode->i_sb, "map_dirent: not a directory\n"); in map_dirent() 945 * Remove empty directory [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 14 # COPYING in the main directory of this source tree, or the
|
H A D | sha256-ssse3-asm.S | 14 # COPYING in the main directory of this source tree, or the
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | Makefile | 120 MAKEFLAGS += --no-print-directory 484 # input/output directory combination 537 # Note: we cd into output directory to ensure embedded BPF object is found
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 679 # Looks in the current directory.
|
/third_party/glslang/Test/ |
H A D | runtests | 80 echo Comparing single thread to multithread for all tests in current directory...
|
/third_party/node/src/ |
H A D | env.h | 895 inline void set_coverage_directory(const char* directory);
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 45 this._executableDir = null; // custom search directory for subcommands 121 * .description('clone a repository into a newly created directory') 641 * program.option('-C, --chdir <path>', 'change the working directory'); 1043 ? `searched for local subcommand relative to directory '${executableDir}'` 1044 : 'no directory for search for local subcommand, use .executableDir() to supply a custom directory'; 1942 * Get or set the directory for searching for executable subcommands of this command.
|
/third_party/libabigail/ |
H A D | ltmain.sh | 33 # clean remove files from the build directory 39 # uninstall remove libraries from an installed directory 488 # func_mkdir_p directory-path 497 # Protect directory names starting with `-' 511 # ...otherwise throw away the child directory and loop 526 # Bail out if we (or some other process) failed to create a directory. 534 # Make a temporary directory that won't clash with other running 536 # given, STRING is the basename for that directory. 542 # Return a directory name, but don't create it in dry-run mode 561 func_fatal_error "cannot create temporary directory \` [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 53 # clean remove files from the build directory 59 # uninstall remove libraries from an installed directory 508 # func_mkdir_p directory-path 517 # Protect directory names starting with `-' 531 # ...otherwise throw away the child directory and loop 546 # Bail out if we (or some other process) failed to create a directory. 554 # Make a temporary directory that won't clash with other running 556 # given, STRING is the basename for that directory. 562 # Return a directory name, but don't create it in dry-run mode 581 func_fatal_error "cannot create temporary directory \` [all...] |
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 282 # Make sure it puts trailing slash for directory 597 # Old V7 tars create directory members using an AREGTYPE 648 # Test if extractall() correctly restores directory permissions 1050 # Test reading a longlink directory. Issue #47231. 1296 path = os.path.join(TEMPDIR, "directory") 1311 path = os.path.join(TEMPDIR, "directory") 1324 self.assertEqual(paths, ["directory", "1", "2"]); 1520 # Test adding the current working directory. 1611 Ensure the source directory is not included in the tar header 2696 # Make an inner directory, s [all...] |
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)
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 1709 if (t && !t.isDirectory()) throw new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`); 1807 if (t && !t.isDirectory()) return o(new Error(`Cannot overwrite non-directory '${r}' with directory '${n}'.`)); 2388 if (e.endsWith(ho.sep)) throw new Error(`Filename is a directory: ${e}`); 2577 if (e.endsWith(Bo.sep)) throw new Error(`Filename is a directory: ${e}`); 2714 if (e.endsWith(Go.sep)) throw new Error(`Filename is a directory: ${e}`); 3911 if (i.isDirectory() && !s.isDirectory()) return u(new Error(`Cannot overwrite non-directory '${t}' with directory '${e}'.`)); 3912 if (!i.isDirectory() && s.isDirectory()) return u(new Error(`Cannot overwrite directory ' [all...] |
/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...] |
/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...] |