| /third_party/node/deps/v8/src/torque/ls/ |
| H A D | message-handler.cc | 3 // found in the LICENSE file. 82 // Each notification must contain all diagnostics for a specific file, 83 // because sending multiple notifications per file resets previously sent 86 // 2) send one notification per entry (per file). 119 std::string file = in GetOrCreateNotificationForSource() local 121 notification.params().set_uri(file); in GetOrCreateNotificationForSource() 252 Logger::Log("[info] Initial file list:\n"); in HandleTorqueFileListNotification() 257 // We only consider file URIs (there shouldn't be anything else). in HandleTorqueFileListNotification()
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | thread_rwlock_test.cpp | 85 std::ifstream file(filename); in WaitThreadSleep() 86 std::string content((std::istreambuf_iterator<char>(file)), std::istreambuf_iterator<char>()); in WaitThreadSleep()
|
| /third_party/python/Tools/peg_generator/pegen/ |
| H A D | python_generator.py | 196 file: Optional[IO[Text]], 202 super().__init__(grammar, tokens, file)
|
| /third_party/python/Tools/scripts/ |
| H A D | pindent.py | 3 # This file contains a class and a main program that perform three 50 # file ... : input file(s) (default standard input) 327 # - xxx_filter(input, output): read and write file objects 329 # - xxx_file(filename): process file in place, return true iff changed 380 print("Can't remove backup %r" % (backup,), file=sys.stderr) 386 print("Can't rename %r to %r" % (filename, backup), file=sys.stderr) 435 usage: pindent (-c|-d|-r) [-s stepsize] [-t tabsize] [-e] [file] ... 442 [file] ... : files are changed in place, with backups in file~ [all...] |
| /third_party/rust/crates/clap/tests/derive/ |
| H A D | subcommands.rs | 8 // option. This file may not be copied, modified, or distributed 127 file: String, 137 /// Add a file 148 file: "f".to_string() in test_tuple_commands() 163 assert!(output.contains("Add a file")); in test_tuple_commands()
|
| /third_party/python/Lib/asyncio/ |
| H A D | events.py | 368 async def sendfile(self, transport, file, offset=0, count=None, 370 """Send a file through a transport. 407 path is a str, representing a file system path to bind the 488 pipe is a file-like object. 491 # The reason to accept file-like object instead of just file descriptor 501 Pipe is file-like object already switched to nonblocking. 504 # The reason to accept file-like object instead of just file descriptor 567 async def sock_sendfile(self, sock, file, offse [all...] |
| /third_party/python/Lib/ |
| H A D | compileall.py | 59 file as it is compiled into each byte-code file. 69 stripdir: part of path to left-strip from source file path 70 prependdir: path to prepend to beginning of original file path, applied 116 for file in files: 117 if not compile_file(file, ddir, force, rx, quiet, 129 """Byte-compile one file. 133 fullname: the file to byte-compile 135 byte-code file. 144 stripdir: part of path to left-strip from source file pat [all...] |
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | utils.py | 253 with tempfile.NamedTemporaryFile() as file: 254 return file.name 451 raise ValueError("Invalid file object: "
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 9 * you may not use this file except in compliance with the License. 21 * \file 184 const std::string file = std::string(cases[i].basename) + ".amber"; in addTestsForAmberFiles() local 188 readFilename.append(file); in addTestsForAmberFiles()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueUtils.cpp | 8 * you may not use this file except in compliance with the License. 20 * \file vktGlobalPriorityQueueUtils.cpp 92 #define SAVEEXPR(expr, text, file, line) (text=#expr,file=__FILE__,line=__LINE__,expr)
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | DisplayD3D.cpp | 4 // found in the LICENSE file. 434 const char *file, in handleResult() 441 errorStream << "Internal D3D11 error: " << gl::FmtHR(hr) << ", in " << file << ", " << function in handleResult() 432 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/d3d/d3d9/ |
| H A D | Context9.cpp | 4 // found in the LICENSE file. 506 const char *file, in handleResult() 522 mErrors->handleError(glErrorCode, errorStream.str().c_str(), file, function, line); in handleResult() 504 handleResult(HRESULT hr, const char *message, const char *file, const char *function, unsigned int line) handleResult() argument
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsWin32TestProcess.cpp | 8 * you may not use this file except in compliance with the License. 20 * \file 42 MAX_OLD_LOGFILE_DELETE_ATTEMPTS = 20, //!< How many times execserver tries to delete old log file 43 LOGFILE_DELETE_SLEEP_MS = 50 //!< Sleep time (in ms) between log file delete attempts 213 void FileReader::start (HANDLE file) in start() argument 217 m_handle = file; in start() 276 // End of file - for now. in run() 295 throw Error(GetLastError(), "Reading from file failed"); in run() 371 throw Error(GetLastError(), "Failed to open log file"); in start() 479 DE_NULL /* Template file in createPipeWithOverlappedIO() [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_common.h | 4 // found in the LICENSE file. 545 const char *file, 550 const char *file,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | ContextNULL.cpp | 4 // found in the LICENSE file. 520 const char *file, in handleError() 526 mErrors->handleError(errorCode, errorStream.str().c_str(), file, function, line); in handleError() 518 handleError(GLenum errorCode, const char *message, const char *file, const char *function, unsigned int line) handleError() argument
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | rdtarga.c | 4 * This file was part of the Independent JPEG Group's software: 10 * file. 12 * This file contains routines to read input images in Targa format. 17 * at the start of the file; start_input may need work if the 19 * the file is indeed Targa format). 35 #define ReadOK(file, buffer, len) \ 36 (JFREAD(file, buffer, len) == ((size_t)(len))) 53 /* Pointer to routine to extract next Targa pixel from input file */ 84 /* Read next byte from Targa file */ in read_byte() 97 /* Read the colormap from a Targa file */ in read_colormap() [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| H A D | jfdctint-avx2.asm | 11 ; 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 D | jfdctint-avx2.asm | 11 ; 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/icu/source/samples/all/ |
| H A D | samplecheck.bat | 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsDebug.h | 5 * found in the LICENSE file. 404 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, 407 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/ |
| H A D | hb_test_tools.py | 484 print (f, file=m) 486 print (f, file=m)
|
| /third_party/python/Lib/test/ |
| H A D | test_pty.py | 313 self.fds = [] # A list of file descriptors to close. 330 for file in self.files: 332 file.close()
|
| /third_party/python/Lib/distutils/command/ |
| H A D | build_py.py | 26 ('force', 'f', "forcibly build everything (ignore file timestamps)"), 75 # wrong thing to do: if a file is read-only in the working 116 file[plen:] for file in self.find_data_files(package, src_dir) 203 log.warn(("package init file '%s' not found " + 204 "(or not a regular file)"), init_py) 212 log.warn("file %s (for module %s) not found", module_file, module) 238 ".py" file (relative to the distribution root) that implements the 337 # Now put the module source file into the "build" area -- this is 348 # Now "build" the module -- ie. copy the source file t [all...] |
| /third_party/python/Lib/email/ |
| H A D | generator.py | 30 This basic generator writes the message to the given file object as plain 41 outfp is the output file-like object for writing the message to. It 70 # Just delegate to the file object 74 r"""Print the message object tree rooted at msg to the output file 329 # We can't just write the headers directly to self's file object 492 print(part.get_payload(decode=False), file=self) 506 }, file=self)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 52 // Pretend that we enter the "top-level" include file. in TGLexer() 91 // Make sure TokStart points into the parent file's buffer. in processEOF() 93 // so it is pointing into the included file now. in processEOF() 98 // Pretend that we exit the "top-level" include file. in processEOF() 112 // a random nul in the file. Disambiguate that here. in getNextChar() 116 // Otherwise, return end of file. in getNextChar() 150 // Lex next token, if we just left an include file. in LexToken() 151 // Note that leaving an include file means that the next in LexToken() 262 return ReturnError(StrStart, "End of file in string literal"); in LexString() 295 return ReturnError(StrStart, "End of file i in LexString() [all...] |