OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libfoo
(Results
26 - 34
of
34
) sorted by null
1
2
/external/chromium_org/third_party/android_crazy_linker/src/tests/
Android.mk
8
LOCAL_MODULE :=
libfoo
35
LOCAL_SHARED_LIBRARIES :=
libfoo
/ndk/sources/android/crazy_linker/tests/
Android.mk
8
LOCAL_MODULE :=
libfoo
35
LOCAL_SHARED_LIBRARIES :=
libfoo
/ndk/tests/build/topological-sort/jni/
Android.mk
22
# <linker> -o <executable> main.o
libfoo
.a libbar.a
32
# <linker> -o <executable> main.o libbar.a
libfoo
.a
/build/core/
install_jni_libs_internal.mk
80
# Files like @path/to/
libfoo
.so (path inside the apk) are JNI libs extracted from the prebuilt apk;
81
# Files like path/to/
libfoo
.so (path relative to LOCAL_PATH) are prebuilts in the source tree.
/ndk/build/core/
build-binary.mk
518
#
libfoo
.so -> libA.a ->libB.a
520
# then libA.a and libB.a can be built in parallel, only linking
libfoo
.so
577
# main.exe -> libA.a -> libB.a ->
libfoo
.so -> libC.a
580
# shared_libs(main.exe) =
libfoo
.so
581
# static_libs(
libfoo
.so) = libC.a
definitions-utils.mk
173
$(call test-expect,foo,$(call strip-lib-prefix,
libfoo
))\
176
$(call test-expect,foo bar,$(call strip-lib-prefix,
libfoo
libbar))
definitions.mk
367
# BUILT_MODULE -> location of module built file (e.g. obj/<app>/<abi>/
libfoo
.so)
712
# main.exe -> libA.a ->
libfoo
.so -> libB.a
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py
63
# different versions of
libfoo
.a in different locations. I
112
# (library names, not filenames: eg. "foo" not "
libfoo
.a")
632
filenames in a platform-specific way (eg. "foo" becomes "
libfoo
.a"
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py
63
# different versions of
libfoo
.a in different locations. I
112
# (library names, not filenames: eg. "foo" not "
libfoo
.a")
632
filenames in a platform-specific way (eg. "foo" becomes "
libfoo
.a"
[
all
...]
Completed in 3243 milliseconds
1
2