Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 23 of 23) sorted by relevance

/system/extras/librank/
Dlibrank.c71 struct library_info **libraries; variable
90 if (!strcmp(libraries[i]->name, name)) in get_library()
91 return libraries[i]; in get_library()
95 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *)); in get_library()
96 if (!libraries) { in get_library()
122 libraries[libraries_count++] = library; in get_library()
317 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *)); in main()
389 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp); in main()
392 li = libraries[i]; in main()
/system/sepolicy/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dvr_hwc.te20 # Load vendor libraries.
Ddomain.te122 # Any process can load vndk-sp libraries, which are system libraries
136 # in order to lookup vendor libraries. The execute permission
834 # prohibit non-zygote spawned processes from using shared libraries
/system/tpm/tpm_manager/
Dtpm_manager.gyp100 'libraries': [
113 'libraries': [
175 'libraries': [
/system/extras/simpleperf/scripts/
Dapp_profiler.config10 # Path of android studio project. It is used to find debug version of native shared libraries.
15 # Path to find debug version of native shared libraries.
/system/libvintf/include/vintf/
DVndk.h46 const std::set<std::string> &libraries() const { return mLibraries; } in libraries() function
/system/tpm/attestation/
Dattestation.gyp71 'libraries': [
132 'libraries': [
/system/core/rootdir/etc/
Dld.config.txt40 # SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
58 # Once in this namespace, access to libraries in /system/lib is restricted. Only
74 # This namespace is exclusively for Renderscript internal libraries.
/system/update_engine/
Dupdate_engine.gyp154 'libraries': [
195 'libraries': [
241 'libraries': [
/system/chre/
DREADME.md134 2. Support of C++ standard libraries are not generally expected to be
138 with less effort (potentially using those libraries if they are known to be
/system/core/libbacktrace/
DAndroid.bp159 // Use shared libraries so their headers get included during build.
/system/tpm/trunks/
Dtrunks.gyp76 'libraries': [
/system/bt/osi/
DAndroid.bp13 // Static libraries required by other modules
/system/sepolicy/private/
Duntrusted_app_all.te27 # Some apps ship with shared libraries and binaries that they write out
Dpriv_app.te20 # Some apps ship with shared libraries that they write out
Dapp.te123 # for vendor provided libraries.
Dsystem_server.te711 # system_server should never execute or load executable shared libraries
/system/extras/simpleperf/
DREADME.md45 The report command reads a "perf.data" file and any shared libraries used by
360 situations when profiling. For example, it can profile embedded shared libraries
371 supporting shared libraries to run. It means there is no limitation of Android
415 To record profiling data, we need to download simpleperf and native libraries
512 Report symbols using libraries with debug information.
732 environment, downloads simpleperf and native libraries with debug information,
/system/bt/doc/
Dstyle_guide.md76 pure C99. The exceptions are when linking against libraries that are written
77 in C++. At the time of writing these libraries are `gtest` and `tinyxml2`,
/system/core/liblog/
DREADME120 for NDK (Native) applications and libraries. Interfaces for either
/system/tpm/trunks/generator/
Draw_structures_fixed.txt16469 … leading and trailing “_” characters are to avoid name space collisions with some crypto libraries.
Draw_structures.txt16486 … leading and trailing “_” characters are to avoid name space collisions with some crypto libraries.