| /third_party/ltp/testcases/commands/logrotate/ |
| H A D | logrotate_tests.sh | 25 # Test #1: Test that logrotate -f <file.conf> rotates the logfile 26 # as per the specifications in the conf file. Create a file 27 # tst_logfile in /var/log/. Create a conf file such that this 29 # logrotate -f <file.conf>, check to see if it forced rotation. 33 # logrotate <file.conf> every minute. The conf file specifies 34 # that the rotation happen only if the log file exceeds 2k file 100 # check if commands tst_*, logrotate, awk and file exist [all...] |
| /third_party/mesa3d/src/imagination/csbgen/ |
| H A D | pvr_packet_helpers.h | 47 # error #define __pvr_address_type before including this file 51 # error #define __pvr_get_address before including this file 55 # error #define __pvr_make_address before including this file
|
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | mztools.c | 30 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/mesa3d/src/util/ |
| H A D | u_debug.h | 29 * @file 354 int debug_funclog_enter(const char* f, const int line, const char* file); 355 void debug_funclog_exit(const char* f, const int line, const char* file); 356 void debug_funclog_enter_exit(const char* f, const int line, const char* file); 392 * On Windows it reads C:\gallium.cfg, which is a text file with CR+LF line 397 * This file must be terminated with an extra empty line.
|
| /third_party/libinput/tools/ |
| H A D | libinput-measure-touchpad-tap.py | 35 print("Error: {}".format(e), file=sys.stderr) 46 print(msg, **kwargs, file=sys.stderr) 50 print(msg, **kwargs, file=print_dest, flush=True) 197 # This file contains multiple prints of the data in
|
| /third_party/ltp/testcases/kernel/fs/proc/ |
| H A D | proc01.c | 2 * proc01.c - Tests Linux /proc file reading. 18 * otherwise, applies only to this software file. Patent licenses, if 73 char file[PATH_MAX]; member 176 (!strcmp(obj, known_issues[i].file) || in found_errno() 177 !fnmatch(known_issues[i].file, obj, FNM_PATHNAME)) && in found_errno() 204 printf(" -m x max megabytes to read from single file\n"); in help() 254 /* Determine the file type */ in readproc() 272 /* Take appropriate action, depending on the file type */ in readproc()
|
| /third_party/node/deps/openssl/openssl/util/ |
| H A D | mkdef.pl | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 # from a given ordinals file. 29 my $ordinals_file = undef; # the ordinals file to use 299 ; Definition file for the DLL version of the $libname library from OpenSSL 421 * Test file to check all DEF file symbols are present by trying
|
| /third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
| H A D | MigrationUtilsTest.java | 5 * you may not use this file except in compliance with the License. 28 import java.nio.file.Files; 29 import java.nio.file.Path; 30 import java.nio.file.Paths;
|
| /third_party/openssl/util/ |
| H A D | mkdef.pl | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 # from a given ordinals file. 29 my $ordinals_file = undef; # the ordinals file to use 299 ; Definition file for the DLL version of the $libname library from OpenSSL 421 * Test file to check all DEF file symbols are present by trying
|
| /third_party/protobuf/benchmarks/cpp/ |
| H A D | cpp_benchmark.cc | 195 std::ifstream file(name.c_str()); in ReadFile() 196 GOOGLE_CHECK(file.is_open()) << "Couldn't find file '" << name << in ReadFile() 200 return std::string((std::istreambuf_iterator<char>(file)), in ReadFile()
|
| /third_party/vk-gl-cts/execserver/tools/ |
| H A D | xsClient.cpp | 8 * 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 D | xsPosixTestProcess.cpp | 8 * 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 D | ftdebug.c | 10 * 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 D | ErrorHandling.cpp | 9 // 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 D | mztools.c | 30 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 D | ftdebug.c | 10 * 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 D | java_generator.cc | 65 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 D | empty.pb.h | 12 #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 D | command_line_interface.h | 91 // "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 D | log_parser.py | 10 # 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 D | zstream.h | 35 # 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 D | gznorm.c | 8 // 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()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| H A D | faultlogger.cpp | 4 * you may not use this file except in compliance with the License. 377 HIVIEW_LOGI("DumpRequest: detail:%d, list:%d, file:%s, name:%s, time:%lld", in Dump() 403 for (auto &file : fileList) { in Dump() 404 std::string fileName = FileUtil::ExtractFileName(file); in Dump() 408 if (FileUtil::LoadStringFromFile(file, content)) { in Dump() 809 for (const auto& file : files) { in StartBootScan() 810 // if file type is not cppcrash, skip! in StartBootScan() 811 if (file.find("cppcrash") == std::string::npos) { in StartBootScan() 812 HIVIEW_LOGI("Skip this file(%{public}s) that the type is not cppcrash.", file in StartBootScan() [all...] |
| /base/update/updater/services/package/pkg_package/ |
| H A D | pkg_upgradefile.cpp | 4 * you may not use this file except in compliance with the License.
91 int32_t UpgradePkgFile::GetEntryOffset(size_t &dataOffset, const PkgManager::FileInfoPtr file)
in GetEntryOffset() argument 98 PKG_LOGE("More entry for and for %s %zu", file->identity.c_str(), pkgEntryMapId_.size());
in GetEntryOffset() 101 PKG_LOGI("Add file %s to package", file->identity.c_str());
in GetEntryOffset() 113 int32_t UpgradePkgFile::AddEntry(const PkgManager::FileInfoPtr file, const PkgStreamPtr inStream)
in AddEntry() argument 115 if (file == nullptr || inStream == nullptr) {
in AddEntry() 121 int32_t ret = GetEntryOffset(dataOffset, file);
in AddEntry() 127 UpgradeFileEntry *entry = static_cast<UpgradeFileEntry *>(AddPkgEntry(file->identity));
in AddEntry() 129 PKG_LOGE("Fail create pkg node for %s", file in AddEntry() [all...] |
| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
| H A D | c_service_stub_code_emitter.cpp | 4 * you may not use this file except in compliance with the License.
18 #include "util/file.h"
57 File file(filePath, File::WRITE);
in EmitServiceStubHeaderFile() 78 file.WriteData(data.c_str(), data.size());
in EmitServiceStubHeaderFile() 79 file.Flush();
in EmitServiceStubHeaderFile() 80 file.Close();
in EmitServiceStubHeaderFile() 94 for (const auto &file : headerFiles) {
in EmitStubHeaderInclusions() 95 sb.AppendFormat("%s\n", file.ToString().c_str());
in EmitStubHeaderInclusions() 123 File file(filePath, File::WRITE);
in EmitServiceStubSourceFile() 164 file in EmitServiceStubSourceFile() [all...] |