Searched refs:sys (Results 201 - 225 of 525) sorted by path

1234567891011>>

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp17 #include <sys/stat.h>
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp41 #include <sys/stat.h>
42 #include <sys/types.h>
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h31 namespace sys { namespace fs { namespace in namespace:mcld
35 } } // end namespace sys::fs
100 enum ErrorCode openFile(const mcld::sys::fs::Path& pPath,
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dwrapper_input.h24 #include <sys/types.h>
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp151 enum Linker::ErrorCode Linker::openFile(const mcld::sys::fs::Path& pPath,
169 mcld::sys::fs::Path* path = NULL;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp111 llvm::sys::Mutex JITDebugLock;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp349 llvm::sys::Path output_path(pCacheDir);
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp19 #include <sys/file.h>
20 #include <sys/stat.h>
H A DLinkerConfig.cpp48 llvm::sys::RunInterruptHandlers();
111 mLDInfo->options().setSysroot(mcld::sys::fs::Path(pSysRoot));
/frameworks/compile/libbcc/runtime/lib/
H A Denable_execute_stack.c12 #include <sys/mman.h>
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys namespace
18 for file in sys.argv[1:]:
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dclear_cache_test.c14 #include <sys/mman.h>
H A Denable_execute_stack_test.c14 #include <sys/mman.h>
H A Dendianness.h25 #include <sys/byteorder.h>
40 #include <sys/endian.h>
H A Dtrampoline_setup_test.c15 #include <sys/mman.h>
/frameworks/compile/libbcc/tests/
H A Dbccarm8 import sys namespace
49 for arg in sys.argv[1:]:
64 print compileArm(sys.argv[1:])
H A Dtest.py23 import sys namespace
35 for arg in sys.argv[1:]:
48 sys.argv = sys.argv[0:1]
/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/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/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:]))
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)
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...]
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp172 llvm::error_code err = llvm::sys::fs::make_absolute(output_path);
179 llvm::sys::path::remove_filename(output_path);
180 llvm::sys::path::append(output_path, "a.out");
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c26 #include <sys/mman.h>
27 #include <sys/stat.h>
28 #include <sys/types.h>

Completed in 2746 milliseconds

1234567891011>>