Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 101) sorted by relevance

12345

/system/unwinding/libunwindstack/tests/
DGlobalDebugImplTest.cpp36 std::vector<std::string> libs; in TEST() local
37 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_X86_64, memory, libs, nullptr); in TEST()
45 std::vector<std::string> libs; in TEST() local
46 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_ARM64, memory, libs, nullptr); in TEST()
DDexFilesTest.cpp274 std::vector<std::string> libs{"libart.so"}; in TEST_F() local
275 dex_files_ = CreateDexFiles(ARCH_ARM, process_memory_, libs); in TEST_F()
283 dex_files_ = CreateDexFiles(ARCH_ARM, process_memory_, libs); in TEST_F()
289 libs.clear(); in TEST_F()
/system/libvintf/include/vintf/
DVendorNdk.h30 VendorNdk(std::string&& version, std::set<std::string>&& libs) in VendorNdk() argument
31 : mVersion(std::move(version)), mLibraries(std::move(libs)) {} in VendorNdk()
33 VendorNdk(const std::string& version, const std::set<std::string>& libs) in VendorNdk() argument
34 : mVersion(version), mLibraries(libs) {} in VendorNdk()
/system/linkerconfig/contents/tests/configuration/
Dvndk_test.cc40 auto libs = fs[path]; in Search() local
41 if (std::find(std::begin(libs), std::end(libs), soname) != std::end(libs)) { in Search()
/system/extras/perf2cfg/
DAndroid.bp24 libs: [
34 libs: [
45 libs: [
/system/chre/build/
Dtflm.mk41 COMMON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/common/qurt/latest/include/posix
42 COMMON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/common/qurt/latest/include/qurt
/system/apex/tools/
DAndroid.bp33 libs: [
55 libs: [
86 libs: [
/system/apex/tests/
DAndroid.bp21 libs: [
68 libs: ["tradefed"],
82 libs: [
132 libs: ["tradefed", "truth-prebuilt"],
152 libs: ["tradefed"],
177 libs: ["tradefed"],
200 test_config: "shared-libs-apex-tests.xml",
207 libs: ["tradefed", "truth-prebuilt"],
/system/extras/simpleperf/scripts/
Dreport_html.py114 for lib in thread.libs.values():
167 self.libs: Dict[int, LibScope] = {} # map from lib_id to LibScope
183 lib = self.libs.get(lib_id)
185 lib = self.libs[lib_id] = LibScope(lib_id)
211 for lib in self.libs.values():
230 for lib in self.libs.values()]
238 for lib_id, lib in thread.libs.items():
239 cur_lib = self.libs.get(lib_id)
241 self.libs[lib_id] = lib
421 self.libs: List[LibInfo] = []
[all …]
/system/apex/proto/
Dapex_manifest.proto46 // List of native libs which can be used by other apexes or system.
49 // List of native libs which this apex uses from other apexes or system.
52 // List of JNI libs.
59 // List of libs required that are located in a shared libraries APEX.
/system/apex/apexer/
DAndroid.bp54 libs: [
77 libs: [
99 libs: [
151 libs: [
/system/apex/tests/testdata/
Dld.config.txt20 # libs listed here can be used.
45 # The "vndk" namespace links to "default" namespace for LLNDK libs and links to
46 # "sphal" namespace for vendor libs. The ordering matters. The "default"
50 # When these NDK libs are required inside this namespace, then it is redirected
/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py281 libs = args.libs
282 assert len(libs)> 0
286 for lib in libs
357 for lib in libs]
/system/tools/aidl/build/
Daidl_interface.go655 var libs []string
696 libs = append(libs, addLibrary(mctx, i, nextVersion, lang))
698 addUnstableModule(mctx, libs[len(libs)-1])
701 libs = append(libs, addLibrary(mctx, i, version, lang))
727 i.internalModuleNames = libs
/system/bt/build/dpkg/modp_b64/debian/
Dcontrol2 Section: libs
/system/libfmq/tests/
DAndroid.bp58 // These are static libs only for testing purposes and portability. Shared
59 // libs should be used on device.
/system/libhwbinder/
DAndroid.bp84 name: "libhwbinder-impl-shared-libs",
123 "libhwbinder-impl-shared-libs",
152 "libhwbinder-impl-shared-libs",
/system/bt/build/dpkg/libchrome/debian/
Dcontrol2 Section: libs
/system/bt/build/dpkg/libchrome-822064/debian/
Dcontrol2 Section: libs
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dbuild.gradle25 implementation fileTree(dir: 'libs', include: ['*.jar'])
/system/chre/build/variant/
Dgoogle_x86_googletest.mk55 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
Dgoogle_x86_linux.mk43 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
/system/tools/hidl/test/hidl_test/
DAndroid.bp44 // These are static libs only for testing purposes and portability. Shared
45 // libs should be used on device.
/system/bt/build/toolchain/gcc/
DBUILD.gn59 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
80 …nd = "$cxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dbuild.gradle29 implementation fileTree(dir: 'libs', include: ['*.jar'])

12345