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

  /frameworks/compile/slang/
rs_cc_options.h 45 std::vector<std::string> mIncludePaths;
slang.h 159 std::vector<std::string> mIncludePaths;
237 mIncludePaths = IncludePaths;
  /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()]);

Completed in 645 milliseconds