Home
last modified time | relevance | path

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

12345678

/development/host/
DAndroid.mk16 LOCAL_PATH := $(my-dir)
18 dir := $(wildcard $(LOCAL_PATH)/$(HOST_PREBUILT_TAG))
19 ifdef dir
20 include $(call first-makefiles-under,$(dir))
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dpgtable-32.h64 #define pte_offset(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) argument
65 #define pte_offset_kernel(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + __pte_offset(address)) argument
66 #define pte_offset_map(dir, address) ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(addr… argument
/development/samples/Vault/tests/src/com/example/android/vault/
DVaultProviderTest.java60 final String dir = mProvider.createDocument( in testDeleteDirectory() local
64 dir, MIME_TYPE_DEFAULT, "dirfile"); in testDeleteDirectory()
66 dir, Document.MIME_TYPE_DIR, "dirdir"); in testDeleteDirectory()
74 c = mProvider.queryChildDocuments(dir, null, null); in testDeleteDirectory()
78 mProvider.deleteDocument(dir); in testDeleteDirectory()
85 try { mProvider.queryDocument(dir, null); } catch (Exception expected) { } in testDeleteDirectory()
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java79 public boolean accept(File dir, String name) { in findAndInitRepoRoot()
105 File dir; in findModuleRoot() local
107 dir = path.getParentFile(); in findModuleRoot()
109 dir = path; in findModuleRoot()
111 while (dir != null) { in findModuleRoot()
112 File makeFile = new File(dir, "Android.mk"); in findModuleRoot()
114 return dir; in findModuleRoot()
116 dir = dir.getParentFile(); in findModuleRoot()
DIntellijProject.java72 File dir = new File(repoRoot, moduleDir); in build() local
73 if (!dir.exists()) { in build()
78 Module module = cache.getAndCacheByDir(dir); in build()
80 logger.info("Module '" + dir.getPath() + "' not found." + in build()
136 File dir = mod.getDir(); in createVcsFile() local
137 File gitRoot = new File(dir, ".git"); in createVcsFile()
139 sb.append(" <mapping directory=\"").append(dir.getCanonicalPath()).append( in createVcsFile()
/development/tools/findunused/
Dfind_unused_resources.rb105 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/
DRmTypeDefsTest.java30 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/build/
DAndroid.mk1 LOCAL_PATH := $(call my-dir)
29 $(hide) mkdir -p $(dir $@)
40 $(hide) mkdir -p $(dir $@)
49 $(hide) mkdir -p $(dir $@)
70 $(dir $(full_target))javalib.jar: $(full_target)
79 $(hide)mkdir -p $(dir $@)
98 $(hide) mkdir -p $$(dir $$@)
Dbuild_android_stubs.mk25 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
50 $(hide) mkdir -p $(dir $@)
/development/ndk/platforms/android-3/include/linux/
Defs_dir.h40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot]) argument
/development/samples/training/basic/ActivityLifecycle/
Dbuild.properties9 # '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/apps/Development/src/com/android/development/
DCacheAbuser.java59 File dir = new File(cacheDir, quick ? "quick" : "slow"); in AbuseTask() local
60 mBaseDir = new File(dir, Long.toString(System.currentTimeMillis())); in AbuseTask()
71 File dir = new File(mBaseDir, Long.toString(dir1num)); in doInBackground() local
72 File file = new File(dir, Long.toString(dir2num)); in doInBackground()
75 dir.mkdirs(); in doInBackground()
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable_32.h172 #define pte_offset_kernel(dir, address) ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) argument
176 #define pte_offset_map(dir, address) ((pte_t *)page_address(pmd_page(*(dir))) + pte_index(address… argument
177 #define pte_offset_map_nested(dir, address) pte_offset_map(dir, address) argument
/development/samples/training/basic/FragmentBasics/
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
/development/samples/training/testingfun/app/tests/
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
/development/samples/training/testingfun/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
/development/samples/ControllerSample/
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
/development/samples/training/NsdChat/
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
/development/ndk/platforms/android-18/samples/MoreTeapots/
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
/development/ndk/platforms/android-17/samples/Teapot/
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
/development/samples/LunarLander/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/SkeletonApp/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/HelloActivity/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/ApiDemos/tests/
Dbuild.properties1 tested.project.dir=..
/development/samples/Snake/tests/
Dbuild.properties1 tested.project.dir=..

12345678