Searched refs:detail (Results 1 - 18 of 18) sorted by relevance

/frameworks/rs/cpu_ref/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/mclinker/lib/Support/
H A DRealPath.cpp48 detail::canonicalize(m_PathName);
52 detail::get_pwd(path_name);
55 detail::canonicalize(path_name.native());
H A DDirectory.cpp54 detail::get_pwd(m_Path);
56 detail::open_dir(*this);
66 detail::open_dir(*this);
71 detail::close_dir(*this);
94 detail::get_pwd(m_Path);
99 detail::open_dir(*this);
114 else detail::status(m_Path,m_FileStatus);
123 detail::symlink_status(m_Path,m_SymLinkStatus);
148 detail::close_dir(*this);
202 m_pEntry = detail
[all...]
H A DFileSystem.cpp19 mcld::sys::fs::detail::status(pPath, file_status);
27 detail::status(pPath, file_status);
H A DFileHandle.cpp89 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
91 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);
155 if (-1 == sys::fs::detail::ftruncate(m_Handler, pSize)) {
174 ssize_t read_bytes = sys::fs::detail::pread(m_Handler,
198 ssize_t write_bytes = sys::fs::detail::pwrite(m_Handler,
H A DPath.cpp130 detail::canonicalize(result);
136 return detail::canonicalize(m_PathName);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp33 detail::open_dir(*this);
47 detail::open_dir(*this);
61 detail::open_dir(*this);
76 detail::open_dir(*this);
100 detail::canonicalize(Directory::m_Path.native());
101 detail::open_dir(*this);
H A DSearchDirs.cpp93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
137 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFTypes.cpp21 namespace detail { namespace
36 } // end namespace detail
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
37 friend void detail::open_dir(Directory& pDir);
38 friend void detail::close_dir(Directory& pDir);
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
H A DFileSystem.h83 namespace detail { namespace in namespace:mcld::sys::fs
110 } // namespace of detail
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h30 namespace detail { namespace
120 if (isArchiveLittleEndian != detail::is_host_little_endian()) {
121 detail::swap_byte_order(
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1359 public void logOperation(int cookie, String detail) { argument
1361 logOperationLocked(cookie, detail);
1376 private void logOperationLocked(int cookie, String detail) { argument
1380 if (detail != null) {
1381 msg.append(", ").append(detail);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp535 AString detail; local
536 CHECK(msg->findString("detail", &detail));
543 detail.c_str(),
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java2659 String detail;
2660 detail = SystemProperties.get("ro.product.name", "");
2661 if (!mWifiNative.setDeviceName(detail)) {
2662 loge("Failed to set device name " + detail);
2664 detail = SystemProperties.get("ro.product.manufacturer", "");
2665 if (!mWifiNative.setManufacturer(detail)) {
2666 loge("Failed to set manufacturer " + detail);
2668 detail = SystemProperties.get("ro.product.model", "");
2669 if (!mWifiNative.setModelName(detail)) {
2670 loge("Failed to set model name " + detail);
[all...]
/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/av/media/libstagefright/foundation/
H A DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
781 bool send, status_t err, const char *detail) {
787 msg->setString("detail", detail);
780 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp197 AString detail; local
198 CHECK(msg->findString("detail", &detail));
203 detail.c_str(),

Completed in 286 milliseconds