/frameworks/base/services/backup/java/com/android/server/backup/ |
PackageManagerBackupAgent.java | 228 Slog.i(TAG, "Home preference changed; backing up new state " + home); 295 Slog.w(TAG, "Not backing up package " + packName 605 // by the time we get here we know we've done all our backing up
|
/external/v8/src/ |
builtins.cc | 340 // New backing storage is needed. 381 // New backing storage is needed. 383 // Create new backing store; since capacity > 0, we can 531 // New backing storage is needed. 862 // New backing storage is needed. [all...] |
utils.h | 459 * A class that collects values into a backing store. 460 * Specialized versions of the class can allow access to the backing store 462 * There is no guarantee that the backing store is contiguous (and, as a 476 // Free backing store (in reverse allocation order). 613 * If the backing store grows while a sequence is active, the current [all...] |
/external/jpeg/ |
structure.doc | 395 (with backing store management, where required). [all...] |
filelist.doc | 113 jmemnobs.c "No backing store": assumes adequate virtual memory exists.
|
/external/guava/guava/src/com/google/common/collect/ |
Multisets.java | 367 * of its counts in the two backing multisets. The iteration order of the 444 * of its counts in the two backing multisets, with elements that would have 503 * its counts in the two backing multisets. The iteration order of the [all...] |
ForwardingMap.java | 32 * override one or more methods to modify the behavior of the backing map as
|
ForwardingMultiset.java | 32 * backing multiset as desired per the <a
|
Queues.java | 272 * guarantee serial access, it is critical that <b>all</b> access to the backing queue is
|
/external/v8/src/ic/arm/ |
ic-arm.cc | 352 // Element is in arguments backing store, which is referenced by the 680 // Fast elements array, store the value to the elements backing store. 832 // Check for room in the elements backing store [all...] |
/external/v8/src/ic/x64/ |
ic-x64.cc | 37 // Helper function used to load a property from a dictionary backing storage. 85 // Helper function used to store a property to a dictionary backing 707 // Element is in arguments backing store, which is referenced by the [all...] |
/frameworks/base/core/java/android/widget/ |
ActivityChooserModel.java | 61 * For each backing history file there is a singleton instance of this class. Thus, 66 * For example, choosing a share activity can be implemented by a single backing 571 * Persists the history data to the backing file if the latter [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ActivityChooserModel.java | 56 * For each backing history file there is a singleton instance of this class. Thus, 61 * For example, choosing a share activity can be implemented by a single backing 560 * Persists the history data to the backing file if the latter [all...] |
/art/runtime/gc/space/ |
dlmalloc_space.cc | 113 // create mspace using our backing storage starting at begin and with a footprint of
|
rosalloc_space.cc | 140 // create rosalloc using our backing storage starting at begin and
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
AdoptableHostTest.java | 161 // Move app and verify backing storage volume is same
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
Script.java | 320 * <p>The name is the short hand name of the concrete class backing this script.</p>
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
BackupRestoreActivity.java | 71 * the same result as {@link ExampleAgent} - backing up the application's saved
|
/external/boringssl/src/crypto/evp/ |
internal.h | 110 * type |md|. This is intended for use with EVP_PKEYs backing custom
|
/external/clang/lib/ARCMigrate/ |
TransProperties.cpp | 17 // backing the property.
|
/external/clang/test/Analysis/ |
objc_invalidation.m | 198 // the parent and directly through a protocol. If a property backing ivar is
|
/external/e2fsprogs/contrib/ |
spd_readdir.c | 235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n"));
|
/external/fio/ |
smalloc.c | 253 * This will also remove the temporary file we used as a backing
|
/external/guava/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 38 * finalized. If this object is garbage collected earlier, the backing thread will not invoke {@code
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTransformValuesUnmodifiableIteratorTest.java | 32 * Tests for {@link Maps#transformValues} when the backing map's views
|