Home
last modified time | relevance | path

Searched refs:file (Results 4651 - 4675 of 4875) sorted by relevance

1...<<181182183184185186187188189190>>...195

/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp5 * found in the LICENSE file.
28 static SkPoint checkSetLength(SkPoint p, float len, const char* file, int line) { in checkSetLength() argument
30 SkDebugf("%s:%d: Failed to set point length\n", file, line); in checkSetLength()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
17 ; This file contains a slower but more accurate integer implementation of the
H A Djidctint-sse2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
17 ; This file contains a slower but more accurate integer implementation of the
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-sse2.asm12 ; This file should be assembled with NASM (Netwide Assembler),
18 ; This file contains a slower but more accurate integer implementation of the
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c116 /* This structure is used to control the test of a single file. */
130 USER_ERROR, /* such as file-not-found */
140 #define NOWRITE 0x200 /* Do not write an output file */
397 const char *filename; /* The name of the original file */
398 const char *output_file; /* The name of the output file */
428 /* Base file information */
453 * single file:
478 char namebuf[FILENAME_MAX]; /* output file name */
491 dp->output_file = "no output file"; in display_init()
542 * once; it has to be retained for subsequent writes of the same file in display_clean()
2278 cppng(struct display *dp, const char *file, const char *gv dest) cppng() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp4 // found in the LICENSE file.
40 constexpr char kFilterFileArg[] = "--filter-file=";
43 constexpr char kHistogramJsonFileArg[] = "--histogram-json-file=";
46 constexpr char kResultFileArg[] = "--results-file=";
379 printf("Error writing test results file.\n"); in WriteResultsFile()
396 printf("Error writing histogram json file.\n"); in WriteHistogramJson()
519 (*fileLinesOut)[id] = {testInfo.file(), testInfo.line()}; in FilterTests()
1055 // By default, we should hook file API functions on macOS to avoid slow Metal shader caching in TestSuite()
1056 // file access. in TestSuite()
1190 printf("Cannot use gtest_filter in conjunction with a filter file in TestSuite()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c10 * This file is part of the FreeType project, and may only be used,
13 * this file you indicate that you have read the license and
20 * This file can be compiled without the rest of the FreeType engine, by
25 * - copy `src/smooth/ftgrays.c' (this file) to your current directory
38 * See the comments and documentation in the file `ftimage.h' for more
208 const char* file ) in FT_Throw()
212 FT_UNUSED( file ); in FT_Throw()
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py1240 faulthandler.dump_traceback(file=f)
1248 print(f"\nTraceback:\n {tb}", file=sys.__stderr__)
H A Dtest_random.py399 for file, value in files:
400 with open(support.findfile(file),"rb") as f:
H A Dtest_math.py29 # locate file with test values
31 file = sys.argv[0] variable
33 file = __file__ variable
34 test_dir = os.path.dirname(file) or os.curdir
125 """Parse a file with test values
151 """Parse a file with test values
/third_party/python/Modules/
H A D_asynciomodule.c2318 file: object = None
2324 is passed to get_stack(). The file argument is an I/O stream
2331 PyObject *file) in _asyncio_Task_print_stack_impl()
2335 asyncio_task_print_stack_func, self, limit, file, NULL); in _asyncio_Task_print_stack_impl()
2330 _asyncio_Task_print_stack_impl(TaskObj *self, PyObject *limit, PyObject *file) _asyncio_Task_print_stack_impl() argument
H A Dpyexpat.c9 /* Do not emit Clinic output to a file as that wreaks havoc with conditionally
814 file: object
817 Parse XML data from file-like object.
822 PyObject *file) in pyexpat_xmlparser_ParseFile_impl()
830 if (_PyObject_LookupAttr(file, state->str_read, &readmethod) < 0) { in pyexpat_xmlparser_ParseFile_impl()
1730 * elsewhere within this file. pyexpat's copy of the messages in add_error()
821 pyexpat_xmlparser_ParseFile_impl(xmlparseobject *self, PyTypeObject *cls, PyObject *file) pyexpat_xmlparser_ParseFile_impl() argument
/third_party/python/Lib/test/test_warnings/
H A D__init__.py679 self.module.warn_explicit(message, UserWarning, "file", 42)
682 self.module.warn_explicit(message, UserWarning, "file", 42)
693 self.module.warn_explicit(message, UserWarning, "file", 42)
987 {filename}:5: ResourceWarning: unclosed file <...>
996 {filename}:5: ResourceWarning: unclosed file <...>
1085 def my_logger(message, category, filename, lineno, file=None, line=None):
1110 def my_logger(message, category, filename, lineno, file=None, line=None):
1323 expected = b"sys:1: ResourceWarning: unclosed file "
/third_party/python/Python/
H A Dimport.c860 Changes code.co_filename to specify the passed-in file path.
2047 Returns the list of file suffixes used to identify extension modules.
2342 file: object = NULL
2349 _imp_create_dynamic_impl(PyObject *module, PyObject *spec, PyObject *file) in _imp_create_dynamic_impl() argument
2374 if (file != NULL) { in _imp_create_dynamic_impl()
/third_party/python/Objects/
H A Dobject.c2318 const char *file, int line, const char *function) in _PyObject_AssertFailed()
2320 fprintf(stderr, "%s:%d: ", file, line); in _PyObject_AssertFailed()
2317 _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg, const char *file, int line, const char *function) _PyObject_AssertFailed() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c52 google_protobuf_FileDescriptorProto* file, in rewrite_enum_default()
100 /* Look in enums defined in this file. */ in rewrite_enum_default()
104 google_protobuf_FileDescriptorProto_enum_type(file, &n); in rewrite_enum_default()
212 * what the original .proto file looks like. For example, suppose we have this
222 * file {
697 * FileDescriptor.new => file
699 * Returns a new file descriptor. The syntax must be set before it's passed
732 * Returns the name of the file.
744 * Returns this file descriptors syntax.
1744 // If this file i in MessageBuilderContext_map()
51 rewrite_enum_default(const upb_symtab* symtab, google_protobuf_FileDescriptorProto* file, google_protobuf_FieldDescriptorProto* field) rewrite_enum_default() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test_util.h127 const DescriptorPool* pool = base_descriptor->file()->pool(); in MapReflectionTester()
128 std::string package = base_descriptor->file()->package(); in MapReflectionTester()
H A Dtext_format_unittest.cc46 #include <google/protobuf/testing/file.h>
47 #include <google/protobuf/testing/file.h>
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c1090 /* While type transitions with file component are not allowed in in __cil_verify_booleanif_helper()
1091 booleanif statements if they don't have "*" as the file. We in __cil_verify_booleanif_helper()
1208 struct cil_filecon *file = node->data; in __cil_verify_filecon() local
1209 struct cil_context *ctx = file->context; in __cil_verify_filecon()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp8 * you may not use this file except in compliance with the License.
20 * \file
925 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() argument
926 : TestError ("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line) in FboIncompleteException()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp9 * you may not use this file except in compliance with the License.
21 * \file
113 std::string file = std::string(cases[i].basename) + ".amber"; in addMonolithicAmberTests() local
115 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, "pipeline", file, requirements); in addMonolithicAmberTests()
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp253 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) { in assertUText() argument
258 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected)); in assertUText()
262 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected)); in assertUText()
271 errln("%s:%d: assertUText: Failure: expected \"%s\" (%d chars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual)); in assertUText()
279 void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const char *file, int line) { in assertUTextInvariant() argument
284 errln("%s:%d: assertUTextInvariant: error %s calling regextst_openUTF8FromInvariant(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected)); in assertUTextInvariant()
293 errln("%s:%d: assertUTextInvariant: Failure: expected \"%s\" (%d uchars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual)); in assertUTextInvariant()
3143 // The test cases are in a separate data file,
3145 // A description of the test data format is included in that file.
3170 // Open and read the test data file in Extended()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3186 fprintf(stderr, "radv: Can't open file: '%s'.\n", config_file); in radv_parse_force_vrs_config_file()
3211 const char *file = radv_get_force_vrs_config_file(); in radv_notifier_thread_run() local
3221 /* Sleep 100ms for editors that use a temporary file and delete the original. */ in radv_notifier_thread_run()
3223 device->force_vrs = radv_parse_force_vrs_config_file(file); in radv_notifier_thread_run()
3229 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_notifier_thread_run()
3249 const char *file = radv_get_force_vrs_config_file(); in radv_device_init_notifier()
3256 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_device_init_notifier()
3638 const char *file = radv_get_force_vrs_config_file(); in radv_CreateDevice() local
3640 device->force_vrs = radv_parse_force_vrs_config_file(file); in radv_CreateDevice()
5348 /* Windows will use a dll definition file t
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js408 return filename.startsWith("file://");
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc4 // you may not use this file except in compliance with the License.
263 ParserImpl::ParserImpl(Source::File const* file) in ParserImpl() argument
264 : lexer_(std::make_unique<Lexer>(file->path, &file->content)) {} in ParserImpl()

Completed in 85 milliseconds

1...<<181182183184185186187188189190>>...195