Searched refs:dependencies (Results 1 - 25 of 156) sorted by relevance

1234567

/macosx-10.9.5/gnudiff-19/diffutils/lib/posix/
H A DMakefile.am2 AUTOMAKE_OPTIONS=no-dependencies
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A DMakefile.def267 // Inter-module dependencies
270 dependencies = { module=all-build-bison; on=all-build-texinfo; };
271 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
272 dependencies = { module=all-build-flex; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-bison; };
274 dependencies = { module=all-build-flex; on=all-build-byacc; };
275 dependencies = { module=all-build-flex; on=all-build-m4; };
276 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
277 dependencies = { module=all-build-m4; on=all-build-texinfo; };
278 dependencies
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-asmtab.h62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver_api_set.rb12 @uri = 'https://rubygems.org/api/v1/dependencies'
22 :dependencies => [['a', '>= 0']],
41 :dependencies => [['a', '>= 0']],
48 :dependencies => [],
67 :dependencies => [['a', '>= 0']],
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld.c58 KXLDArray dependencies; member in struct:kxld_context
94 u_long size, const char *name, KXLDDependency *dependencies,
217 for (i = 0; i < context->dependencies.maxitems; ++i) {
218 dep = kxld_array_get_slot(&context->dependencies, i);
221 kxld_array_deinit(&context->dependencies);
243 KXLDDependency * dependencies,
261 require_action(dependencies, finish, rval=KERN_INVALID_ARGUMENT);
270 dependencies, ndependencies);
316 rval = kxld_array_init(&context->dependencies,
345 const char *name, KXLDDependency *dependencies, u_in
237 kxld_link_file( KXLDContext * context, u_char * file, u_long size, const char * name, void * callback_data, KXLDDependency * dependencies, u_int ndependencies, u_char ** linked_object_out, kxld_addr_t * kmod_info_kern) argument
344 init_kext_objects(KXLDContext *context, u_char *file, u_long size, const char *name, KXLDDependency *dependencies, u_int ndependencies) argument
[all...]
H A Dkxld_stubs.c65 KXLDDependency * dependencies __unused,
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/SMM.doc/timedop/timedop/
H A DMakefile35 -include Makefile.dependencies
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_list.rb25 # Allows enabling/disabling use of development dependencies
40 # dependencies will be included.
68 # If there are circular dependencies (yuck!), then gems will be returned in
110 # Are all the dependencies in the list satisfied?
152 check = check_dev ? spec.dependencies : spec.runtime_dependencies
168 # satisfy items in +dependencies+ (a hash of gem names to arrays of
169 # dependencies).
171 def remove_specs_unsatisfied_by dependencies
173 dep = dependencies[spec.name]
198 other.dependencies
[all...]
H A Drequest_set.rb14 @dependencies = deps
19 attr_reader :dependencies
25 @dependencies << Gem::Dependency.new(name, reqs)
31 @dependencies += deps
34 # Resolve the requested dependencies and return an Array of
38 r = Gem::DependencyResolver.new(@dependencies, set)
42 # Resolve the requested dependencies against the gems
66 node.spec.dependencies.each do |dep|
H A Ddependency_resolver.rb11 # Indicates which dependencies were incompatible.
18 super "unable to resolve conflicting dependencies '#{a}' and '#{b}'"
41 # Raised when dependencies conflict and create the inability to
69 # and dependencies.
78 @dependencies = api_data[:dependencies].map do |name, ver|
83 attr_reader :name, :version, :dependencies
90 @dependencies == other.dependencies
104 @dep_uri = URI 'https://rubygems.org/api/v1/dependencies'
183 def dependencies method in class:Gem.DependencyResolver.IndexSpecification
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/depstest/
H A Ddepstest.py28 import dependencies
88 item = dependencies.items[name]
137 """Loads dependencies.txt, reads the libraries' .o files, and processes them.
139 Modifies dependencies.items: Recursively builds each item's system_symbols and exports.
143 dependencies.Load()
144 for name_and_item in dependencies.items.iteritems():
151 for library_name in dependencies.libraries:
154 files_missing_from_deps = o_files_set - dependencies.files
155 files_missing_from_build = dependencies.files - o_files_set
157 sys.stderr.write("Error: files missing from dependencies
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dgenerator.mk26 # partial dependencies only
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dgenerator.mk26 # partial dependencies only
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A Dpreprocess-idls.pl92 # Resolves partial interfaces dependencies.
111 my $dependencies = "";
113 $dependencies .= "$idlFile @{$supplementals{$idlFile}}\n";
115 WriteFileIfChanged($supplementalDependencyFile, $dependencies);
122 my @dependencies = map { basename($_) } @{$supplementals{$idlFile}};
124 $makefileDeps .= "JS${basename}.h: @{dependencies}\n";
125 $makefileDeps .= "DOM${basename}.h: @{dependencies}\n";
126 $makefileDeps .= "WebDOM${basename}.h: @{dependencies}\n";
127 foreach my $dependency (@dependencies) {
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Ddependency_command.rb12 'Show the dependencies of an installed gem',
19 add_option('-R', '--[no-]reverse-dependencies',
20 'Include reverse dependencies in the output') do
34 "GEMNAME name of gem to show dependencies for"
38 "--local --version '#{Gem::Requirement.default}' --no-reverse-dependencies"
47 alert_error 'Only reverse dependencies for local gems are supported.'
99 unless spec.dependencies.empty?
100 spec.dependencies.sort_by { |dep| dep.name }.each do |dep|
126 unless spec.dependencies.empty? then
127 spec.dependencies
[all...]
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/
H A DMakefile43 -include Makefile.dependencies
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/
H A Ddependencies.inc2 ASCII diagram of the dependencies between the doctools v2 idx packages
31 ~~ Interoperable objects, without actual package dependencies
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Ddependencies.inc2 ASCII diagram of the dependencies between the doctools v2 toc packages
31 ~~ Interoperable objects, without actual package dependencies
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkxld.h72 * Links a kext against its dependencies, using a callback to allocate the memory
81 * dependencies An array of pointers to the kexts upon which this kext
83 * num_dependencies Number of entries in the 'dependencies' array.
98 KXLDDependency *dependencies,
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py27 kwargs['dependencies'] = items.get_list('dependencies')
30 def __init__(self, subpath, name, dependencies, parent):
35 self.dependencies = list(dependencies)
65 for r in self.dependencies:
127 def __init__(self, subpath, name, dependencies, parent, library_name,
129 ComponentInfo.__init__(self, subpath, name, dependencies, parent)
202 def __init__(self, subpath, name, dependencies, parent, library_name,
204 LibraryComponentInfo.__init__(self, subpath, name, dependencies, paren
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dmkbuiltins.c125 ARRAY *dependencies; /* Null terminated array of #define names. */ member in struct:__anon6359
633 if (builtin->dependencies)
635 for (i = 0; builtin->dependencies->array[i]; i++)
636 free (builtin->dependencies->array[i]);
637 array_free (builtin->dependencies);
797 new->dependencies = (ARRAY *)NULL;
899 if (!builtin->dependencies)
900 builtin->dependencies = array_create (sizeof (char *));
902 array_add (dependent, builtin->dependencies);
1045 new->dependencies
[all...]
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c67 SymInfoDependencies dependencies; member in struct:__anon6875
228 SymInfoFreeDependencies(nmList->dependencies);
294 return(nmList->dependencies);
690 if(self->dependencies == NULL){
692 self->dependencies = malloc(sizeof(_SymInfoDependencies));
693 bzero(self->dependencies, sizeof(_SymInfoDependencies));
702 self->dependencies->subUmbrellas =
703 reallocate(self->dependencies->subUmbrellas,
704 (self->dependencies->nSubUmbrellas+1)*
706 self->dependencies
[all...]
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A DMakefile.am21 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
/macosx-10.9.5/lukemftpd-50/
H A DAEP.make149 .PHONY: extract-source build-dependencies archive-strip-binaries
154 $(GNUConfigStamp): extract-source build-dependencies
156 build:: extract-source build-dependencies
186 build-dependencies:
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm170 'version, possibly due to missing dependencies. Author-mode autodocumentation ' .
215 module dependencies on their own. In order not to burden the average user
216 with modules he will never use, these optional dependencies are not included
220 of such dependencies.
257 dependencies keyed by dependency group. Each key (group name) can be supplied

Completed in 500 milliseconds

1234567