/development/build/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 30 $(hide) mkdir -p $(dir $@) 41 $(hide) mkdir -p $(dir $@) 50 $(hide) mkdir -p $(dir $@) 60 full_target := $(call intermediates-dir-for,JAVA_LIBRARIES,android_stubs_current,,COMMON)/classes.j… 75 $(hide) rm -rf $(dir $@) && mkdir -p $(dir $@) 76 unzip -q $< -d $(dir $@) 77 cd $(dir $@) && zip -rqX $(notdir $@) * 86 $(hide)mkdir -p $(dir $@) 119 full_target := $(call intermediates-dir-for,JAVA_LIBRARIES,android_system_stubs_current,,COMMON)/cl… [all …]
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | VaultProviderTest.java | 61 final String dir = mProvider.createDocument( in testDeleteDirectory() local 65 dir, MIME_TYPE_DEFAULT, "dirfile"); in testDeleteDirectory() 67 dir, Document.MIME_TYPE_DIR, "dirdir"); in testDeleteDirectory() 75 c = mProvider.queryChildDocuments(dir, null, (Bundle) null); in testDeleteDirectory() 79 mProvider.deleteDocument(dir); in testDeleteDirectory() 86 try { mProvider.queryDocument(dir, null); } catch (Exception expected) { } in testDeleteDirectory()
|
/development/tools/idegen/src/com/android/idegen/ |
D | DirectorySearch.java | 82 public boolean accept(File dir, String name) { in findAndInitRepoRoot() 108 File dir; in findModuleRoot() local 110 dir = path.getParentFile(); in findModuleRoot() 112 dir = path; in findModuleRoot() 114 while (dir != null) { in findModuleRoot() 115 File makeFile = new File(dir, "Android.mk"); in findModuleRoot() 117 return dir; in findModuleRoot() 119 dir = dir.getParentFile(); in findModuleRoot()
|
D | IntellijProject.java | 74 File dir = new File(repoRoot, moduleDir); in build() local 75 if (!dir.exists()) { in build() 80 Module module = cache.getAndCacheByDir(dir); in build() 82 logger.info("Module '" + dir.getPath() + "' not found." + in build() 138 File dir = mod.getDir(); in createVcsFile() local 140 while (dir != null) { in createVcsFile() 141 File gitRoot = new File(dir, ".git"); in createVcsFile() 143 gitRoots.add(dir.getCanonicalPath()); in createVcsFile() 146 dir = dir.getParentFile(); in createVcsFile()
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 105 def findUnusedResources(dir) argument 111 Dir.glob("#{dir}/res/**/*.xml").each { |filename| 131 Dir.glob("#{dir}/AndroidManifest.xml").each { |filename| 143 recordJavaUses("#{dir}/src/**/*.java") 161 result.appDir = dir 168 def findApps(dir) argument 170 Dir.glob("#{dir}/**/res").each { |filename|
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 30 File dir = Files.createTempDir(); in test() local 104 File srcDir = new File(dir, "test" + File.separator + "pkg"); in test() 110 srcDir = new File(dir, "android" + File.separator + "annotation"); in test() 136 getDirectoryContents(dir)); in test() 152 RmTypeDefs.main(new String[]{"--verbose", dir.getPath()}); in test() 173 getDirectoryContents(dir)); in test() 176 assertDoesNotContainBytes(new File(dir, in test() 180 deleteDir(dir); in test()
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | reporter.go | 46 dir := filepath.Join(appConfig.OutputDirectory, "reports") 47 fname := filepath.Join(dir, filenameForTarget(target)) 48 os.MkdirAll(dir, os.ModePerm)
|
/development/scripts/ |
D | bash_util.bash | 85 local dir="${TMPDIR:-${TEMP:-/tmp}}" 88 local file="$dir/temp-$(date '+%Y%m%d-%H%M%S')-$$$suffix"
|
/development/samples/training/basic/ActivityLifecycle/ |
D | build.properties | 9 # 'source.dir' for the location of your java source folder and 10 # 'out.dir' for the location of your output folder. 17 extensible.classpath=${sdk.dir}/extras/android/support/v13/android-support-v13.jar
|
/development/tools/ |
D | monkey | 208 if not options.dir: 209 options.dir = "monkeys-%s" % CurrentTimestamp() 262 if os.path.exists(options.dir) and not os.path.isdir(options.dir): 264 % options.dir) 266 elif not os.path.exists(options.dir): 267 os.makedirs(options.dir) 293 filebase = os.path.sep.join((options.dir, pattern % run))
|
/development/apps/Development/src/com/android/development/ |
D | CacheAbuser.java | 58 File dir = new File(cacheDir, quick ? "quick" : "slow"); in AbuseTask() local 59 mBaseDir = new File(dir, Long.toString(System.currentTimeMillis())); in AbuseTask() 70 File dir = new File(mBaseDir, Long.toString(dir1num)); in doInBackground() local 71 File file = new File(dir, Long.toString(dir2num)); in doInBackground() 74 dir.mkdirs(); in doInBackground()
|
/development/samples/training/testingfun/app/ |
D | project.properties | 10 …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
|
/development/samples/training/NsdChat/ |
D | project.properties | 10 …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
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 10 …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
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 10 …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
|
/development/samples/ControllerSample/ |
D | project.properties | 10 …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
|
/development/samples/SkeletonApp/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/Snake/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/HelloActivity/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/ApiDemos/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/BrokenKeyDerivation/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/LunarLander/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/development/samples/ShortcutDemo/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir)
|
/development/apps/DumpViewer/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir)
|
/development/apps/DevelopmentSettings/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|