/system/libvintf/include/vintf/ |
D | VendorNdk.h | 30 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/ |
D | vndk_test.cc | 40 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/ |
D | Android.bp | 17 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/ |
D | Android.bp | 48 libs: [ 67 libs: [ 89 libs: [ 139 libs: [
|
/system/apex/proto/ |
D | apex_manifest.proto | 46 // 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/ |
D | report_html.py | 100 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/ |
D | Android.bp | 57 libs: ["tradefed"], 65 libs: ["junit", "android.test.base.stubs"],
|
/system/libfmq/tests/ |
D | Android.bp | 38 // These are static libs only for testing purposes and portability. Shared 39 // libs should be used on device.
|
/system/apex/tests/testdata/ |
D | ld.config.txt | 20 # 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/ |
D | Android.bp | 56 libs: [ 81 libs: [
|
/system/libhwbinder/ |
D | Android.bp | 65 name: "libhwbinder-impl-shared-libs", 99 "libhwbinder-impl-shared-libs", 127 "libhwbinder-impl-shared-libs",
|
/system/tools/hidl/test/hidl_test/ |
D | Android.bp | 20 // These are static libs only for testing purposes and portability. Shared 21 // libs should be used on device.
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 1148 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 …]
|
D | aidl_test.go | 233 libs: ["foo-unstable-java"], 258 libs: ["foo-java"], 282 libs: ["foo-java"], 300 libs: ["foo-java"],
|
/system/core/libunwindstack/tests/ |
D | DexFilesTest.cpp | 262 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/ |
D | build.gradle | 25 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/chre/build/variant/ |
D | google_x86_googletest.mk | 55 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
|
D | google_x86_linux.mk | 42 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
|
/system/bt/build/toolchain/gcc/ |
D | BUILD.gn | 59 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/ |
D | build.gradle | 29 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 36 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/core/fastboot/fuzzy_fastboot/ |
D | Android.bp | 36 // Static libs (libfastboot2) shared library dependencies are not transitively included
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 27 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/bt/build/toolchain/clang/ |
D | BUILD.gn | 78 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/ |
D | build.gradle | 33 implementation fileTree(dir: 'libs', include: ['*.jar'])
|