| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.h | 3 // found in the LICENSE file. 637 int code_offset, FILE* file, 640 static void PrintTop(Isolate* isolate, FILE* file, bool print_args, 859 // Access to the interpreter register file for this frame.
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.h | 3 // found in the LICENSE file. 769 static void PrintElementsTransition(FILE* file, Handle<JSObject> object, 775 void PrintInstanceMigration(FILE* file, Map original_map, Map new_map);
|
| /third_party/python/ |
| H A D | setup.py | 234 """Searches for the directory where a given file is located, 236 if the file couldn't be found at all. 238 'filename' is the name of a file, such as readline.h or libcrypto.a. 240 file is found in one of them, no additional directives are needed. 241 'paths' is a list of additional locations to check; if the file is 440 # re-compile extensions if a header file has been changed 874 # if a file is found in one of those directories, it can 890 with open(config_h) as file: 891 self.config_h_vars = sysconfig.parse_config_h(file) 1024 # Test loading multiple modules from one compiled file (http [all...] |
| /third_party/python/Lib/asyncio/ |
| H A D | unix_events.py | 114 # number in the wakeup file descriptor. _process_self_data() will 115 # read signal numbers from this file descriptor to handle signals. 352 async def _sock_sendfile_native(self, sock, file, offset, count): 359 fileno = file.fileno() 361 raise exceptions.SendfileNotAvailableError("not a regular file") 365 raise exceptions.SendfileNotAvailableError("not a regular file") 368 return 0 # empty file 416 # one being 'file' is not a regular mmap(2)-like 417 # file, in which case we'll fall back on using 911 """Child watcher implementation using Linux's pid file descriptor [all...] |
| H A D | selector_events.py | 34 # for the file descriptor 'fd'. 250 raise ValueError(f"Invalid file object: {fd!r}") from None 719 async def _sendfile_native(self, transp, file, offset, count): 725 return await self.sock_sendfile(transp._sock, file, offset, count,
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-ucm.c | 2 This file is part of PulseAudio. 417 pa_log_info("UCM file does not specify 'PlaybackChannels' " in ucm_get_device_property() 438 pa_log_info("UCM file does not specify 'CaptureChannels' " in ucm_get_device_property()
|
| /third_party/python/Lib/test/ |
| H A D | test_cmd_line.py | 445 print(3, file=sys.stderr) 446 print(4, file=sys.stderr)""" 569 print("import sys", file=script) 570 print("del sys.modules['__main__']", file=script)
|
| H A D | test_posixpath.py | 727 with open(self.file_name, 'xb', 0) as file: 728 file.write(b"test_posixpath.PathLikeTests")
|
| H A D | test_optparse.py | 574 " -f FILE, --file=FILE read from FILE [default: foo.txt]\n" 576 " -f FILE, --file=FILE read from FILE [default: none]\n" 579 self.parser.add_option("-f", "--file", 585 self.parser.add_option("-f", "--file", 587 self.parser.set_default('file', "foo.txt") 591 self.parser.add_option("-f", "--file", 593 self.parser.set_defaults(file="foo.txt") 597 self.parser.add_option("-f", "--file", 602 self.parser.add_option("-f", "--file", 608 self.parser.add_option("-f", "--file", [all...] |
| H A D | test_ntpath.py | 563 test_file_long = ntpath.join(test_dir_long, "file.txt") 564 test_file_short = ntpath.join(test_dir_short, "file.txt") 572 self.assertPathEqual(test_file_long, ntpath.realpath("file.txt")) 574 self.assertPathEqual(test_file_long, ntpath.realpath("file.txt")) 576 self.assertPathEqual(test_file_long, ntpath.realpath("file.txt")) 813 # Make sure the same file is really the same 820 # Invalid file descriptors shouldn't display assert 907 with open(self.file_name, 'xb', 0) as file: 908 file.write(b"test_ntpath.PathLikeTests")
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferMemoryRequirementsTests.cpp | 9 * you may not use this file except in compliance with the License. 21 * \file 315 template<class Msg> Info(Type type, const Msg& msg, cstr file, int line) in Info() 316 : m_type(type), m_str(), m_file(file), m_line(line) { m_str << msg; } in Info()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferMemoryRequirementsTests.cpp | 9 * you may not use this file except in compliance with the License. 21 * \file 315 template<class Msg> Info(Type type, const Msg& msg, cstr file, int line) in Info() 316 : m_type(type), m_str(), m_file(file), m_line(line) { m_str << msg; } in Info()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Context11.cpp | 4 // found in the LICENSE file. 1018 const char *file, in handleResult() 1038 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); in handleResult() 1016 handleResult(HRESULT hr, const char *message, const char *file, const char *function, unsigned int line) handleResult() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_utils.h | 4 // found in the LICENSE file. 178 const char *file; member 191 const char *file,
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| H A D | jfdctint-mmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains a slower but more accurate integer implementation of the
|
| H A D | jfdctint-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains a slower but more accurate integer implementation of the
|
| H A D | jidctflt-sse.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains a floating-point implementation of the inverse DCT
|
| H A D | jidctflt-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains a floating-point implementation of the inverse DCT
|
| H A D | jidctred-mmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains inverse-DCT routines that produce reduced-size
|
| H A D | jidctred-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains inverse-DCT routines that produce reduced-size
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| H A D | jchuff-sse2.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 18 ; This file contains an SSE2 implementation for Huffman coding of one block.
|
| H A D | jfdctint-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 17 ; This file contains a slower but more accurate integer implementation of the
|
| H A D | jidctred-sse2.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 18 ; This file contains inverse-DCT routines that produce reduced-size
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngimage.c | 11 * Test the png_read_png and png_write_png interfaces. Given a PNG file load it 357 * The original file is cached in memory. During write the output file is 360 * In both cases the file data is held in a linked list of buffers - not all 455 /* Load a buffer from a file; does the equivalent of buffer_start_write. On a 490 else /* fread failed - probably end of file */ in buffer_from_file() 505 /* This structure is used to control the test of a single file. */ 519 USER_ERROR, /* such as file-not-found */ 544 const char *filename; /* The name of the original file */ 582 struct buffer written_file; /* where the file get 1557 do_test(struct display *dp, const char *file) do_test() argument [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngtest.c | 23 * exist in the input file. 28 * If a filename is given on the command-line, then this file is used 40 /* Defined so I can write to a file on gui/windowing platforms */ 80 #define FCLOSE(file) fclose(file) 362 * (file signature / header / data / crc) is as expected. in pngtest_check_io_state() 851 /* Test one file */ 884 fprintf(STDERR, "Could not find input file %s\n", inname); in test_one_file() 890 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file() 1713 fprintf(STDERR, "Could not find file in test_one_file() [all...] |