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

1 2 3 4 5 6 7 8 91011>>

  /system/bt/
BUILD.gn 25 deps = [
34 deps = [
  /frameworks/opt/setupwizard/library/
standalone-rules.gradle 20 // deps = ['project-name': 'com.example.group:project-name:1.0.0']
25 // compile deps['project-name']
28 deps = [
build.gradle 25 // deps = ['project-name': project(':project-path')]
30 // compile deps['project-name']
33 deps = [
rules.gradle 30 // Read the dependencies from the "deps" map in the extra properties.
36 // deps = ['project-name': project(':project-path')]
43 // deps = ['project-name': 'com.example.group:project-name:1.0.0']
46 platformCompile deps['support-annotations']
54 gingerbreadCompatCompile deps['support-appcompat-v7']
55 gingerbreadCompatCompile deps['support-recyclerview-v7']
  /system/bt/bta/
BUILD.gn 115 deps = [
  /system/bt/btcore/
BUILD.gn 33 deps = [
52 deps = [
  /system/bt/device/
BUILD.gn 32 deps = [
45 deps = [
  /system/bt/hci/
BUILD.gn 40 deps = [
62 deps = [
  /system/bt/osi/
BUILD.gn 55 deps = [
88 deps = [
  /system/bt/btif/
BUILD.gn 99 deps = [
  /system/bt/service/
BUILD.gn 58 deps = [
68 deps = [
94 deps = [
  /system/bt/stack/
BUILD.gn 182 deps = [
223 deps = [
261 deps = [
  /system/bt/main/
BUILD.gn 59 deps = [
  /system/bt/test/suite/
BUILD.gn 29 deps = [
  /prebuilts/tools/common/google-java-format/
google-java-format 2 java -jar `dirname "$0"`/google-java-format-all-deps.jar "$@"
  /system/bt/embdrv/sbc/
BUILD.gn 58 deps = [
  /system/bt/build/secondary/third_party/googletest/
BUILD.gn 49 deps = [
82 deps = [
  /build/make/core/tasks/
deps_licenses.mk 18 # To invoke, run "make deps-license PROJ_PATH=<proj-path-patterns> DEP_PATH=<dep-path-patterns>".
21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with their dpendencies in external/.
24 ifneq (,$(filter deps-license,$(MAKECMDGOALS)))
26 $(error To "make deps-license" you must specify PROJ_PATH and DEP_PATH.)
29 $(error To "make deps-license" you must specify PROJ_PATH and DEP_PATH.)
42 define print-deps-license
46 $(eval deps :=)\
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
49 $(foreach d,$(deps),\
55 .PHONY: deps-licens
    [all...]
  /system/bt/build/secondary/third_party/libchrome/
BUILD.gn 235 deps = [
  /external/libbrillo/
platform2_preinstall.sh 29 deps=$(<"${OUT}"/gen/libbrillo-${v}-deps.txt)
34 -e "s/@PRIVATE_PC@/${deps}/g" \
37 deps_test=$(<"${OUT}"/gen/libbrillo-test-${v}-deps.txt)
45 deps_glib=$(<"${OUT}"/gen/libbrillo-glib-${v}-deps.txt)
  /prebuilts/misc/common/android-support-test/espresso/
espresso-core-2.3-beta-2-release-no-dep.jar 
  /prebuilts/go/darwin-x86/src/cmd/dist/
mkdeps.bash 20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}}
27 deps_of $all >tmp.all.deps
38 for dep in $(awk -v pkg=$pkg '$1==pkg {print $2}' tmp.all.deps)
45 ) |gofmt >deps.go
47 rm -f tmp.all.deps
  /prebuilts/go/linux-x86/src/cmd/dist/
mkdeps.bash 20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}}
27 deps_of $all >tmp.all.deps
38 for dep in $(awk -v pkg=$pkg '$1==pkg {print $2}' tmp.all.deps)
45 ) |gofmt >deps.go
47 rm -f tmp.all.deps
  /external/autotest/scheduler/
rdb_integration_tests.py 30 """Check if a host and request match by comparing acls and deps.
35 @return True if the deps/acls of the request match the host.
39 models.Label.objects.filter(id__in=request.deps)])
129 job = self.create_job(deps=set(['a']))
130 host = self.db_helper.create_host('h1', deps=set(['a']))
148 j1 = self.create_job(deps=set(['a']))
149 j2 = self.create_job(deps=set(['a']))
150 hosts = [self.db_helper.create_host('h1', deps=set(['a'])),
151 self.db_helper.create_host('h2', deps=set(['a']))]
154 def local_find_hosts(host_query_manger, deps, acls)
    [all...]
  /build/make/tools/
filter-product-graph.py 14 def gather(included, deps):
18 for d in deps:
24 deps = []
27 deps.append((m.group(1), m.group(2)))
53 included = gather(included, deps)
55 deps = [dep for dep in deps if dep[1] in included]
60 for dep in deps:

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>