HomeSort by relevance Sort by last modified time
    Searched refs:dependencies (Results 251 - 275 of 1314) sorted by null

<<11121314151617181920>>

  /frameworks/support/compat/
Android.mk 23 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/core-ui/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/core-utils/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/customtabs/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/design/
Android.mk 27 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/emoji/appcompat/
Android.mk 26 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/emoji/bundled/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/emoji/core/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/fragment/
Android.mk 27 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/media-compat/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/transition/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v13/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v17/leanback/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v4/
Android.mk 23 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/appcompat/
Android.mk 24 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/gridlayout/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/mediarouter/
Android.mk 26 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/palette/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/preference/
Android.mk 26 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/v7/recyclerview/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /frameworks/support/wear/
Android.mk 25 # in their makefiles to include the resources and their dependencies in their package.
  /bionic/tools/versioner/src/
versioner.cpp 83 std::vector<std::string> dependencies = { header_dir }; local
85 auto collect_children = [&dependencies, &dependency_dir](const std::string& dir_path) {
109 dependencies.push_back(dependency);
134 CompilationRequirements result = { .headers = headers, .dependencies = dependencies };
569 dependency_dir = versioner_dir + "/dependencies";
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 350 SymbolRefSmallVectorTy *dependencies = nullptr; local
352 dependencies = new SymbolRefSmallVectorTy();
353 SymbolDependencies[Primary] = dependencies;
355 dependencies = I->second;
357 dependencies->push_back(Dependent);
  /external/v8/src/compiler/
access-info.cc 8 #include "src/compilation-dependencies.h"
188 AccessInfoFactory::AccessInfoFactory(CompilationDependencies* dependencies,
190 : dependencies_(dependencies),
333 // Add proper code dependencies in case of stable field map(s).
336 dependencies()->AssumeFieldOwner(field_owner_map);
531 // Add proper code dependencies in case of stable field map(s).
534 dependencies()->AssumeFieldOwner(field_owner_map);
541 dependencies()->AssumeMapNotDeprecated(transition_map);
  /external/autotest/server/cros/dynamic_suite/
suite_unittest.py 75 'SHORT', dependencies=['feta'])),
79 'LONG', dependencies=['arugula'])),
81 'LONG', dependencies=['arugula',
313 @param ignore_deps: If true, ignore tests' dependencies.
315 @param suite_deps: If True, add suite level dependencies.
331 dependencies = []
333 dependencies.extend(test.dependencies)
335 dependencies.extend(suite_deps)
336 dependencies.append(self._BOARD
    [all...]

Completed in 2147 milliseconds

<<11121314151617181920>>