Searched refs:libraries (Results 1 – 23 of 23) sorted by relevance
/system/extras/librank/ |
D | librank.c | 71 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/ |
D | asan_extract.te | 21 # 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).
|
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | domain.te | 122 # 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/ |
D | tpm_manager.gyp | 100 'libraries': [ 113 'libraries': [ 175 'libraries': [
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.config | 10 # 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/ |
D | Vndk.h | 46 const std::set<std::string> &libraries() const { return mLibraries; } in libraries() function
|
/system/tpm/attestation/ |
D | attestation.gyp | 71 'libraries': [ 132 'libraries': [
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 40 # 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/ |
D | update_engine.gyp | 154 'libraries': [ 195 'libraries': [ 241 'libraries': [
|
/system/chre/ |
D | README.md | 134 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/ |
D | Android.bp | 159 // Use shared libraries so their headers get included during build.
|
/system/tpm/trunks/ |
D | trunks.gyp | 76 'libraries': [
|
/system/bt/osi/ |
D | Android.bp | 13 // Static libraries required by other modules
|
/system/sepolicy/private/ |
D | untrusted_app_all.te | 27 # Some apps ship with shared libraries and binaries that they write out
|
D | priv_app.te | 20 # Some apps ship with shared libraries that they write out
|
D | app.te | 123 # for vendor provided libraries.
|
D | system_server.te | 711 # system_server should never execute or load executable shared libraries
|
/system/extras/simpleperf/ |
D | README.md | 45 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/ |
D | style_guide.md | 76 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/ |
D | README | 120 for NDK (Native) applications and libraries. Interfaces for either
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 16469 … leading and trailing “_” characters are to avoid name space collisions with some crypto libraries.
|
D | raw_structures.txt | 16486 … leading and trailing “_” characters are to avoid name space collisions with some crypto libraries.
|