/external/libbackup/src/com/google/android/libraries/backup/shadow/ |
D | BackupHelperSimulator.java | 14 protected final String keyPrefix; field in BackupHelperSimulator 16 public BackupHelperSimulator(String keyPrefix) { in BackupHelperSimulator()
|
D | BackupAgentHelperShadow.java | 134 public void addHelper(String keyPrefix, BackupHelper helper) { in addHelper() 156 String keyPrefix = simulatorEntry.getKey(); in onBackup() local 171 String keyPrefix = simulatorEntry.getKey(); in onRestore() local
|
D | SharedPreferencesBackupHelperSimulator.java | 30 private SharedPreferencesBackupHelperSimulator(String keyPrefix, Set<String> prefGroups) { in SharedPreferencesBackupHelperSimulator() 36 String keyPrefix, Set<String> prefGroups) { in fromPreferenceGroups() 41 String keyPrefix, SharedPreferencesBackupHelper helper) { in fromHelper()
|
D | FileBackupHelperSimulator.java | 30 private FileBackupHelperSimulator(String keyPrefix, Set<String> fileNames) { in FileBackupHelperSimulator() 35 public static FileBackupHelperSimulator fromFileNames(String keyPrefix, Set<String> fileNames) { in fromFileNames() 39 public static FileBackupHelperSimulator fromHelper(String keyPrefix, FileBackupHelper helper) { in fromHelper()
|
D | UnsupportedBackupHelperSimulator.java | 16 UnsupportedBackupHelperSimulator(String keyPrefix, BackupHelper helper) { in UnsupportedBackupHelperSimulator()
|
/external/vogar/src/vogar/ |
D | Md5Cache.java | 31 private final String keyPrefix; field in Md5Cache 38 public Md5Cache(Log log, String keyPrefix, FileCache fileCache) { in Md5Cache()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheExpirationTest.java | 434 String keyPrefix, in runRemovalScheduler() 486 String keyPrefix = KEY_PREFIX; field in CacheExpirationTest.WatchedCreatorLoader 499 public void setKeyPrefix(String keyPrefix) { in setKeyPrefix()
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | CacheExpirationTest.java | 434 String keyPrefix, in runRemovalScheduler() 486 String keyPrefix = KEY_PREFIX; field in CacheExpirationTest.WatchedCreatorLoader 499 public void setKeyPrefix(String keyPrefix) { in setKeyPrefix()
|
/external/python/cpython2/PC/ |
D | import_nt.c | 24 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; in PyWin_FindRegisteredModule() local
|
D | getpathp.c | 232 static const TCHAR keyPrefix[] = _T("Software\\Python\\PythonCore\\"); in getpythonregpath() local
|
/external/python/cpython2/PC/os2vacpp/ |
D | getpathp.c | 157 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; in getpythonregpath() local
|
/external/python/cpython3/PC/ |
D | getpathp.c | 346 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; in getpythonregpath() local
|