HomeSort by relevance Sort by last modified time
    Searched refs:deps (Results 151 - 175 of 557) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/
dynobj.h 397 Verdef(const char* name, const std::vector<std::string>& deps,
399 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak),
451 typedef std::vector<std::string> Deps;
457 Deps deps_;
  /build/blueprint/
singleton_ctx.go 65 AddNinjaFileDeps(deps ...string)
237 func (s *singletonContext) AddNinjaFileDeps(deps ...string) {
238 s.ninjaFileDeps = append(s.ninjaFileDeps, deps...)
ninja_defs.go 25 // A Deps value indicates the dependency file format that Ninja should expect to
27 type Deps int
30 DepsNone Deps = iota
35 func (d Deps) String() string {
44 panic(fmt.Sprintf("unknown deps value: %d", d))
61 Deps Deps // The format of the dependency file.
81 Deps Deps // The format of the dependency file.
167 if params.Deps != DepsNone
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 771 return sum(len(deps) for deps in self._deps)
774 def deps(self): member in class:ELFLinkData
816 return any(dst in deps for deps in self._deps)
    [all...]
  /build/soong/cmd/microfactory/
microfactory_test.go 239 if !pkg.deps[0].rebuilt {
242 if !pkg.deps[1].rebuilt {
256 if pkg.deps[0].rebuilt {
259 if pkg.deps[1].rebuilt {
416 t.Fatalf("Error finding deps: %v", err)
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 295 Set<Dependency<?>> deps = getDependencies(ctorInjectionPoint, implementation); local
302 if(isValidForOptimizedAssistedInject(deps, implementation.getRawType(), factoryType)) {
316 removeAssistedDeps(deps),
580 private Set<Dependency<?>> removeAssistedDeps(Set<Dependency<?>> deps) {
582 for(Dependency<?> dep : deps) {
613 + "The exact offending deps are: {2}",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 117 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size()); local
118 deps.addAll(horizontalDeps);
119 deps.addAll(verticalDeps);
120 if (deps.size() > 0) {
122 for (INode node : deps) {
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 150 self._get_paths_from_nodes(node.deps))
155 self._get_paths_from_nodes(node.deps))
161 self._get_paths_from_nodes(node.deps))
  /build/blueprint/pathtools/
glob.go 299 deps []string
307 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil)
312 depDirs = append(depDirs, deps...)
  /prebuilts/go/darwin-x86/src/testing/
testing.go 780 deps testDeps
801 func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
803 deps: deps,
822 testRan, testOk := runTests(m.deps.MatchString, m.tests)
823 exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
828 if !testOk || !exampleOk || !runBenchmarks(m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
906 if err := m.deps.StartCPUProfile(f); err != nil {
941 m.deps.StopCPUProfile() // flushes profile to disk
953 if err = m.deps.WriteHeapProfile(f); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 780 deps testDeps
801 func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
803 deps: deps,
822 testRan, testOk := runTests(m.deps.MatchString, m.tests)
823 exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
828 if !testOk || !exampleOk || !runBenchmarks(m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
906 if err := m.deps.StartCPUProfile(f); err != nil {
941 m.deps.StopCPUProfile() // flushes profile to disk
953 if err = m.deps.WriteHeapProfile(f); err != nil
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 246 public void setDeps(Map<String, ClassReader> deps) {
247 mDeps = deps;
295 mLog.info("# deps classes: %d", mDeps.size());
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 99 for _, obj := range orderedSetObjects(d.deps) {
  /prebuilts/go/linux-x86/src/go/types/
ordering.go 99 for _, obj := range orderedSetObjects(d.deps) {
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/
lint-tests-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta1/
lint-tests-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta2/
lint-tests-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta3/
lint-tests-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta4/
lint-tests-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.1/
lint-tests-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha1/
lint-tests-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.5.0-alpha-preview-01/
lint-tests-25.5.0-alpha-preview-01.jar 
  /build/soong/android/
package_ctx.go 55 func (e *configErrorWrapper) AddNinjaFileDeps(deps ...string) {
56 e.pctx.AddNinjaFileDeps(deps...)
  /external/icu/icu4c/source/test/depstest/
dependencies.py 22 Each item can have an optional set of "deps" (libraries & groups).
33 # item contents: {"type": "binary"} with optional files & deps
100 item_deps = item.get("deps")
105 if item_deps == None: item_deps = item["deps"] = set()
178 elif line == " deps":
188 sys.exit("Error:%d: deps before any library or group" % _line_number)
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 373 for _,_,deps,_ in entries:
374 root_entries -= set(deps)
381 max_required_libraries = max(len(deps)
382 for _,_,deps,_ in entries) + 1
    [all...]

Completed in 516 milliseconds

1 2 3 4 5 67 8 91011>>