Searched refs:dependents (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/rake/loaders/
H A Dmakefile.rb26 dependents = args.split.map { |d| respace(d) }
29 file file_task => dependents
/macosx-10.10/emacs-93/emacs/lisp/
H A Dloadhist.el102 (defun file-dependents (file)
108 (dependents nil))
109 (dolist (x load-history dependents)
111 (setq dependents (cons (car x) dependents))))
112 dependents))
174 (dependents (delete file (copy-sequence (file-dependents file)))))
175 (when dependents
177 (prin1-to-string dependents) fil
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Drtname.cmd5 for /f "usebackq" %%I in (`dumpbin -dependents %1 ^| findstr -r -i "\<msvcr.*\.dll$"`) do set rt=%%~nI
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-defs.el1814 (let ((agenda (get sym 'dependents))
1822 (setq ptr (get sym 'dependents))
1920 (or (memq eval-in-sym (get sym 'dependents))
1921 (put sym 'dependents (cons eval-in-sym (get sym 'dependents)))))
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_report.c614 CFArrayRef dependents = NULL; // must release local
726 SAFE_RELEASE(dependents);
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIPrivate.h162 queue_head_t dependents; member in struct:IOPCIConfigShadow
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp1277 que = &configShadow(shadow->tunnelRoot)->dependents;
1309 que = &configShadow(shadow->tunnelRoot)->dependents;
1347 next = (IOPCIConfigShadow *) queue_first(&root->dependents);
1348 while (!queue_end(&root->dependents, (queue_entry_t) next))
1384 queue_remove(&root->dependents,
1475 if (!queue_empty(&configShadow(device)->dependents))
1480 if (!queue_empty(&configShadow(device)->dependents)) panic("tunnelq");
1820 queue_init(&shadow->dependents);
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp450 // <rdar://problem/9161945> silently ignore dependents from main executables that can't be in shared cache
614 const std::vector<MachOLayoutAbstraction::Library>& dependents = layout->getLibraries(); local
615 for (std::vector<MachOLayoutAbstraction::Library>::const_iterator dit = dependents.begin(); dit != dependents.end(); ++dit) {
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex559 This chapter discusses the core algorithms of the library which are the dependents for every other algorithm.

Completed in 3061 milliseconds