Home
last modified time | relevance | path

Searched refs:deps (Results 1 – 25 of 83) sorted by relevance

1234

/external/webkit/WebKitTools/CodeCoverage/
Drun-generate-coverage-data78 deps = ar[1].split(' ')
81 deps = filter(lambda x: base_dir in x, deps)
82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps)
83 return (obj, dir, deps)
223 for (_,dir,deps) in candidates:
226 for dep in deps:
/external/e2fsprogs/lib/blkid/
Ddevname.c171 struct dm_deps *deps; in dm_device_has_dep() local
192 deps = dm_task_get_deps(task); in dm_device_has_dep()
193 if (!deps || deps->count == 0) in dm_device_has_dep()
196 for (i = 0; i < deps->count; i++) { in dm_device_has_dep()
197 dev_t dep_dev = deps->device[i]; in dm_device_has_dep()
/external/emma/tools/java/com/vladium/tools/
DClassDep.java76 final String [] deps = _this.getDependencies (true); in main() local
79 for (int d = deps.length - 1; d >= 0; -- d) // reverse topological order in main()
81 s.append (deps [d]); in main()
/external/bluetooth/glib/
DMakefile.am131 rm -rf .deps */.deps
D.gitignore5 .deps
/external/libvpx/build/make/
Dgen_msvs_sln.sh93 if [ -n "$deps" ]; then
97 for dep in $deps; do
/external/bison/djgpp/
Dconfig.sed28 s,\\.deps,_deps,g;t t\
68 # We always use _deps and _libs instead of .deps and .libs, because
73 s,\.deps,_deps,g
/external/bluetooth/bluez/
D.gitignore6 .deps
/external/webkit/WebKit/chromium/
DDEPS35 'chromium_deps_svn': 'http://src.chromium.org/svn/trunk/deps/third_party',
56 deps = {
/external/protobuf/
D.gitignore11 .deps
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/dbus/dbus/
Ddbus-arch-deps.h.in2 /* dbus-arch-deps.h Header with architecture/compiler specific information, installed to libdir
DMakefile.in46 $(srcdir)/dbus-arch-deps.h.in
54 CONFIG_CLEAN_FILES = dbus-arch-deps.h
/external/webkit/WebKitTools/wx/
Dinstall-unix-extras39 DL_DIR=/tmp/webkit-deps
/external/grub/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/genext2fs/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/dbus/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/bison/build-aux/
Ddepcomp68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/libffi/
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/libpng/
Ddepcomp67 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/chromium/sdch/open-vcdiff/
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/protobuf/gtest/build-aux/
Ddepcomp69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
/external/elfutils/config/
DMakefile71 DEPDIR = .deps
/external/elfutils/doc/
DMakefile69 DEPDIR = .deps
/external/elfutils/m4/
DMakefile69 DEPDIR = .deps

1234