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

/macosx-10.9.5/ruby-104/ruby/lib/rake/loaders/
H A Dmakefile.rb26 dependents = args.split.map { |d| respace(d) }
29 file file_task => dependents
/macosx-10.9.5/emacs-92/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.9.5/ruby-104/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.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIPrivate.h133 queue_head_t dependents; member in struct:IOPCIConfigShadow
/macosx-10.9.5/emacs-92/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.9.5/kext_tools-326.95.1/
H A Dkextfind_report.c614 CFArrayRef dependents = NULL; // must release local
726 SAFE_RELEASE(dependents);
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIBridge.cpp1295 que = &configShadow(shadow->tunnelRoot)->dependents;
1327 que = &configShadow(shadow->tunnelRoot)->dependents;
1365 next = (IOPCIConfigShadow *) queue_first(&root->dependents);
1366 while (!queue_end(&root->dependents, (queue_entry_t) next))
1402 queue_remove(&root->dependents,
1493 if (!queue_empty(&configShadow(device)->dependents))
1498 if (!queue_empty(&configShadow(device)->dependents)) panic("tunnelq");
1832 queue_init(&shadow->dependents);
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c1223 char **dependents, *dylib_name; local
1236 dependents = NULL;
1287 dependents = (char **)malloc(sizeof(char *) * (ndependents + 1));
1288 if(dependents == NULL)
1291 * Now fill in the dependents[] array with the names of the libraries.
1315 if(strcmp(dependents[k], dylib_name) == 0){
1321 dependents[ndependents] =
1323 if(dependents[ndependents] == NULL)
1326 strcpy(dependents[ndependents], dylib_name);
1335 dependents[ndependent
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Dupdate_dyld_shared_cache.cpp437 // <rdar://problem/9161945> silently ignore dependents from main executables that can't be in shared cache
594 const std::vector<MachOLayoutAbstraction::Library>& dependents = layout->getLibraries(); local
595 for (std::vector<MachOLayoutAbstraction::Library>::const_iterator dit = dependents.begin(); dit != dependents.end(); ++dit) {
/macosx-10.9.5/Heimdal-323.92.1/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 214 milliseconds