OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backing
(Results
51 - 75
of
858
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java
51
abstract protected void onDraw(Canvas canvas, Bitmap
backing
);
MultiLineTexture.java
49
protected void onDraw(Canvas canvas, Bitmap
backing
) {
/external/v8/src/x64/
codegen-x64.cc
105
// Argument
backing
space is allocated on the stack above
109
// Load y and x (use argument
backing
store as temporary storage).
238
// to the
backing
store.
245
// Check
backing
store for COW-ness. For COW arrays we have to
246
// allocate a new
backing
store.
251
// For x32 port we have to allocate a new
backing
store as SMI size is
257
// Check if the
backing
store is in new-space. If not, we need to allocate
259
// If in new space, we can reuse the old
backing
store because it is
268
// Set
backing
store's map
293
// Allocate new
backing
store
[
all
...]
/external/libunwind/src/ia64/
Grbs.c
28
register
backing
store, because the RSE is an asynchronous engine and
32
backing
memory may be found in any of the "more inner" (younger)
34
nature of the register
backing
store. The routines are completely
36
backing
store is expected to reserve 4 words for use by libunwind. For
90
/* Calculate address "lo" at which the
backing
store starts: */
189
target-frame. However, since the target-frame's
backing
store
/external/guava/guava/src/com/google/common/collect/
ForwardingObject.java
30
* methods through to the
backing
object, but relies on {@code Object}'s
59
* Returns the
backing
delegate instance that methods are forwarded to.
ForwardingConcurrentMap.java
26
* the
backing
map as desired per the <a
ForwardingListIterator.java
26
* behavior of the
backing
iterator as desired per the <a
ForwardingListMultimap.java
28
* the
backing
multimap as desired per the <a
ForwardingSetMultimap.java
29
* the
backing
multimap as desired per the <a
ForwardingSortedSetMultimap.java
29
* behavior of the
backing
multimap as desired per the <a
ImmutableAsList.java
28
* to the
backing
collection.
/external/kernel-headers/original/uapi/asm-mips/asm/
mman.h
80
#define MADV_HUGEPAGE 14 /* Worth
backing
with hugepages */
81
#define MADV_NOHUGEPAGE 15 /* Not worth
backing
with hugepages */
/external/skia/src/gpu/
GrBatchAtlas.h
40
// the containing GrPlot and absolute location in the
backing
texture.
42
// If provided, the image data will be written to the CPU-side
backing
bitmap.
/external/v8/include/
v8-util.h
31
* as a
backing
map.
76
* a std:map
backing
map from StdMapTraits and holds non-weak persistent
113
* The map relies on a
backing
map, whose type and accessors are described
114
* by the Traits class. The
backing
map will handle values of type
354
* A map that uses UniquePersistent as value and std::map as the
backing
399
* This class relies on a
backing
vector implementation, whose type and methods
400
* are described by the Traits class. The
backing
map will handle values of type
463
* (Efficiency gains depend on the
backing
implementation.)
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
27
* <p>The default SharedPreferences instance is used as the
backing
storage. Values are cached
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java
52
* Designate a view as the empty view. When the
backing
adapter has no
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java
27
* <p>The default SharedPreferences instance is used as the
backing
storage. Values are cached
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java
52
* Designate a view as the empty view. When the
backing
adapter has no
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
AccountStorage.java
27
* <p>The default SharedPreferences instance is used as the
backing
storage. Values are cached
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionsRecyclerView.java
52
* Designate a view as the empty view. When the
backing
adapter has no
/external/droiddriver/src/io/appium/droiddriver/scroll/
ForwardingScrollStepStrategy.java
35
* Returns the
backing
delegate instance that methods are forwarded to.
/external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListenableFuture.java
26
* of the
backing
future as desired per the <a
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetFeature.java
39
*
backing
multiset.
/external/libunwind/include/tdep-ia64/
libunwind_i.h
142
unw_word_t bsp; /*
backing
store pointer value */
168
track of the register-
backing
-store areas across on which the
172
limit on the # of
backing
-store areas we have to track.
284
an arbitrary
backing
-store. We default to half the
/external/v8/test/mjsunit/
sparse-array.js
29
// convert a slow-case elements
backing
storage to fast case, the
Completed in 242 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>