/external/v8/src/ic/x87/ |
ic-x87.cc | 21 // Helper function used to load a property from a dictionary backing 69 // Helper function used to store a property to a dictionary backing 175 // Fast elements array, store the value to the elements backing store.
|
/external/webrtc/webrtc/base/ |
x11windowpicker.cc | 365 // Even if the backing pixmap doesn't exist, this still should have 374 // If the window does not actually have a backing pixmap, this is the path 383 // valid backing pixmap.
|
/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 588 // by the time we get here we know we've done all our backing up
|
/frameworks/base/services/core/java/com/android/server/ |
LockSettingsStorage.java | 578 * cache and writes to the backing storage are guaranteed to occur in the same order 583 * Reads from backing storage can only populate the cache if the backing storage
|
/libcore/ojluni/src/main/java/java/nio/ |
Buffer.java | 437 * method in order to ensure that this buffer has an accessible backing 448 * Returns the offset within this buffer's backing array of the first 455 * method in order to ensure that this buffer has an accessible backing
|
/libcore/ojluni/src/main/java/java/util/ |
TreeSet.java | 96 * The backing map. 100 // Dummy value to associate with an Object in the backing Map 526 // Create backing TreeMap
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferTests.cpp | 88 std::vector<VkSparseMemoryBind> memoryBinds; //!< memory binds backing the resource [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
order.go | 720 // Mark []byte(str) range expression to reuse string backing storage. 1010 // Mark string(byteSlice) arguments to reuse byteSlice backing 1037 // Mark string(byteSlice) arguments to reuse byteSlice backing 1060 // backing bytes for the string can be avoided by reusing 1061 // the []byte backing array. This is a special case that it [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
order.go | 720 // Mark []byte(str) range expression to reuse string backing storage. 1010 // Mark string(byteSlice) arguments to reuse byteSlice backing 1037 // Mark string(byteSlice) arguments to reuse byteSlice backing 1060 // backing bytes for the string can be avoided by reusing 1061 // the []byte backing array. This is a special case that it [all...] |
/external/libjpeg-turbo/ |
structure.txt | 365 (with backing store management, where required). [all...] |
/external/v8/src/arm64/ |
code-stubs-arm64.cc | [all...] |
/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...] |
/external/skia/tests/ |
SurfaceTest.cpp | 386 // Trigger copy on write, new backing is a scratch texture 389 // Trigger copy on write, old backing should not be returned to scratch 395 // Trigger copy on write on surface2. The new backing store should not [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-main.c | [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/widget/ |
ActivityChooserModel.java | 55 * For each backing history file there is a singleton instance of this class. Thus, 60 * For example, choosing a share activity can be implemented by a single backing 557 * Persists the history data to the backing file if the latter [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
DiffUtil.java | 86 * @param cb The callback that acts as a gateway to the backing list data 102 * @param cb The callback that acts as a gateway to the backing list data 642 * rule because updates are sent to the adapter right after the backing data is changed, [all...] |
/art/runtime/gc/space/ |
dlmalloc_space.cc | 115 // create mspace using our backing storage starting at begin and with a footprint of
|
rosalloc_space.cc | 137 // create rosalloc using our backing storage starting at begin and
|
/art/runtime/ |
handle_scope.h | 155 // Return backing storage used for references.
|
/build/blueprint/proptools/ |
clone.go | 256 // modifies the backing array through the slice. Since we don't modify it, cache the result
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
AdoptableHostTest.java | 166 // Move app and verify backing storage volume is same
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityNodeInfoTest.java | 175 * can't change the object by changing the objects backing CharSequence
|
/cts/tests/camera/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
|