| /third_party/vixl/tools/ |
| H A D | clang_tidy.py | 141 for file in to_check: 143 command = [clang_tidy, file] + opts + ['-std=%s' % cpp_version] 144 queue.AddTest(file, command=command)
|
| /third_party/skia/third_party/externals/freetype/builds/amiga/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 45 * Based on the default `ftdebug.c' file, 114 const char* file ) in FT_Throw() 120 file, in FT_Throw() 127 FT_UNUSED( file ); in FT_Throw() 216 * See the file `include/freetype/internal/fttrace.h' for details of
|
| /third_party/skia/third_party/externals/freetype/builds/wince/ |
| 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 116 const char* file ) in FT_Throw() 122 file, in FT_Throw() 129 FT_UNUSED( file ); in FT_Throw() 217 * See the file `include/freetype/internal/fttrace.h' for details of
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_helpers.h | 138 if (!IsDescriptorProto(descriptor->file())) { in IsDescriptorOptionMessage() 154 descriptor->message_type()->file()->name() == "google/protobuf/wrappers.proto"; in IsWrapperType() 178 return IsProto2(descriptor->file()) || descriptor->has_optional_keyword(); in SupportsPresenceApi()
|
| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| H A D | python_plugin_unittest.cc | 44 #include <google/protobuf/testing/file.h> 45 #include <google/protobuf/testing/file.h> 61 virtual bool Generate(const FileDescriptor* file, in Generate() argument 112 // opposed to importlib) in the usual case where the .proto file paths do not
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | code_generator.cc | 53 // Default implementation is just to call the per file method, and prefix any in GenerateAll() 54 // error string with the file to provide context. in GenerateAll() 57 const FileDescriptor* file = files[i]; in GenerateAll() local 58 succeeded = Generate(file, parameter, generator_context, error); in GenerateAll() 65 *error = file->name() + ": " + *error; in GenerateAll()
|
| /third_party/skia/infra/bots/recipe_modules/docker/ |
| H A D | api.py | 4 # found in the LICENSE file. 49 self.m.file.ensure_directory('mkdirs out_dir', out_dir, mode=0o777) 67 self.m.file.ensure_directory( 69 self.m.file.copy('cp %s %s' % (src, dest), src, dest)
|
| /third_party/zlib/contrib/puff/ |
| H A D | pufftest.c | 10 Usage: puff [-w] [-f] [-nnn] file 13 where file is the input file with deflate data, nnn is the number of bytes 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) 28 # define SET_BINARY_MODE(file) 54 /* Read the input file *name, or stdin if name is NULL, into allocated memory. 55 Reallocate to larger buffers until the entire file is read in. Return a 57 failure. *len is the number of bytes of data read from the input file (even 58 if load() returns NULL). If the input file wa [all...] |
| /test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
| H A D | AudioRenderCommonTest.cpp | 4 * you may not use this file except in compliance with the License. 3687 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F() local 3688 ASSERT_NE(nullptr, file); in HWTEST_F() 3689 int fd = fileno(file); in HWTEST_F() 3691 fclose(file); in HWTEST_F() 3701 fclose(file); in HWTEST_F() 3714 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F() local 3715 ASSERT_NE(nullptr, file); in HWTEST_F() 3716 int fd = fileno(file); in HWTEST_F() 3718 fclose(file); in HWTEST_F() 3742 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3770 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3798 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3826 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3850 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3874 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3898 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3922 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local 3946 FILE *file = fopen(pathBuf, "wb+"); HWTEST_F() local [all...] |
| /third_party/libinput/test/ |
| H A D | litest.c | 173 litest_fail_condition(const char *file, in litest_fail_condition() argument 189 litest_log("in %s() (%s:%d)\n", func, file, line); in litest_fail_condition() 196 litest_fail_comparison_int(const char *file, in litest_fail_comparison_int() argument 207 litest_log("in %s() (%s:%d)\n", func, file, line); in litest_fail_comparison_int() 214 litest_fail_comparison_double(const char *file, in litest_fail_comparison_double() argument 225 litest_log("in %s() (%s:%d)\n", func, file, line); in litest_fail_comparison_double() 232 litest_fail_comparison_ptr(const char *file, in litest_fail_comparison_ptr() argument 238 litest_log("in %s() (%s:%d)\n", func, file, line); in litest_fail_comparison_ptr() 784 struct created_file *file = zalloc(sizeof(*file)); in litest_init_all_device_udev_rules() local 1359 struct created_file *file; litest_copy_file() local 1414 struct created_file *file; litest_install_model_quirks() local 1491 struct created_file *file; litest_install_source_quirks() local 1521 struct created_file *file = zalloc(sizeof(*file)); litest_install_device_quirks() local 1532 struct created_file *file = NULL; litest_setup_quirks() local [all...] |
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | uart.h | 4 * you may not use this file except in compliance with the License. 61 extern INT32 UartPutc(INT32 c, VOID *file); 62 extern INT32 UartOut(INT32 c, VOID *file);
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_debugger.h | 32 /* Directory of debugfs file */ 39 /* Directory of procfs file */ 49 * This structure represents a debugfs/procfs file to be created by the rga 66 ssize_t (*write)(struct file *file, const char __user *ubuf, 84 /* Each Procfs/Debugfs file. */
|
| /device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
| H A D | vmscan.h | 23 TP_PROTO(unsigned long *inactive_ratio, int file), 24 TP_ARGS(inactive_ratio, file))
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
| H A D | json_content_loader.cpp | 4 * you may not use this file except in compliance with the License. 38 // Try to use a cached file in Create() 81 bool JsonContentLoader::SetFile(CORE_NS::IFile::Ptr file) in SetFile() argument 83 file_ = BASE_NS::move(file); in SetFile()
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/ |
| H A D | library_func_mock.h | 4 * you may not use this file except in compliance with the License. 32 virtual void *dlopen(const char *file, int mode) = 0; 43 MOCK_METHOD2(dlopen, void *(const char *file, int mode));
|
| /third_party/curl/tests/ |
| H A D | test1140.pl | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 57 sub file { subroutine 60 die "no file"; 109 file($f);
|
| H A D | test971.pl | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 29 # - Make sure that the version in $opts matches the version in the file in 45 $file{$_}=1; 85 print STDERR "$f lists $v in doc but $1 in file\n"; 114 if($file{$v}) { 118 print STDERR "$v is in the doc but NOT as a file!\n";
|
| H A D | test1477.pl | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 45 my ($file)=@_; 46 open H, "<$file"; 57 $wherefrom{$name}="$file:$line"; 65 my ($file)=@_; 66 open H, "<$file"; 73 $manfrom{$name}="$file:$line";
|
| /third_party/curl/src/ |
| H A D | tool_paramhlp.h | 12 * This software is licensed as described in the file COPYING, which 18 * furnished to do so, under the terms of the COPYING file. 31 ParameterError file2string(char **bufp, FILE *file); 35 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
|
| /third_party/curl/lib/ |
| H A D | hsts.h | 12 * This software is licensed as described in the file COPYING, which 18 * furnished to do so, under the terms of the COPYING file. 57 const char *file); 59 struct hsts *h, const char *file);
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-sgi.h | 2 * SGI image file format library definitions for CUPS. 9 * law. Distribution and use rights are outlined in the file "COPYING" 10 * which should have been included with this file. 29 # define SGI_MAGIC 474 /* Magic number in image file */ 31 # define SGI_READ 0 /* Read from an SGI image file */ 32 # define SGI_WRITE 1 /* Write to an SGI image file */ 45 FILE *file; /* Image file */ member 70 extern sgi_t *sgiOpenFile(FILE *file, int mode, int comp, int bpp,
|
| /third_party/gn/src/gn/ |
| H A D | location.h | 3 // found in the LICENSE file. 12 // Represents a place in a source file. Used for error reporting. 16 Location(const InputFile* file, int line_number, int column_number); 18 const InputFile* file() const { return file_; } in file() function in Location 30 // Returns a string with the file, line, and (optionally) the character 41 // Represents a range in a source file. Used for error reporting.
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_pread64.c | 49 #include "fs/file.h"
60 * struct file instance instead of a file descriptor. Currently used
65 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes,
in file_pread64() 74 * file pointer, but will return its current setting
in file_pread64() 85 /* Then seek to the correct position in the file */
in file_pread64() 90 /* This might fail is the offset is beyond the end of file */
in file_pread64() 100 /* Restore the file position */
in file_pread64() 122 * reads from a given position in the file without changing the file
[all...] |
| H A D | fs_pread.c | 8 * you may not use this file except in compliance with the License. 31 #include "fs/file.h" 42 * struct file instance instead of a file descriptor. Currently used 47 ssize_t file_pread(struct file *filep, void *buf, size_t nbytes, in file_pread() 56 * file pointer, but will return its current setting in file_pread() 67 /* Then seek to the correct position in the file */ in file_pread() 72 /* This might fail is the offset is beyond the end of file */ in file_pread() 82 /* Restore the file position */ in file_pread() 104 * reads from a given position in the file withou [all...] |
| H A D | fs_pwrite64.c | 49 #include "fs/file.h"
60 * struct file instance instead of a file descriptor. Currently used
65 static ssize_t file_pwrite64(struct file *filep, const void *buf,
in file_pwrite64() 74 * file pointer, but will return its current setting
in file_pwrite64() 85 /* Then seek to the correct position in the file */
in file_pwrite64() 90 /* This might fail is the offset is beyond the end of file */
in file_pwrite64() 100 /* Restore the file position */
in file_pwrite64() 122 * it writes into a given position without changing the file pointer. The
125 * the file [all...] |