Home
last modified time | relevance | path

Searched refs:file (Results 2801 - 2825 of 8833) sorted by relevance

1...<<111112113114115116117118119120>>...354

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c111 tex->coord[0].file != TGSI_FILE_INPUT || in match_aero_minification_shader()
112 tex->coord[1].file != TGSI_FILE_INPUT || in match_aero_minification_shader()
358 tex_info->coord[0].file = TGSI_FILE_INPUT; // S in llvmpipe_nir_fn_is_linear_compat()
359 tex_info->coord[1].file = TGSI_FILE_INPUT; // T in llvmpipe_nir_fn_is_linear_compat()
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c115 const char *file; in tst_kvm_print_result() local
119 file = tst_kvm_get_memptr(inst, result->file_addr); in tst_kvm_print_result()
122 tst_brk_(file, result->lineno, ttype, "%s", result->message); in tst_kvm_print_result()
124 tst_res_(file, result->lineno, ttype, "%s", result->message); in tst_kvm_print_result()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse.c3 * to tokenize, preprocess and parse a C file, and prints out
324 char *file; in main() local
326 // by default ignore -o <file> in main()
331 FOR_EACH_PTR(filelist, file) { in main()
332 check_symbols(sparse(file)); in main()
333 } END_FOR_EACH_PTR(file); in main()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dynamic_indexing.c117 unsigned file = TGSI_FILE_NULL, index = INVALID_INDEX; in remove_dynamic_indexes() local
128 file = reg->DimIndirect.File; in remove_dynamic_indexes()
133 file = reg->Indirect.File; in remove_dynamic_indexes()
137 tgsi_transform_src_reg(&inst.Src[0], file, in remove_dynamic_indexes()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() local
66 if (file == NULL) { in BIO_new_file()
81 fclose(file); in BIO_new_file()
87 BIO_set_fp(ret, file, fp_flags); in BIO_new_file()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java5 * you may not use this file except in compliance with the License.
59 * Retrieves the form data for either a single number migration or a file migration from the index.jsp file and calls
67 String file = ""; in doPost()
85 } else if (item.getFieldName().equals("file")) { in doPost()
88 file = IOUtils.toString(in); in doPost()
115 } else if (!file.isEmpty() && !countryCode.isEmpty()) { in doPost()
117 StringTokenizer tokenizer = new StringTokenizer(file, "\n"); in doPost()
126 /** Retrieves the form data for the numbers after a file migration and downloads them as a text file
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_global_objects.py114 # The file must have been a temporary file.
135 def __init__(self, file):
137 self.file = file
153 self.file.writelines((" "*self.level, arg, eol))
170 """Like open() but only write to the file if it changed."""
191 # Read the non-generated part of the file.
200 # Generate the file.
242 # Read the non-generated part of the file
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs40 /// Descriptor for a field or extension within a message in a .proto file.
52 /// Get the field's containing message type, or <c>null</c> if it is a field defined at the top level of a file as an extension.
69 /// but can be overridden using the <c>json_name</c> option in the .proto file.
95 internal FieldDescriptor(FieldDescriptorProto proto, FileDescriptor file, in FieldDescriptor() argument
97 : base(file, file.ComputeFullName(parent, proto.Name), index) in FieldDescriptor()
120 file.DescriptorPool.AddSymbol(this); in FieldDescriptor()
163 /// Maps a field type as included in the .proto file to a FieldType.
254 /// Returns the field number declared in the proto file.
/third_party/python/Lib/distutils/
H A Dbcppcompiler.py108 # This is already a binary file -- skip it.
111 # This needs to be compiled to a .res file -- do it now.
124 # Unknown file type -- no extra options. The compiler
126 # file the compiler recognizes even if we don't.
131 # Compiler command line syntax is: "bcc32 [options] file(s)".
132 # Note that the source file names must appear at the end of
217 # Create a temporary exports file for use by the linker
237 for file in objects2:
238 (base, ext) = os.path.splitext(os.path.normcase(file))
240 resources.append(file)
[all...]
H A Dfancy_getopt.py360 def print_help(self, header=None, file=None):
361 if file is None:
362 file = sys.stdout
364 file.write(line + "\n")
/third_party/python/Lib/dbm/
H A Ddumb.py3 For database spam, spam.dir contains the index (a text file),
4 spam.bak *may* contain a backup of the index (also a text file),
5 while spam.dat contains the data (a binary file).
53 # The directory file is a text file. Each line looks like
56 # file of the associated value's first byte, and siz is the number
60 # The data file is a binary file pointed into by the directory
61 # file, and holds the values associated with keys. Each value
67 # The index is an in-memory dict, mirroring the directory file
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_file.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
60 FILE *file = openssl_fopen(filename, mode); in BIO_new_file() local
66 if (file == NULL) { in BIO_new_file()
81 fclose(file); in BIO_new_file()
87 BIO_set_fp(ret, file, fp_flags); in BIO_new_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCompiler.h9 // This file defines several macros, based on the current compiler. This allows
449 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv);
450 void AnnotateHappensBefore(const char *file, int line, const volatile void *cv);
451 void AnnotateIgnoreWritesBegin(const char *file, int line);
452 void AnnotateIgnoreWritesEnd(const char *file, int line);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h5 // This file is distributed under the University of Illinois Open Source
10 // This file defines several macros, based on the current compiler. This allows
419 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv);
420 void AnnotateHappensBefore(const char *file, int line, const volatile void *cv);
421 void AnnotateIgnoreWritesBegin(const char *file, int line);
422 void AnnotateIgnoreWritesEnd(const char *file, int line);
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
32 var script = flag.String("script", "", "A file with jobs to run, one per line. - for stdin.")
131 // Anything left ought to be on the file system: a file, a directory, or a glob.
178 file := os.Stdin
180 file, err = os.Open(*script)
184 defer file.Close()
187 scanner := bufio.NewScanner(file)
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dwhen-input-file-text-does-not-change-but-its-modified-time-changes.js139 [12:00:07 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
143 [12:00:18 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
147 [12:00:29 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist
165 {"version":3,"file":"second-output.d.ts","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD,cAAM,CAAC;IACH,WAAW;CAGd"}
186 {"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"}
189 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":285,"kind":"text"}],"mapHash":"9890117190-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}","hash":"-23059753096-var N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\n//# sourceMappingURL=second-output.js.map"},"dts":{"sections":[{"pos":0,"end":100,"kind":"text"}],"mapHash":"7640041563-{\"version\":3,\"file\":\"second-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD,cAAM,CAAC;IACH,WAAW;CAGd\"}","hash":"7752788385-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\n//# sourceMappingURL=second-output.d.ts.map"}},"program":{"fileNames":["../second/second_part1.ts","../second/second_part2.ts"],"fileInfos":["-21603042336-namespace N {\r\n // Comment text\r\n}\r\n\r\nnamespace N {\r\n function f() {\r\n console.log('testing');\r\n }\r\n\r\n f();\r\n}\r\n","9339262372-class C {\r\n doSomething() {\r\n console.log(\"something got done\");\r\n }\r\n}\r\n"],"options":{"composite":true,"outFile":"./second-output.js"},"outSignature":"7003440774-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\n","latestChangedDtsFile":"./second-output.d.ts"},"version":"FakeTSVersion"}
244 "mapHash": "9890117190-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}"
255 "mapHash": "7640041563-{\"version\":3,\"file\":\"second-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD,cAAM,CAAC;IACH,WAAW;CAGd\"}"
290 {"version":3,"file"
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc87 unittest::TestAllTypes::descriptor()->file()->CopyTo(&unittest_file); in SetUp()
88 unittest_import::ImportMessage::descriptor()->file()->CopyTo( in SetUp()
90 unittest_import::PublicImportMessage::descriptor()->file()->CopyTo( in SetUp()
92 proto2_nofieldpresence_unittest::TestAllTypes::descriptor()->file()->CopyTo( in SetUp()
H A Dmessage.cc213 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool()) in RegisterType()
217 // This should only be called as a result of calling a file registration in RegisterType()
236 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL; in GetPrototype()
238 // Apparently the file hasn't been registered yet. Let's do that now. in GetPrototype()
240 FindPtrOrNull(file_map_, type->file()->name().c_str()); in GetPrototype()
244 << type->file()->name(); in GetPrototype()
/third_party/python/Modules/clinic/
H A Dpyexpat.c.h50 "ParseFile($self, file, /)\n"
53 "Parse XML data from file-like object.");
60 PyObject *file);
69 PyObject *file; in pyexpat_xmlparser_ParseFile() local
75 file = args[0]; in pyexpat_xmlparser_ParseFile()
76 return_value = pyexpat_xmlparser_ParseFile_impl(self, cls, file); in pyexpat_xmlparser_ParseFile()
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Ddefault.py3 # found in the LICENSE file.
96 self.m.file.ensure_directory(
100 """Reads the specified file."""
101 return self.m.file.read_text('read %s' % path, path)
104 """Removes the specified file."""
105 return self.m.file.remove('remove %s' % path, path)
177 self.m.file.ensure_directory('makedirs dumps', dumps_dir)
211 # This is the output file for the coverage data. Just running the binary
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py3 # found in the LICENSE file.
73 api.file.ensure_directory('makedirs swiftshader_out', out)
385 xcode_clang_ver_dirs = api.file.listdir(
393 dylibs = api.file.glob_paths('find xSAN dylibs', dylib_dir,
401 api.file.copy('copy %s' % api.path.basename(f), f, dst)
/base/startup/init/services/utils/
H A Dinit_utils.c4 * you may not use this file except in compliance with the License.
144 INIT_LOGE("Failed to allocate memory for config file, err = %d", errno); in ReadFileToBuf()
189 INIT_ERROR_CHECK(fd >= 0, return NULL, "Failed to read file %s errno:%d", fileName, errno); in ReadFileData()
396 INIT_CHECK_ONLY_ELOG(duration < maxDuration, "wait for file:%s failed after %d second.", source, maxSecond); in WaitForFile()
494 int CheckAndCreatFile(const char *file, mode_t mode) in CheckAndCreatFile() argument
496 if (access(file, F_OK) == 0) { in CheckAndCreatFile()
497 BEGET_LOGW("File \' %s \' already exist", file); in CheckAndCreatFile()
501 CheckAndCreateDir(file); in CheckAndCreatFile()
502 int fd = open(file, O_CREAT, mode); in CheckAndCreatFile()
504 BEGET_LOGE("Failed create %s, err=%d", file, errn in CheckAndCreatFile()
[all...]
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp4 * you may not use this file except in compliance with the License.
206 HILOG_ERROR("get real path file failed, len = %{public}zu.", uri.size()); in SetWallpaper()
219 HILOG_ERROR("open file failed, errno %{public}d!", errno); in SetWallpaper()
279 HILOG_ERROR("Open file failed, errno %{public}d!", errno); in SetVideo()
313 HILOG_ERROR("Open file failed, errno %{public}d!", errno); in SetCustomWallpaper()
344 if (fdInfo.size == 0 && fdInfo.fd == -1) { // 0: empty file size; -1: invalid file description in GetPixelMap()
600 HILOG_ERROR("Open file: %{public}s failed!", fileName.c_str()); in CheckVideoFormat()
648 HILOG_ERROR("File is not exist, file: %{public}s.", fileName.c_str()); in OpenFile()
670 HILOG_ERROR("Check live wallpaper file faile in CheckWallpaperFormat()
674 FILE *file = std::fopen(realPath.c_str(), "rb"); CheckWallpaperFormat() local
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dsdmmc_vendor_storage.c13 #include <linux/file.h>
313 static int vendor_storage_open(struct inode *inode, struct file *file) in vendor_storage_open() argument
318 static int vendor_storage_release(struct inode *inode, struct file *file) in vendor_storage_release() argument
368 static long vendor_storage_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vendor_storage_ioctl() argument
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H A Dspidev.c140 static ssize_t spidev_read(struct file *filp, char __user *buf, size_t count, loff_t *f_pos) in spidev_read()
170 static ssize_t spidev_write(struct file *filp, const char __user *buf, size_t count, loff_t *f_pos) in spidev_write()
328 static long spidev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in spidev_ioctl()
482 static long spidev_compat_ioc_message(struct file *filp, unsigned int cmd, unsigned long arg) in spidev_compat_ioc_message()
534 static long spidev_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in spidev_compat_ioctl()
546 static int spidev_open(struct inode *inode, struct file *filp) in spidev_open()
599 static int spidev_release(struct inode *inode, struct file *filp) in spidev_release()

Completed in 19 milliseconds

1...<<111112113114115116117118119120>>...354