OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backing
(Results
151 - 175
of
1062
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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/runtime/
runtime-typedarray.cc
170
// initializes
backing
store using memove.
172
// Returns true if
backing
store was initialized or false otherwise.
215
// NOTE: not initializing
backing
store.
222
// so we are sure that the
backing
store will be initialized.
351
// Typed arrays of different types over the same
backing
store
/external/autotest/client/common_lib/
base_job.py
127
calls to the method in a
backing
file lock and before the call
128
followed by a
backing
file unlock.
151
should be decorated with this method to ensure that
backing
file
191
"""Acquire a lock on the
backing
file."""
198
"""Release a lock on the
backing
file."""
250
# lock the
backing
file before we refresh it
271
"""Refresh the current state from the
backing
file.
273
If the
backing
file has never been read before (indicated by checking
284
"""Flush the current state to the
backing
file."""
297
"""Change the path used as the
backing
file for the persistent state
[
all
...]
/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/core/
SkSurface.h
202
* Retrieves the backend API handle of the RenderTarget
backing
this surface. Callers must
243
* snapshot. This enum can be used to enforce that the image snapshot's
backing
store is not
244
* shared with another image snapshot or the surface's
backing
store. This is generally more
/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
/art/runtime/
oat_file.h
295
// lookup with a const char* key. The StringPiece doesn't own its
backing
storage,
296
// therefore we're using the OatDexFile::dex_file_location_ as the
backing
storage
297
// for keys in oat_dex_files_ and the string_cache_ entries for the
backing
storage
316
// Cache of strings. Contains the
backing
storage for keys in the secondary_oat_dex_files_
/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/guava/guava/src/com/google/common/cache/
ForwardingCache.java
33
* more methods to modify the behavior of the
backing
cache as desired per the
/external/guava/guava/src/com/google/common/collect/
ForwardingBlockingDeque.java
25
* Subclasses should override one or more methods to modify the behavior of the
backing
deque as
ForwardingMultimap.java
31
* the
backing
multimap as desired per the <a
ForwardingQueue.java
26
* should override one or more methods to modify the behavior of the
backing
ForwardingSet.java
30
* override one or more methods to modify the behavior of the
backing
set as
ForwardingTable.java
27
* should override one or more methods to modify the behavior of the
backing
/external/guava/guava/src/com/google/common/util/concurrent/
ForwardingExecutorService.java
33
* behavior of the
backing
executor service as desired per the <a
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Platform.java
63
private final Map<E, Boolean> m; // The
backing
map
/external/guice/core/test/com/google/inject/internal/
WeakKeySetTest.java
153
// Now that the
backing
set is emptied, key1 is released.
224
// Now that the
backing
set is emptied, key1 is released.
270
// Now that the
backing
set is emptied, key1 is released.
332
// Now that the
backing
set is emptied, key1 is released.
/external/jetty/src/java/org/eclipse/jetty/io/
Buffer.java
54
* @return a <code>byte[]</code>
backing
this buffer or null if none exists.
65
* Get the underlying buffer. If this buffer wraps a
backing
buffer.
66
* @return The root
backing
buffer or this if there is no
backing
buffer;
/external/libchrome/sandbox/linux/syscall_broker/
broker_policy.h
77
// permissions_array_ is set up to point to the
backing
store of
/external/libunwind/src/coredump/
_UCD_elf_map_image.c
55
/* We have a
backing
file for this segment.
Completed in 1375 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>