HomeSort by relevance Sort by last modified time
    Searched refs:mIncludePaths (Results 1 - 4 of 4) 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/slang/
slang.h 142 std::vector<std::string> mIncludePaths;
192 mIncludePaths = IncludePaths;
slang.cpp 228 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) {
230 mFileMgr->getDirectory(mIncludePaths[i])) {
llvm-rs-cc.cpp 122 std::vector<std::string> mIncludePaths;
220 Opts.mIncludePaths = Args->getAllArgValues(OPT_I);
494 Opts.mIncludePaths,

Completed in 292 milliseconds