Home | History | Annotate | Download | only in files

Lines Matching refs:directory

28   :type 'directory
49 'file-directory-p)
50 (labels ((read-directory ()
56 (do ((entered-root (read-directory) (read-directory)))
58 (file-directory-p entered-root))
62 "Set GUD+JDB up to run against Android on PORT in directory ROOT."
82 "Run the Android emulator. This expects the SDK tools directory to be in the current path."
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path.
107 "Start the activity PACKAGE/CLASS in the Android emulator. This expects the SDK tools directory to be in the current path."
119 "Start the activity PACKAGE/CLASS within the debugger in the Android emulator. This expects the SDK tools directory to be in the current path."