Searched refs:sys (Results 151 - 175 of 527) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsFifoSocket.cpp26 #include <sys/types.h>
27 #include <sys/socket.h>
/frameworks/support/renderscript/v8/rs_support/
H A DrsFifoSocket.cpp26 #include <sys/types.h>
27 #include <sys/socket.h>
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp20 // parser<mcld::sys::fs::Path>
22 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
25 mcld::sys::fs::Path &Val)
33 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
34 const mcld::sys::fs::Path &V,
35 parser<mcld::sys::fs::Path>::OptVal Default,
50 void parser<mcld::sys::fs::Path>::anchor()
H A DDirectory.cpp13 using namespace mcld::sys::fs;
52 mcld::sys::fs::detail::open_dir(*this);
62 mcld::sys::fs::detail::open_dir(*this);
/frameworks/av/media/libstagefright/
H A DFileSource.cpp19 #include <sys/types.h>
21 #include <sys/types.h>
22 #include <sys/stat.h>
/frameworks/base/services/jni/
H A Dcom_android_server_UsbDeviceManager.cpp26 #include <sys/types.h>
27 #include <sys/stat.h>
29 #include <sys/ioctl.h>
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOptions.h69 const sys::fs::Path& sysroot() const
72 void setSysroot(const sys::fs::Path &pPath);
233 sys::fs::RealPath m_Sysroot;
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp125 llvm::sys::RunInterruptHandlers();
137 llvm::sys::RunInterruptHandlers();
150 llvm::sys::RunInterruptHandlers();
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp24 #include <sys/types.h>
25 #include <sys/stat.h>
26 #include <sys/ioctl.h>
/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp29 #include <sys/types.h>
30 #include <sys/stat.h>
H A Dandroid_util_FileObserver.cpp29 #include <sys/ioctl.h>
33 #include <sys/inotify.h>
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp21 #include <sys/types.h>
22 #include <sys/socket.h>
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp244 llvm::error_code err = llvm::sys::fs::make_absolute(output_path);
253 llvm::sys::path::replace_extension(output_path, "o");
257 llvm::sys::path::remove_filename(output_path);
258 llvm::sys::path::append(output_path, "a.out");
301 llvm::sys::Path lib_path;
309 lib_path.appendSuffix(llvm::sys::Path::GetDLLSuffix());
313 lib_path = llvm::sys::Path();
320 // FIXME: llvm::sys::Path::FindLibrary(...) is able to consume
323 lib_path = llvm::sys::Path::FindLibrary(lib_tmp);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp13 using namespace mcld::sys::fs;
92 void MCLDDirectory::setSysroot(const sys::fs::Path& pSysroot)
/frameworks/native/include/utils/
H A DTrace.h24 #include <sys/stat.h>
25 #include <sys/types.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp22 #include <sys/socket.h>
23 #include <sys/un.h>
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp18 #include <sys/types.h>
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.h24 #include <sys/types.h>
/frameworks/av/include/media/
H A DIAudioTrack.h21 #include <sys/types.h>
H A DMetadata.h20 #include <sys/types.h>
/frameworks/av/include/media/stagefright/
H A DColorConverter.h21 #include <sys/types.h>
H A DMediaSource.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/foundation/
H A DABuffer.h21 #include <sys/types.h>
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp18 #include <sys/types.h>
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h21 #include <sys/types.h>

Completed in 2555 milliseconds

1234567891011>>