Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 110) sorted by relevance

12345

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfigurationTest.java44 File dir = getTargetDir(); in testBasic() local
45 if (!dir.exists()) { in testBasic()
46 boolean ok = dir.mkdirs(); in testBasic()
47 assertTrue(dir.getPath(), ok); in testBasic()
49 Project project = client.getProject(dir, dir); in testBasic()
76 File dir = getTargetDir(); in testInheritance() local
77 assertTrue(dir.mkdirs()); in testInheritance()
78 Project project = client.getProject(dir, dir); in testInheritance()
80 File otherDir = new File(dir, "otherConfig"); in testInheritance()
134 File dir = getTargetDir(); in testBulkEditing() local
[all …]
/sdk/testapps/testProjectTest/testapp/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
15 tested.project.dir=../app
/sdk/testapps/libsTest/appTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
15 tested.project.dir=../app
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DNdkManager.java49 File dir = new File(location); in isValidNdkLocation() local
50 if (!dir.isDirectory()) in isValidNdkLocation()
54 if (!new File(dir, "ndk-build").isFile()) //$NON-NLS-1$ in isValidNdkLocation()
/sdk/eclipse/scripts/
Dcollect_sources_for_sdk.py154 def _mkdir(p, dir): argument
155 if not os.path.isdir(dir):
157 print "mkdir", dir
159 os.makedirs(dir)
/sdk/apps/NotificationStudio/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/apps/SdkController/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt
/sdk/testapps/userLibTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/customPropAnimTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/legacyTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfiguration.java51 File dir = AdtUtils.getAbsolutePath(project).toFile(); in create() local
52 Project lintProject = client.getProject(dir, dir); in create()
/sdk/testapps/gridlayoutTest/v7-gridlayout/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/testProjectTest/lib/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsTest/lib2/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/aidlTest/mainProject/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsAndJarTest/app/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/javaProjectTest/lib1/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/buildConfigTest/lib1/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/javaProjectTest/lib2/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/buildConfigTest/app/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/customViewTest/mainProject/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsTest/app/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
15 proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsAndJarTest/lib2/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsTest/lib2Test/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/sdk/testapps/libsTest/lib1/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

12345