Searched refs:keyPrefix (Results 1 - 20 of 20) sorted by relevance

/external/libbackup/src/com/google/android/libraries/backup/shadow/
H A DBackupHelperSimulator.java14 protected final String keyPrefix; field in class:BackupHelperSimulator
16 public BackupHelperSimulator(String keyPrefix) { argument
17 this.keyPrefix = Preconditions.checkNotNull(keyPrefix);
H A DSharedPreferencesBackupHelperSimulator.java30 private SharedPreferencesBackupHelperSimulator(String keyPrefix, Set<String> prefGroups) { argument
31 super(keyPrefix);
36 String keyPrefix, Set<String> prefGroups) {
37 return new SharedPreferencesBackupHelperSimulator(keyPrefix, prefGroups);
41 String keyPrefix, SharedPreferencesBackupHelper helper) {
43 keyPrefix, extractPreferenceGroupsFromHelper(helper));
89 Log.w(TAG, "Shared prefs \"" + prefGroup + "\" are empty. The helper \"" + keyPrefix
111 + keyPrefix + "\": " + data.getClass());
125 + keyPrefix + "\" because the corresponding file is missing in the restored data.");
128 + keyPrefix
35 fromPreferenceGroups( String keyPrefix, Set<String> prefGroups) argument
40 fromHelper( String keyPrefix, SharedPreferencesBackupHelper helper) argument
[all...]
H A DFileBackupHelperSimulator.java30 private FileBackupHelperSimulator(String keyPrefix, Set<String> fileNames) { argument
31 super(keyPrefix);
35 public static FileBackupHelperSimulator fromFileNames(String keyPrefix, Set<String> fileNames) { argument
36 return new FileBackupHelperSimulator(keyPrefix, fileNames);
39 public static FileBackupHelperSimulator fromHelper(String keyPrefix, FileBackupHelper helper) { argument
40 return new FileBackupHelperSimulator(keyPrefix, extractFileNamesFromHelper(helper));
129 Log.w(TAG, "File \"" + fileName + "\" not found by helper \"" + keyPrefix + "\".");
141 + keyPrefix + "\": " + data.getClass());
149 Log.w(TAG, "File \"" + fileName + "\" ignored by helper \"" + keyPrefix + "\".");
H A DBackupAgentHelperShadow.java135 public void addHelper(String keyPrefix, BackupHelper helper) { argument
140 keyPrefix, (SharedPreferencesBackupHelper) helper);
142 simulator = FileBackupHelperSimulator.fromHelper(keyPrefix, (FileBackupHelper) helper);
145 "Unknown backup helper class for key prefix \"" + keyPrefix + "\": " + helperClass);
147 helperSimulators.put(keyPrefix, simulator);
156 String keyPrefix = simulatorEntry.getKey();
158 backupDataMapBuilder.put(keyPrefix, simulator.backup(realHelper));
171 String keyPrefix = simulatorEntry.getKey();
172 Object dataToRestore = backupDataMap.get(keyPrefix);
174 Log.w(TAG, "No data to restore for key prefix: \"" + keyPrefix
[all...]
/external/vogar/src/vogar/
H A DMd5Cache.java31 private final String keyPrefix; field in class:Md5Cache
35 * Creates a new cache accessor. There's only one directory on disk, so 'keyPrefix' is really
38 public Md5Cache(Log log, String keyPrefix, FileCache fileCache) { argument
40 this.keyPrefix = keyPrefix;
106 String key = keyPrefix;
122 return keyPrefix + "-" + md5(file);
134 return keyPrefix + "-" + md5(sb.toString());
/external/python/cpython2/PC/
H A Dimport_nt.c24 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; local
43 size_t bufSize = sizeof(keyPrefix)-1 +
H A Dgetpathp.c232 static const TCHAR keyPrefix[] = _T("Software\\Python\\PythonCore\\"); local
243 keyBuf = keyBufPtr = malloc(sizeof(keyPrefix) +
248 memcpy(keyBufPtr, keyPrefix, sizeof(keyPrefix)-sizeof(TCHAR));
249 keyBufPtr += sizeof(keyPrefix)/sizeof(TCHAR) - 1;
/external/python/cpython2/PC/os2vacpp/
H A Dgetpathp.c157 const char keyPrefix[] = "Software\\Python\\PythonCore\\"; local
166 keyBuf = alloca(sizeof(keyPrefix)-1 + versionLen + sizeof(keySuffix)); // chars only, plus 1 NULL.
168 memcpy(keyBuf, keyPrefix, sizeof(keyPrefix)-1);
169 memcpy(keyBuf+sizeof(keyPrefix)-1, PyWin_DLLVersionString, versionLen);
170 memcpy(keyBuf+sizeof(keyPrefix)-1+versionLen, keySuffix, sizeof(keySuffix)); // NULL comes with this one!
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheExpirationTest.java400 FakeTicker ticker, String keyPrefix, long ttl) {
406 assertEquals(Integer.valueOf(i + shift1), cache.getUnchecked(keyPrefix + i));
421 cache.invalidate(keyPrefix + i);
422 assertEquals("key: " + keyPrefix + i,
423 Integer.valueOf(i + shift2), cache.getUnchecked(keyPrefix + i));
437 assertEquals(Integer.valueOf(i + shift2), cache.getUnchecked(keyPrefix + i));
451 String keyPrefix = KEY_PREFIX; field in class:CacheExpirationTest.WatchedCreatorLoader
465 public void setKeyPrefix(String keyPrefix) { argument
466 this.keyPrefix = keyPrefix;
397 runRemovalScheduler(LoadingCache<String, Integer> cache, CountingRemovalListener<String, Integer> removalListener, WatchedCreatorLoader loader, FakeTicker ticker, String keyPrefix, long ttl) argument
[all...]
/external/python/cpython3/PC/
H A Dgetpathp.c303 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; local
314 keyBufLen = sizeof(keyPrefix) +
320 memcpy_s(keyBufPtr, keyBufLen, keyPrefix, sizeof(keyPrefix)-sizeof(WCHAR));
321 keyBufPtr += Py_ARRAY_LENGTH(keyPrefix) - 1;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 364 milliseconds