HomeSort by relevance Sort by last modified time
    Searched refs:libfoo (Results 1 - 17 of 17) sorted by null

  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
4 # copy obj/local/armeabi/libfoo.so to jni/libfoo.so
15 else # not build libfoo.so, trying to use PREBUILT_SHARED_LIBRARY instead.
21 LOCAL_SRC_FILES := libfoo.so
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-misc/
defsym1.d 1 #ld: -e 0 --defsym foo=1 tmpdir/start.o tmpdir/libfoo.a
defsym.exp 32 if { ![ar_simple_create $ar "" tmpdir/libfoo.a tmpdir/foo.o] } {
33 unresolved "Build libfoo.a"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
elfweak.exp 453 build_lib "ELF DSO weak func first" libfoo "foo.o bar.o" dso.dsym
454 build_lib "ELF DSO weak func last" libfoo "bar.o foo.o" dso.dsym
455 build_lib "ELF DSO weak func first DSO" libfoo "foo.o libbar.so" dsow.dsym
456 build_lib "ELF DSO weak func last DSO" libfoo "libbar.so foo.o" dsow.dsym
462 build_lib "ELF DSO weak data first" libfoo "bar1a.o foo1a.o" dsodata.dsym
463 build_lib "ELF DSO weak data last" libfoo "foo1a.o bar1a.o" dsodata.dsym
464 build_lib "ELF DSO weak data first DSO" libfoo "main1.o libfoo1a.so" dsowdata.dsym
465 build_lib "ELF DSO weak data last DSO" libfoo "libfoo1a.so main1.o" dsowdata.dsym
466 build_lib "ELF DSO weak data first DSO common" libfoo "main1.o libfoo1b.so" dsowdata.dsym
467 build_lib "ELF DSO weak data last DSO common" libfoo "libfoo1b.so main1.o" dsowdata.dsy
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_generic_refs.py 69 libfoo = MockLib('/system/lib/libfoo.so', {})
76 self.assertEqual(GenericRefs.NEW_LIB, self.ref.classify_lib(libfoo))
  /build/make/core/
install_jni_libs_internal.mk 88 # Files like @lib/<abi>/libfoo.so (path inside the apk) are JNI libs embedded prebuilt apk;
89 # Files like path/to/libfoo.so (path relative to LOCAL_PATH) are prebuilts in the source tree.
main.mk 606 # LINK_TYPE:TARGET:_:2ND:STATIC_LIBRARIES:libfoo
    [all...]
  /build/soong/cc/
llndk_library.go 33 // name: "libfoo",
34 // symbol_file: "libfoo.map.txt",
ndk_library.go 71 // name: "libfoo",
72 // symbol_file: "libfoo.map.txt",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 113 # different versions of libfoo.a in different locations. I
162 # (library names, not filenames: eg. "foo" not "libfoo.a")
682 filenames in a platform-specific way (eg. "foo" becomes "libfoo.a"
    [all...]
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 554 // foo/... --> libfoo.so
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 554 // foo/... --> libfoo.so
    [all...]

Completed in 928 milliseconds