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

  /build/soong/cc/
library_test.go 26 name: "libfoo",
30 libfooShared := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("ld")
31 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_static").Output("libfoo.a")
34 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings())
38 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings())
49 name: "libfoo",
56 libfooShared := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("ld")
57 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_static").Output("libfoo.a"
    [all...]
gen_test.go 25 name: "libfoo",
32 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
33 libfoo := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Module().(*Module)
35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
48 name: "libfoo",
55 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
56 libfoo := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Module().(*Module)
58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags)
    [all...]
proto_test.go 29 name: "libfoo",
33 proto := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Output("proto/a.pb.cc")
51 name: "libfoo",
60 proto := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Output("proto/a.pb.cc")
vndk_prebuilt.go 33 // name: "libfoo",
39 // export_include_dirs: ["include/external/libfoo/vndk_include"],
42 // srcs: ["arm/lib64/libfoo.so"],
45 // srcs: ["arm/lib/libfoo.so"],
vendor_public_library.go 42 // name: "libfoo",
43 // symbol_file: "libfoo.map.txt",
llndk_library.go 34 // name: "libfoo",
35 // symbol_file: "libfoo.map.txt",
ndk_library.go 73 // name: "libfoo",
74 // symbol_file: "libfoo.map.txt",
  /development/vndk/tools/definition-tool/tests/
test_generic_refs.py 68 libfoo = MockLib('/system/lib/libfoo.so', {})
75 self.assertEqual(GenericRefs.NEW_LIB, self.ref.classify_lib(libfoo))
test_elf_linker.py 159 gb.add_lib(PT_SYSTEM, ELF.ELFCLASS64, 'libfoo', dt_needed=[],
164 lib = gb.graph.get_lib('/system/lib64/libfoo.so')
223 gb.add_multilib(PT_SYSTEM, 'libfoo')
224 gb.add_multilib(PT_VENDOR, 'libfoo')
266 self.assertNotIn('/system/' + lib + '/libfoo.so', sp_hals)
267 self.assertNotIn('/vendor/' + lib + '/libfoo.so', sp_hals)
466 libfoo = graph.add_lib(PT_SYSTEM, '/system/apex/foo/lib/libfoo.so',
473 self.assertEqual(libfoo.path, '/apex/foo/lib/libfoo.so'
    [all...]
  /build/make/core/
install_jni_libs_internal.mk 84 # Files like @lib/<abi>/libfoo.so (path inside the apk) are JNI libs embedded prebuilt apk;
85 # Files like path/to/libfoo.so (path relative to LOCAL_PATH) are prebuilts in the source tree.
main.mk     [all...]
  /build/soong/apex/
apex_test.go 513 shared_libs: ["libfoo#10"],
519 name: "libfoo",
545 ensureNotContains(t, copyCmds, "image.apex/lib64/libfoo.so")
552 // Ensure that mylib is linking with version 10 of libfoo
553 ensureContains(t, mylibLdFlags, "libfoo/android_arm64_armv8-a_core_shared_10_myapex/libfoo.so")
554 // ... and not linking to the non-stub (impl) variant of libfoo
555 ensureNotContains(t, mylibLdFlags, "libfoo/android_arm64_armv8-a_core_shared_myapex/libfoo.so")
557 libFooStubsLdFlags := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_core_shared_10_myapex").Rule("ld").Args["libFlags"
    [all...]
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 726 LOCAL_SHARED_LIBRARIES := libfoo
731 shared_libs: ["libfoo"],
  /build/make/core/tasks/
vndk.mk 47 # $(1): list of lib names (e.g., libfoo.vendor)
  /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...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 55 # different versions of libfoo.a in different locations. I
104 # (library names, not filenames: eg. "foo" not "libfoo.a")
642 filenames in a platform-specific way (eg. "foo" becomes "libfoo.a"
    [all...]

Completed in 2057 milliseconds