HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 176 - 200 of 1190) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/samplecode/
SampleApp.h 103 // return the GrContext backing gpu devices (nullptr if not built with GPU support)
106 // return the GrRenderTarget backing gpu devices (nullptr if not built with GPU support)
  /external/v8/src/
vector.h 34 // Returns a vector using the same backing storage as this one,
69 // Returns a clone of this vector with a new backing store.
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 60 // TODO: Will need to change if backing up non-primary user's wallpaper
66 // TODO: Will need to change if backing up non-primary user's wallpaper
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
GenerationRegistry.java 124 Slog.e(LOG_TAG, "Created backing store " + mBackingStore);
138 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore);
  /packages/apps/DeskClock/src/com/android/deskclock/
DropShadowController.java 42 /** Updates {@link #mDropShadowView} in response to changes in the backing scroll model. */
102 * Stop updating the drop shadow in response to scrolling changes. Stop listening to the backing
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoBitmapLoader.java 42 // should never exist without the image resource backing it.
182 // If we are getting rid of the imageResource backing the drawable, we must also
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 99 # define MADV_HUGEPAGE 14 /* Worth backing with hugepages. */
100 # define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 100 # define MADV_HUGEPAGE 14 /* Worth backing with hugepages. */
101 # define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages. */
  /system/update_engine/update_manager/
chromeos_policy.h 165 // If backing off but the previous backoff expiry is unchanged, returns
168 // * If backing off with a new expiry time, then |result->backoff_expiry| is
  /external/v8/src/compiler/
js-create-lowering.cc 357 // Prepare element backing store to be used by arguments object.
390 // Prepare element backing store to be used by arguments object.
421 // Prepare element backing store to be used by the rest array.
    [all...]
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 119 # backing files.
121 # Do we have the expected backing files?
169 "%s fs (%d) is nearly the backing device size (%d)" %
191 # Backing file has remained the same size for 10 seconds.
200 # Check that the backing file reclaims space when filesystem contents
  /external/v8/src/ic/
keyed-store-generic.cc 231 // FixedArray backing store -> Smi or object elements.
321 // The elements backing store didn't change, no reload necessary.
334 // FixedDoubleArray backing store -> double elements.
452 Comment("Grow backing store");
453 // TODO(jkummerow): Support inline backing store growth.
  /external/autotest/client/common_lib/
base_job.py 129 calls to the method in a backing file lock and before the call
130 followed by a backing file unlock.
153 should be decorated with this method to ensure that backing file
193 """Acquire a lock on the backing file."""
200 """Release a lock on the backing file."""
252 # lock the backing file before we refresh it
273 """Refresh the current state from the backing file.
275 If the backing file has never been read before (indicated by checking
286 """Flush the current state to the backing file."""
299 """Change the path used as the backing file for the persistent state
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data.py 239 to still keep the backing file underneath, invoking this will also discard
240 the file to avoid the risk of leaking the backing trace file.
251 """Remove the backing file used for storing trace on disk.
  /external/libunwind/doc/
libunwind-ia64.man 124 Contains the register backing\-store
252 the register\-backing store write pointer.
256 the register\-backing store NaT\-collection register.
  /external/skia/include/private/
GrSurfaceProxy.h 63 // The backing GrSurface can have more refs than the proxy if the proxy
335 mutable SkBudgeted fBudgeted; // set from the backing resource for wrapped resources
341 const UniqueID fUniqueID; // set from the backing resource for wrapped resources
  /frameworks/base/core/java/android/widget/
ShareActionProvider.java 40 * Here is how to use the action provider with custom backing file in a {@link MenuItem}:
51 * // {@link ActionProvider#onCreateActionView()} which uses the backing file name. Omit this
148 * <strong>Note:</strong> If you choose the backing share history file
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxUserDefinedFileAttributeView.java 189 // copy from buffer into backing array if necessary
235 // copy from backing array into buffer
243 // backing array not accessible so transfer via temporary array
  /art/runtime/
oat_file.h 337 // lookup with a const char* key. The StringPiece doesn't own its backing storage,
338 // therefore we're using the OatDexFile::dex_file_location_ as the backing storage
339 // for keys in oat_dex_files_ and the string_cache_ entries for the backing storage
358 // Cache of strings. Contains the backing storage for keys in the secondary_oat_dex_files_
  /art/runtime/openjdkjvmti/
fixed_up_dex_file.h 74 // The backing data for dex_file_.
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 31 * for backing up using the {@link android.app.backup.FileBackupHelper} class
  /device/asus/fugu/overlay/frameworks/base/core/res/res/values/
config.xml 56 <!-- Number of times to try again with the shorter interval, before backing
  /external/autotest/client/tests/qemu_iotests/
qemu_iotests.py 53 # -nocache use O_DIRECT on backing file
  /external/clang/tools/libclang/
CXString.h 62 // Usually std::string is intended to be used as backing storage for CXString.
  /external/e2fsprogs/tests/t_dangerous/
expect 80 Backing up journal inode block information.

Completed in 862 milliseconds

1 2 3 4 5 6 78 91011>>