Home
last modified time | relevance | path

Searched full:dependencies (Results 1 – 25 of 4973) sorted by relevance

12345678910>>...199

/external/fdlibm/
Dindex.html14 …s.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e_acos.c plus dependencies</a>
16 …c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c">e_acosh.c plus dependencies</a>
18 …n.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e_asin.c plus dependencies</a>
20 …c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c">e_atan2.c plus dependencies</a>
22 …c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c">e_atanh.c plus dependencies</a>
24 …h.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e_cosh.c plus dependencies</a>
26 …exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_exp.c plus dependencies</a>
28 …d.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e_fmod.c plus dependencies</a>
30 …c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c">e_gamma.c plus dependencies</a>
32 …> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma_r.c">e_gamma_r.c plus dependencies</a>
[all …]
/external/guice/extensions/grapher/test/com/google/inject/grapher/
DTransitiveDependencyVisitorTest.java59 Collection<Key<?>> dependencies = visitor.visit((ConstructorBinding<?>) binding); in testVisitConstructor() local
62 dependencies, Key.get(A.class), Key.get(B.class), Key.get(C.class), Key.get(D.class)); in testVisitConstructor()
68 Collection<Key<?>> dependencies = visitor.visit((ConvertedConstantBinding<?>) binding); in testVisitConvertedConstant() local
70 assertDependencies(dependencies, Key.get(String.class, Names.named("number"))); in testVisitConvertedConstant()
75 Collection<Key<?>> dependencies = visitor.visit((InstanceBinding<?>) binding); in testVisitInstance() local
77 // Dependencies will only be on the field- and method-injected classes. in testVisitInstance()
78 assertDependencies(dependencies, Key.get(A.class), Key.get(D.class)); in testVisitInstance()
83 Collection<Key<?>> dependencies = visitor.visit((InstanceBinding<?>) binding); in testVisitInstance_instanceHasDependencies() local
85 // Dependencies should only be on the stated in testVisitInstance_instanceHasDependencies()
87 assertDependencies(dependencies, Key.get(G.class)); in testVisitInstance_instanceHasDependencies()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs46 …yteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, DescriptorPool… in FileDescriptor() argument
51Dependencies = new ReadOnlyCollection<FileDescriptor>((FileDescriptor[]) dependencies.Clone()); in FileDescriptor()
53 …PublicDependencies = DeterminePublicDependencies(this, proto, dependencies, allowUnknownDependenci… in FileDescriptor()
87 … /// Extracts public dependencies from direct dependencies. This is a static method despite its
90 …ies(FileDescriptor @this, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnkn…
93 foreach (var file in dependencies)
113 // Ignore unknown dependencies.
155 /// Unmodifiable list of this file's dependencies (imports).
157 public IList<FileDescriptor> Dependencies { get; } property in Google.Protobuf.Reflection.FileDescriptor
160 /// Unmodifiable list of this file's public dependencies (public imports).
[all …]
/external/webrtc/webrtc/
Dwebrtc_tests.gypi13 'dependencies': [
31 'dependencies': [
36 'dependencies': [
45 'dependencies': [
60 'dependencies': [
69 'dependencies!': [
91 'dependencies': [
117 'dependencies': [
143 'dependencies': [
183 'dependencies': [
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_tests.gypi16 'dependencies': [
28 'dependencies': [
64 'dependencies': [
110 'dependencies': [
121 'dependencies': [
135 'dependencies': [
147 'dependencies': [
159 'dependencies': [
171 'dependencies': [
183 'dependencies': [
[all …]
/external/webrtc/webrtc/tools/
Dtools.gyp17 'dependencies': [
31 'dependencies': [
42 'dependencies': [
53 'dependencies': [
66 'dependencies': [
81 'dependencies': [
92 'dependencies': [
115 'dependencies': [
130 'dependencies': [
142 'dependencies': [
[all …]
/external/webrtc/webrtc/build/
Dapk_tests.gyp28 'dependencies': [
42 'dependencies': [
56 'dependencies': [
70 'dependencies': [
87 'dependencies': [
101 'dependencies': [
116 'dependencies': [
130 'dependencies': [
144 'dependencies': [
158 'dependencies': [
[all …]
/external/icu/icu4c/source/test/depstest/
Ddepstest.py30 import dependencies
92 item = dependencies.items[name]
135 if neededFile in dependencies.file_to_item:
136 …neededItem = "but %s does not depend on %s (for %s)" % (name, dependencies.file_to_item[neededFile…
146 """Loads dependencies.txt, reads the libraries' .o files, and processes them.
148 Modifies dependencies.items: Recursively builds each item's system_symbols and exports.
152 dependencies.Load()
153 for name_and_item in dependencies.items.iteritems():
160 for library_name in dependencies.libraries:
163 files_missing_from_deps = o_files_set - dependencies.files
[all …]
/external/autotest/client/common_lib/hosts/
Drepair.py58 Exception raised for failures in dependencies.
79 failed dependencies.
87 failed dependencies.
108 argument is used to introduce the various failed dependencies.
112 @param deps A string introducing the dependencies that
141 Both repair and verify operations have the notion of dependencies
151 def __init__(self, tag, record_type, dependencies): argument
152 self._dependency_list = dependencies
200 list. If any verifier in the transitive closure of dependencies
231 Verify that all of this node's dependencies pass for a host.
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDAGDeltaAlgorithm.h23 /// removing any single element not required by the dependencies on the other
26 /// The DAG should be used to represent dependencies in the changes which are
35 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
51 /// Dependencies edges by executing \see ExecuteOneTest() on subsets of
53 /// predicate and the input \arg Dependencies.
57 /// \param Dependencies The list of dependencies amongst changes. For each
58 /// (x,y) in \arg Dependencies, both x and y must be in \arg Changes. The
60 /// \in S implies y \in S. It is an error to have cyclic dependencies.
62 const std::vector<edge_ty> &Dependencies);
/external/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h23 /// removing any single element not required by the dependencies on the other
26 /// The DAG should be used to represent dependencies in the changes which are
35 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
52 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
54 /// predicate and the input \p Dependencies.
58 /// \param Dependencies The list of dependencies amongst changes. For each
59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
62 /// dependencies.
64 const std::vector<edge_ty> &Dependencies);
/external/webrtc/webrtc/test/
Dtest.gyp18 'dependencies': [
70 'dependencies': [
85 'dependencies': [
98 'dependencies': [
111 'dependencies': [
122 'dependencies': [
133 'dependencies': [
163 'dependencies': [
174 'dependencies': [
197 'dependencies': [
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h24 /// removing any single element not required by the dependencies on the other
27 /// The DAG should be used to represent dependencies in the changes which are
36 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
54 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
56 /// predicate and the input \p Dependencies.
60 /// \param Dependencies The list of dependencies amongst changes. For each
61 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
64 /// dependencies.
66 const std::vector<edge_ty> &Dependencies);
/external/python/cpython3/.azure-pipelines/
Dpr.yml24 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
36 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
54 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
67 dependencies: apt
79 eq(dependencies.Prebuild.outputs['tests.run'], 'true')
95 dependencies: yum
110 eq(dependencies.Prebuild.outputs['tests.run'], 'true')
124 dependencies: apt
131 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
Dci.yml24 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
38 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
54 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
67 dependencies: apt
79 eq(dependencies.Prebuild.outputs['tests.run'], 'true')
95 dependencies: yum
110 eq(dependencies.Prebuild.outputs['tests.run'], 'true')
124 dependencies: apt
131 condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
/external/python/setuptools/setuptools/command/
Dbuild_clib.py14 * obj_deps - specify dependencies for each object compiled.
17 dependencies. Use an empty string for global
18 dependencies.
37 # and a list/tuple of files that are its dependencies.
44 dependencies = []
46 # Get the global dependencies that are specified by the '' key.
56 # each source will be auto-added to its dependencies.
67 dependencies.append(src_deps)
74 if newer_pairwise_group(dependencies, expected_objects) != ([], []):
/external/skia/tools/
Dgit-sync-deps8 """Parse a DEPS file and git checkout all of the dependencies.
65 'Usage: run to grab dependencies, with optional platform support:\n')
175 """Grab dependencies, with optional platform support.
191 dependencies = deps_file['deps'].copy()
195 dependencies.update(value)
198 # Add OS-specific dependencies
200 dependencies.update(os_specific_dependencies[os_name])
201 for directory in dependencies:
202 for other_dir in dependencies:
206 for directory in sorted(dependencies):
[all …]
/external/skqp/tools/
Dgit-sync-deps8 """Parse a DEPS file and git checkout all of the dependencies.
65 'Usage: run to grab dependencies, with optional platform support:\n')
175 """Grab dependencies, with optional platform support.
191 dependencies = deps_file['deps'].copy()
195 dependencies.update(value)
198 # Add OS-specific dependencies
200 dependencies.update(os_specific_dependencies[os_name])
201 for directory in dependencies:
202 for other_dir in dependencies:
206 for directory in sorted(dependencies):
[all …]
/external/apache-commons-bcel/src/examples/
Dlistclass.java39 …* <pre>java listclass [-constants] [-code] [-brief] [-dependencies] [-nocontents] [-recurse] class…
46 * {@code -dependencies} When this flag is set, listclass will also print information
49 * <li>{@code -dependencies} Setting this flag makes listclass print a list of all
61 * {@code -dependencies} list.</li>
68 * <pre>java listclass -nocontents -dependencies MyClass</pre>
73 * <pre>java listclass -nocontents -dependencies -recurse MyClass -exclude java.javax. sun.</pre>
113 } else if (arg.equals("-dependencies")) { in main()
123 "[-dependencies] [-nocontents] [-recurse] class... " + in main()
128 "-dependencies Show class dependencies\n" + in main()
216 String[] dependencies = getClassDependencies(java_class.getConstantPool()); in list() local
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dfind-cycles.pl5 # Synopsis: Given a list of possibly cyclic dependencies, merge all the
7 # dependencies between different parts of LLVM.
34 my @dependencies = split(/ /, $dependency_str);
35 $DEPS{$module} = \@dependencies;
38 # Partition our raw dependencies into sets of cyclically-connected nodes.
41 # Print out the finished cycles, with their dependencies.
47 # Merge the dependencies of all modules in this cycle.
48 my %dependencies;
50 @dependencies{@{$DEPS{$module}}} = 1;
53 # Prune the known cyclic dependencies.
[all …]
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_tests.gypi14 'dependencies': [
26 'dependencies': [
41 'dependencies': [
53 'dependencies': [
65 'dependencies': [
96 'dependencies': [
107 'dependencies': [
122 'dependencies': [
140 'dependencies': [
/external/jsr330/src/javax/inject/
Dpackage-info.java26 * known as its <i>dependencies</i>. The process of finding an instance of a
32 * dependencies in a few ways. It can invoke a constructor, hard-wiring an
79 * dependencies quickly get out of hand. To make matters worse, a programmer
90 * <i>dependency injector</i> passes dependencies to objects:
101 * <p>The injector further passes dependencies to other dependencies until it
122 * (without an injector) and pass in mock dependencies. The programmer no
132 * product of the number of unit tests and the number of dependencies.
139 * class's dependencies by inspecting these annotations, and injects the
140 * dependencies at run time. Moreover, the injector can verify that all
141 * dependencies have been satisfied at <i>build time</i>. A service locator,
[all …]
/external/perf_data_converter/src/quipper/
Dquipper.gyp44 'dependencies': [
62 'dependencies': [
75 'dependencies': [
109 'dependencies': [
119 'dependencies': [
134 'dependencies': [
148 'dependencies': [
160 'dependencies': [
/external/grpc-grpc-java/compiler/
Dcheck-artifact.sh4 # unexpected dependencies.
91 # Checks the dependencies of the artifact. Artifacts should only depend on
96 echo "Checking dependencies of $1"
114 echo "Checking for expected dependencies ..."
115 eval $dump_cmd | grep -i "$white_list" || fail "doesn't show any expected dependencies"
116 echo "Checking for unexpected dependencies ..."
120 fail "found unexpected dependencies (listed above)."
122 fail "Error when checking dependencies."
124 echo "Dependencies look good."
/external/tensorflow/tensorflow/python/training/tracking/
Dbase.py48 # the object has no dependencies, then its value may be restored on object
208 # process deferred restorations for it and its dependencies.
440 that method will not add dependencies (also respected in Model). Harmless if
466 """Base class for `Trackable` objects without automatic dependencies.
468 This class has no __setattr__ override for performance reasons. Dependencies
476 # dependencies if a subclass is Trackable / inherits from Model (both of
490 # _checkpoint_dependencies property with conditional dependencies
497 # tack on conditional dependencies, and so need separate management of
498 # deferred dependencies too.
509 # saveables. These are passed on recursively to all dependencies, since
[all …]

12345678910>>...199