Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 4 of 4) sorted by relevance

/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DNativeStackCallInfo.java51 public NativeStackCallInfo(String lib, String method, String sourceFile) { in NativeStackCallInfo() argument
55 Matcher m = SOURCE_NAME_PATTERN.matcher(sourceFile); in NativeStackCallInfo()
64 mSourceFile = sourceFile; in NativeStackCallInfo()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DPreCompilerDeltaVisitor.java301 IFile sourceFile = findFile(sourceFolder, segments, 2, aidlFileName); in visit() local
303 if (sourceFile != null) { in visit()
305 mAidlToCompile.add(new AidlData(sourceFolder, sourceFile)); in visit()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java1054 private List<Change> computeXmlSourceChanges(IFile sourceFile,
1061 if (!sourceFile.exists()) {
1063 sourceFile.getFullPath().toOSString()));
1075 files.add(sourceFile);
1077 if (AndroidConstants.EXT_XML.equals(sourceFile.getFileExtension())) {
1078 IPath path = sourceFile.getFullPath();
1080 IProject project = sourceFile.getProject();
1085 IContainer res = sourceFile.getParent().getParent();
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DNativeHeapPanel.java1142 String sourceFile = source.getSourceFile();
1149 if (sourceFile != null)
1150 item.setText(3, sourceFile);