| /third_party/protobuf/objectivec/ |
| H A D | GPBSourceContext.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. 39 * Exposes the extension registry for this file. 46 * this file and all files that it depends on. 59 * protobuf element, like the file in which it is defined. 64 * The path-qualified name of the .proto file that contained the associated
|
| H A D | GPBFieldMask.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. 39 * Exposes the extension registry for this file. 46 * this file and all files that it depends on.
|
| H A D | GPBTimestamp.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. 39 * Exposes the extension registry for this file. 46 * this file and all files that it depends on.
|
| H A D | GPBDuration.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. 39 * Exposes the extension registry for this file. 46 * this file and all files that it depends on.
|
| H A D | GPBEmpty.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. 39 * Exposes the extension registry for this file. 46 * this file and all files that it depends on.
|
| /third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
| H A D | win_ssh_cmd.py | 4 # found in the LICENSE file. 30 cmd, ' '.join([repr(s) for s in ssh_cmd])), file=sys.stderr) 50 sys.argv[0], file=sys.stderr)
|
| /third_party/skia/infra/bots/ |
| H A D | check_deps.py | 6 # found in the LICENSE file. 9 """Check the DEPS file for correctness.""" 26 """Load the DEPS file and verify that all entries are valid.""" 64 print('Found problems in DEPS:', file=sys.stderr) 66 print(err, file=sys.stderr)
|
| /third_party/libuv/test/ |
| H A D | test-fs.c | 308 * the file's ownership to uid 0. in chown_root_cb() 556 /* Check if req->path is actually a file */ in check_mkstemp_result() 587 * returning the file type. in assert_is_file_type() 1363 /* We can write to the opened file */ in TEST_IMPL() 1404 uv_file file; in TEST_IMPL() local 1426 file = req.result; in TEST_IMPL() 1431 ASSERT_OK(fstat(file, &t)); in TEST_IMPL() 1432 ASSERT_OK(uv_fs_fstat(NULL, &req, file, NULL)); in TEST_IMPL() 1440 * because we just created the file. On older kernels, it's set to zero. in TEST_IMPL() 1450 r = uv_fs_write(NULL, &req, file, in TEST_IMPL() 1607 uv_file file; TEST_IMPL() local 1683 uv_file file; TEST_IMPL() local 1781 uv_file file; TEST_IMPL() local 1838 uv_file file; TEST_IMPL() local 1894 uv_file file; TEST_IMPL() local 1987 uv_file file; TEST_IMPL() local 2093 uv_file file; TEST_IMPL() local 2148 uv_file file; TEST_IMPL() local 2747 uv_file file; TEST_IMPL() local 3012 int r, file; TEST_IMPL() local 4470 uv_file file; TEST_IMPL() local [all...] |
| /third_party/python/Python/ |
| H A D | pythonrun.c | 89 /* Parse input from a file and execute it */ 301 /* Check whether a file maybe a pyc file: Look at the extension, 302 the file type, and, if we may close it, at the first few bytes. */ 317 /* Only look into the file if we are allowed to close it, since in maybe_pyc_file() 323 /* Read only two bytes of the magic. If the file was opened in in maybe_pyc_file() 414 /* Try to run a pyc file. First, re-open in binary */ in _PyRun_SimpleFileObject() 421 fprintf(stderr, "python: Can't reopen .pyc file\n"); in _PyRun_SimpleFileObject() 887 PyObject *file; member 908 PyObject *f = ctx->file; in print_exception_invalid_type() 1524 _PyErr_Display(PyObject *file, PyObject *exception, PyObject *value, PyObject *tb) _PyErr_Display() argument 1574 PyObject *file = _PySys_GetAttr(tstate, &_Py_ID(stderr)); PyErr_Display() local [all...] |
| /foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
| H A D | sa_cpp_client_proxy_code_emitter.cpp | 4 * you may not use this file except in compliance with the License.
17 #include "util/file.h"
33 File file(filePath, File::WRITE);
in EmitInterfaceProxyHeaderFile() 49 file.WriteData(data.c_str(), data.size());
in EmitInterfaceProxyHeaderFile() 50 file.Flush();
in EmitInterfaceProxyHeaderFile() 51 file.Close();
in EmitInterfaceProxyHeaderFile() 226 File file(filePath, File::WRITE);
in EmitInterfaceProxyCppFile() 246 file.WriteData(data.c_str(), data.size());
in EmitInterfaceProxyCppFile() 247 file.Flush();
in EmitInterfaceProxyCppFile() 248 file in EmitInterfaceProxyCppFile() [all...] |
| /third_party/backends/backend/ |
| H A D | kvs40xx.c | 325 s->file = h; in sane_open() 337 sanei_scsi_close (s->file); in sane_open() 344 sanei_usb_release_interface (s->file, 0); in sane_open() 345 sanei_usb_close (s->file); in sane_open() 356 s->file = h; in sane_open() 395 sanei_usb_release_interface (s->file, 0); in sane_close() 396 sanei_usb_close (s->file); in sane_close() 399 sanei_scsi_close (s->file); in sane_close()
|
| /third_party/gn/src/gn/ |
| H A D | substitution_writer.cc | 3 // found in the LICENSE file. 43 source file names to output file names or arguments. 54 static list of literal file names that do not depend on the sources. 65 The name of the source file including directory (*). This will generally 70 The file part of the source including the extension. 74 The filename part of the source file with no directory or extension. This 75 will generally be used for specifying a transformation from a source file 76 to a destination file with the same name but different extension. 80 The directory (*) containing the source file wit [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 249 unsigned file, unsigned index, unsigned writemask) in tgsi_transform_dst_reg() 251 reg->Register.File = file; in tgsi_transform_dst_reg() 258 unsigned file, unsigned index) in tgsi_transform_src_reg_xyzw() 260 reg->Register.File = file; in tgsi_transform_src_reg_xyzw() 262 if (file == TGSI_FILE_CONSTANT) { in tgsi_transform_src_reg_xyzw() 270 unsigned file, unsigned index, in tgsi_transform_src_reg() 274 reg->Register.File = file; in tgsi_transform_src_reg() 276 if (file == TGSI_FILE_CONSTANT) { in tgsi_transform_src_reg() 248 tgsi_transform_dst_reg(struct tgsi_full_dst_register *reg, unsigned file, unsigned index, unsigned writemask) tgsi_transform_dst_reg() argument 257 tgsi_transform_src_reg_xyzw(struct tgsi_full_src_register *reg, unsigned file, unsigned index) tgsi_transform_src_reg_xyzw() argument 269 tgsi_transform_src_reg(struct tgsi_full_src_register *reg, unsigned file, unsigned index, unsigned swizzleX, unsigned swizzleY, unsigned swizzleZ, unsigned swizzleW) tgsi_transform_src_reg() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | process.c | 380 execvpe(options->file, options->args, environ); in uv__process_child_init() 382 execvp(options->file, options->args); in uv__process_child_init() 466 * the file actions in uv__spawn_set_posix_spawn_attrs() 665 if (options->file == NULL) in uv__spawn_resolve_and_spawn() 674 /* If options->file contains a slash, posix_spawn/posix_spawnp should behave in uv__spawn_resolve_and_spawn() 678 if (strchr(options->file, '/') != NULL) { in uv__spawn_resolve_and_spawn() 680 err = posix_spawn(pid, options->file, actions, attrs, options->args, env); in uv__spawn_resolve_and_spawn() 697 k = strnlen(options->file, NAME_MAX + 1); in uv__spawn_resolve_and_spawn() 704 /* Compose the new process file from the entry in the PATH in uv__spawn_resolve_and_spawn() 705 * environment variable and the actual file nam in uv__spawn_resolve_and_spawn() [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | deepfreeze.py | 112 def __init__(self, file: TextIO) -> None: 114 self.file = file 136 self.file.writelines((" "*self.level, arg, "\n")) 463 file, modname = arg.rsplit(':', 1) 464 with open(file, "r", encoding="utf8") as fd: 486 parser.add_argument('args', nargs="+", help="Input file and module name (required) in file:modname format") 504 with open(output, "w", encoding="utf-8") as file: 506 generate(args.args, file) [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | crond.c | 23 -L Log to file 382 loginfo(LOG_LEVEL7, "ignoring file '%s' (no such user)", entry->d_name); in scan_cronfiles() 435 char *file = "/bin/sh"; in do_fork() local 439 if (!strcmp("SHELL", v->name)) file = v->val; in do_fork() 449 if (prog) file = prog; in do_fork() 450 if (TT.flagd) loginfo(LOG_LEVEL5, "child running %s", file); in do_fork() 461 execlp(file, file, (prog ? "-ti" : "-c"), (prog ? NULL : job->cmd), (char *) NULL); in do_fork() 462 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username); in do_fork() 464 if (!prog) dprintf(1, "Exec failed: %s -c %s\n", file, jo in do_fork() [all...] |
| /third_party/python/Lib/tkinter/test/test_tkinter/ |
| H A D | test_images.py | 74 file=self.testfile) 121 self.assertEqual(image['file'], '-file {} {} {} {}') 122 image.configure(file=self.testfile) 123 self.assertEqualStrList(image['file'], 124 ('-file', '', '', '',self.testfile)) 157 file=self.testfile) 168 file=testfile) 174 self.assertEqual(image['file'], testfile) 192 self.assertEqual(image['file'], '') [all...] |
| /foundation/multimedia/av_session/utils/include/ |
| H A D | avsession_utils.h | 4 * you may not use this file except in compliance with the License. 51 SLOGI("write img to file with imgBufferSize=%{public}zu", imgBufferSize); in WriteImageToFile() 59 SLOGE("open file error, filePath=%{public}s", filePath.c_str()); in WriteImageToFile() 86 SLOGE("open file error, filePath=%{public}s", filePath.c_str()); in ReadImageFromFile() 109 SLOGI("remove .image.dat file success filePath=%{public}s", filePath.c_str()); in DeleteFile() 111 SLOGE("remove .image.dat file fail filePath=%{public}s", filePath.c_str()); in DeleteFile() 119 for (const auto& file : fileList) { in DeleteCacheFiles() 120 if (file.find(AVSessionUtils::GetFileSuffix()) != std::string::npos) { in DeleteCacheFiles() 121 DeleteFile(file); in DeleteCacheFiles()
|
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_adapter.c | 4 * you may not use this file except in compliance with the License. 43 LOGE("open module configuration file failed"); in ReadConfigModuleName() 44 return HAL_SUCCESS; /* file not exist, use default operators */ in ReadConfigModuleName() 55 LOGE("config file size too big, config file may not correct!"); in ReadConfigModuleName() 61 LOGE("read file failed!"); in ReadConfigModuleName() 163 int FileIsExisted(const char* file) in FileIsExisted() argument 165 if (file == NULL) { in FileIsExisted() 169 if (access(file, F_OK) != -1) { in FileIsExisted() 172 LOGE("%{public}s: file is in FileIsExisted() [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | close.cpp | 4 * you may not use this file except in compliance with the License. 35 HILOGE("Failed to get file entity"); in GetFileEntity() 55 HILOGE("Failed to close file with ret: %{public}d", ret); in CloseFd() 70 auto file = GetFileEntity(env, fdOrFileFromJsArg); in ParseJsOperand() local 71 if (file) { in ParseJsOperand() 72 return { true, FileStruct { false, -1, file } }; in ParseJsOperand()
|
| /third_party/gn/src/base/files/ |
| H A D | file_util.h | 3 // found in the LICENSE file. 5 // This file contains utility functions for dealing with the local 24 #include "base/files/file.h" 54 // Deletes the given path, whether it's a file or a directory. 59 // to attempt to delete a file that does not exist. 62 // the symlink. (even if the symlink points to a non-existent file) 69 // Schedules to delete the given path, whether it's a file or a directory, until 72 // 1) The file/directory to be deleted should exist in a temp folder. 77 // Renames file |from_path| to |to_path|. Both paths must be on the same 78 // volume, or the function will fail. Destination file wil [all...] |
| /third_party/PyYAML/examples/yaml-highlight/ |
| H A D | yaml_hl.py | 40 config = yaml.full_load(file(options.config, 'rb').read()) 43 self.input = file(options.input, 'rb') 47 self.output = file(options.output, 'wb') 106 help="set an alternative configuration file", metavar='CONFIG') 108 help="set the input file (default: stdin)", metavar='FILE') 110 help="set the output file (default: stdout)", metavar='FILE')
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | DebugWriter.java | 11 import java.nio.file.Files; 12 import java.nio.file.Path; 13 import java.nio.file.Paths;
|
| /third_party/libsnd/tests/ |
| H A D | raw_test.c | 101 /* Set dataoffset to 2 bytes from beginning of file. */ in raw_offset_test() 116 /* Set dataoffset to 4 bytes from beginning of file. */ in raw_offset_test() 131 /* Set dataoffset back to 0 bytes from beginning of file. */ in raw_offset_test() 155 SNDFILE *file ; in bad_raw_test() local 162 { printf ("\n\nLine %d : not able to open text file for write.\n", __LINE__) ; in bad_raw_test() 166 fprintf (textfile, "This is not a valid file.\n") ; in bad_raw_test() 173 if ((file = sf_open (filename, SFM_READ, &sfinfo)) != NULL) in bad_raw_test() 174 { printf ("\n\nLine %d : Error, file should not have opened.\n", __LINE__ - 1) ; in bad_raw_test() 178 errorstr = sf_strerror (file) ; in bad_raw_test()
|
| /third_party/jerryscript/tools/ |
| H A D | gen-doctest.py | 6 # you may not use this file except in compliance with the License. 35 :param dry: if True, don't create the doctest files but print the file 53 print('%s:%d: %s' % (self._infile, lineno, message), file=sys.stderr) 109 Find doctests in a Markdown file and process them according to the 112 :param infile: path to the input file. 158 and writes them to the file system. The annotations recognized by the tool are special 168 help='don\'t generate files but print file names that would be generated ' 170 parser.add_argument('file', nargs='+', 171 help='input Markdown file(s)') 175 for mdfile in args.file [all...] |