/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_library_list.cpp | 112 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/ |
D | mult_rules | 12 dependency but is defined to be null. It can however be defined 14 another dependency to the targets.";
|
D | double_colon | 109 # TEST 8: Test circular dependency check; PR/1671 112 $answer = "ok\n$make_name: Circular d <- d dependency dropped.\noops\n";
|
D | vpath | 13 ."dependency from the entire list.";
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | aclocal.m4 | 164 # 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 …]
|
D | NEWS | 472 Corrected an omission in djgpp/Makefile.am and an improper dependency
|
/ndk/sources/host-tools/make-3.81/ |
D | aclocal.m4 | 138 # 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 …]
|
D | NEWS | 305 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
|
D | README.W32 | 228 to satisfy the dependency of SUBDIR/DepTarget on SubDir/TARGET. 229 Without HAVE_CASE_INSENSITIVE_FS configured, the dependency link
|
D | config.log | 130 configure:2776: checking dependency style of gcc
|
D | ChangeLog | 70 * 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
|
D | configure | 1360 --disable-dependency-tracking speeds up one-time build 1361 --enable-dependency-tracking do not reject slow dependency extractors
|
/ndk/docs/text/ |
D | NDK-DEPENDS.text | 50 > Prints the dependency graph as Graphviz .dot file, then generate
|
D | SYSTEM-ISSUES.text | 99 application, and list libfoo.so as a dependency for libbar.so in
|
D | CPLUSPLUS-SUPPORT.text | 217 You will need to load the libraries in reverse dependency order, as in:
|
D | CHANGES.text | 444 - 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/ |
D | mac-mf.sed | 4 # Change dependency char.
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 140 removes the dependency on getlogin (which fails under certain
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 82 # introducing a dependency there. What we more ideally would like to do
|
/ndk/build/core/ |
D | definitions.mk | 902 $(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/ |
D | lib-link.m4 | 35 dnl results of this search when this library appears as a dependency.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 40 dnl results of this search when this library appears as a dependency.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 98 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/ |
D | output.0 | 1360 --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/ |
D | gl.po | 1484 msgid "Circular %s <- %s dependency dropped." 2173 #~ msgid "Trying %s dependency `%s'.\n"
|