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
1190
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
cfstring.c
5
// <rdar://problem/10657500>: Check that the
backing
store of CFStrings are
/external/e2fsprogs/tests/f_h_badroot/
expect.1
0
Backing
up journal inode block information.
/external/guava/guava/src/com/google/common/cache/
RemovalListeners.java
40
* @param listener the
backing
listener
/external/guava/guava/src/com/google/common/collect/
ForwardingIterator.java
26
*
backing
iterator as desired per the <a
TransformedIterator.java
26
* An iterator that transforms a
backing
iterator; for internal use. This avoids
TransformedListIterator.java
25
* An iterator that transforms a
backing
list iterator; for internal use. This
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.
/external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListeningExecutorService.java
24
* modify the 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/
ImmutableAsList.java
23
* to the
backing
collection.
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
README.md
9
This map does not implement the `java.util.Map` interface to simplify the implementation. Writes to the map might cause blocking if many threads write to the map concurrently (this is implied by the maps
backing
by a `ConcurrentHashMap` and a `ReferenceQueue`), the performance of the map is however significantly better than using a synchronized wrapper around a concurrent hash map.
/external/skia/src/core/
SkGpuBlurUtils.h
33
* @param fit
backing
fit for the returned render target context
/external/skia/src/gpu/
GrSurfaceProxyPriv.h
18
// If the proxy is already instantiated, return its
backing
GrTexture; if not,
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m
41
backing
:NSBackingStoreBuffered
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java
24
import androidx.media.filterfw.BackingStore.
Backing
;
63
Backing
backing
= mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_BITMAP);
local
64
backing
.setData(bitmap);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
InjectedField.java
22
* A class that can be used by ModelAnalyzer without any
backing
model. This is used
/hardware/libhardware/modules/local_time/
Android.bp
18
// the oscillator
backing
the CLOCK_MONOTONIC implementation is phase locked to
/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
) {
/prebuilts/go/darwin-x86/src/runtime/
env_test.go
28
// attempt to reuse existing envs
backing
array.
/prebuilts/go/linux-x86/src/runtime/
env_test.go
28
// attempt to reuse existing envs
backing
array.
/external/skia/src/gpu/text/
GrAtlasGlyphCache.h
22
* The GrAtlasTextStrike manages a pool of CPU
backing
memory for GrGlyphs. This
backing
memory
144
// To ensure the GrDrawOpAtlas does not evict the Glyph Mask from its texture
backing
store,
170
// Some clients may wish to verify the integrity of the texture
backing
store of the
172
// changes every time something is removed from the texture
backing
store.
/external/v8/src/
collector.h
16
* A class that collects values into a
backing
store.
17
* Specialized versions of the class can allow access to the
backing
store
19
* There is no guarantee that the
backing
store is contiguous (and, as a
33
// Free
backing
store (in reverse allocation order).
174
* If the
backing
store grows while a sequence is active, the current
elements.h
38
// in the
backing
store to use for the check, which must be compatible with
40
// holder->elements() is used as the
backing
store. If a |filter| is
62
// underlying
backing
store accordingly. The method honors the semantics of
118
// Unlike GrowCapacityAndConvert do not attempt to convert the
backing
store
183
// in the underlying storage's
backing
store representation, and are between 0
/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
/libcore/ojluni/src/main/java/java/util/prefs/
Preferences.java
50
* persistently in an implementation-dependent
backing
store. Typical
53
* be concerned with details of the
backing
store.
105
* propagate to the persistent
backing
store with an implementation-dependent
107
* updates to the
backing
store. Normal termination of the Java Virtual
114
* returned if no value has been previously set <i>or if the
backing
store is
116
* with slightly degraded functionality, even if the
backing
store becomes
118
* prevent them from operating if the
backing
store is unavailable. Ordinary
127
* the same
backing
store, the data store will not be corrupted, but no
461
* with the key, or the
backing
store is inaccessible.
463
* <p>Some implementations may store default values in their
backing
[
all
...]
Completed in 1057 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>