/packages/apps/Launcher3/ |
D | update_system_wallpaper_cropper.py | 53 dir = os.path.dirname(file_path) variable 54 dir = dir.replace("launcher3", "wallpapercropper") variable 55 dir = dir.replace(src_dir, "src/") variable 56 cmd = 'cp %s %s/%s' % (file_path, framework_dir, dir)
|
D | update_gallery_files.py | 49 dir = os.path.dirname(file_path) variable 52 cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | file_utils.cpp | 46 DIR *const dir = opendir(dirPath); in existsDir() local 47 if (dir == NULL) { in existsDir() 50 closedir(dir); in existsDir() 61 DIR *const dir = opendir(dirPath); in removeDirAndFiles() local 62 if (dir == NULL) { in removeDirAndFiles() 67 while ((dirent = readdir(dir)) != NULL) { in removeDirAndFiles() 79 closedir(dir); in removeDirAndFiles() 83 closedir(dir); in removeDirAndFiles()
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/ |
D | AndroidTestCase.java | 32 final File dir = Test.TEST_TMP_DIR; in getCacheDir() local 33 if (!dir.isDirectory()) { in getCacheDir() 34 dir.mkdirs(); in getCacheDir() 36 return dir; in getCacheDir()
|
/packages/services/Car/car_product/sepolicy/ |
D | qcom-post-boot.te | 20 allow qcom-post-boot sysfs_thermal:dir search; 24 allow qcom-post-boot sysfs_rpm_resources:dir search; 28 allow qcom-post-boot sysfs_mpdecision:dir search; 32 allow qcom-post-boot sysfs_dcvs:dir search; 36 allow qcom-post-boot sysfs_bt_power:dir search;
|
D | mpdecision.te | 21 allow mpdecision sysfs_thermal:dir r_dir_perms; 25 allow mpdecision perfd_data_file:dir w_dir_perms;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | utilityclass.dot | 21 edge [arrowtail=onormal, dir=back] 35 edge [arrowtail=onormal, dir=back] 53 edge [arrowtail=onormal, dir=back] 58 edge [arrowtail=odiamond, arrowhead=vee, dir=both]
|
D | move1.dot | 27 a1 -> b1 [style="dashed", label="Move", dir=back] 44 a2 -> b2 [style=invis, dir=back]
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | DebugUtils.java | 219 final File dir = DebugUtils.getDebugFilesDir(); in doInBackgroundTimed() local 220 return dir.list(new FilenameFilter() { in doInBackgroundTimed() 222 public boolean accept(final File dir, final String filename) { in doInBackgroundTimed() 317 final File dir = getDebugFilesDir(); 318 final File file = new File(dir, fileName); 326 final File dir = Environment.getExternalStorageDirectory(); 327 return dir;
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | FileUtils.java | 40 public static boolean deleteFilteredFiles(final File dir, final FilenameFilter fileNameFilter) { in deleteFilteredFiles() argument 41 if (!dir.isDirectory()) { in deleteFilteredFiles() 44 final File[] files = dir.listFiles(fileNameFilter); in deleteFilteredFiles()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Storage.java | 115 File dir = new File(DIRECTORY); in getAvailableSpace() local 116 dir.mkdirs(); in getAvailableSpace() 117 if (!dir.isDirectory() || !dir.canWrite()) { in getAvailableSpace()
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
D | DelegateFileFilter.java | 86 public boolean accept(File dir, String name) { in accept() argument 88 return filenameFilter.accept(dir, name); in accept() 90 return super.accept(dir, name); in accept()
|
D | AbstractFileFilter.java | 52 public boolean accept(File dir, String name) { in accept() argument 53 return accept(new File(dir, name)); in accept()
|
/packages/apps/Dialer/tools/gradle/ |
D | gradlew | 129 for dir in $ROOTDIRSRAW ; do 130 ROOTDIRS="$ROOTDIRS$SEP$dir" 201 --project-cache-dir=$ANDROID_CACHE_DIR \
|
/packages/apps/Music/src/com/android/music/ |
D | MediaPlaybackActivity.java | 705 int dir = 0; in seekMethod1() local 707 if(x == lastX && y == lastY) dir = 0; in seekMethod1() 708 else if (y == 0 && lastY == 0 && x > lastX) dir = 1; in seekMethod1() 709 else if (y == 0 && lastY == 0 && x < lastX) dir = -1; in seekMethod1() 711 else if (y == 2 && lastY == 2 && x > lastX) dir = -1; in seekMethod1() 712 else if (y == 2 && lastY == 2 && x < lastX) dir = 1; in seekMethod1() 714 else if (y < lastY && x <= 4) dir = 1; in seekMethod1() 715 else if (y < lastY && x >= 5) dir = -1; in seekMethod1() 717 else if (y > lastY && x <= 4) dir = -1; in seekMethod1() 718 else if (y > lastY && x >= 5) dir = 1; in seekMethod1() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 246 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); in insert() local 251 dir = BluetoothShare.DIRECTION_OUTBOUND; in insert() 253 if (dir == BluetoothShare.DIRECTION_OUTBOUND && con == null) { in insert() 256 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert() 260 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
|
D | BluetoothOppTransferAdapter.java | 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView() local 76 if (dir == BluetoothShare.DIRECTION_OUTBOUND) { in bindView() 110 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
|
/packages/services/Car/libvehiclenetwork/proto/ |
D | Android.mk | 16 LOCAL_PATH:= $(call my-dir) 34 generated_sources_dir := $(call local-generated-sources-dir)
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | SaveVideoFileUtils.java | 75 final File[] dir = new File[1]; in getSaveDirectory() local 81 dir[0] = new File(cursor.getString(0)).getParentFile(); in getSaveDirectory() 84 return dir[0]; in getSaveDirectory()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ContactPhotoUtils.java | 74 final File dir = context.getCacheDir(); in pathForTempPhoto() local 75 dir.mkdirs(); in pathForTempPhoto() 76 final File f = new File(dir, fileName); in pathForTempPhoto()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/ |
D | UserHistoryDictionaryTests.java | 41 private static void printAllFiles(final File dir) { in printAllFiles() argument 42 Log.d(TAG, dir.getAbsolutePath()); in printAllFiles() 43 for (final File file : dir.listFiles()) { in printAllFiles()
|
/packages/apps/Camera2/ |
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
|
/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 94 --report-dir "$T/coverage/" \ 97 --source-dir "$T/packages/services/Telecomm/src/"
|
/packages/apps/Calendar/ |
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
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | StorageUtils.java | 210 final File dir = dirs.removeFirst(); in listFilesRecursive() local 211 if (Objects.equals(dir.getName(), exclude)) continue; in listFilesRecursive() 213 final File[] children = dir.listFiles(); in listFilesRecursive()
|