/system/unwinding/libunwindstack/tests/ |
D | GlobalDebugImplTest.cpp | 36 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()
|
D | DexFilesTest.cpp | 274 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/ |
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/extras/perf2cfg/ |
D | Android.bp | 24 libs: [ 34 libs: [ 45 libs: [
|
/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/tools/ |
D | Android.bp | 33 libs: [ 55 libs: [ 86 libs: [
|
/system/apex/tests/ |
D | Android.bp | 21 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/ |
D | report_html.py | 114 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/ |
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. 59 // List of libs required that are located in a shared libraries APEX.
|
/system/apex/apexer/ |
D | Android.bp | 54 libs: [ 77 libs: [ 99 libs: [ 151 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/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 281 libs = args.libs 282 assert len(libs)> 0 286 for lib in libs 357 for lib in libs]
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 655 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/ |
D | control | 2 Section: libs
|
/system/libfmq/tests/ |
D | Android.bp | 58 // These are static libs only for testing purposes and portability. Shared 59 // libs should be used on device.
|
/system/libhwbinder/ |
D | Android.bp | 84 name: "libhwbinder-impl-shared-libs", 123 "libhwbinder-impl-shared-libs", 152 "libhwbinder-impl-shared-libs",
|
/system/bt/build/dpkg/libchrome/debian/ |
D | control | 2 Section: libs
|
/system/bt/build/dpkg/libchrome-822064/debian/ |
D | control | 2 Section: libs
|
/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 | 43 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
|
/system/tools/hidl/test/hidl_test/ |
D | Android.bp | 44 // These are static libs only for testing purposes and portability. Shared 45 // libs should be used on device.
|
/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'])
|