Searched defs:detail (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/linkloader/lib/
H A DELFTypes.cpp21 namespace detail { namespace
36 } // end namespace detail
/frameworks/compile/linkloader/include/
H A DELFTypes.h67 namespace detail { namespace
106 TYPE_TRAITS_SPECIALIZE(detail::ELFHalf , 2, 2)
107 TYPE_TRAITS_SPECIALIZE(detail::ELFWord , 4, 4)
108 TYPE_TRAITS_SPECIALIZE(detail::ELFSword , 4, 4)
109 TYPE_TRAITS_SPECIALIZE(detail::ELFXword , 8, 8)
110 TYPE_TRAITS_SPECIALIZE(detail::ELFSxword , 8, 8)
111 TYPE_TRAITS_SPECIALIZE(detail::ELF32Address , 4, 4)
112 TYPE_TRAITS_SPECIALIZE(detail::ELF32Offset , 4, 4)
113 TYPE_TRAITS_SPECIALIZE(detail::ELF64Address , 8, 8)
114 TYPE_TRAITS_SPECIALIZE(detail
[all...]
/frameworks/compile/linkloader/utils/
H A Dserialize.h30 namespace detail { namespace
120 if (isArchiveLittleEndian != detail::is_host_little_endian()) {
121 detail::swap_byte_order(
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h91 namespace detail namespace in namespace:mcld::sys::fs
116 } // namespace of detail
/frameworks/av/media/libstagefright/wifi-display/
H A Dudptest.cpp175 AString detail; local
176 CHECK(msg->findString("detail", &detail));
181 detail.c_str(),
H A DANetworkSession.cpp105 void notifyError(bool send, status_t err, const char *detail);
519 bool send, status_t err, const char *detail) {
525 msg->setString("detail", detail);
518 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp163 AString detail; local
164 CHECK(msg->findString("detail", &detail));
169 detail.c_str(),
H A DRTPSink.cpp325 AString detail; local
326 CHECK(msg->findString("detail", &detail));
331 detail.c_str(),
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp418 AString detail; local
419 CHECK(msg->findString("detail", &detail));
436 detail.c_str(),
H A DWifiDisplaySource.cpp171 AString detail; local
172 CHECK(msg->findString("detail", &detail));
177 detail.c_str(),
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java911 private void expectNetworkStatsUidDetail(NetworkStats detail) throws Exception { argument
912 expectNetworkStatsUidDetail(detail, new String[0], new NetworkStats(0L, 0));
916 NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats)
918 expect(mNetManager.getNetworkStatsUidDetail(eq(UID_ALL))).andReturn(detail).atLeastOnce();
915 expectNetworkStatsUidDetail( NetworkStats detail, String[] tetherIfacePairs, NetworkStats tetherStats) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1352 public void logOperation(int cookie, String detail) { argument
1354 logOperationLocked(cookie, detail);
1369 private void logOperationLocked(int cookie, String detail) { argument
1373 if (detail != null) {
1374 msg.append(", ").append(detail);

Completed in 168 milliseconds