Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 3 of 3) 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()
388 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp); in main()
391 li = libraries[i]; in main()
/system/bt/doc/
Dstyle_guide.md72 pure C99. The exceptions are when linking against libraries that are written
73 in C++. At the time of writing these libraries are `gtest` and `tinyxml2`,
/system/core/liblog/
DREADME88 for NDK (Native) applications and libraries. Interfaces for either