Searched refs:sys (Results 26 - 50 of 527) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DTimeSource.cpp18 #include <sys/time.h>
/frameworks/base/core/jni/
H A Dandroid_os_FileUtils.cpp26 #include <sys/errno.h>
27 #include <sys/stat.h>
28 #include <sys/types.h>
31 #include <sys/ioctl.h>
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dwrapper_input.h24 #include <sys/types.h>
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dtrampoline_setup_test.c15 #include <sys/mman.h>
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>
/frameworks/compile/linkloader/utils/
H A Dflush_cpu_cache.h40 #include <sys/cachectl.h>
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h19 namespace sys { namespace in namespace:mcld
29 } // namespace of sys
H A DDirectory.h24 namespace sys { namespace in namespace:mcld
36 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
89 mcld::sys::fs::Path m_Path;
94 mcld::sys::fs::PathCache m_Cache;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
113 typedef mcld::sys::fs::PathCache DirCache;
151 } // namespace of sys
H A DCommandLine.h21 // parser<mcld::sys::fs::Path>
27 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
33 mcld::sys::fs::Path &Val);
37 const mcld::sys::fs::Path &V,
/frameworks/compile/mclinker/unittests/
H A DPathTest.h39 mcld::sys::fs::Path* m_pTestee;
H A DSystemUtilsTest.cpp40 ASSERT_TRUE(NULL != mcld::sys::strerror(0));
/frameworks/native/include/android/
H A Dobb.h21 #include <sys/types.h>
/frameworks/native/include/ui/
H A DDisplayInfo.h21 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A Dlight.h23 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.h22 #include <sys/types.h>
/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py21 import sys namespace
102 if len(sys.argv) < 2:
103 print >> sys.stderr, 'USAGE:', sys.argv[0], '[REPO] [LIBs]'
104 sys.exit(1)
110 repo_dir = sys.argv[1]
114 lib_list = list(set(sys.argv[2:]))
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h28 #include <sys/stat.h>
41 * @see mcld::sys::fs::Path LDContext
61 const sys::fs::Path& pPath,
73 void setPath(const sys::fs::Path& pPath)
92 const sys::fs::Path& path() const
116 sys::fs::Path m_Path;
134 * \see llvm::sys::Path
145 const sys::fs::Path& pPath,
157 const mcld::sys::fs::Path& pPath,
H A DSearchDirs.h24 namespace sys { namespace in namespace:mcld
28 } // namespace of sys
52 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pPreferType);
/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp20 #include <sys/types.h>
22 #include <sys/ioctl.h>
/frameworks/compile/libbcc/runtime/lib/
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>
/frameworks/compile/mclinker/lib/MC/
H A DMCLDFile.cpp29 const sys::fs::Path& pPath,
40 size_t pos = pName.find_last_of(sys::fs::separator);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.h24 #include <sys/types.h>
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DLinearRegression.h21 #include <sys/types.h>
/frameworks/compile/linkloader/include/impl/
H A DELFSectionNoBits.hxx27 #include <sys/mman.h>

Completed in 303 milliseconds

1234567891011>>