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

/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/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.cpp50 detail::get_pwd(m_Path.native());
52 mcld::sys::fs::detail::open_dir(*this);
62 mcld::sys::fs::detail::open_dir(*this);
67 detail::close_dir(*this);
90 detail::get_pwd(m_Path.native());
95 detail::open_dir(*this);
110 else detail::status(m_Path,m_FileStatus);
119 detail::symlink_status(m_Path,m_SymLinkStatus);
144 detail::close_dir(*this);
198 m_pEntry = detail
[all...]
H A DFileHandle.cpp105 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);
166 if (-1 == sys::fs::detail::ftruncate(m_Handler, pSize)) {
185 ssize_t read_bytes = sys::fs::detail::pread(m_Handler,
209 ssize_t write_bytes = sys::fs::detail::pwrite(m_Handler,
H A DPath.cpp109 detail::canonicalize(result);
115 return detail::canonicalize(m_PathName);
198 detail::status(pPath, pFileStatus);
205 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.cpp62 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
75 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
/frameworks/compile/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/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/unittests/
H A DFragmentRefTest.cpp19 using namespace mcld::sys::fs::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);
540 bool send, status_t err, const char *detail) {
546 msg->setString("detail", detail);
539 notifyError( bool send, status_t err, const char *detail) 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);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp325 AString detail; local
326 CHECK(msg->findString("detail", &detail));
331 detail.c_str(),
H A DWifiDisplaySink.cpp163 AString detail; local
164 CHECK(msg->findString("detail", &detail));
169 detail.c_str(),
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp368 AString detail; local
369 CHECK(msg->findString("detail", &detail));
386 detail.c_str(),
H A DWifiDisplaySource.cpp180 AString detail; local
181 CHECK(msg->findString("detail", &detail));
186 detail.c_str(),
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java2340 String detail;
2341 detail = SystemProperties.get("ro.product.name", "");
2342 if (!mWifiNative.setDeviceName(detail)) {
2343 loge("Failed to set device name " + detail);
2345 detail = SystemProperties.get("ro.product.manufacturer", "");
2346 if (!mWifiNative.setManufacturer(detail)) {
2347 loge("Failed to set manufacturer " + detail);
2349 detail = SystemProperties.get("ro.product.model", "");
2350 if (!mWifiNative.setModelName(detail)) {
2351 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

Completed in 4271 milliseconds