OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
143
std::vector<std::string>
mIncludePaths
;
193
mIncludePaths
= IncludePaths;
slang.cpp
230
for (unsigned i = 0, e =
mIncludePaths
.size(); i != e; i++) {
232
mFileMgr->getDirectory(
mIncludePaths
[i])) {
llvm-rs-cc.cpp
121
std::vector<std::string>
mIncludePaths
;
219
Opts.
mIncludePaths
= Args->getAllArgValues(OPT_I);
496
Opts.
mIncludePaths
,
Completed in 817 milliseconds