/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/chre/build/ |
D | tflm.mk | 41 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/tests/ |
D | Android.bp | 17 libs: [ 175 libs: ["tradefed"], 188 libs: [ 196 libs: ["tradefed", "truth-prebuilt"], 253 libs: ["tradefed", "truth-prebuilt"], 270 libs: ["tradefed", "truth-prebuilt"], 280 libs: ["tradefed"],
|
/system/apex/apexer/ |
D | Android.bp | 44 libs: [ 63 libs: [ 85 libs: [ 135 libs: [
|
/system/apex/tests/sdkextensions/ |
D | Android.bp | 18 libs: ["tradefed"], 32 libs: ["test_framework-sdkextensions-stubs"],
|
/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/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/gsid/tests/ |
D | Android.bp | 57 libs: ["tradefed"], 65 libs: ["junit", "android.test.base.stubs"],
|
/system/libhwbinder/ |
D | Android.bp | 49 name: "libhwbinder-impl-shared-libs", 84 "libhwbinder-impl-shared-libs", 112 "libhwbinder-impl-shared-libs",
|
/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/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.
|
/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/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/chre/build/variant/ |
D | google_x86_googletest.mk | 48 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
|
D | google_x86_linux.mk | 42 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 25 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/tools/aidl/build/ |
D | aidl_test.go | 233 libs: ["foo-unstable-java"], 258 libs: ["foo-java"], 282 libs: ["foo-java"], 300 libs: ["foo-java"],
|
/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/SimpleperfExampleWithNative/app/ |
D | build.gradle | 36 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 29 implementation fileTree(dir: 'libs', include: ['*.jar'])
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 27 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/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}}"
|