Searched refs:dependency (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_library_list.cpp112 LibraryView* dependency = FindKnownLibrary(iter.GetName()); local
113 if (dependency && !visited_set.Has(dependency)) {
114 work_queue.PushBack(dependency);
115 visited_set.Add(dependency);
207 LibraryView* dependency = FindKnownLibrary(iter.GetName()); local
208 if (dependency)
209 UnloadLibrary(dependency);
260 // library as a dependency.
319 LibraryView* dependency local
[all...]
/ndk/build/core/
H A Dbuild-all.mk62 # this is the list of directories containing dependency information
94 # process GCC-generated dependency files to convert all path references
104 $(call __ndk_info,Cygwin dependency file conversion script:)
110 $(call host-echo-build-step,$(NDK_APP_ABI),Cygwin) Generating dependency file converter script
114 clean-dependency-converter:
147 clean: clean-dependency-converter
150 # include dependency information
H A Ddefinitions-graph.mk192 # $2: dependency function, $(call $2,<module>) should return all the
314 # $2: dependency function, i.e. $(call $2,<name>) returns the children
403 # $2: dependency function, i.e. $(call $2,<name>) returns the children
444 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes
501 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes
H A Ddefinitions.mk79 # Returns : Generate a rule, but not dependency, to create a directory with
103 # Returns : Generate a dependency and a rule to ensure that the parent
108 # Introducing a dependency on the latter avoids calling mkdir -p
617 # NOTE: this function must not modify the existing dependency order when new depends are added.
710 # dependency graph:
738 # Special dependency function used by module-get-link-libs.
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'))\
1388 # On Cygwin, we need to convert the .d dependency file generated by
1392 # To do that, we will force the compiler to write the dependency fil
[all...]
H A Dbuild-local.mk214 # For cygwin, put generated dependency conversion script here
H A Dsetup-toolchain.mk219 # module declarations, but does not populate the dependency graph yet.
/ndk/tests/build/topological-sort/jni/
H A DAndroid.mk29 # With a NDK that implements correct topological dependency ordering,
/ndk/sources/cxx-stl/stlport/
H A DAndroid.mk62 # as a dependency, instead of two, especially when using the standalone
/ndk/sources/host-tools/make-3.81/
H A Dconfigure1360 --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

Completed in 701 milliseconds