Searched refs:sys (Results 101 - 125 of 614) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h59 FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion,
62 std::unique_ptr<llvm::sys::fs::mapped_file_region> m_pRegion;
/frameworks/compile/mclinker/lib/MC/
H A DInput.cpp44 const sys::fs::Path& pPath,
59 const sys::fs::Path& pPath,
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
H A DRealPath.cpp13 namespace sys { namespace in namespace:mcld
55 } // namespace sys
/frameworks/native/cmds/bugreport/
H A Dbugreport.cpp19 #include <sys/socket.h>
20 #include <sys/types.h>
/frameworks/native/cmds/bugreportz/
H A Dmain.cpp20 #include <sys/socket.h>
21 #include <sys/types.h>
/frameworks/native/include/binder/
H A DIMemory.h21 #include <sys/types.h>
22 #include <sys/mman.h>
H A DBufferedTextOutput.h22 #include <sys/uio.h>
/frameworks/compile/mclinker/lib/Script/
H A DGroupCmd.cpp95 sys::fs::Path path;
106 if (!sys::fs::exists(path)) {
108 sys::fs::Path* p =
115 if (!sys::fs::exists(path))
123 const sys::fs::Path* path = NULL;
/frameworks/compile/slang/tests/
H A Dtest.py16 import sys namespace
195 ) % (sys.argv[0]),
205 for arg in sys.argv[1:]:
220 print >> sys.stderr, 'Invalid test or option: %s' % arg
251 sys.exit(main())
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py30 import sys namespace
34 sys.dont_write_bytecode = True
66 sys.exit('Usage: build_font.py /path/to/input_fonts/ /path/to/out/dir/')
69 sys.exit(directory + ' is not a valid directory')
139 last_name_id = sys.maxint
167 last_name_id = sys.maxint
227 main(sys.argv[1:])
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp22 #include <sys/mman.h>
23 #include <sys/stat.h>
24 #include <sys/types.h>
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp27 #include <sys/types.h>
28 #include <sys/stat.h>
30 #include <sys/ioctl.h>
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp23 #include <sys/types.h>
25 #include <sys/types.h>
26 #include <sys/stat.h>
/frameworks/av/include/media/
H A DIAudioTrack.h21 #include <sys/types.h>
H A DIRemoteDisplayClient.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/
H A DMediaSource.h21 #include <sys/types.h>
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp17 #include <sys/types.h>
/frameworks/av/media/mtp/
H A DMtpRequestPacket.cpp20 #include <sys/types.h>
/frameworks/base/libs/androidfw/
H A Dmisc.cpp24 #include <sys/stat.h>
/frameworks/base/libs/hwui/thread/
H A DSignal.h21 #include <sys/types.h>
/frameworks/base/libs/usb/tests/accessorytest/
H A Dhid.c22 #include <sys/types.h>
23 #include <sys/stat.h>
24 #include <sys/ioctl.h>
30 #include <sys/inotify.h>
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp17 #include <sys/stat.h>
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h27 * \see llvm::sys::Path
40 const sys::fs::Path& pPath,
/frameworks/native/include/batteryservice/
H A DBatteryService.h21 #include <sys/types.h>

Completed in 458 milliseconds

1234567891011>>