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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeStackCallInfo.java 42 private String mSourceFile;
62 mSourceFile = m.group(1);
69 mSourceFile = sourceFile;
98 return mSourceFile;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceFileData.java 32 private final IFile mSourceFile;
42 mSourceFile = sourceFile;
52 mSourceFile = sourceFile;
62 return mSourceFile;
129 return "NonJavaFileBundle [mSourceFile=" + mSourceFile + ", mGeneratedFiles="
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 50 private final IFile mSourceFile;
58 mSourceFile = sourceFile;
  /frameworks/base/tools/aapt/
AaptAssets.h 172 , mSourceFile(sourceFile)
202 const String8& getSourceFile() const { return mSourceFile; }
216 String8 mSourceFile;
AaptAssets.cpp     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 115 milliseconds