Home
last modified time | relevance | path

Searched refs:directory (Results 476 - 500 of 646) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py599 def reference_path(directory, relpath, opt):
600 split_paths = os.path.split(directory)
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc57 bool GetRational(const TiffDirectory::Tag& tag, const TiffDirectory& directory, in GetRational() argument
60 if (directory.Get(tag, &value) && in GetRational()
/kernel/linux/linux-5.10/
H A DMakefile25 # their own directory. If in some directory we have a dependency on
110 # Kbuild will save output files in the current working directory.
124 # Set the environment variable KBUILD_OUTPUT to point to the output directory.
130 # Do we want to change the working directory?
140 $(error failed to create output directory "$(KBUILD_OUTPUT)"))
149 # Suppress "Entering directory ..." unless we are changing the work directory.
150 MAKEFLAGS += --no-print-directory
158 $(error source directory canno
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py298 """Returns the directory name of the bundle represented by this target.
694 for directory in framework_dirs:
695 cflags.append("-F" + directory.replace("$(SDKROOT)", framework_root))
869 gyp-directory-relative to build-directory-relative."""
903 product_dir: The directory where products such static and dynamic
906 current gyp file to paths relative to the build directory.
911 # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS
954 # Xcode adds the product directory by default.
970 for directory i
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c23 * along with this program (in the main directory of the Linux-NTFS
421 " -d, --destination DIR Destination directory\n" in usage()
424 " -P, --parent Show parent directory\n" in usage()
947 * If @rec is a directory, but it is created after @name, then we
1402 file->directory = 1; in read_record()
1451 if (file->directory) { in calc_percentage()
1452 ntfs_log_debug("Found a directory: not recoverable.\n"); in calc_percentage()
1573 ntfs_log_quiet("Type: %s\n", (file->directory) ? "Directory" : "File"); in dump_record()
1702 if (file->directory) in list_record()
1832 * used. If the directory i
[all...]
/third_party/node/
H A DMakefile20 GNUMAKEFLAGS += --no-print-directory
270 -r ../src/ --object-directory Release/obj.target \
796 --apilinks=$(LINK_DATA) $< --output-directory=out/doc/api \
847 @$(PYTHON) -m http.server 8000 --bind 127.0.0.1 --directory out/doc/api
1096 printf "Found localization directory $$dirname\n" ; \
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py298 """Returns the directory name of the bundle represented by this target.
691 for directory in framework_dirs:
692 cflags.append("-F" + directory.replace("$(SDKROOT)", framework_root))
866 gyp-directory-relative to build-directory-relative."""
900 product_dir: The directory where products such static and dynamic
903 current gyp file to paths relative to the build directory.
908 # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS
951 # Xcode adds the product directory by default.
967 for directory i
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_snan.S26 | file, README, in this same directory.
H A Dx_unfl.S25 | file, README, in this same directory.
H A Dx_store.S15 | file, README, in this same directory.
H A Dkernel_ex.S16 | file, README, in this same directory.
H A Dbinstr.S64 | file, README, in this same directory.
H A Dscale.S25 | file, README, in this same directory.
H A Dslog2.S100 | file, README, in this same directory.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dscale.S25 | file, README, in this same directory.
H A Dslog2.S100 | file, README, in this same directory.
H A Dx_snan.S26 | file, README, in this same directory.
H A Dx_unfl.S25 | file, README, in this same directory.
H A Dx_store.S15 | file, README, in this same directory.
H A Dkernel_ex.S16 | file, README, in this same directory.
H A Dbinstr.S64 | file, README, in this same directory.
/kernel/linux/linux-5.10/drivers/media/firewire/
H A Dfiredtv-fw.c273 name_len = fw_csr_string(unit->directory, CSR_MODEL, in node_probe()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile13 MAKEFLAGS += --no-print-directory
28 # Use DESTDIR for installing into a different root directory.
30 # installed in this directory as if it was the root directory.
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile153 PRINT_DIR = --no-print-directory
225 echo "No directory found in $(DESTDIR)$(infodir)" >&2 ; \
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dconfig-bisect.pl26 # This will now pull in good config (blowing away .config in that directory
37 # directory
75 -l [optional] define location of linux-tree (default is current directory)
676 die "$tree not a directory\n";
680 die "$build not a directory\n";
750 chdir $tree || die "can't change directory to $tree";

Completed in 18 milliseconds

1...<<11121314151617181920>>...26