Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dmanager.py54 def FetchPathWithVersion(self, dependency, platform): argument
87 dependency_info = self._GetDependencyInfo(dependency, platform)
89 raise exceptions.NoPathFoundError(dependency, platform)
95 raise exceptions.NoPathFoundError(dependency, platform)
99 def FetchPath(self, dependency, platform): argument
130 path, _ = self.FetchPathWithVersion(dependency, platform)
133 def LocalPath(self, dependency, platform): argument
152 dependency_info = self._GetDependencyInfo(dependency, platform)
154 raise exceptions.NoPathFoundError(dependency, platform)
157 raise exceptions.NoPathFoundError(dependency, platform)
[all …]
Dbase_config.py129 for dependency in self._config_data:
130 dependency_dict = self._config_data.get(dependency)
157 'missing a cloud storage hash.', dependency, platform)
159 dependency, cs_hash, cs_base_folder)
167 '%s_%s_%s' % (dependency, platform, cs_hash)))
170 '%s_%s_%s' % (dependency, platform,
181 dependency, platform, self._config_path,
194 self, dependency, cloud_storage_base_folder, cloud_storage_bucket): argument
196 if dependency in self:
197 raise ValueError('Config already contains dependency %s' % dependency)
[all …]
Ddependency_info.py6 def __init__(self, dependency, platform, config_path, local_path_info=None, argument
25 if not dependency or not platform:
29 self._dependency = dependency
39 if (self.dependency != new_dep_info.dependency or
45 self.dependency, self.platform, new_dep_info.dependency,
52 'config_paths: %s.' % (self.dependency, self.platform,
103 def dependency(self): member in DependencyInfo
/external/icu/icu4c/source/data/brkitr/
Droot.txt7 grapheme:process(dependency){"char.brk"}
8 line:process(dependency){"line.brk"}
9 line_loose:process(dependency){"line_loose.brk"}
10 line_normal:process(dependency){"line_normal.brk"}
11 line_strict:process(dependency){"line.brk"}
12 sentence:process(dependency){"sent.brk"}
13 title:process(dependency){"title.brk"}
14 word:process(dependency){"word.brk"}
17 Hani:process(dependency){"cjdict.dict"}
18 Hira:process(dependency){"cjdict.dict"}
[all …]
/external/clang/test/Modules/
Ddependency-gen.modulemap4 …s -dependency-file - -MT implicit.pcm -o %t/implicit.pcm -fmodules-cache-path=%t -fmodule-map-file…
6 …rict-decluse Inputs/dependency-gen-base.modulemap -o %t/base.pcm -fmodule-map-file-home-is-cwd -fm…
7 …no-validate-pch -fmodules-strict-decluse -fmodule-file=%t/base.pcm %s -dependency-file - -MT expli…
9 …-fmodules -include Inputs/dependency-gen.h -x c++ /dev/null -fmodule-file=%t/explicit.pcm -MT main…
12 header "Inputs/dependency-gen.h"
20 // IMPLICIT-DAG: {{[/\\]}}dependency-gen.modulemap
21 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base.modulemap
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
23 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
24 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included.h
[all …]
/external/llvm-project/clang/test/Modules/
Ddependency-gen.modulemap4 …s -dependency-file - -MT implicit.pcm -o %t/implicit.pcm -fmodules-cache-path=%t -fmodule-map-file…
6 …rict-decluse Inputs/dependency-gen-base.modulemap -o %t/base.pcm -fmodule-map-file-home-is-cwd -fm…
7 …no-validate-pch -fmodules-strict-decluse -fmodule-file=%t/base.pcm %s -dependency-file - -MT expli…
9 …-fmodules -include Inputs/dependency-gen.h -x c++ /dev/null -fmodule-file=%t/explicit.pcm -MT main…
12 header "Inputs/dependency-gen.h"
20 // IMPLICIT-DAG: {{[/\\]}}dependency-gen.modulemap
21 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base.modulemap
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
23 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
24 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included.h
[all …]
/external/clang/test/SemaObjC/
Dcircular-container.m57 …]; // expected-warning {{adding '_array' to '_array' might cause circular dependency in container}}
58 …cted-warning {{adding '_dictionary' to '_dictionary' might cause circular dependency in container}}
59 …_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependency in container}}
60 …cted-warning {{adding '_countedSet' to '_countedSet' might cause circular dependency in container}}
61 …cted-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependency in container}}
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …Key:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular dependency in container}}
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dcircular-container.m57 …]; // expected-warning {{adding '_array' to '_array' might cause circular dependency in container}}
58 …cted-warning {{adding '_dictionary' to '_dictionary' might cause circular dependency in container}}
59 …_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependency in container}}
60 …cted-warning {{adding '_countedSet' to '_countedSet' might cause circular dependency in container}}
61 …cted-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependency in container}}
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …Key:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular dependency in container}}
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
DMavenDependencyResolver.java1 package org.robolectric.internal.dependency;
38 public URL[] getLocalArtifactUrls(DependencyJar dependency) { in getLocalArtifactUrls() argument
39 return getLocalArtifactUrls(new DependencyJar[] {dependency}); in getLocalArtifactUrls()
61 Dependency dependency = new Dependency(); in getLocalArtifactUrls() local
62 dependency.setArtifactId(dependencyJar.getArtifactId()); in getLocalArtifactUrls()
63 dependency.setGroupId(dependencyJar.getGroupId()); in getLocalArtifactUrls()
64 dependency.setType(dependencyJar.getType()); in getLocalArtifactUrls()
65 dependency.setVersion(dependencyJar.getVersion()); in getLocalArtifactUrls()
67 dependency.setClassifier(dependencyJar.getClassifier()); in getLocalArtifactUrls()
69 dependenciesTask.addDependency(dependency); in getLocalArtifactUrls()
[all …]
DLocalDependencyResolver.java1 package org.robolectric.internal.dependency;
16 public URL getLocalArtifactUrl(DependencyJar dependency) { in getLocalArtifactUrl() argument
18 filenameBuilder.append(dependency.getArtifactId()) in getLocalArtifactUrl()
20 .append(dependency.getVersion()); in getLocalArtifactUrl()
22 if (dependency.getClassifier() != null) { in getLocalArtifactUrl()
24 .append(dependency.getClassifier()); in getLocalArtifactUrl()
28 .append(dependency.getType()); in getLocalArtifactUrl()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_scoreboard.cpp280 struct dependency { struct
284 dependency() : ordered(TGL_REGDIST_NULL), jp(INT_MIN), in dependency() argument
292 dependency(tgl_regdist_mode mode, ordered_address jp, bool exec_all) : in dependency() argument
300 dependency(tgl_sbid_mode mode, unsigned id, bool exec_all) : in dependency() argument
350 static const dependency done; argument
353 operator==(const dependency &dep0, const dependency &dep1) in operator ==()
363 operator!=(const dependency &dep0, const dependency &dep1) in operator !=()
369 const dependency dependency::done = dependency(TGL_REGDIST_SRC, INT_MIN, false);
375 is_valid(const dependency &dep) in is_valid()
387 dependency
[all …]
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java70 Dependency<?> dependency = getOnlyElement(injectionPoint.getDependencies()); in testFieldInjectionPoint() local
77 dependency.toString()); in testFieldInjectionPoint()
78 assertEquals(fooField, dependency.getInjectionPoint().getMember()); in testFieldInjectionPoint()
79 assertEquals(-1, dependency.getParameterIndex()); in testFieldInjectionPoint()
80 assertEquals(Key.get(String.class, named("a")), dependency.getKey()); in testFieldInjectionPoint()
81 assertFalse(dependency.isNullable()); in testFieldInjectionPoint()
82 assertNotSerializable(dependency); in testFieldInjectionPoint()
84 dependency, in testFieldInjectionPoint()
99 Dependency<?> dependency = getOnlyElement(injectionPoint.getDependencies()); in testMethodInjectionPoint() local
106 dependency.toString()); in testMethodInjectionPoint()
[all …]
/external/libkmsxx/kmscube/
Dmeson.build14 dependency('x11'),
15 dependency('xcb'),
16 dependency('x11-xcb'),
17 dependency('gbm'),
18 dependency('wayland-client'),
19 dependency('wayland-egl'),
20 dependency('glesv2'),
21 dependency('egl'),
/external/guice/core/src/com/google/inject/internal/
DInternalContext.java37 private Dependency<?> dependency; field in InternalContext
103 return dependency; in getDependency()
107 Dependency<?> pushDependency(Dependency<?> dependency, Object source) { in pushDependency() argument
108 Dependency<?> previous = this.dependency; in pushDependency()
109 this.dependency = dependency; in pushDependency()
110 doPushState(dependency, source); in pushDependency()
118 this.dependency = newDependency; in popStateAndSetDependency()
157 Dependency<?> dependency; in getDependencyChain() local
159 dependency = Dependency.get((com.google.inject.Key<?>) evenEntry); in getDependencyChain()
161 dependency = (Dependency<?>) evenEntry; in getDependencyChain()
[all …]
DInternalProviderInstanceBindingImpl.java110 public T get(final InternalContext context, final Dependency<?> dependency, boolean linked) in get() argument
113 return doProvision(context, dependency); in get()
120 return doProvision(context, dependency); in get()
131 protected abstract T doProvision(InternalContext context, Dependency<?> dependency) in doProvision() argument
147 final InternalContext context, final Dependency<?> dependency, boolean linked)
152 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType();
162 return provision(dependency, context, constructionContext);
169 return provision(dependency, context, constructionContext);
180 Dependency<?> dependency,
185 T t = doProvision(context, dependency);
DProviderInternalFactory.java41 final Dependency<?> dependency, in circularGet() argument
48 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType(); in circularGet()
59 return provision(provider, dependency, constructionContext); in circularGet()
66 return provision(provider, dependency, constructionContext); in circularGet()
82 Dependency<?> dependency,
86 if (t == null && !dependency.isNullable()) {
87 InternalProvisionException.onNullInjectedIntoNonNullableDependency(source, dependency);
DSingleFieldInjector.java28 final Dependency<?> dependency; field in SingleFieldInjector
35 this.dependency = injectionPoint.getDependencies().get(0); in SingleFieldInjector()
39 binding = injector.getBindingOrThrow(dependency.getKey(), errors, JitLimitation.NO_JIT); in SingleFieldInjector()
49 Dependency previous = context.pushDependency(dependency, binding.getSource()); in inject()
52 Object value = binding.getInternalFactory().get(context, dependency, false); in inject()
55 throw e.addSource(dependency); in inject()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
DCachedDependencyResolverTest.java1 package org.robolectric.internal.dependency;
22 import org.robolectric.internal.dependency.CachedDependencyResolver.Cache;
23 import org.robolectric.internal.dependency.CachedDependencyResolver.CacheNamingStrategy;
24 import org.robolectric.internal.dependency.CachedDependencyResolver.CacheValidationStrategy;
55 private DependencyJar dependency = dependencies[0]; field in CachedDependencyResolverTest
66 when(internalResolver.getLocalArtifactUrl(dependency)).thenReturn(url); in getLocalArtifactUrl_shouldWriteLocalArtifactUrlWhenCacheMiss()
68 URL url = res.getLocalArtifactUrl(dependency); in getLocalArtifactUrl_shouldWriteLocalArtifactUrlWhenCacheMiss()
79 URL url = res.getLocalArtifactUrl(dependency); in getLocalArtifactUrl_shouldReadLocalArtifactUrlFromCacheIfExists()
81 verify(internalResolver, never()).getLocalArtifactUrl(dependency); in getLocalArtifactUrl_shouldReadLocalArtifactUrlFromCacheIfExists()
94 res.getLocalArtifactUrl(dependency); in getLocalArtifactUrl_whenCacheInvalid_shouldFetchDependencyInformation()
[all …]
/external/llvm-project/llvm/test/tools/llvm-mt/
Dsimple_merge.test17 CHECK-NEXT: <dependency>
21 CHECK-NEXT: </dependency>
23 CHECK-NEXT: <dependency>
25 CHECK-NEXT: </dependency>
30 CHECK-NEXT: <dependency>
32 CHECK-NEXT: </dependency>
34 CHECK-NEXT: <dependency>
38 CHECK-NEXT: </dependency>
/external/dagger2/java/dagger/internal/codegen/writing/
DSetBindingExpression.java79 .map(dependency -> getContributionExpression(dependency, requestingClass)) in getDependencyExpression()
88 DependencyRequest dependency = getOnlyElement(binding.dependencies()); in getDependencyExpression() local
89 CodeBlock contributionExpression = getContributionExpression(dependency, requestingClass); in getDependencyExpression()
90 if (isSingleValue(dependency)) { in getDependencyExpression()
116 for (DependencyRequest dependency : binding.dependencies()) { in getDependencyExpression()
117 String builderMethod = isSingleValue(dependency) ? "add" : "addAll"; in getDependencyExpression()
119 ".$L($L)", builderMethod, getContributionExpression(dependency, requestingClass)); in getDependencyExpression()
134 DependencyRequest dependency, ClassName requestingClass) { in getContributionExpression() argument
136 .getDependencyExpression(bindingRequest(dependency), requestingClass) in getContributionExpression()
158 private boolean isSingleValue(DependencyRequest dependency) { in isSingleValue() argument
[all …]
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java34 Dependency dependency; field in DeprecatedAnnotationEngineApiTest.Tested
35 public void setDependency(Dependency dependency) { in setDependency() argument
36 this.dependency = dependency; in setDependency()
54 assertNotNull(test.tested.dependency); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
55 assertSame(test.mock, test.tested.dependency); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
70 assertNull(test.tested.dependency); in shouldRespectUsersEngine()
/external/auto/factory/src/it/functional/src/main/java/com/google/auto/factory/
DFoo.java23 private final Dependency dependency; field in Foo
30 @Provided Dependency dependency, in Foo() argument
35 this.dependency = dependency; in Foo()
56 Dependency dependency() { in dependency() method in Foo
57 return dependency; in dependency()
/external/igt-gpu-tools/
Dmeson.build93 null_dep = dependency('', required : false)
101 libdrm = dependency('libdrm', version : libdrm_version)
103 …libdrm_intel = dependency('libdrm_intel', version : libdrm_version, required : with_libdrm.contain…
107 …libdrm_nouveau = dependency('libdrm_nouveau', version : libdrm_version, required : with_libdrm.con…
111 …libdrm_amdgpu = dependency('libdrm_amdgpu', version : libdrm_version, required : with_libdrm.conta…
117 pciaccess = dependency('pciaccess', version : '>=0.10')
118 libkmod = dependency('libkmod')
119 libprocps = dependency('libprocps', required : true)
121 libunwind = dependency('libunwind', required : get_option('libunwind'))
124 libdw = dependency('libdw', required : true)
[all …]
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp171 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
172 dependency.srcSubpass = mainSubpass; in Create()
173 dependency.dstSubpass = mainSubpass; in Create()
174 dependency.dependencyFlags = VK_DEPENDENCY_BY_REGION_BIT; in Create()
175 dependency.srcStageMask = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; in Create()
176 dependency.srcAccessMask = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; in Create()
177 dependency.dstStageMask = 0; in Create()
178 dependency.dstAccessMask = 0; in Create()
183 dependency.dstStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; in Create()
184 dependency.dstAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT; in Create()
[all …]
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsGenerator.java40 private final TypeElement dependency; field in AggregatedDepsGenerator
48 TypeElement dependency, in AggregatedDepsGenerator() argument
54 this.dependency = dependency; in AggregatedDepsGenerator()
64 AGGREGATING_PACKAGE, Processors.getFullEnclosedName(dependency) + "ModuleDeps"); in generate()
67 .addOriginatingElement(dependency) in generate()
83 annotationBuilder.addMember(dependencyType, "$S", dependency.getQualifiedName()); in aggregatedDepsAnnotation()

12345678910>>...81