| /third_party/skia/third_party/externals/microhttpd/ |
| H A D | config.guess | 127 PATH=$PATH:/.attbin ; export PATH
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psintrp.c | 552 /* initialize path map to manage drawing operations */ in cf2_interpT2CharString() 965 /* if there is no path, `closepath' is a no-op */ in cf2_interpT2CharString() 2515 /* close path if still open */ in cf2_interpT2CharString()
|
| /third_party/python/Lib/test/ |
| H A D | test_sax.py | 21 import os.path namespace 40 if not os.path.supports_unicode_filenames: 410 # If the source is a Path object, use it as a system ID and open it.
|
| H A D | test_nntplib.py | 8 import os.path namespace 23 certfile = os.path.join(os.path.dirname(__file__), 'keycert3.pem')
|
| H A D | test_dict.py | 314 # test fast path for dictionary inputs 1399 # dict() and {} don't trigger the same code path 1466 # `str` keys. Make sure the unoptimized path is used when a non-`str`
|
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 1242 lock in this fast path. in _io__Buffered_seek_impl() 1608 /* Fast path: the data to read is fully buffered. */ in _bufferedreader_read_fast() 1927 /* Fast path: the data to write can be fully buffered. */ in _io_BufferedWriter_write_impl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 323 /// The path from the constant offset to the old GEP index. e.g., if the GEP 328 /// This path helps to rebuild the new GEP index. 607 // If we found a non-zero constant offset, add it to the path for in find()
|
| H A D | LoopFuse.cpp | 1344 /// <path/filename>:<line number>:<column number>: [<function name>]: 1394 // Thus, one path from the guard goes to the preheader for FC0 (and thus in fuseGuardedLoops() 1395 // executes the new fused loop) and the other path goes to the NonLoopBlock in fuseGuardedLoops()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | ELF.h | 1104 DT_RPATH = 15, // String table offset of library search path. 1118 DT_RUNPATH = 29, // String table offset of lib search path. 1249 DF_1_NODEFLIB = 0x00000800, // Ignore default lib search path.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 427 // variable index could pessimize the path. This also handles the case in FoldPHIArgGEPIntoPHI() 568 // the path through the other successor. in FoldPHIArgLoadIntoPHI() 596 // the path through the other successor. in FoldPHIArgLoadIntoPHI()
|
| /third_party/skia/third_party/skcms/src/ |
| H A D | Transform_inl.h | 625 // MSVC catches the "loss" of data here in the portable path, so we also make sure to mask. in F_from_U16_BE() 688 // This is up to 2x faster on 32-bit ARM than the #else-case fast path. in sample_clut_16() 705 // TODO: gather_64()-based fast path? in sample_clut_16()
|
| /third_party/skia/third_party/externals/icu/source/ |
| H A D | config.guess | 127 PATH=$PATH:/.attbin ; export PATH
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 638 // Inline the fast path for unbundled or bundle-internal instructions. in hasProperty() 642 // If this is the first instruction in a bundle, take the slow path. in hasProperty() 1684 /// Slow path for hasProperty when we're dealing with a bundle.
|
| /third_party/typescript/tests/baselines/reference/tsserver/projectErrors/ |
| H A D | reports-errors-correctly-when-file-referenced-by-inferred-project-root,-is-opened-right-after-closing-the-root-file.js | 42 Info 2 [00:00:35.000] Search path: /user/username/projects/myproject/src/client
152 Info 20 [00:00:59.000] Search path: /user/username/projects/myproject/test/backend
1041 Info 53 [00:01:46.000] Search path: /user/username/projects/myproject/src/server
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcpd.c | 457 * Writes self PID in file PATH 462 static void write_pid(char *path) in write_pid() argument 464 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666); in write_pid()
|
| /third_party/typescript/src/compiler/transformers/ |
| H A D | declarations.ts | 113 // Otherwise we should emit a path-based reference
408 // a relative path to the declaration file
425 // references when installing this package, making the path is unreliable).
|
| /third_party/typescript/src/compiler/transformers/module/ |
| H A D | module.ts | 155 // /// <amd-dependency path= "a.css" />
376 aliasedModuleNames.push(factory.createStringLiteral(amdDependency.path));
380 unaliasedModuleNames.push(factory.createStringLiteral(amdDependency.path));
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream.h | 612 // not large enough. Making the slow path out-of-line speeds up the common 613 // case by 10-15%. The slow path is fairly uncommon: it only triggers when a 1423 // Slow path in ReadTagWithCutoffNoLastTag()
|
| /third_party/python/PC/ |
| H A D | winreg.c | 1345 If key is a handle returned by ConnectRegistry(), then the path 1641 If key represents a key on a remote computer, the path described by 1768 %PATH%).
|
| /third_party/python/Lib/ |
| H A D | imaplib.py | 1623 if mo: path = mo.group(1) 1624 else: path = ml.split()[-1] 1625 run('delete', (path,))
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_base_events.py | 1716 with test_utils.unix_socket_path() as path: 1718 sock.bind(path) 1723 path, family=socket.AF_UNIX)
|
| /third_party/python/Modules/ |
| H A D | _collectionsmodule.c | 497 /* Fast path for the deque_repeat() common case where len(deque) == 1 */ in deque_copy() 2302 /* Only take the fast path when get() and __setitem__() in _collections__count_elements_impl() 2315 /* Fast path advantages: in _collections__count_elements_impl()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.cc | 431 // Search down the right-hand path for a non-full FLAT node. in PrepareAppendRegion() 1595 // such that the current leaf can be found on the path of left children in AdvanceAndReadBytes() 1597 // below current_subtree_; find the proper node along the path of left in AdvanceAndReadBytes()
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_unicode.rs | 541 // then we can use the fast path. The fast path can make a tremendous in replace() 568 // The slower path, which we use if the replacement needs access to
|
| /third_party/rust/crates/quote/src/ |
| H A D | lib.rs | 58 //! # let path = ""; 72 //! #path(self.value, serializer) 117 #[path = "runtime.rs"]
|