HomeSort by relevance Sort by last modified time
    Searched refs:dependencies (Results 226 - 250 of 1623) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/
isolate_driver.py 76 build_target, dependencies = line[6:].split(': ', 1)
83 build_steps[i] = dependencies
141 dependencies.
150 """Recursively adds all the interesting dependencies for |target|
161 dependencies = raw_build_to_deps(build_steps[target])
165 logging.debug('collect_deps(%s) -> %s', target, dependencies)
166 for dependency in dependencies:
171 def post_process_deps(build_dir, dependencies):
202 return filter(is_exe, map(filter_item, dependencies))
242 'Binary dependencies:%s', ''.join('\n ' + i for i in binary_deps)
    [all...]
  /system/tpm/tpm_manager/server/
tpm_manager_service.cc 143 google::protobuf::RepeatedPtrField<std::string>* dependencies = local
145 for (int i = 0; i < dependencies->size(); i++) {
146 if (dependencies->Get(i) == owner_dependency) {
147 dependencies->SwapElements(i, (dependencies->size() - 1));
148 dependencies->RemoveLast();
152 if (dependencies->empty()) {
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /external/autotest/client/common_lib/hosts/
repair.py 53 Exception raised for failures in dependencies.
74 failed dependencies.
82 failed dependencies.
103 argument is used to introduce the various failed dependencies.
107 @param deps A string introducing the dependencies that
130 Both repair and verify operations have the notion of dependencies
140 def __init__(self, tag, record_type, dependencies):
141 self._dependency_list = dependencies
189 list. If any verifier in the transitive closure of dependencies
220 Verify that all of this node's dependencies pass for a host
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
CachedDependencyResolver.java 50 String getName(String prefix, DependencyJar... dependencies);
77 @Override public String getName(String prefix, DependencyJar... dependencies) {
83 for (DependencyJar dependency : dependencies) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
CachedDependencyResolverTest.java 33 public String getName(String prefix, DependencyJar... dependencies) {
51 private DependencyJar[] dependencies = new DependencyJar[]{ field in class:CachedDependencyResolverTest
55 private DependencyJar dependency = dependencies[0];
MavenDependencyResolverTest.java 75 List<Dependency> dependencies = dependenciesTask.getDependencies(); local
77 assertEquals(1, dependencies.size());
78 Dependency dependency = dependencies.get(0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
VersionInfo.java 17 import com.android.systemui.plugins.annotations.Dependencies;
67 Dependencies dependencies = cls.getDeclaredAnnotation(Dependencies.class); local
68 if (dependencies != null) {
69 for (DependsOn d : dependencies.value()) {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodBaseExpr.java 130 final List<Dependency> dependencies = constructDynamicChildrenDependencies(); local
131 for (Dependency dependency : dependencies) {
136 return dependencies;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 82 Types types, Iterable<? extends DependencyRequest> dependencies) {
86 for (DependencyRequest dependency : dependencies) {
107 Iterable<? extends DependencyRequest> dependencies) {
111 for (DependencyRequest dependency : dependencies) {
131 Iterable<? extends DependencyRequest> dependencies) {
133 indexDependenciesByKey(dependencies);
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
PomDocumentTest.kt 35 " <dependencies>\n" +
44 " </dependencies>",
52 " <dependencies>\n" +
61 " </dependencies>",
63 " <dependencies>\n" +
72 " </dependencies>",
89 " <dependencies>\n" +
95 " </dependencies>",
97 " <dependencies>\n" +
103 " </dependencies>",
    [all...]
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
mojo-executor-2.2.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 66 setTitle("Install Dependencies");
181 public static boolean isInstalled(List<Pair<String, Integer>> dependencies) {
182 for (Pair<String, Integer> dependency : dependencies) {
240 List<Pair<String, Integer>> dependencies = mTemplate.getDependencies(); local
241 if (dependencies.size() > 1 || dependencies.size() == 1
242 && !dependencies.get(0).getFirst().equals(SUPPORT_LIBRARY_NAME)) {
  /system/tools/hidl/build/
hidl_interface.go 103 var dependencies []string
115 dependencies = append(dependencies, name.string())
119 return dependencies, javaDependencies, !hasError
157 func removeCoreDependencies(mctx android.LoadHookContext, dependencies []string) ([]string, bool) {
161 for _, i := range dependencies {
201 dependencies, javaDependencies, _ := processDependencies(mctx, i.properties.Interfaces)
202 roots, _ := getRootList(mctx, append(dependencies, name.string()))
203 cppDependencies, _ := removeCoreDependencies(mctx, dependencies)
356 }, wrap("", dependencies, "-adapter-helper"), cppDependencies, libraryIfExists)
    [all...]
  /build/make/tools/
soong_to_convert.py 38 All of their dependencies have been satisfied, and any potential problems
60 """Based on the depsdb, count the number of transitive dependencies.
81 for (module, module_type, problem, dependencies) in reader:
84 deps[module] = [d for d in dependencies.strip().split(' ') if d != ""]
92 # Only display actionable conversions, ones without missing dependencies
  /external/adhd/defs/
utilities.mk 11 # dependencies when cross compiling.
  /external/smali/dexlib2/
build.gradle 48 dependencies {
  /external/tensorflow/tensorflow/examples/android/
download-models.gradle 25 dependencies {
  /frameworks/base/core/java/android/content/pm/split/
SplitAssetDependencyLoader.java 37 * Loads AssetManagers for splits and their dependencies. This SplitAssetLoader implementation
49 SparseArray<int[]> dependencies, @ParseFlags int flags) {
50 super(dependencies);
  /prebuilts/misc/common/robolectric/3.4.2/PREBUILT/
download-libs.gradle 29 // In this section you declare the dependencies for your production and test code
30 dependencies {
  /prebuilts/misc/common/robolectric/3.5.1/PREBUILT/
download-libs.gradle 28 // In this section you declare the dependencies for your production and test code
29 dependencies {
  /prebuilts/misc/common/robolectric/3.6.1/PREBUILT/
download-libs.gradle 28 // In this section you declare the dependencies for your production and test code
29 dependencies {
  /prebuilts/misc/common/robolectric/update-script/
download-libs.gradle 28 // In this section you declare the dependencies for your production and test code
29 dependencies {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
BoundSet.java 510 List<VariableDependency> dependencies) {
513 if (hasProperty(aSubSet, dependencies)) {
526 private boolean hasProperty(Set<InferenceVariable> alphas, List<VariableDependency> dependencies) {
528 for (InferenceVariable beta: dependencies.stream()
551 List<VariableDependency> dependencies = new LinkedList<>(); local
557 // Dependencies in the bound set may require that the variables be resolved in a particular order, or that
558 // additional variables be resolved. Dependencies are specified as follows:
593 for (int i=0;i<dependencies.size();i++) {
594 VariableDependency di = dependencies.get(i);
595 for (int j=i+1;j<dependencies.size();j++)
    [all...]
  /build/soong/cc/
lto.go 29 // dependencies should be compiled with -flto which directs the compiler to emit
32 // dependencies not built as bitcode will still function correctly but cannot be
37 // new variant of all static dependencies for each module with LTO enabled.
140 // Recursively walk static dependencies
144 // Do not recurse down non-static dependencies
154 // dependencies
163 // Use correct dependencies if LTO property is explicitly set
183 // LTO properties for dependencies

Completed in 1318 milliseconds

1 2 3 4 5 6 7 8 91011>>