Home
last modified time | relevance | path

Searched refs:file (Results 2401 - 2425 of 8131) sorted by relevance

1...<<919293949596979899100>>...326

/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
/third_party/python/PC/layout/support/
H A Dpip.py2 Extraction and file list generation for pip.
90 for file in wheels:
92 os.remove(file)
/third_party/python/PCbuild/
H A Dget_external.py65 print(f"Encountered permission error '{ex}'.{retry}", file=sys.stderr)
71 file=sys.stderr,
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py6 # found in the LICENSE file.
28 'create_and_upload.py.' % key), file=sys.stderr)
63 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py6 # found in the LICENSE file.
28 'create_and_upload.py.' % key), file=sys.stderr)
63 print('This script only runs on Linux.', file=sys.stderr)
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest5 # found in the LICENSE file.
9 |root_dir| and appends every file as a Fuchsia package manifest entry to
61 for file in file_lines:
62 source = file
/third_party/spirv-tools/utils/
H A Dgenerate_changelog.py6 # you may not use this file except in compliance with the License.
17 # Args: <CHANGES-file> <tag> <output-file>
18 # Updates an output file with changelog from the given CHANGES file and tag.
19 # - search for first line matching <tag> in file <CHANGES-file>
21 # - writes all the lines in between those 2 tags into <output-file>
58 logging.error("usage: {} <CHANGES-path> <tag> <output-file>".format(sys.argv[0]))
67 with open(changes_path, "r") as file
[all...]
/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp4 * you may not use this file except in compliance with the License.
18 #include "util/file.h"
31 File file(filePath, File::WRITE); in EmitInterfaceHeaderFile()
48 file.WriteData(data.string(), data.GetLength()); in EmitInterfaceHeaderFile()
49 file.Flush(); in EmitInterfaceHeaderFile()
50 file.Close(); in EmitInterfaceHeaderFile()
287 File file(filePath, File::WRITE); in EmitInterfaceProxyHeaderFile()
305 file.WriteData(data.string(), data.GetLength()); in EmitInterfaceProxyHeaderFile()
306 file.Flush(); in EmitInterfaceProxyHeaderFile()
307 file in EmitInterfaceProxyHeaderFile()
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h37 // This file is fundamental to Google Test. All other Google Test source
87 // file system is/isn't available.
483 // Most platforms support a file system.
605 // a file system, stream redirection is not supported.
624 // Death tests require a file system to work properly.
961 // Formats a source file path and a line number as they would appear
963 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
965 // Formats a file location for compiler-independent XML output.
968 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
984 GTestLog(GTestLogSeverity severity, const char* file, in
1988 FileNo(FILE* file) FileNo() argument
1992 FileNo(FILE* file) FileNo() argument
[all...]
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java57 (generate 'Doxygen' file on Windows platform with Cygwin's help)
58 Edit the generated 'Doxygen' file under ICU4C source directory
62 Doxygen file to ICU 3.4 Doxygen file.)
66 Build this file with the library
67 3. Edit the api-report-config.xml file & Change the file according your real configuration
86 private static final String ICU_VERSION_XPATHA = "/doxygen/compounddef[@id='uvernum_8h'][@kind='file']/sectiondef[@kind='define']";
88 private static final String ICU_VERSION_XPATHB = "/doxygen/compounddef[@id='uversion_8h'][@kind='file']/sectiondef[@kind='define']";
222 System.out.println("Loaded file " in loadStream()
488 public String file; global() field in StableAPI.Function
1019 getDocument(File file) getDocument() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h37 // This file is fundamental to Google Test. All other Google Test source
87 // file system is/isn't available.
530 // Most platforms support a file system.
659 // a file system, stream redirection is not supported.
682 // Death tests require a file system to work properly.
1032 // Formats a source file path and a line number as they would appear
1034 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1036 // Formats a file location for compiler-independent XML output.
1039 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
1055 GTestLog(GTestLogSeverity severity, const char* file, in
2014 FileNo(FILE* file) FileNo() argument
2018 FileNo(FILE* file) FileNo() argument
[all...]

Completed in 15 milliseconds

1...<<919293949596979899100>>...326