/third_party/skia/third_party/externals/spirv-cross/ |
H A D | test_shaders.py | 599 def reference_path(directory, relpath, opt): 600 split_paths = os.path.split(directory)
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | tiff_parser.cc | 57 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 D | Makefile | 25 # 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 D | xcode_emulation.py | 298 """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 D | ntfsundelete.c | 23 * 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 D | Makefile | 20 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 D | xcode_emulation.py | 298 """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 D | x_snan.S | 26 | file, README, in this same directory.
|
H A D | x_unfl.S | 25 | file, README, in this same directory.
|
H A D | x_store.S | 15 | file, README, in this same directory.
|
H A D | kernel_ex.S | 16 | file, README, in this same directory.
|
H A D | binstr.S | 64 | file, README, in this same directory.
|
H A D | scale.S | 25 | file, README, in this same directory.
|
H A D | slog2.S | 100 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 25 | file, README, in this same directory.
|
H A D | slog2.S | 100 | file, README, in this same directory.
|
H A D | x_snan.S | 26 | file, README, in this same directory.
|
H A D | x_unfl.S | 25 | file, README, in this same directory.
|
H A D | x_store.S | 15 | file, README, in this same directory.
|
H A D | kernel_ex.S | 16 | file, README, in this same directory.
|
H A D | binstr.S | 64 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-fw.c | 273 name_len = fw_csr_string(unit->directory, CSR_MODEL, in node_probe()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | Makefile | 13 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 D | Makefile | 153 PRINT_DIR = --no-print-directory 225 echo "No directory found in $(DESTDIR)$(infodir)" >&2 ; \
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | config-bisect.pl | 26 # 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";
|