Home
last modified time | relevance | path

Searched refs:file (Results 2251 - 2275 of 7660) sorted by relevance

1...<<919293949596979899100>>...307

/third_party/python/PC/layout/support/
H A Dpip.py2 Extraction and file list generation for pip.
90 for file in wheels:
92 os.remove(file)
/third_party/python/PCbuild/
H A Dget_external.py65 print(f"Encountered permission error '{ex}'.{retry}", file=sys.stderr)
71 file=sys.stderr,
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py6 # found in the LICENSE file.
28 'create_and_upload.py.' % key), file=sys.stderr)
63 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py6 # found in the LICENSE file.
28 'create_and_upload.py.' % key), file=sys.stderr)
63 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest5 # found in the LICENSE file.
9 |root_dir| and appends every file as a Fuchsia package manifest entry to
61 for file in file_lines:
62 source = file
/third_party/spirv-tools/utils/
H A Dgenerate_changelog.py6 # you may not use this file except in compliance with the License.
17 # Args: <CHANGES-file> <tag> <output-file>
18 # Updates an output file with changelog from the given CHANGES file and tag.
19 # - search for first line matching <tag> in file <CHANGES-file>
21 # - writes all the lines in between those 2 tags into <output-file>
58 logging.error("usage: {} <CHANGES-path> <tag> <output-file>".format(sys.argv[0]))
67 with open(changes_path, "r") as file
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
87 to open and read the "/proc/%d/exe" file.
247 char *file = line + nread + strspn (line + nread, " \t"); in proc_maps_report() local
248 if (file[0] != '/' || (ino == 0 && dmajor == 0 && dminor == 0)) in proc_maps_report()
249 /* This line doesn't indicate a file mapping. */ in proc_maps_report()
255 /* This is another portion of the same file's mapping. */ in proc_maps_report()
256 if (strcmp (last_file, file) != 0) in proc_maps_report()
265 /* This is a different file mapping. Report the last one. */ in proc_maps_report()
270 last_file = strdup (file); in proc_maps_report()
[all...]
/third_party/ffmpeg/doc/
H A DMakefile70 $(M)makeinfo --html -I doc --no-split -D config-not-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $<
74 $(M)makeinfo --html -I doc --no-split -D config-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $<
78 $(M)texi2html -I doc -monolithic --D=config-not-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
82 $(M)texi2html -I doc -monolithic --D=config-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc68 // noted, a file path can contain either kind of path separators, or a mixture
122 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
123 // FilePath("dir/file"). If a case-insensitive extension is not
190 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
191 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
192 // the FilePath unmodified. If there is no file part ("just_a_dir/") it
201 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
204 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
226 std::string file; in MakeFileName() local
228 file in MakeFileName()
[all...]
/third_party/NuttX/include/nuttx/net/
H A Dnet.h5 * contributor license agreements. See the NOTICE file distributed with
7 * ASF licenses this file to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance with the
81 * following amount. This offset is used to distinguish file descriptors from
127 struct file; /* Forward reference */
157 FAR struct file *infile, FAR off_t *offset,
180 /* This is the internal representation of a socket reference by a file
474 * Process file table overflow.
552 * psock is a descriptor for a file, not a socket.
603 * socket 'sockfd' is unaffected by this call. Per file descripto
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java9 import static java.nio.file.LinkOption.NOFOLLOW_LINKS;
18 import java.nio.file.Files;
19 import java.nio.file.Path;
20 import java.nio.file.Paths;
55 // If present in the header of a file, this line is used to determine that the file was
57 // However if it's not present in the file, we fallback to comparing the rest of the
78 "Expected last line of %s header file to be:\n\t%s", HEADER_FILE, WAS_GENERATED_LABEL); in CleanOutputDirectoryTask()
81 "Unexpectedly large header file; please increase MAX_HEADER_CHECK_LINES constant"); in CleanOutputDirectoryTask()
177 // the header file) in execute()
[all...]
/third_party/libsnd/src/
H A Dircam.c83 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0)) in ircam_open()
90 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in ircam_open()
/third_party/mesa3d/src/amd/registers/
H A Dparse_kernel_headers.py13 'asic_reg/gca/gfx_7_2_enum.h' # the file for gfx6 doesn't exist
49 'navi10_enum.h', # the file for gfx10.3 doesn't exist
702 # Parse the offset.h file
739 # Parse the sh_mask.h file
763 # Parse the enum.h file
827 .format(gfx_level, type_name, name, field), file=sys.stderr)
873 print('First parameter should be one of: all, ' + ', '.join(gfx_levels.keys()), file=sys.stderr)
877 print('Second parameter should be the path to the amd/include directory.', file=sys.stderr)
882 print(generate_json(gfx_level, sys.argv[2]), file=open(gfx_level + '.json', 'w'))
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp24 /** @file brw_fs_register_coalesce.cpp
77 inst->src[0].file != VGRF || in is_coalesce_candidate()
81 inst->dst.file != VGRF || in is_coalesce_candidate()
304 if (scan_inst->dst.file == VGRF && in register_coalesce()
312 if (scan_inst->src[j].file == VGRF && in register_coalesce()
H A Dbrw_vec4_cmod_propagation.cpp25 /** @file brw_vec4_cmod_propagation.cpp
63 (inst->src[0].file != VGRF && inst->src[0].file != ATTR && in opt_cmod_propagation_local()
64 inst->src[0].file != UNIFORM)) in opt_cmod_propagation_local()
231 if (scan_inst->src[1].file != IMM) { in opt_cmod_propagation_local()
H A Dbrw_vec4_live_variables.cpp35 /** @file brw_vec4_live_variables.cpp
80 if (inst->src[i].file == VGRF) { in setup_def_use()
102 if (inst->dst.file == VGRF) { in setup_def_use()
281 if (inst->src[i].file == VGRF && in validate()
288 if (inst->dst.file == VGRF && in validate()
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim3 " found in the LICENSE file.
5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to
19 " Add the following to your .vimrc file:
62 """Returns the shell command to compile the file in the current buffer."""
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py5 # found in the LICENSE file.
80 """Gets the saved environment from a file for a given architecture."""
98 # The operation failed, possibly because the file is set to
107 # Attempt to make the file writable before deleting it.
231 print(filename, file=sys.stderr)
232 print("-----", file=sys.stderr)
234 print(f.read(), file=sys.stderr)
235 print("-----", file=sys.stderr)
263 """Creates a resource file pointing a SxS assembly manifest.
264 |args| is tuple containing path to resource file, pat
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-filepath.cc71 // noted, a file path can contain either kind of path separators, or a mixture
127 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
128 // FilePath("dir/file"). If a case-insensitive extension is not
194 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
195 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
196 // the FilePath unmodified. If there is no file part ("just_a_dir/") it
205 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
208 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
230 std::string file; in MakeFileName() local
232 file in MakeFileName()
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py5 # found in the LICENSE file.
80 """Gets the saved environment from a file for a given architecture."""
98 # The operation failed, possibly because the file is set to
107 # Attempt to make the file writable before deleting it.
230 print(filename, file=sys.stderr)
231 print("-----", file=sys.stderr)
233 print(f.read(), file=sys.stderr)
234 print("-----", file=sys.stderr)
262 """Creates a resource file pointing a SxS assembly manifest.
263 |args| is tuple containing path to resource file, pat
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c111 tex->coord[0].file != TGSI_FILE_INPUT || in match_aero_minification_shader()
112 tex->coord[1].file != TGSI_FILE_INPUT || in match_aero_minification_shader()
358 tex_info->coord[0].file = TGSI_FILE_INPUT; // S in llvmpipe_nir_fn_is_linear_compat()
359 tex_info->coord[1].file = TGSI_FILE_INPUT; // T in llvmpipe_nir_fn_is_linear_compat()
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c115 const char *file; in tst_kvm_print_result() local
119 file = tst_kvm_get_memptr(inst, result->file_addr); in tst_kvm_print_result()
122 tst_brk_(file, result->lineno, ttype, "%s", result->message); in tst_kvm_print_result()
124 tst_res_(file, result->lineno, ttype, "%s", result->message); in tst_kvm_print_result()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse.c3 * to tokenize, preprocess and parse a C file, and prints out
324 char *file; in main() local
326 // by default ignore -o <file> in main()
331 FOR_EACH_PTR(filelist, file) { in main()
332 check_symbols(sparse(file)); in main()
333 } END_FOR_EACH_PTR(file); in main()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dynamic_indexing.c117 unsigned file = TGSI_FILE_NULL, index = INVALID_INDEX; in remove_dynamic_indexes() local
128 file = reg->DimIndirect.File; in remove_dynamic_indexes()
133 file = reg->Indirect.File; in remove_dynamic_indexes()
137 tgsi_transform_src_reg(&inst.Src[0], file, in remove_dynamic_indexes()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() local
66 if (file == NULL) { in BIO_new_file()
81 fclose(file); in BIO_new_file()
87 BIO_set_fp(ret, file, fp_flags); in BIO_new_file()

Completed in 14 milliseconds

1...<<919293949596979899100>>...307