/development/tools/checkcolor/ |
D | .gitignore | 1 #built application files 5 # files for the dex VM 8 # Java class files 11 # generated files 21 # OSX files 24 # Eclipse project files
|
/development/samples/apkcachetest/src/com/android/apkcachetest/ |
D | Main.java | 44 File[] files = preloadsFileCache.listFiles(); in onCreate() local 45 if (files == null || files.length == 0) { in onCreate() 48 for (File file : files) { in onCreate() 56 txt.append(files.length + " files"); in onCreate()
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 5 files or vendor prebuilts that will be installed into the system image. 8 image. Some listed files are not actually installed because they are not 27 | tee files.txt 36 files. It is desirable to keep the parsed dependency graph for further 56 By default, `list_installed_file_from_source.py` lists the files that are from 60 * `--installed-filter` filters the paths of the files that may be installed to 64 * `--source-filter` filters the paths of the source files. The paths must be 72 List the files from `device/google` and installed to `/system`: 82 List the files from `device/google` and installed into `/system/lib64` with: 92 List the files from `frameworks/base` or `frameworks/native` and installed
|
/development/host/windows/usb/ |
D | readme.txt | 10 * Subfolder i386 containing files for 32-bit installation: 14 * Subfolder amd64 containing files for AMD 64-bit installation: 20 to install WinUsb framework. These files can be obtained from WDK 'redist' 21 folder, respectively to the OS: copy x86 files to i386 subfolder, and amd64 22 files to amd64 subfolder. 28 file is modified, .cat files must be rebuilt and resigned in order to keep 29 integrity of the installation. Failure to rebuild and resign .cat files will 35 to build and sign new .cat files for that custom .inf file of yours. 37 The simplest way to create .cat files would be using inf2cat.exe utility,
|
/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/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/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/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/gsi/gsi_util/gsi_util/utils/ |
D | sepolicy_utils.py | 20 def secilc(options, files): argument 75 cmd.extend(files)
|
/development/vndk/tools/sourcedr/ |
D | README.md | 9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 228 File[] files = file.listFiles(); in list() local 229 if (files != null) { in list() 231 Collections.addAll(children, files); in list() 256 File[] files = root.listFiles(); in deleteDir() local 257 if (files != null) { in deleteDir() 258 for (File file : files) { in deleteDir()
|
/development/python-packages/adb/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 29 # Usually these files are written by a python script from a template 81 # SageMath parsed files
|
/development/testrunner/test_defs/ |
D | native_test.py | 102 def _CollectTestSources(self, test_list, dirname, files): argument 117 for f in files: 157 for root, dirs, files in os.walk(path): 158 for f in files:
|
/development/tools/rmtypedefs/ |
D | README.txt | 3 This utility finds and removes all .class files that have been 9 typedef will appear in .class files as well.
|
/development/samples/SkeletonApp/ |
D | readme.txt | 11 The files contained here: 41 The res/layout/ directory contains XML files describing user interface 52 special XML files describing more complex drawings. The violet.png file 54 skeleton_activity.xml. Like layout files, the base name is used for the 62 These XML files describe additional resources included in the application.
|
/development/vndk/tools/ |
D | system_image_diff.py | 46 for root, dirs, files in os.walk(system_prefix, topdown=True): 47 for file in files: 143 for package, files in packages.iteritems(): 144 for file in files:
|
/development/python-packages/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 28 # Usually these files are written by a python script from a template
|
/development/apps/OBJViewer/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/MySampleRss/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/SpellChecker/HelloSpellChecker/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/USB/AdbTest/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/SpellChecker/SampleSpellCheckerService/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/HeavyWeight/ |
D | Android.mk | 7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/apps/WidgetPreview/ |
D | Android.mk | 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|