HomeSort by relevance Sort by last modified time
    Searched refs:mIncludePaths (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 47 private IPath[] mIncludePaths;
76 return mIncludePaths;
80 mIncludePaths = new IPath[pathStrings.size()];
83 mIncludePaths[i++] = new Path(path);
109 if (mIncludePaths != null && mSymbols != null) {
145 for (IPath include : mIncludePaths) {
197 mIncludePaths = includes.toArray(new IPath[includes.size()]);
  /frameworks/compile/llvm-ndk-cc/
Compiler.h 71 mIncludePaths = IncludePaths;
145 std::vector<std::string> mIncludePaths;
Compiler.cpp 132 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) {
134 mFileMgr->getDirectory(mIncludePaths[i])) {
  /gdk/sources/llvm-ndk-cc/
Compiler.h 71 mIncludePaths = IncludePaths;
145 std::vector<std::string> mIncludePaths;
Compiler.cpp 124 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) {
126 mFileMgr->getDirectory(mIncludePaths[i])) {
  /frameworks/compile/slang/
slang.h 140 std::vector<std::string> mIncludePaths;
189 mIncludePaths = IncludePaths;
llvm-rs-cc.cpp 110 std::vector<std::string> mIncludePaths;
208 Opts.mIncludePaths = Args->getAllArgValues(OPT_I);
476 Opts.mIncludePaths,
slang.cpp 220 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) {
222 mFileMgr->getDirectory(mIncludePaths[i])) {

Completed in 516 milliseconds