Home
last modified time | relevance | path

Searched refs:file (Results 3226 - 3250 of 8131) sorted by relevance

1...<<121122123124125126127128129130>>...326

/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.h69 SharedCodeGenerator(const FileDescriptor* file, const Options& options);
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.h31 // Generates ObjectiveC code for a given .proto file.
47 // CodeGenerator implementation which generates a ObjectiveC source file and
61 bool Generate(const FileDescriptor* file,
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.h35 // Generates C++ code for a given .proto file.
50 // CodeGenerator implementation which generates a C++ source file and
83 bool Generate(const FileDescriptor* file, const std::string& parameter,
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate_and_upload.py6 # found in the LICENSE file.
26 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate_and_upload.py6 # found in the LICENSE file.
26 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/infra/bots/assets/linux_vulkan_sdk/
H A Dcreate.py6 # found in the LICENSE file.
34 '--file=%s' % tarball, '--gunzip',
42 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/infra/bots/assets/bazel/
H A Dcreate.py6 # found in the LICENSE file.
34 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/experimental/xps_to_png/
H A Dcompile_xps_to_png.bat4 @rem found in the LICENSE file.
/third_party/skia/infra/bots/recipe_modules/build/
H A Dpathkit.py3 # found in the LICENSE file.
18 api.file.ensure_directory('mkdirs out_dir', out_dir, mode=0o777)
54 # shutil.move, which attempts to delete the previous file, which
H A Dcanvaskit.py3 # found in the LICENSE file.
19 api.file.ensure_directory('mkdirs out_dir', out_dir, mode=0o777)
56 # shutil.move, which attempts to delete the previous file, which
/third_party/skia/infra/bots/recipes/
H A Dhousekeeper.py3 # found in the LICENSE file.
16 'recipe_engine/file',
29 api.file.ensure_directory('makedirs tmp_dir', api.vars.tmp_dir)
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs12 mod file; modules
/third_party/rust/crates/syn/codegen/src/
H A Dmain.rs25 mod file; modules
/third_party/skia/bench/
H A DBenchLogger.h5 * found in the LICENSE file.
18 * Class that allows logging to a file while simultaneously logging to stdout/stderr.
30 * Specify a file to write progress logs to. Unless this is called with a valid file path,
33 bool SetLogFile(const char file[]);
46 * Log the progress of the bench tool to both stdout and the log file specified by SetLogFile,
55 * Log the progress of the bench tool to both stdout and the log file specified by SetLogFile,
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc3 // found in the LICENSE file.
109 PrintF(scope.file(), " using %s%s", compiler_name, in TracePrepareJob()
119 PrintF(scope.file(), " using Sparkplug"); in TraceStartBaselineCompile()
128 PrintF(scope.file(), in TraceOptimizeOSR()
139 PrintF(scope.file(), in TraceOptimizeOSRUnavailable()
152 PrintF(scope.file(), " - took %0.3f, %0.3f, %0.3f ms", ms_creategraph, in TraceCompilationStats()
163 PrintF(scope.file(), " - took %0.3f ms", ms_timetaken); in TraceFinishBaselineCompile()
180 PrintF(scope.file(), " because: %s", in TraceAbortedJob()
193 PrintF(scope.file(), " at OSR bytecode offset %d", osr_offset.ToInt()); in TraceOptimizedCodeCacheHit()
204 PrintF(scope.file(), " becaus in TraceOptimizeForAlwaysOpt()
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp4 * you may not use this file except in compliance with the License.
139 NETMGR_EXT_LOG_E("ReadConfigData config file is return empty!"); in ReadSystemConfiguration()
424 NETMGR_EXT_LOG_E("file name is error"); in IsFileExist()
428 NETMGR_EXT_LOG_E("file path is error"); in IsFileExist()
447 std::fstream file(realPath.c_str(), std::fstream::in); in ReadFile()
448 if (!file.is_open()) { in ReadFile()
449 NETMGR_EXT_LOG_E("EthernetConfiguration read file failed.err %{public}d %{public}s", errno, strerror(errno)); in ReadFile()
453 buffer << file.rdbuf(); in ReadFile()
455 file.close(); in ReadFile()
461 std::fstream file(filePat in WriteFile()
[all...]
/third_party/elfutils/src/
H A Dnm.c1 /* Print symbol information from ELF file in human-readable form.
3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
77 { "print-file-name", 'A', NULL, 0,
78 N_("Print name of the input file before every symbol"), 0 },
126 /* Print symbols in file named FNAME. */
133 /* Handle ELF file. */
355 /* Open the file and determine the type. */
359 /* Open the file. */ in process_file()
489 error (0, 0, _("%s%s%s: file forma in handle_ar()
551 const char *file; global() member
1419 const char *file = dwarf_linesrc (line, NULL, NULL); show_symbols() local
[all...]
/third_party/gn/src/gn/
H A Dcommand_format.cc3 // found in the LICENSE file.
48 Formats .gn file to a standard format.
70 Dumps the parse tree to stdout and does not update the file or print
74 Read input from stdin and write to stdout rather than update a file
80 supported is json.) The given .gn file will be overwritten. This can be
124 void Block(const ParseNode* file);
1273 InputFile file(source_file); in FormatStringToString()
1274 file.SetContents(input); in FormatStringToString()
1278 Tokenizer::Tokenize(&file, &err, WhitespaceTransform::kInvalidToSpace); in FormatStringToString()
1327 // --dry-run only works with an actual file t in RunFormat()
1376 SourceFile file = RunFormat() local
1404 SourceFile file = source_dir.ResolveRelativeFile(Value(nullptr, arg), &err); RunFormat() local
[all...]
H A Dvisual_studio_writer.cc3 // found in the LICENSE file.
282 : file(_file), compile_type(_compile_type) {} in SourceFileCompileTypePair()
388 // Sort projects so they appear always in the same order in solution file. in RunAndWriteFiles()
389 // Otherwise solution file is rewritten and reloaded by Visual Studio. in RunAndWriteFiles()
441 // Only write the content to the file if it's different. That is in WriteProjectFiles()
637 for (const SourceFile& file : target->sources()) { in WriteProjectFileContents()
640 if (target->GetOutputFilesForSource(file, &tool_name, &tool_outputs)) { in WriteProjectFileContents()
643 compile_type, "Include", SourceFileWriter(path_output, file)); in WriteProjectFileContents()
652 SourceFileWriter(path_output, file)); in WriteProjectFileContents()
654 source_types->push_back(SourceFileCompileTypePair(&file, compile_typ in WriteProjectFileContents()
[all...]
/third_party/googletest/googletest/scripts/
H A Dupload.py76 # Max size of patch or base file.
83 The last used email address is saved to a file and offered up as a suggestion
395 # Create an empty cookie file with mode 600
398 # Always chmod the cookie file
444 help="Optional path of a file that contains "
641 """Get the content of the upstream version of a file.
645 base_content: The contents of the base file.
647 the contents of the new file, since the diff output won't contain
648 information to reconstruct the current file.
649 is_binary: True iff the file i
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c128 static int tty_usb_open(struct file *filep);
129 static int tty_usb_close(struct file *filep);
130 static ssize_t tty_usb_read(struct file *filep, char *buffer, size_t buflen);
131 static ssize_t tty_usb_write(struct file *filep, const char *buffer, size_t buflen);
1348 tty_usb_open(struct file *filep) in tty_usb_open()
1367 tty_usb_close(struct file *filep) in tty_usb_close()
1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read()
1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) in tty_usb_write()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c176 static ssize_t cdcacm_release_rxpending(FAR struct file *filep,
220 static ssize_t cdcuart_write(FAR struct file *filep,
222 static int cdcuart_open(FAR struct file *filep);
223 static int cdcuart_ioctl(FAR struct file *filep,
302 static ssize_t cdcuart_write(FAR struct file *filep, in cdcuart_write()
315 usb_err("file write failed!\r\n"); in cdcuart_write()
329 usb_err("file write failed!\r\n"); in cdcuart_write()
604 static ssize_t cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) in cdcacm_release_rxpending()
1073 /* Register a character driver inode the pseudo file system */ in cdcacm_bind()
1662 static int cdcuart_open(FAR struct file *file
[all...]
/third_party/libsnd/src/
H A Dxi.c78 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0)) in xi_open()
85 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in xi_open()
166 if (psf->file.mode == SFM_READ || psf->file.mode == SFM_RDWR) in dpcm_init()
186 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in dpcm_init()
388 /* XI file can contain up to 16 samples. */ in xi_read_header()
448 /* Currently, we can only handle 1 sample per file in xi_read_header()
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff32 # @file
123 # service, the logs logged into log file is muc usable.
211 """Return if a file is a RPM"""
342 """Return a RPM file name
366 """Get a pridictable downloaded file name with absolute path"""
387 :param str filename: a filename pointing to a RPM file in local
388 disk. Note that, this file must not exist necessarily.
720 version, release, and arch. For example, file-5.25-5.fc24.x86_64, and
721 `{'name': 'file', 'version': '5.25', 'release': '5.fc24', 'arch':
1210 six.print_(stderr, file
[all...]
/third_party/ltp/pan/
H A Dltp-pan.c15 * otherwise, applies only to this software file. Patent licenses, if
49 * - added option to create a command file with all failed tests.
103 static char *slurp(char *file);
104 static struct collection *get_collection(char *file, int optind, int argc,
143 #define Dbuffile 0x000400 /* buffer file use */
156 char *zooname = NULL; /* name of the zoo file to use */ in main()
207 case 'a': /* name of the zoo file to use */ in main()
210 case 'C': /* name of the file where all failed commands will be */ in main()
219 * in this file in main()
236 "[ -a active-file ] [ in main()
1174 get_collection(char *file, int optind, int argc, char **argv) get_collection() argument
1274 slurp(char *file) slurp() argument
[all...]

Completed in 22 milliseconds

1...<<121122123124125126127128129130>>...326