Searched refs:sys (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp12 using namespace mcld::sys::fs;
H A DSystemUtils.cpp11 using namespace mcld::sys;
/frameworks/compile/slang/
H A Dslangdata.py21 import sys namespace
26 sys.stdout.write("""
55 buf = sys.stdin.read(1024)
61 sys.stdout.write(".byte ")
62 sys.stdout.write("0x%02x" % ord(c))
65 sys.stdout.write("\n")
68 sys.stdout.write(", ")
70 sys.stdout.write(",")
72 sys.stdout.write("0x00")
74 sys
[all...]
H A Dslang_utils.cpp27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true,
/frameworks/compile/libbcc/tools/build/
H A Dgen-sha1-stamp.py19 import sys namespace
52 sys.stdout.write("""
62 sys.stdout.write("""
69 sys.stdout.write("""
79 sys.stdout.write(".align 8\n")
83 sys.stdout.write(".byte ")
85 sys.stdout.write(", ")
87 sys.stdout.write(",")
88 sys.stdout.write("0x%02x" % ord(c))
91 sys
[all...]
H A Dgen-config-from-mk.py21 import sys namespace
59 if len(sys.argv) != 1:
60 print >> sys.stderr, 'USAGE:', sys.argv[0]
61 sys.exit(1)
63 extract_config(sys.stdin)
/frameworks/native/include/private/binder/
H A Dbinder_module.h26 #include <sys/ioctl.h>
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys namespace
18 for file in sys.argv[1:]:
/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h22 namespace sys { namespace in namespace:mcld
27 mcld::sys::fs::Path*,
34 } // namespace of sys
H A DRealPath.h18 namespace sys { namespace in namespace:mcld
46 } // namespace of sys
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
60 bool operator() (const mcld::sys::fs::RealPath& pX,
61 const mcld::sys::fs::RealPath& pY) const {
/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
/frameworks/av/media/libstagefright/wifi-display/
H A DTimeSeries.h21 #include <sys/types.h>
/frameworks/compile/mclinker/lib/MC/
H A DMCLDOutput.cpp19 Output::Output(const sys::fs::Path& pRealPath,
H A DContextFactory.cpp17 : UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>(pNum)
25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath)
29 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
/frameworks/native/include/utils/
H A DSystemClock.h21 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A Darray.h23 #include <sys/types.h>
H A Dprimitives.h23 #include <sys/types.h>
/frameworks/compile/libbcc/tests/debuginfo/
H A Dllvm-lit4 import sys namespace
15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
/frameworks/compile/mclinker/include/mcld/MC/
H A DContextFactory.h35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>
42 LDContext* produce(const sys::fs::Path& pPath);
H A DMCLDDirectory.h26 class MCLDDirectory : public sys::fs::Directory
40 void setSysroot(const sys::fs::Path& pPath);
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.h15 namespace sys { namespace in namespace:mcld
46 mcld::sys::fs::Directory *m_pDir;
H A DDirIteratorTest.cpp14 using namespace mcld::sys::fs;
27 m_pDir = new mcld::sys::fs::Directory(".");
/frameworks/base/cmds/system_server/
H A Dsystem_main.cpp17 #include <sys/time.h>
18 #include <sys/resource.h>
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp18 #include <sys/types.h>
21 #include <sys/ioctl.h>
/frameworks/av/include/private/media/
H A DAudioEffectShared.h21 #include <sys/types.h>

Completed in 601 milliseconds

1234567891011>>