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

/frameworks/rs/driver/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);
H A DDirectory.cpp51 detail::get_pwd(m_Path.native());
53 mcld::sys::fs::detail::open_dir(*this);
63 mcld::sys::fs::detail::open_dir(*this);
68 detail::close_dir(*this);
91 detail::get_pwd(m_Path.native());
96 detail::open_dir(*this);
111 else detail::status(m_Path,m_FileStatus);
120 detail::symlink_status(m_Path,m_SymLinkStatus);
145 detail::close_dir(*this);
199 m_pEntry = detail
[all...]
H A DFileHandle.cpp103 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
105 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);
169 if (-1 == sys::fs::detail::ftruncate(m_Handler, pSize)) {
188 ssize_t read_bytes = sys::fs::detail::pread(m_Handler,
212 ssize_t write_bytes = sys::fs::detail::pwrite(m_Handler,
H A DPath.cpp110 detail::canonicalize(result);
116 return detail::canonicalize(m_PathName);
209 detail::status(pPath, pFileStatus);
216 detail::status(pPath, pFileStatus);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp32 detail::open_dir(*this);
46 detail::open_dir(*this);
60 detail::open_dir(*this);
75 detail::open_dir(*this);
99 detail::canonicalize(Directory::m_Path.native());
100 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/driver/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.h91 namespace detail namespace in namespace:mcld::sys::fs
116 } // namespace of detail
/frameworks/rs/driver/linkloader/utils/
H A Dserialize.h30 namespace detail { namespace
120 if (isArchiveLittleEndian != detail::is_host_little_endian()) {
121 detail::swap_byte_order(
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java2150 String detail;
2151 detail = SystemProperties.get("ro.product.name", "");
2152 if (!mWifiNative.setDeviceName(detail)) {
2153 loge("Failed to set device name " + detail);
2155 detail = SystemProperties.get("ro.product.manufacturer", "");
2156 if (!mWifiNative.setManufacturer(detail)) {
2157 loge("Failed to set manufacturer " + detail);
2159 detail = SystemProperties.get("ro.product.model", "");
2160 if (!mWifiNative.setModelName(detail)) {
2161 loge("Failed to set model name " + detail);
[all...]
/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.cpp536 AString detail; local
537 CHECK(msg->findString("detail", &detail));
544 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/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp117 void notifyError(bool send, status_t err, const char *detail);
639 bool send, status_t err, const char *detail) {
645 msg->setString("detail", detail);
638 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp191 AString detail; local
192 CHECK(msg->findString("detail", &detail));
197 detail.c_str(),

Completed in 470 milliseconds