Home
last modified time | relevance | path

Searched refs:file (Results 3151 - 3175 of 8833) sorted by relevance

1...<<121122123124125126127128129130>>...354

/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
18 # "magic" filters, see the filters at the end of the file
42 This is a OpenSSL private module to load an ordinals (F<.num>) file and
45 An ordinals file is a file that enumerates all the symbols that a shared
75 ordinals file FILENAME.
110 Two internal databases are created. One database is simply a copy of the file
195 If an ordinals file has been loaded, it gets rewritten with the data from
215 Writes the current work database data to the ordinals file FILENAM
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak7 # nmake file for creating data files on win32
18 # Optionally change the name of the data file for the UWP version.
27 # Is the directory containing this file (makedata.mak)
104 # Destination directory for the common data DLL file.
106 # The lib file for the data DLL goes in $(DLL_OUTPUT)/../lib/
128 # The destination directory for the built test data .dat file
149 # Note: This is only for the "regular" builds, the UWP builds have a separate project file entirely.
277 # - The lack of gnumake features makes nmake file construction more complex.
281 # checking file-changed timestamps in Python to build only the required subset of data.
331 # - package them into the .jar file
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.c955 FILE *file = NULL; in loader_get_json() local
969 errno_t wfopen_error = _wfopen_s(&file, filename_utf16, L"rb"); in loader_get_json()
971 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "loader_get_json: Failed to open JSON file %s", filename); in loader_get_json()
976 file = fopen(filename, "rb"); in loader_get_json()
981 if (!file) { in loader_get_json()
982 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "loader_get_json: Failed to open JSON file %s", filename); in loader_get_json()
986 // NOTE: We can't just use fseek(file, 0, SEEK_END) because that isn't guaranteed to be supported on all systems in loader_get_json()
990 fread_ret_count = fread(buffer, 1, 256, file); in loader_get_json()
991 } while (fread_ret_count == 256 && !feof(file)); in loader_get_json()
992 len = ftell(file); in loader_get_json()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.c15 #include <linux/file.h>
256 struct file *file = fget(fd); in mali_internal_sync_fence_fdget() local
258 if (NULL == file) { in mali_internal_sync_fence_fdget()
262 return file->private_data; in mali_internal_sync_fence_fdget()
499 fput(sync_fence->file); in mali_internal_sync_fence_merge()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.c18 #include <linux/file.h>
285 struct file *file = fget(fd); in mali_internal_sync_fence_fdget() local
287 if (file == NULL) { in mali_internal_sync_fence_fdget()
291 return file->private_data; in mali_internal_sync_fence_fdget()
557 fput(sync_fence->file); in mali_internal_sync_fence_merge()
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_recover.py6 # you may not use this file except in compliance with the License.
465 def trace_recover(file):
466 with open(file, 'r', encoding="gb18030", errors="ignore") as infile:
475 file_name, file_ext = os.path.splitext(file)[0], os.path.splitext(file)[1]
489 parser.add_argument('--file', '-f', type=str, required=True, help="input trace file path")
493 if not os.path.isfile(args.file):
496 trace_recover(args.file)
/third_party/ffmpeg/libavformat/
H A Dhdsenc.c5 * This file is part of FFmpeg.
39 char file[1024]; member
420 static int add_fragment(OutputStream *os, const char *file, in add_fragment() argument
439 av_strlcpy(frag->file, file, sizeof(frag->file)); in add_fragment()
482 unlink(os->fragments[i]->file); in hds_flush()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c6 * This file is part of foomatic-rip.
59 settings directly into the file, they do not necessarily send
62 the defaults given in the PPD file.
66 page-independent header part of the PostScript file. The
104 the PPD file (the user can have edited the PPD file to change
111 in the beginning of the file. This is the same policy as used by
118 the PPD file, As "pstops" does not support "real" numerical
141 FILE *file; member
162 while ((c = fgetc(s->file)) ! in stream_next_line()
192 print_ps(FILE *file, const char *alreadyread, size_t len, const char *filename) print_ps() argument
[all...]
/third_party/gn/src/gn/
H A Dninja_build_writer.cc3 // found in the LICENSE file.
107 // since those will have been written to the file and will be used in GetSelfInvocationCommandLine()
108 // implicitly in the future. Keeping --args would mean changes to the file in GetSelfInvocationCommandLine()
155 // There should always be at least two targets generating this file for this in GetDuplicateOutputError()
162 Err result(matches[0]->defined_from(), "Duplicate output file.", in GetDuplicateOutputError()
257 std::stringstream file; in RunAndWriteFile() local
260 default_toolchain, default_toolchain_targets, file, in RunAndWriteFile()
272 std::string ninja_contents = file.str(); in RunAndWriteFile()
278 // Dep file listing build dependencies. in RunAndWriteFile()
287 // Finally, write the empty build.ninja.stamp file in RunAndWriteFile()
[all...]
/third_party/libsnd/src/
H A Ddwvw.c90 if (psf->file.mode == SFM_RDWR) in dwvw_init()
100 if (psf->file.mode == SFM_READ) in dwvw_init()
107 if (psf->file.mode == SFM_WRITE) in dwvw_init()
118 if (psf->file.mode == SFM_READ) in dwvw_init()
137 if (psf->file.mode == SFM_WRITE) in dwvw_close()
177 if (psf->file.mode == SFM_READ) in dwvw_byterate()
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c891 char *file; in main() local
923 fprintf(stderr, "no file specified!\n"); in main()
927 file = argv[optind]; in main()
931 char *str = strstr(file, "a5"); in main()
933 str = strstr(file, "a6"); in main()
961 buf = (uint32_t *)os_read_file(file, &sz); in main()
964 printf("; Disassembling microcode: %s\n", file); in main()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dlibcgroup_freezer255 local file="$1"
259 if [ ! -e "${file}" ]; then
264 if [ ! -f "${file}" ]; then
265 tst_resm ${LIB_TEST_STATE} "$descr is not a regular file"
269 if [ ! -r "${file}" ]; then
274 if [ ! -w "${file}" ]; then
281 local s="$(stat "${file}")"
495 assert_cgroup_rwfile "signal.kill" "signal file"
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c104 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) in rc_if_fail_helper() argument
106 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion); in rc_if_fail_helper()
344 rc_register_file file, unsigned int index, unsigned int mask) in reg_count_callback()
347 if (file == RC_FILE_TEMPORARY) in reg_count_callback()
349 if (file == RC_FILE_INLINE) in reg_count_callback()
351 if (file == RC_FILE_CONSTANT) in reg_count_callback()
343 reg_count_callback(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) reg_count_callback() argument
/third_party/python/Lib/
H A Dcodecs.py352 stream must be a file-like object open for writing.
427 stream must be a file-like object open for reading.
678 # Optional attributes set by the file wrappers below
771 # Optional attributes set by the file wrappers below
786 stream must be a file-like object.
873 """ Open an encoded file using the given mode and return
883 The default file mode is 'r', meaning to open the file in read mode.
886 file.
896 The returned wrapped file objec
[all...]
/third_party/skia/third_party/externals/spirv-tools/
H A DAndroid.mk192 $(call generate-file-dir,$(1)/core.insts-unified1.inc)
235 # $2 is the base name of the header file, e.g. "DebugInfo".
236 # $3 is the grammar file containing token definitions.
237 $(call generate-file-dir,$(1)/$(2).h)
255 $(call generate-file-dir,$(1)/$(2).insts.inc)
277 $(call generate-file-dir,$(1)/extension_enum.inc.inc)
297 $(call generate-file-dir,$(1)/dummy_filename)
309 $(call generate-file-dir,$(1)/dummy_filename)
/third_party/spirv-tools/
H A DAndroid.mk207 $(call generate-file-dir,$(1)/core.insts-unified1.inc)
251 # $2 is the base name of the header file, e.g. "DebugInfo".
252 # $3 is the grammar file containing token definitions.
253 $(call generate-file-dir,$(1)/$(2).h)
271 $(call generate-file-dir,$(1)/$(2).insts.inc)
293 $(call generate-file-dir,$(1)/extension_enum.inc.inc)
314 $(call generate-file-dir,$(1)/dummy_filename)
326 $(call generate-file-dir,$(1)/dummy_filename)
/third_party/typescript/tests/baselines/reference/tsbuildWatch/reexport/
H A DReports-errors-correctly.js77 [12:00:37 AM] Project 'src/pure/tsconfig.json' is out of date because output file 'out/pure/tsconfig.tsbuildinfo' does not exist
81 [12:00:57 AM] Project 'src/main/tsconfig.json' is out of date because output file 'out/main/index.js' does not exist
85 [12:01:05 AM] Found 0 errors. Watching for file changes.
289 [12:01:30 AM] Found 1 error. Watching for file changes.
354 //// [/user/username/projects/reexport/out/pure/session.js] file written with same contents
362 //// [/user/username/projects/reexport/out/pure/index.js] file written with same contents
440 [12:01:53 AM] Failed to parse file 'src/main/tsconfig.json': Semantic errors.
446 [12:01:57 AM] Found 0 errors. Watching for file changes.
511 //// [/user/username/projects/reexport/out/pure/session.js] file written with same contents
518 //// [/user/username/projects/reexport/out/pure/index.js] file writte
[all...]
/third_party/python/Lib/test/
H A Dtest_sysconfig.py518 print("var1=a$(VAR2)", file=makefile)
519 print("VAR2=b$(var3)", file=makefile)
520 print("var3=42", file=makefile)
521 print("var4=$/invalid", file=makefile)
522 print("var5=dollar$$5", file=makefile)
524 "-x86_64-linux-gnu", file=makefile)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py62 file=self.my_file,
72 file=self.my_file,
99 file=self.my_file,
337 self.assertEqual("FileExtensionAnnotation", file_options.file.Extensions[
390 self.assertEqual(self.my_enum.file, self.my_file)
391 self.assertEqual(self.my_message.file, self.my_file)
/third_party/curl/tests/
H A Dvalgrind.pm10 # This software is licensed as described in the file COPYING, which
16 # furnished to do so, under the terms of the COPYING file.
42 my ($file) = @_;
44 open(my $val, "<", "$file");
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.h20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.h20 * distribution in the file COPYING); if not, write to the Free Software
30 #define NTFS_MOVE_LOC_BEST -1001 /* place big enough for entire file */
35 char *file; /* File to display */ member
36 s64 location; /* Where to place the file */
/third_party/musl/porting/linux/user/src/linux/
H A Dflock.c4 * you may not use this file except in compliance with the License.
16 #include <sys/file.h>
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser.h4 // you may not use this file except in compliance with the License.
28 /// @param file the source file
30 Program Parse(Source::File const* file);
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.h20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,

Completed in 30 milliseconds

1...<<121122123124125126127128129130>>...354