Home
last modified time | relevance | path

Searched refs:file (Results 926 - 950 of 4875) sorted by relevance

1...<<31323334353637383940>>...195

/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js94 Loading module 'plugin-two' from 'node_modules' folder, target file type 'TypeScript'.
106 Loading module as file / folder, candidate module location '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js', target file type 'TypeScript'.
120 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'.
138 Loading module 'typescript-fsa' from 'node_modules' folder, target file type 'TypeScript'.
159 Imported via "typescript-fsa" from file 'plugin-two/dist/commonjs/index.d.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2'
161 Imported via "plugin-two" from file 'plugin-one/index.ts' with packageId 'plugin-two/dist/commonjs/index.d.ts@0.1.3'
163 Imported via "typescript-fsa" from file 'plugin-one/index.ts' with packageId 'typescript-fsa/index.d.ts@3.0.0-beta-2'
164 File redirects to file 'plugin-two/node_modules/typescript-fsa/index.d.ts'
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc122 if (descriptor_->file()->syntax() == FileDescriptor::SYNTAX_PROTO3) { in GenerateDefinition()
151 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateDefinition()
158 // we make sure to keep the tables hidden in the .cc file. in GenerateDefinition()
159 if (!HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateDefinition()
170 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateDefinition()
180 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateDefinition()
203 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateGetEnumDescriptorSpecializations()
242 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateSymbolImports()
268 if (HasDescriptorMethods(descriptor_->file(), options_)) { in GenerateMethods()
304 if (!HasDescriptorMethods(descriptor_->file(), options in GenerateMethods()
[all...]
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs132 /// `file` and `message` must be null-terminated.
137 file: &'static str, in __put_error()
143 put_error_inner(T::id(), func.0, reason.0, file, line, message) in __put_error()
150 file: &'static str, in put_error_inner()
158 file.as_ptr() as *const c_char, in put_error_inner()
168 file.as_ptr() as *const c_char, in put_error_inner()
179 concat!(file!(), "\0").as_ptr() as *const c_char, in put_error_inner()
207 concat!(file!(), "\0"),
218 concat!(file!(), "\0"),
232 concat!(file!(), "\
[all...]
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), in gzfilebuf()
32 // Sync output buffer and close only if responsible for file in ~gzfilebuf()
46 return gzsetparams(file, comp_level, comp_strategy); in setcompression()
49 // Open gzipped file
54 // Fail if file already open in open()
66 // Attempt to open file in open()
67 if ((file = gzopen(name, char_mode)) == NULL) in open()
77 // Attach to gzipped file
82 // Fail if file already open in attach()
94 // Attempt to attach to file in attach()
[all...]
/third_party/gn/src/gn/
H A Drust_variables.cc3 // found in the LICENSE file.
83 "crate_root: [string] The root source file for a binary or library.";
85 R"(crate_root: [string] The root source file for a binary or library.
90 This file is usually the `main.rs` or `lib.rs` for binaries and libraries,
93 If crate_root is not set, then this rule will look for a lib.rs file (or
94 main.rs for executable) or a single file in sources, if sources contains
95 only one file.
/third_party/libsnd/src/
H A Dwve.c61 if (psf->file.mode == SFM_READ || (psf->file.mode == SFM_RDWR && psf->filelength > 0)) in wve_open()
66 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in wve_open()
96 /* Set position to start of file to begin reading header. */ in wve_read_header()
201 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in wve_close()
202 { /* Now we know for certain the length of the file we can re-write in wve_close()
H A Dstrings.c42 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in psf_store_string()
64 if (psf->file.mode == SFM_RDWR || psf->have_written) in psf_store_string()
91 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in psf_store_string()
161 { if (psf->file.mode == SFM_READ) in psf_set_string()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_redundant_flags.c25 * @file v3d_opt_redundant_flags.c
55 if (write->dst.file == QFILE_TEMP && in vir_sources_modified()
56 srcs->src[i].file == QFILE_TEMP && in vir_sources_modified()
62 if (srcs->src[i].file != QFILE_TEMP && in vir_sources_modified()
63 srcs->src[i].file != QFILE_SMALL_IMM) in vir_sources_modified()
74 if (a->src[i].file != b->src[i].file || in vir_instr_flags_op_equal()
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c128 static void tst_fatal_error(const char *file, const int lineno, in tst_fatal_error() argument
133 test_result->file_addr = (uintptr_t)file; in tst_fatal_error()
141 void tst_res_(const char *file, const int lineno, int result, in tst_res_() argument
146 test_result->file_addr = (uintptr_t)file; in tst_res_()
151 void tst_brk_(const char *file, const int lineno, int result, in tst_brk_() argument
154 tst_res_(file, lineno, result, message); in tst_brk_()
/third_party/node/deps/v8/src/torque/
H A Dglobal-context.h3 // found in the LICENSE file.
69 : file(SourceId::Invalid()), in PerFileStreams()
73 SourceId file; member
81 // The beginning of the generated -inl.inc file, which includes declarations
84 // The second part of the generated -inl.inc file, which includes
87 // The portion of the generated -inl.inc file containing member function
96 static PerFileStreams& GeneratedPerFile(SourceId file) { in GeneratedPerFile() argument
97 PerFileStreams& result = Get().generated_per_file_[file]; in GeneratedPerFile()
98 result.file = file; in GeneratedPerFile()
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
30 # or if the file is already opened... Note that this consumes the
31 # remainder of the file.
47 Extracts information from a .pod file, given a STRING (file name) or a
48 GLOB (a file handle). The result is given back as a hash table.
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
43 non-Unix users must first translate their file paths to Unix conventions.
50 If you try to add a file to @INC as follows, you will be warned, and the file
53 use fallback 'file.txt';
55 The sole exception is the file F<MODULES.txt>, which must contain a list of
56 sub-directories relative to the location of that F<MODULES.txt> file.
81 croak "Parameter to use fallback must be a directory, not a file";
86 if (-f $path) { # It's a MODULES.txt file
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dtestutil.py38 def run_parser(file: IO[bytes], parser_class: Type[Parser], *, verbose: bool = False) -> Any:
39 # Run a parser on a file (stream).
40 tokenizer = Tokenizer(tokenize.generate_tokens(file.readline)) # type: ignore # typeshed issue #3515
54 file = io.StringIO(source)
55 return run_parser(file, parser_class, verbose=verbose) # type: ignore # typeshed issue #3515
100 with open(source, "w", encoding="utf-8") as file:
102 grammar, ALL_TOKENS, EXACT_TOKENS, NON_EXACT_TOKENS, file, debug=debug
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
30 # or if the file is already opened... Note that this consumes the
31 # remainder of the file.
47 Extracts information from a .pod file, given a STRING (file name) or a
48 GLOB (a file handle). The result is given back as a hash table.
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A Dfallback.pm4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
43 non-Unix users must first translate their file paths to Unix conventions.
50 If you try to add a file to @INC as follows, you will be warned, and the file
53 use fallback 'file.txt';
55 The sole exception is the file F<MODULES.txt>, which must contain a list of
56 sub-directories relative to the location of that F<MODULES.txt> file.
81 croak "Parameter to use fallback must be a directory, not a file";
86 if (-f $path) { # It's a MODULES.txt file
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyshell.py15 for file, mul, extra in (('', 22, ''), ('finame', 21, '=')):
18 with self.subTest(file=file, bar=bar):
19 file = file or 'Shell'
20 line = pyshell.restart_line(width, file)
22 eq(line, f"{bar+extra} RESTART: {file} {bar}")
/third_party/skia/tests/
H A DAndroidCodecTest.cpp5 * found in the LICENSE file.
48 for (const char* file : { "images/color_wheel.webp", in DEF_TEST()
59 auto data = GetResourceAsData(file); in DEF_TEST()
61 ERRORF(r, "Could not get %s", file); in DEF_TEST()
67 ERRORF(r, "Could not create codec for %s", file); in DEF_TEST()
97 file, computedSampleSize, dims.width(), dims.height(), in DEF_TEST()
130 file, sampleSize, computedSampleSize, in DEF_TEST()
146 ERRORF(r, "Missing file %s", path); in DEF_TEST()
175 ERRORF(r, "Missing file %s", path); in DEF_TEST()
/third_party/skia/tools/gpu/
H A DMemoryCache.cpp5 * found in the LICENSE file.
109 SkFILEWStream file(filename.c_str()); in writeShadersToDisk()
110 file.write(shaders[kFragment_GrShaderType].c_str(), in writeShadersToDisk()
116 SkFILEWStream file(filename.c_str()); in writeShadersToDisk()
117 file.write(shaders[kVertex_GrShaderType].c_str(), in writeShadersToDisk()
124 SkFILEWStream file(filename.c_str()); in writeShadersToDisk()
125 file.write(description.c_str(), description.size()); in writeShadersToDisk()
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.h82 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message);
83 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition);
85 const char* file, int line, const char* message,
88 const char* file, int line, const char* message,
91 const char* file, int line, const char* message,
94 const char* file, int line, const char* message,
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c111 printf(" -a RW sorted by pid & file types\n"); in show_usage()
112 printf(" -f RW sorted by file types\n"); in show_usage()
145 printf("\tError: Log file is not specified.\n"); in parse_options()
210 static void do_parse(FILE *file) in do_parse() argument
216 while (fgets(line, sizeof(line), file) != NULL) { in do_parse()
305 FILE *file; in main() local
310 file = fopen(argv[opt], "r"); in main()
311 if (!file) { in main()
312 perror("open log file"); in main()
318 do_parse(file); in main()
[all...]
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c19 static const char * const kCantReadMessage = "Cannot read input file";
20 static const char * const kCantWriteMessage = "Cannot write output file";
35 "\n" " e: encode file" in PrintHelp()
36 "\n" " d: decode file" in PrintHelp()
236 File_Construct(&inStream.file); in main()
240 File_Construct(&outStream.file); in main()
267 const WRes wres = InFile_Open(&inStream.file, args[2]); in main()
269 return PrintError_WRes("Cannot open input file", wres); in main()
276 wres = OutFile_Open(&outStream.file, args[3]); in main()
278 return PrintError_WRes("Cannot open output file", wre in main()
[all...]
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config):
45 self.file = file
61 env = { 'basename': basename(self.file) }
101 source = open(self.file).read()
105 result.append(self.file)
109 return (open(self.file).read()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c107 FILE* file = fopen("memory.wasm", "r"); in main() local
108 if (!file) { in main()
112 fseek(file, 0L, SEEK_END); in main()
113 size_t file_size = ftell(file); in main()
114 fseek(file, 0L, SEEK_SET); in main()
117 if (fread(binary.data, file_size, 1, file) != 1) { in main()
121 fclose(file); in main()
H A Dmemory.cc73 std::ifstream file("memory.wasm"); in run()
74 file.seekg(0, std::ios_base::end); in run()
75 auto file_size = file.tellg(); in run()
76 file.seekg(0); in run()
78 file.read(binary.get(), file_size); in run()
79 file.close(); in run()
80 if (file.fail()) { in run()
H A Dtable.c85 FILE* file = fopen("table.wasm", "r"); in main() local
86 if (!file) { in main()
90 fseek(file, 0L, SEEK_END); in main()
91 size_t file_size = ftell(file); in main()
92 fseek(file, 0L, SEEK_SET); in main()
95 if (fread(binary.data, file_size, 1, file) != 1) { in main()
99 fclose(file); in main()

Completed in 10 milliseconds

1...<<31323334353637383940>>...195