Home
last modified time | relevance | path

Searched refs:file (Results 2226 - 2250 of 7660) sorted by relevance

1...<<81828384858687888990>>...307

/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
71 foreach my $file (@_) {
72 my $input = File::Spec->catfile($opts{dir}, $file);
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_blocks.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
29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
37 err_set_debug(es, es->top, file, line, func); in ERR_set_debug()
/third_party/node/deps/uv/tools/
H A Dvswhere_usability_wrapper.cmd3 :: See accompanying file LICENSE at https://github.com/node4good/windows-autoconf
4 :: or libuv LICENSE file at https://github.com/libuv/libuv
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchemaTest.java5 * you may not use this file except in compliance with the License.
110 StringReader file = new StringReader(Joiner.on(NEW_LINE).join(lines) + NEW_LINE); in importCsv()
111 return AltFormatsSchema.importAltFormats(file); in importCsv()
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DCommandLineMainTest.java5 * you may not use this file except in compliance with the License.
32 private static final String TEST_FILE_INPUT = "../test-file-path.txt";
48 " --file=" + TEST_FILE_INPUT).split(" "); in createMigrationJob_numberAndFile_expectException()
64 assertThat(p.numberInput.file).isNull(); in createFromNumberString_expectSufficientArguments()
69 String[] args = ("--countryCode="+ TEST_COUNTRY_CODE +" --file="+TEST_FILE_INPUT) in createFromPath_expectSufficientArguments()
73 assertThat(p.numberInput.file).matches(TEST_FILE_INPUT); in createFromPath_expectSufficientArguments()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ddot.rs10 /// file.
23 /// Write a graphviz dot file containing our IR.
28 let file = File::create(path)?; in write_dot_file()
29 let mut dot_file = io::BufWriter::new(file); in write_dot_file()
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dmod.rs15 /// Returns the file name that is created when this generator is called during compile time.
69 /// Generate a completions file for a specified shell at compile-time.
71 /// **NOTE:** to generate the file at compile time you must use a `build.rs` "Build Script" or a
81 /// First, it helps if we separate out our `Command` definition into a separate file. Whether you
90 /// .arg(Arg::new("file")
91 /// .help("some input file"))
153 /// println!("cargo:warning=completion file is generated: {:?}", path);
159 /// Now, once we compile there will be a `{bin_name}.bash` file in the directory.
182 let mut file = File::create(&path)?; in generate_to() variables
184 _generate::<G, S>(gen, cmd, &mut file); in generate_to()
[all...]
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dpeg_calculator.rs54 let file = SimpleFile::new("<repl>", line); in main()
64 term::emit(&mut writer.lock(), &config, &file, &diagnostic)?; in main()
/third_party/protobuf/csharp/src/AddressBook/
H A DAddPerson.cs96 /// then writes it back to the file.
110 using (Stream file = File.OpenRead(args[0])) in Main()
112 addressBook = AddressBook.Parser.ParseFrom(file); in Main()
117 Console.WriteLine("{0}: File not found. Creating a new file.", args[0]); in Main()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DTypeRegistry.cs70 /// Creates a type registry from the specified set of file descriptors.
84 /// Creates a type registry from the specified set of file descriptors.
96 foreach (var file in fileDescriptors) in FromFiles()
98 builder.AddFile(file); in FromFiles()
104 /// Creates a type registry from the file descriptor parents of the specified set of message descriptors.
110 /// <param name="messageDescriptors">The set of message descriptors to use to identify file descriptors to include in the registry.
119 /// Creates a type registry from the file descriptor parents of the specified set of message descriptors.
122 /// The specified message descriptors are only used to identify their file descriptors; the returned registry
123 /// contains all the types within the file descriptors which contain the specified message descriptors (and
126 /// <param name="messageDescriptors">The set of message descriptors to use to identify file descriptor
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py8 TEST_DATA = """# test file
22 result1 = ['# test file\n', '\n', 'line 3 \\\n',
32 result3 = ["# test file\n",
50 def test_input(count, description, file, expected_result):
51 result = file.readlines()
/third_party/openssl/crypto/err/
H A Derr_blocks.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
29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
37 err_set_debug(es, es->top, file, line, func); in ERR_set_debug()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderInvocationTests.cpp9 * you may not use this file except in compliance with the License.
21 * \file
82 const char *file; in createTests() member
93 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].name, dataDir, cases[i].file); in createTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.cpp4 // found in the LICENSE file.
44 const char *file, in handleError()
50 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError()
42 handleError(GLenum errorCode, const char *message, const char *file, const char *function, unsigned int line) handleError() argument
/third_party/openssl/providers/common/der/
H A Doids_to_c.pm5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
71 foreach my $file (@_) {
72 my $input = File::Spec->catfile($opts{dir}, $file);
/third_party/openssl/ohos_lite/include/internal/
H A Dcryptlib.h5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
32 const char *file, int line) in ossl_assert_int()
35 OPENSSL_die(exprstr, file, line); in ossl_assert_int()
31 ossl_assert_int(int expr, const char *exprstr, const char *file, int line) ossl_assert_int() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DHtmlViewer.java41 public static Font[] loadFont(File file) throws IOException { in loadFont() argument
46 is = new FileInputStream(file); in loadFont()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A DMakefile43 # Emscripten allows preloading a file or folder to be accessible at runtime.
46 # (Default value is 0. Set to 1 to enable file-system and include the misc/fonts/ folder as part of the build.)
53 LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts
63 LDFLAGS += --shell-file shell_minimal.html $(EMS)
/third_party/skia/third_party/externals/dawn/src/common/
H A DLog.cpp4 // you may not use this file except in compliance with the License.
110 LogMessage DebugLog(const char* file, const char* function, int line) { in DebugLog() argument
112 message << file << ":" << line << "(" << function << ")"; in DebugLog()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-subset-fuzzer-tests.py47 for file in os.listdir (parent_path):
48 path = os.path.join(parent_path, file)
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi_common.h54 /*@temp@*/ char* file,
61 /*@temp@*/ char* file,
/third_party/skia/third_party/externals/tint/src/ast/
H A Dmodule_clone_test.cc4 // you may not use this file except in compliance with the License.
29 Source::File file("test.wgsl", R"([[block]] in TEST()
122 auto src = reader::wgsl::Parse(&file); in TEST()
/third_party/skia/third_party/freetype2/
H A Droll-freetype.sh31 git -C ${FT_GIT_DIR} cat-file blob ${FT_PREVIOUS_REV}:${FT_INCLUDE} >> ${TMPFILE} &&
32 git merge-file ${FT_BUILD_DIR}/${SKIA_INCLUDE} ${TMPFILE} ${FT_GIT_DIR}/${FT_INCLUDE} &&
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duobject.h10 * file name: uobject.h
29 * \file
180 * @param file The file where the allocation was requested
183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) U_NOEXCEPT;
188 * @param file The file where the allocation was requested
191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) U_NOEXCEPT;
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/
H A Dwhen-declaration-file-used-inferred-type-from-referenced-project.js49 [12:00:17 AM] Project 'src/packages/pkg1/tsconfig.json' is out of date because output file 'src/packages/pkg1/lib/tsconfig.tsbuildinfo' does not exist
53 [12:00:26 AM] Project 'src/packages/pkg2/tsconfig.json' is out of date because output file 'src/packages/pkg2/lib/tsconfig.tsbuildinfo' does not exist

Completed in 14 milliseconds

1...<<81828384858687888990>>...307