Searched refs:sources (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/bionic/libc/
H A DAndroid.mk63 sources := \ macro
85 $(call host-test, $(sources))
86 $(call device-test, $(sources))
115 sources := common/test_dlopen_null.c \ macro
119 $(call host-test, $(sources))
122 $(call device-test, $(sources))
127 sources := \ macro
136 $(call device-test, $(sources))
140 sources := \ macro
144 $(call device-test, $(sources))
213 sources := \\ macro
[all...]
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk58 sources := \ macro
71 $(call host-test, $(sources))
80 sources += test_cstdint.cpp
82 $(call device-test, $(sources))
/system/core/libsync/tests/
H A Dsync_test.cpp148 SyncFence(const vector<SyncFence> &sources) noexcept {
149 assert(sources.size());
150 SyncFence temp(*begin(sources));
151 for (auto itr = ++begin(sources); itr != end(sources); ++itr) {
/system/core/libutils/
H A DAndroid.mk82 # we have the common sources, plus some device-specific stuff
/system/core/include/system/
H A Daudio.h38 /* AudioFlinger and AudioPolicy services use I/O handles to identify audio sources and sinks */
850 * Sink and sources are grouped in a concept of “audio port” representing an
1006 unsigned int num_sources; /* number of sources in following array */
1007 struct audio_port_config sources[AUDIO_PATCH_PORTS_MAX]; member in struct:audio_patch

Completed in 1752 milliseconds