HomeSort by relevance Sort by last modified time
    Searched refs:dependency (Results 126 - 150 of 1557) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.4.0-alpha6/
java-lib-model-builder-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.4.0-alpha7/
java-lib-model-builder-2.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.5.0-alpha-preview-02/
java-lib-model-builder-2.5.0-alpha-preview-02.jar 
  /prebuilts/misc/common/robolectric/3.1.1/
robotest.sh 59 -Drobolectric.dependency.dir="${PRIVATE_ROBOLECTRIC_PATH}"
  /prebuilts/misc/common/robolectric/3.4.2/
robotest.sh 62 -Drobolectric.dependency.dir="${PRIVATE_ROBOLECTRIC_PATH}"
  /prebuilts/misc/common/robolectric/3.5.1/
robotest.sh 62 -Drobolectric.dependency.dir="${PRIVATE_ROBOLECTRIC_PATH}"
  /prebuilts/misc/common/robolectric/3.6.1/
robotest.sh 62 -Drobolectric.dependency.dir="${PRIVATE_ROBOLECTRIC_PATH}"
  /toolchain/binutils/binutils-2.27/config/
depstand.m4 17 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
21 # honor --disable-dependency-checking, and failure to detect a usable
35 AC_CACHE_CHECK([dependency style of $depcc],
49 # it helps to detect inapplicable dependency modes. For instance
65 # like to wrap large dependency lists on column 80 (with \), and
117 then AC_MSG_ERROR([no usable dependency style found])
124 # Choose a directory name for dependency files.
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MembersInjectorGenerator.java 167 // If the dependency type is not visible to this members injector, then use the raw framework
292 for (DependencyRequest dependency : dependencies) {
294 Snippet.format("%s", dependencyFields.get(dependency.bindingKey()).name());
296 passValue ? frameworkTypeUsageStatement(fieldSnippet, dependency.kind()) : fieldSnippet);
328 for (DependencyRequest dependency : dependencies) {
329 FieldWriter field = dependencyFields.get(dependency.bindingKey());
333 staticInjectMethodDependencyParameterName(parameterNames, dependency, field));
335 frameworkTypeUsageStatement(Snippet.format("%s", parameter.name()), dependency.kind()));
355 * Returns the static inject method parameter name for a dependency.
358 * @param dependency the dependenc
    [all...]
  /art/compiler/optimizing/
scheduler.h 43 // 1) Build a dependency graph for instructions.
46 // 2) Schedule the dependency graph.
47 // This is a topological sort of the dependency graph, using heuristics to
55 // - Fewer dependencies in the dependency graph give more freedom for the
68 // These terms are used from the point of view of the program dependency graph. So
88 // Conceptually the program dependency graph for this would contain two edges
97 // Node dependencies are also referred to from the program dependency graph
99 // edge from `A` to `B` in the program dependency graph. `A` is a predecessor of
306 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency);
307 void AddDataDependency(SchedulingNode* node, SchedulingNode* dependency) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 
  /build/make/core/
android_manifest.mk 17 # Set up dependency on aar libraries
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultNodeCreator.java 24 import com.google.inject.spi.Dependency;
83 for (Dependency<?> dependency : binding.getDependencies()) {
84 InjectionPoint injectionPoint = dependency.getInjectionPoint();
  /external/libusb/android/jni/
Application.mk 21 # Workaround for MIPS toolchain linker being unable to find liblog dependency
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 445 if (ShouldIncludeDependency(file_->dependency(i), true)) {
446 string dependency = local
447 name_resolver_->GetImmutableClassName(file_->dependency(i));
449 "$dependency$.getDescriptor();\n",
450 "dependency", dependency);
512 if (ShouldIncludeDependency(file_->dependency(i), false)) {
513 string dependency = name_resolver_->GetMutableClassName( local
514 file_->dependency(i));
516 "$dependency$.getDescriptor();\n"
    [all...]
  /packages/apps/TimeZoneData/testing/xts/
Android.mk 18 # OEMs can include this as a "_STATIC_" dependency and anything else needed to integrate with their
  /prebuilts/go/darwin-x86/src/cmd/go/internal/web/
bootstrap.go 8 // These stubs avoid importing packages with large dependency
  /prebuilts/go/linux-x86/src/cmd/go/internal/web/
bootstrap.go 8 // These stubs avoid importing packages with large dependency
  /system/bt/osi/src/socket_utils/
README 19 term solution eliminating libcutils dependency from system /
  /system/tpm/tpm_manager/server/
tpm2_initializer_impl.cc 98 for (auto dependency : kInitialTpmOwnerDependencies) {
99 local_data.add_owner_dependency(dependency);
  /build/soong/android/
writedocs.go 48 // files used to build the primary builder, but that dependency will be picked up through
49 // the dependency on the primary builder itself. There are no dependencies on the
  /external/curl/
MacOSX-Framework 85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
  /external/guice/core/src/com/google/inject/internal/
UntargettedBindingImpl.java 23 import com.google.inject.spi.Dependency;
30 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) {

Completed in 1723 milliseconds

1 2 3 4 56 7 8 91011>>