/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 28 DebugInfoFinder Finder; member in __anonafefbbab0111::ModuleDebugInfoPrinter 53 Finder.processModule(M); in runOnModule() 74 for (DICompileUnit *CU : Finder.compile_units()) { in print() 85 for (DISubprogram *S : Finder.subprograms()) { in print() 93 for (auto GVU : Finder.global_variables()) { in print() 102 for (const DIType *T : Finder.types()) { in print()
|
/third_party/rust/crates/memchr/src/memmem/ |
D | mod.rs | 194 FindIter::new(haystack, Finder::new(needle)) in find_iter() 263 Finder::new(needle).find(haystack) in find() 314 finder: Finder<'n>, 322 finder: Finder<'n>, in new() 449 pub struct Finder<'n> { struct 453 impl<'n> Finder<'n> { implementation 456 pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> Finder<'n> { in new() 531 pub fn into_owned(self) -> Finder<'static> { in into_owned() 532 Finder { searcher: self.searcher.into_owned() } in into_owned() 546 pub fn as_ref(&self) -> Finder<'_> { in as_ref() [all …]
|
/third_party/python/Lib/test/test_importlib/import_/ |
D | test_path.py | 249 class Finder: class 260 with util.import_state(path=[Finder.path_location]+sys.path[:], 261 path_hooks=[Finder]): 269 class Finder: class 280 with util.import_state(path=[Finder.path_location]+sys.path[:], 281 path_hooks=[Finder]):
|
/third_party/rust/crates/which-rs/src/ |
D | lib.rs | 33 use crate::finder::Finder; 90 let finder = Finder::new(); in which_all() 101 let finder = Finder::new(); in which_all_global() 192 let finder = Finder::new(); in which_re_in() 210 let finder = Finder::new(); in which_in_all() 226 let finder = Finder::new(); in which_in_global() 362 let finder = Finder::new(); in all_results()
|
D | finder.rs | 48 pub struct Finder; struct 50 impl Finder { implementation 51 pub fn new() -> Finder { in new() 52 Finder in new()
|
/third_party/protobuf/src/google/protobuf/ |
D | text_format.h | 211 class PROTOBUF_EXPORT Finder { 213 virtual ~Finder(); 334 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder() 437 const Finder* finder_; 549 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder() 602 const Finder* finder_;
|
D | text_format.cc | 242 const TextFormat::Finder* finder, ParseInfoTree* parse_info_tree, in ParserImpl() 1197 const TextFormat::Finder* finder_; 1361 TextFormat::Finder::~Finder() {} in ~Finder() 1363 const FieldDescriptor* TextFormat::Finder::FindExtension( in FindExtension() 1368 const FieldDescriptor* TextFormat::Finder::FindExtensionByNumber( in FindExtensionByNumber() 1373 const Descriptor* TextFormat::Finder::FindAnyType( in FindAnyType() 1379 MessageFactory* TextFormat::Finder::FindExtensionFactory( in FindExtensionFactory()
|
/third_party/rust/crates/memchr/bench/src/memmem/ |
D | imp.rs | 36 let finder = memmem::Finder::new(needle).into_owned(); in prebuilt() 48 PrebuiltIter(memmem::Finder::new(needle).into_owned()) in prebuiltiter() 52 pub(crate) struct PrebuiltIter(memmem::Finder<'static>); 115 fn finder(needle: &[u8]) -> memmem::Finder<'_> { in finder() 148 pub(crate) struct PrebuiltIter(memmem::Finder<'static>); 230 let finder = bstr::Finder::new(needle).into_owned(); in prebuilt() 242 PrebuiltIter(bstr::Finder::new(needle).into_owned()) in prebuiltiter() 246 pub(crate) struct PrebuiltIter(bstr::Finder<'static>);
|
D | sliceslice.rs | 50 .map(|needle| memmem::Finder::new(needle.as_bytes())) in search_short_haystack() 148 .map(|needle| memmem::Finder::new(needle.as_bytes())) in search_long_haystack() 234 .map(|needle| memmem::Finder::new(needle.as_bytes())) in search_i386_haystack()
|
/third_party/skia/src/core/ |
D | SkBitmapCache.cpp | 149 static bool Finder(const SkResourceCache::Rec& baseRec, void* contextBitmap) { in Finder() function in SkBitmapCache::Rec 210 return SkResourceCache::Find(BitmapKey(desc), SkBitmapCache::Rec::Finder, result); in Find() 251 static bool Finder(const SkResourceCache::Rec& baseRec, void* contextMip) { in Finder() function 276 if (!CHECK_LOCAL(localCache, find, Find, key, MipMapRec::Finder, &result)) { in FindAndRef()
|
/third_party/python/Lib/test/test_importlib/ |
D | test_threaded_import.py | 68 class Finder: class 146 finder = Finder() 158 finder = Finder()
|
/third_party/python/Doc/using/ |
D | mac.rst | 31 scripts from the Finder. 62 the Finder you first need an editor to create your script. macOS comes with a 74 To run your script from the Finder you have two options: 103 Finder is non-standard as the Finder does not read your :file:`.profile` or
|
/third_party/python/Mac/BuildScript/resources/ |
D | Conclusion.rtf | 17 …ERLINK "file://localhost/Applications/Python%20$VERSION/"}}{\fldrslt the Finder window}}. See {\f…
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 362 finder: memmem::Finder<'static>, 369 finder: memmem::Finder::new(pat).into_owned(), in new()
|
/third_party/python/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 81 @"Finder's \"Get Info\" command.\n\n" \
|
/third_party/python/Lib/importlib/ |
D | abc.py | 32 class Finder(metaclass=abc.ABCMeta): class
|
/third_party/protobuf/ |
D | .gitignore | 98 # OS X's Finder creates these for state about opened windows/etc.
|
/third_party/python/Doc/library/ |
D | importlib.rst | 232 +-- Finder (deprecated) 243 .. class:: Finder 268 compatibility, this is a subclass of :class:`Finder`. 273 No longer a subclass of :class:`Finder`. 328 No longer a subclass of :class:`Finder`. 366 A concrete implementation of :meth:`Finder.find_module` which is 1143 :term:`Finder <finder>` for modules declared in the Windows registry. This class 1158 A :term:`Finder <finder>` for :data:`sys.path` and package ``__path__`` attributes.
|
D | pkgutil.rst | 54 :pep:`302` Finder that wraps Python's "classic" import algorithm.
|
/third_party/lzma/DOC/ |
D | lzma-sdk.txt | 311 -mf{MF_ID}: set Match Finder. Default: bt4.
|
/third_party/python/Mac/ |
D | README.rst | 304 pydoc, shell users, and Finder user.
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 1595 :meth:`~importlib.abc.PathEntryFinder.find_loader`/:meth:`~importlib.abc.Finder.find_module` 1596 (superseded by :meth:`~importlib.abc.Finder.find_spec`), 1662 * :class:`importlib.abc.Finder` is deprecated (including its sole method, 1663 :meth:`~importlib.abc.Finder.find_module`). Both
|
D | 3.3.rst | 716 :class:`importlib.abc.Finder` is now only provided for backwards-compatibility 2392 * :class:`importlib.abc.Finder` no longer specifies a `find_module()` abstract
|
/third_party/python/Doc/faq/ |
D | library.rst | 490 that on MacOS 9 it doesn't copy the resource fork and Finder info.
|
/third_party/python/Doc/reference/ |
D | import.rst | 720 The Path Based Finder
|