OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backing
(Results
126 - 150
of
1062
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDeferredOutputStream.java
10
* A deferred output stream that uses a file as its
backing
store, with a in-memory intermediate buffer.
/external/v8/include/
v8-util.h
34
* as a
backing
map.
79
* a std:map
backing
map from StdMapTraits and holds non-weak persistent
155
* The map relies on a
backing
map, whose type and accessors are described
156
* by the Traits class. The
backing
map will handle values of type
495
* A map that uses Global as value and std::map as the
backing
511
* A map that uses Global as value and std::map as the
backing
556
* This class relies on a
backing
vector implementation, whose type and methods
557
* are described by the Traits class. The
backing
map will handle values of type
620
* (Efficiency gains depend on the
backing
implementation.)
/external/v8/test/mjsunit/compiler/
regress-loadfield.js
49
// Create an object with fast
backing
store properties.
/external/v8/test/mjsunit/regress/
regress-1531.js
39
//
backing
store. Should not crash or assert.
regress-732.js
31
// Create a JSObject with NumberDictionary as a
backing
store for elements.
splice-missing-wb.js
45
// trimming of
backing
store. a[0] a[1] will be moved to
/external/v8/test/mjsunit/strong/
load-property-mutate-backing-store.js
149
// After altering the
backing
store, accessing a missing property should still
/external/vixl/src/vixl/
invalset.h
60
// The
backing
`std::vector` allows for fast insertions. When
105
// Note that this does not mean the the
backing
storage is empty: it can still
126
// This function is not allowed to move elements in the
backing
vector
157
// Returns a pointer to the start or end of the
backing
storage.
163
// Returns the index of the element within the
backing
storage. The element
164
// must belong to the
backing
storage.
167
// Returns the element at the specified index in the
backing
storage.
184
// We cannot cache pointers to elements as we do not control the
backing
196
// The
backing
storage is either the array of preallocated elements or the
/libcore/ojluni/src/main/java/java/util/
AbstractList.java
273
* iterator interface, relying on the
backing
list's {@code size()},
308
* The {@code ListIterator} implementation relies on the
backing
list's
344
* The modCount value that the iterator believes that the
backing
453
* offset of the subList within the
backing
list, the size of the subList
455
* {@code modCount} value of the
backing
list. There are two variants
463
* delegate to the corresponding methods on the
backing
abstract list,
469
* over a list iterator on the
backing
list, which is created with the
470
* corresponding method on the
backing
list. The {@code iterator} method
475
* the
backing
list is equal to its expected value, and throw a
/packages/apps/Camera2/src/com/android/camera/settings/
ManagedSwitchPreference.java
31
* {@link android.content.SharedPreferences} as a
backing
store; since the
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
StringTexture.java
83
protected void onDraw(Canvas canvas, Bitmap
backing
) {
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java
28
* A POJO for shared preferences to be used for
backing
up and restoring.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inotify.h
43
#define IN_UNMOUNT 0x00002000 /*
Backing
fs was unmounted */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h
43
#define IN_UNMOUNT 0x00002000 /*
Backing
fs was unmounted */
/device/linaro/hikey/gralloc/
gralloc_priv.h
43
* Expected return value is a UMP secure id
backing
your framebuffer device memory.
55
*
backing
your framebuffer device memory.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py
46
"DBInstanceStatus": "
backing
-up",
146
self.assertEqual(db['DBInstanceStatus'], '
backing
-up')
/external/guava/guava-tests/test/com/google/common/collect/
SynchronizedBiMapTest.java
93
BiMap<String, String>
backing
=
local
95
BiMap<String, String> result = Synchronized.biMap(
backing
, mutex);
/external/libunwind/doc/
NOTES
113
register
backing
store pointer (bsp). One quirk with this
116
backing
store (i.e., as if a "flushrs" instruction had been executed).
/external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp
176
* \param storage
Backing
storage for the uniform
177
* \param storage_array_size Array size of the
backing
storage. This must be
/external/skia/samplecode/
SampleApp.h
95
// return the GrContext
backing
gpu devices (nullptr if not built with GPU support)
98
// return the GrRenderTarget
backing
gpu devices (nullptr if not built with GPU support)
/external/v8/src/
vector.h
31
// Returns a vector using the same
backing
storage as this one,
65
// Returns a clone of this vector with a new
backing
store.
/external/v8/test/cctest/compiler/
test-run-properties.cc
24
// elements kind to get coverage for both (on heap / with external
backing
86
// elements kind to get coverage for both (on heap/with external
backing
/frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java
59
// TODO: Will need to change if
backing
up non-primary user's wallpaper
65
// TODO: Will need to change if
backing
up non-primary user's wallpaper
/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. */
Completed in 667 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>