Home
last modified time | relevance | path

Searched refs:file (Results 2326 - 2350 of 7660) sorted by relevance

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

/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp8 * you may not use this file except in compliance with the License.
20 * \file
48 SocketError (deSocketResult result, const char* message, const char* file, int line) in SocketError() argument
49 : Error (message, deGetSocketResultName(result), file, line) in SocketError()
177 // Open result file. in run()
247 // Close output file. in run()
298 printf(" --out=filename Test result file\n"); in printHelp()
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp8 * you may not use this file except in compliance with the License.
20 * \file
108 void PipeReader::start (deFile* file) in start() argument
113 if (!deFile_setFlags(file, DE_FILE_NONBLOCKING)) in start()
116 m_file = file; in start()
195 // Remove old file if such exists. in start()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdebug.c10 * This file is part of the FreeType project, and may only be used,
13 * this file you indicate that you have read the license and
29 * Error and trace messages are sent to the log file (which can be the
133 const char* file ) in FT_Throw()
139 file, in FT_Throw()
146 FT_UNUSED( file ); in FT_Throw()
234 * See the file `include/freetype/internal/fttrace.h' for details of
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp9 // This file defines an API used to indicate fatal error conditions. Non-fatal
199 void llvm::llvm_unreachable_internal(const char *msg, const char *file, in llvm_unreachable_internal() argument
207 if (file) in llvm_unreachable_internal()
208 dbgs() << " at " << file << ":" << line; in llvm_unreachable_internal()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.c30 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered) in unzRepair()
31 const char* file; in unzRepair()
38 FILE* fpZip = fopen(file, "rb");
62 unsigned int fnsize = READ_16(header + 26); /* file name length */
254 /* Final merge (file + central directory) */
275 /* Wipe temporary file */
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dftdebug.c10 * This file is part of the FreeType project, and may only be used,
13 * this file you indicate that you have read the license and
29 * Error and trace messages are sent to the log file (which can be the
146 const char* file ) in FT_Throw()
152 file, in FT_Throw()
159 FT_UNUSED( file ); in FT_Throw()
247 * See the file `include/freetype/internal/fttrace.h' for details of
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc65 bool JavaGenerator::Generate(const FileDescriptor* file, in Generate() argument
121 file_generators.push_back(new FileGenerator(file, file_options, in Generate()
125 file_generators.push_back(new FileGenerator(file, file_options, in Generate()
152 // Generate main java file. in Generate()
183 // Generate output list. This is just a simple text file placed in a in Generate()
194 // Generate output list. This is just a simple text file placed in a in Generate()
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h91 // "Generate Foo file.");
99 // The .proto file to compile can be specified on the command line using either
100 // its physical file path, or a virtual path relative to a directory specified
103 // 1. protoc --proto_path=src src/foo.proto (physical file path)
106 // If a file path can be interpreted both as a physical file path and as a
107 // relative virtual path, the physical file path takes precendence.
120 // * flag_name: The command-line flag used to specify an output file of
195 // always try to find the .proto file relative to the current directory
196 // first and if the file i
[all...]
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py10 # you may not use this file except in compliance with the License.
106 def getNextTestCaseResult (self, file):
111 isNextResult = self.parseLine(next(file))
113 isNextResult = self.parseLine(next(file))
119 # If end of file was reached and there is no log left, the parsing finished successful (return None).
/third_party/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
59 /* Opens a gzip (.gz) file for reading.
60 * open() can be used to read a file which is not in gzip format;
61 * in this case read() will directly read from the file without
76 /* Flushes all pending input if necessary, closes the compressed file
85 /* Binary read the given number of bytes from the compressed file.
92 * given compressed file. errnum is set to zlib error number. If an
93 * error occurred in the file syste
[all...]
/third_party/zlib/examples/
H A Dgznorm.c8 // header is normalized, removing the file name and time stamp, and setting the
27 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
29 # define SET_BINARY_MODE(file)
109 // Write a canonical gzip header (no mod time, file name, comment, extra in gzip_normalize()
418 // Process input until end of file, invalid input, or i/o error. in gzip_normalize()
/third_party/python/Lib/test/
H A Dtest_nntplib.py33 # - test the `file` arg to more commands
270 if not hasattr(server, 'file'):
426 # Using BufferedRWPair instead of BufferedRandom ensures the file
428 file = io.BufferedRWPair(sio, sio)
429 return (sio, file)
435 self.file = f
440 self.file.close()
441 del self.file
458 self.sio, file = make_mock_file(self.handler)
459 self.server = NNTPServer(file, 'tes
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h32 // This header file declares functions and macros used internally by
493 : file(a_file), line(a_line) {} in CodeLocation()
495 std::string file; member
603 bool AddTestName(const char* file, int line, const char* case_name, in AddTestName() argument
609 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
614 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
632 const char* file, int line,
737 code_location.file.c_str(), code_location.line), in Register()
739 code_location.file.c_str(), code_location.line), in Register()
789 FormatFileLocation(code_location.file in Register()
[all...]
/third_party/icu/icu4c/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
156 # Note: This is only for the "regular" builds, the UWP builds have a separate project file entirely.
296 # - The lack of gnumake features makes nmake file construction more complex.
300 # checking file-changed timestamps in Python to build only the required subset of data.
350 # - package them into the .jar file
[all...]
/third_party/libsnd/src/
H A Dsds.c116 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0)) in sds_open()
124 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in sds_open()
151 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in sds_close()
192 if (psf->file.mode == SFM_READ || psf->file.mode == SFM_RDWR) in sds_init()
202 if (psf->file.mode == SFM_WRITE || psf->file in sds_init()
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h37 // This file is fundamental to Google Test. All other Google Test source
924 // Formats a source file path and a line number as they would appear
926 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
928 // Formats a file location for compiler-independent XML output.
931 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
952 GTestLog(GTestLogSeverity severity, const char* file, int line);
1127 // Returns the size (in bytes) of a file.
1128 GTEST_API_ size_t GetFileSize(FILE* file);
1130 // Reads the entire content of a file as a string.
1131 GTEST_API_ std::string ReadEntireFile(FILE* file);
1984 FileNo(FILE* file) FileNo() argument
1988 FileNo(FILE* file) FileNo() argument
[all...]
H A Dgtest-internal.h32 // This header file declares functions and macros used internally by
482 : file(a_file), line(a_line) {} in CodeLocation()
484 std::string file; member
582 bool AddTestName(const char* file, int line, const char* case_name, in AddTestName() argument
588 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
593 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
611 const char* file, int line, const char* registered_tests);
714 code_location.file.c_str(), code_location.line), in Register()
716 code_location.file.c_str(), code_location.line), in Register()
760 FormatFileLocation(code_location.file in Register()
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h32 // This header file declares functions and macros used internally by
478 : file(a_file), line(a_line) {} in CodeLocation()
480 std::string file; member
588 bool AddTestName(const char* file, int line, const char* case_name, in AddTestName() argument
594 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
599 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
617 const char* file, int line,
722 code_location.file.c_str(), code_location.line), in Register()
724 code_location.file.c_str(), code_location.line), in Register()
774 FormatFileLocation(code_location.file in Register()
[all...]
/third_party/node/deps/openssl/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/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...]
/third_party/cups-filters/fontembed/
H A Dsfnt.c113 if (res==length) { // file size not multiple of 4, pad with zero in otf_read()
224 // {{{ checksum whole file in otf_do_load()
280 OTF_FILE *otf_load(const char *file) // {{{ in otf_load() argument
286 if ((f=fopen(file,"rb"))==NULL) { in otf_load()
288 char *tmp=strrchr(file,'/'),*end; in otf_load()
292 end=malloc((tmp-file+1)*sizeof(char)); in otf_load()
297 strncpy(end,file,tmp-file); in otf_load()
298 end[tmp-file]=0; in otf_load()
304 fprintf(stderr,"Could not open \"%s\": %s\n", file, strerro in otf_load()
[all...]
/third_party/gn/src/gn/
H A Dparser.cc3 // found in the LICENSE file.
20 GN build files are read as sequences of tokens. While splitting the file
666 Err(tokens_[tokens_.size() - 1], "Unexpected end of file in list."); in ParseList()
686 std::unique_ptr<BlockNode> file = in ParseFile() local
694 file->append_statement(std::move(statement)); in ParseFile()
705 AssignComments(file.get()); in ParseFile()
707 return file; in ParseFile()
825 void Parser::AssignComments(ParseNode* file) { in AssignComments() argument
830 TraverseOrder(file, &pre, &post); in AssignComments()
836 CHECK_EQ(node, file) << "Onl in AssignComments()
[all...]

Completed in 25 milliseconds

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