Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 49) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_list.cpp112 LibraryView* dependency = FindKnownLibrary(iter.GetName()); in FindSymbolFrom() local
113 if (dependency && !visited_set.Has(dependency)) { in FindSymbolFrom()
114 work_queue.PushBack(dependency); in FindSymbolFrom()
115 visited_set.Add(dependency); in FindSymbolFrom()
207 LibraryView* dependency = FindKnownLibrary(iter.GetName()); in UnloadLibrary() local
208 if (dependency) in UnloadLibrary()
209 UnloadLibrary(dependency); in UnloadLibrary()
319 LibraryView* dependency = LoadLibrary(iter.GetName(), in LoadLibrary() local
325 if (!dependency) { in LoadLibrary()
329 dependencies.PushBack(dependency); in LoadLibrary()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules12 dependency but is defined to be null. It can however be defined
14 another dependency to the targets.";
Ddouble_colon109 # TEST 8: Test circular dependency check; PR/1671
112 $answer = "ok\n$make_name: Circular d <- d dependency dropped.\noops\n";
Dvpath13 ."dependency from the entire list.";
/ndk/sources/host-tools/sed-4.2.1/
Daclocal.m4164 # See how the compiler implements dependency checking.
170 # dependency, and given that the user is not expected to run this macro,
185 AC_CACHE_CHECK([dependency style of $depcc],
199 # it helps to detect inapplicable dependency modes. For instance
212 # like to wrap large dependency lists on column 80 (with \), and
281 # Choose a directory name for dependency files.
292 [AC_ARG_ENABLE(dependency-tracking,
293 [ --disable-dependency-tracking speeds up one-time build
294 --enable-dependency-tracking do not reject slow dependency extractors])
304 # Generate code to set up dependency tracking. -*- Autoconf -*-
[all …]
DNEWS472 Corrected an omission in djgpp/Makefile.am and an improper dependency
/ndk/sources/host-tools/make-3.81/
Daclocal.m4138 # See how the compiler implements dependency checking.
144 # dependency, and given that the user is not expected to run this macro,
158 AC_CACHE_CHECK([dependency style of $depcc],
172 # it helps to detect inapplicable dependency modes. For instance
185 # like to wrap large dependency lists on column 80 (with \), and
253 # Choose a directory name for dependency files.
264 [AC_ARG_ENABLE(dependency-tracking,
265 [ --disable-dependency-tracking speeds up one-time build
266 --enable-dependency-tracking do not reject slow dependency extractors])
275 # Generate code to set up dependency tracking. -*- Autoconf -*-
[all …]
DNEWS305 library dependency expansion (dependencies like ``-lfoo'') is performed.
324 * The confusing term "dependency" has been replaced by the more accurate
375 the first or second dependency has an equal sign (=) in its name,
446 containing bogus timestamps; they confuse Make's dependency engine
496 a dependency of `.IGNORE', then errors will be ignored while running the
497 commands to update that file. Likewise if a file appears as a dependency
845 * A dependency is NOT considered newer than its dependent if
853 * A dependency is considered newer than its dependent if
DREADME.W32228 to satisfy the dependency of SUBDIR/DepTarget on SubDir/TARGET.
229 Without HAVE_CASE_INSENSITIVE_FS configured, the dependency link
Dconfig.log130 configure:2776: checking dependency style of gcc
DChangeLog70 * read.c (record_files): Store stem in the dependency line.
71 * file.c (expand_deps): Use stem stored in the dependency line. Use
928 actual stem value in dependency list replace it with $*.
935 in dependency list replace it with $*. This fixes stem
1037 Store them in a struct dep as a single dependency line. Remove
1049 of dependency lines for explicit rules.
1058 parsing implicit rule's dependency lines into words taking
Dconfigure1360 --disable-dependency-tracking speeds up one-time build
1361 --enable-dependency-tracking do not reject slow dependency extractors
/ndk/docs/text/
DNDK-DEPENDS.text50 > Prints the dependency graph as Graphviz .dot file, then generate
DSYSTEM-ISSUES.text99 application, and list libfoo.so as a dependency for libbar.so in
DCPLUSPLUS-SUPPORT.text217 You will need to load the libraries in reverse dependency order, as in:
DCHANGES.text444 - Fixed ndk-build circular dependency, eg. A->B, B->B, then B was dropped from build.
1248 pick up whatever python in host and build gdb with hard-wired dependency to specific
1675 * Fixed a problem where the auto-generated dependency files were ignored.
1742 - cygwin: better automatic dependency detection. It previously didn't work
2148 - ndk-build: Fix a bug that created inconsistent dependency files when a
2154 generation of invalid dependency files, making incremental builds
2389 - Fix bad automatic dependency tracking when using multiple source
2776 * remove unused host gcc dependency
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed4 # Change dependency char.
/ndk/sources/host-tools/make-3.81/tests/
DNEWS140 removes the dependency on getlogin (which fails under certain
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg82 # introducing a dependency there. What we more ideally would like to do
/ndk/build/core/
Ddefinitions.mk902 $(if $(call strip,$2),$(call ndk_log,Add dependency '$(call strip,$2)' to module '$1'))\
904 $(if $(call strip,$3),$(call ndk_log,Add dependency '$(call strip,$3)' to module '$1'))\
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m435 dnl results of this search when this library appears as a dependency.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m440 dnl results of this search when this library appears as a dependency.
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi98 file will work in the case where there is a single dependency file,
1022 @emph{each} dependency's commands with a category line, and start the
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.01360 --disable-dependency-tracking speeds up one-time build
1361 --enable-dependency-tracking do not reject slow dependency extractors
3627 @%:@ Check whether --enable-dependency-tracking was given.
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3652 $as_echo_n "checking dependency style of $depcc... " >&6; }
3668 # it helps to detect inapplicable dependency modes. For instance
3681 # like to wrap large dependency lists on column 80 (with \), and
10718 # Find all dependency output files, they are included files with
/ndk/sources/host-tools/make-3.81/po/
Dgl.po1484 msgid "Circular %s <- %s dependency dropped."
2173 #~ msgid "Trying %s dependency `%s'.\n"

12