Home
last modified time | relevance | path

Searched defs:keyPrefix (Results 1 – 12 of 12) sorted by relevance

/external/libbackup/src/com/google/android/libraries/backup/shadow/
DBackupHelperSimulator.java14 protected final String keyPrefix; field in BackupHelperSimulator
16 public BackupHelperSimulator(String keyPrefix) { in BackupHelperSimulator()
DBackupAgentHelperShadow.java134 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
DSharedPreferencesBackupHelperSimulator.java30 private SharedPreferencesBackupHelperSimulator(String keyPrefix, Set<String> prefGroups) { in SharedPreferencesBackupHelperSimulator()
36 String keyPrefix, Set<String> prefGroups) { in fromPreferenceGroups()
41 String keyPrefix, SharedPreferencesBackupHelper helper) { in fromHelper()
DFileBackupHelperSimulator.java30 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()
DUnsupportedBackupHelperSimulator.java16 UnsupportedBackupHelperSimulator(String keyPrefix, BackupHelper helper) { in UnsupportedBackupHelperSimulator()
/external/vogar/src/vogar/
DMd5Cache.java31 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/
DCacheExpirationTest.java434 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/
DCacheExpirationTest.java434 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/
Dimport_nt.c24 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; in PyWin_FindRegisteredModule() local
Dgetpathp.c232 static const TCHAR keyPrefix[] = _T("Software\\Python\\PythonCore\\"); in getpythonregpath() local
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c157 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; in getpythonregpath() local
/external/python/cpython3/PC/
Dgetpathp.c346 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; in getpythonregpath() local