Home
last modified time | relevance | path

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

1234

/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/apex/tests/
DAndroid.bp17 libs: [
64 libs: ["tradefed"],
77 libs: [
85 libs: ["tradefed", "truth-prebuilt"],
142 libs: ["tradefed", "truth-prebuilt"],
159 libs: ["tradefed", "truth-prebuilt"],
172 libs: ["tradefed"],
/system/apex/apexer/
DAndroid.bp48 libs: [
67 libs: [
89 libs: [
139 libs: [
/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.
/system/extras/simpleperf/scripts/
Dreport_html.py100 for lib in thread.libs.values():
152 self.libs = {} # map from lib_id to LibScope
166 lib = self.libs.get(lib_id)
168 lib = self.libs[lib_id] = LibScope(lib_id)
193 for lib in self.libs.values():
212 for lib in self.libs.values()]
220 for lib_id, lib in thread.libs.items():
221 cur_lib = self.libs.get(lib_id)
223 self.libs[lib_id] = lib
575 self.libs = LibSet()
[all …]
/system/gsid/tests/
DAndroid.bp57 libs: ["tradefed"],
65 libs: ["junit", "android.test.base.stubs"],
/system/libfmq/tests/
DAndroid.bp38 // These are static libs only for testing purposes and portability. Shared
39 // libs should be used on device.
/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/core/adb/fastdeploy/
DAndroid.bp56 libs: [
81 libs: [
/system/libhwbinder/
DAndroid.bp65 name: "libhwbinder-impl-shared-libs",
99 "libhwbinder-impl-shared-libs",
127 "libhwbinder-impl-shared-libs",
/system/tools/hidl/test/hidl_test/
DAndroid.bp20 // These are static libs only for testing purposes and portability. Shared
21 // libs should be used on device.
/system/tools/aidl/build/
Daidl_interface.go1148 var libs []string
1168 libs = append(libs, unstableLib)
1170 libs = append(libs, addCppLibrary(mctx, i, version, langCpp))
1180 libs = append(libs, unstableLib)
1182 libs = append(libs, addCppLibrary(mctx, i, version, langNdk))
1190 libs = append(libs, unstableLib)
1192 libs = append(libs, addCppLibrary(mctx, i, version, langNdkPlatform))
1204 libs = append(libs, unstableLib)
1206 libs = append(libs, addJavaLibrary(mctx, i, version))
1234 Required: libs,
[all …]
Daidl_test.go233 libs: ["foo-unstable-java"],
258 libs: ["foo-java"],
282 libs: ["foo-java"],
300 libs: ["foo-java"],
/system/core/libunwindstack/tests/
DDexFilesTest.cpp262 std::vector<std::string> libs{"libart.so"}; in TEST_F() local
263 dex_files_.reset(new DexFiles(process_memory_, libs)); in TEST_F()
272 dex_files_.reset(new DexFiles(process_memory_, libs)); in TEST_F()
279 libs.clear(); in TEST_F()
/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.mk42 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
/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'])
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dbuild.gradle36 implementation fileTree(dir: 'libs', include: ['*.jar'])
/system/core/fastboot/fuzzy_fastboot/
DAndroid.bp36 // Static libs (libfastboot2) shared library dependencies are not transitively included
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle27 implementation fileTree(dir: 'libs', include: ['*.jar'])
/system/bt/build/toolchain/clang/
DBUILD.gn78 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
99 … "$clangxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle33 implementation fileTree(dir: 'libs', include: ['*.jar'])

1234