/development/samples/ShortcutSample/ |
D | Android.mk | 35 LOCAL_SRC_FILES := $(call all-java-files-under, src) 59 LOCAL_SRC_FILES := $(call all-java-files-under, src) 83 LOCAL_SRC_FILES := $(call all-java-files-under, src) 108 LOCAL_SRC_FILES := $(call all-java-files-under, src) 133 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | StubGenerator.java | 58 TreeMap<String, byte[]> all = new TreeMap<>(); in generateStubbedJar() local 65 all.put(name, b); in generateStubbedJar() 68 createJar(new FileOutputStream(destJar), all); in generateStubbedJar() 88 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { in createJar() argument 90 for (Entry<String, byte[]> entry : all.entrySet()) { in createJar()
|
/development/samples/ShortcutDemo/publisher/ |
D | Android.mk | 34 LOCAL_SRC_FILES := $(call all-java-files-under, src) 35 LOCAL_SRC_FILES += $(call all-java-files-under, ../common/src) 58 LOCAL_SRC_FILES := $(call all-java-files-under, src) 59 LOCAL_SRC_FILES += $(call all-java-files-under, ../common/src)
|
/development/samples/ShortcutDemo/launcher/ |
D | Android.mk | 30 LOCAL_SRC_FILES := $(call all-java-files-under, src) 31 LOCAL_SRC_FILES += $(call all-java-files-under, ../common/src) 57 LOCAL_SRC_FILES := $(call all-java-files-under, src) 58 LOCAL_SRC_FILES += $(call all-java-files-under, ../common/src)
|
/development/tools/mkstubs/ |
D | README.txt | 7 MkStub is small tool that takes a given JAR and filters all the private stuff we don't want to 9 - remove all private members. 22 +foo => accepts all items which signature is exactly "foo" 23 +foo* => accepts all items which signature starts by "foo" 24 -bar => rejects all items which signature is exactly "bar" 25 -bar* => rejects all items which signature starts by "bar"
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 21 * Note all the headers that are being copied by libabc 23 being copied. If all the files are in the same folder, the include dir itself 25 * In Android.mk, remove all lines with copy headers 50 * Once all copy header violations are cleaned up, make will start throwing lots of
|
/development/samples/RenderScript/HelloCompute/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) \ 23 $(call all-renderscript-files-under, src)
|
/development/samples/RenderScript/Levels/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
|
/development/samples/IntentPlayground/ |
D | Android.mk | 7 LOCAL_SRC_FILES := $(call all-java-files-under, src) 28 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/development/vndk/tools/sourcedr/ |
D | README.md | 7 - [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all 9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
|
/development/samples/ApiDemos/ |
D | Android.mk | 8 $(call all-java-files-under, src) \ 29 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/development/tools/idegen/ |
D | README | 16 JDK like you normally would and then removing all of the jar entries 42 Installed JREs". Remove all of the jar entries underneath "JRE system 65 might exclude all apps except the Browser in your IDE configuration with 82 add "^(?!out/)" (which matches all paths that don't start with "out/").
|
/development/samples/SkeletonApp/ |
D | readme.txt | 44 (all text before a '.' character) is taken as the resource name; 63 They all use the same syntax; all of these resources could be defined in one
|
/development/tools/repo_diff/service/repodiff/tools/ |
D | upgrade_db.py | 15 def all(cls): member in Commands 154 print "Usage: python tools/upgrade_db.py [%s|%s] {sql_script_dir}" % Commands.all()
|
/development/vndk/tools/header-checker/ |
D | README.md | 43 This tool combines all the ABI information present in the input ABI dump files 61 `header-abi-dumper`. It produces a report outlining all the differences 88 For example, the command below creates reference ABI dumps for all VNDK shared
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 27 "Add to all configurations" and "Add to all languages". Repeat for these files:
|
/development/samples/RenderScript/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/development/samples/ToyVpn/server/linux/ |
D | Makefile | 17 all: target
|
/development/samples/ShortcutDemo/ |
D | Android.mk | 17 include $(call all-makefiles-under, $(LOCAL_PATH))
|
/development/samples/MultiClientInputMethod/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
/development/testrunner/tests/ |
D | Android_java.mk | 21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/cmds/monkey/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/ApiDemos/tests/ |
D | Android.mk | 12 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/samples/MultiDisplay/ |
D | Android.mk | 23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|