Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 16 of 16) sorted by relevance

/sdk/traceview/src/com/android/traceview/
DDmTraceReader.java505 String pathname = null; in parseMethod() local
510 pathname = tokens[4]; in parseMethod()
512 pathname = constructPathname(className, pathname); in parseMethod()
518 pathname = tokens[2]; in parseMethod()
524 pathname, lineNumber)); in parseMethod()
527 private String constructPathname(String className, String pathname) { in constructPathname() argument
530 && pathname.endsWith(".java")) in constructPathname()
531 pathname = className.substring(0, index + 1) + pathname; in constructPathname()
532 return pathname; in constructPathname()
DMethodData.java76 String signature, String pathname, int lineNumber) { in MethodData() argument
81 mPathname = pathname; in MethodData()
375 public void setPathname(String pathname) { in setPathname() argument
376 mPathname = pathname; in setPathname()
/sdk/common/src/com/android/io/
DFolderWrapper.java49 public FolderWrapper(String pathname) { in FolderWrapper() argument
50 super(pathname); in FolderWrapper()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
DAddOnTarget.java255 public boolean accept(File pathname) { in getPath()
256 return pathname.isDirectory(); in getPath()
/sdk/apkbuilder/etc/
Dapkbuilder.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/draw9patch/etc/
Ddraw9patch.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/hierarchyviewer/etc/
Dhierarchyviewer1.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/files/
Dpost_tools_install.bat23 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/traceview/etc/
Dtraceview.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/lint/cli/etc/
Dlint.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/monkeyrunner/etc/
Dmonkeyrunner.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/ddms/app/etc/
Dddms.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/hierarchyviewer2/app/etc/
Dhierarchyviewer.bat20 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java513 public CPEFile(String pathname, IClasspathEntry classpathEntry) { in CPEFile() argument
514 super(pathname); in CPEFile()
/sdk/sdkmanager/app/etc/
Dandroid.bat24 rem and set up progdir to be the fully-qualified pathname of its directory.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DApplicationInfoPage.java576 public boolean accept(File pathname) { in validateSourceFolder()
577 return pathname.isDirectory(); in validateSourceFolder()