HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 1 - 25 of 1147) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 60 private Vector<Backing> mBackings = new Vector<Backing>();
67 /** The most up-to-date data backing */
68 private Backing mCurrentBacking = null;
70 /** The currently locked backing */
71 private Backing mLockedBacking = null;
88 public Backing lockBacking(int mode, int access) {
89 Backing backing = fetchBacking(mode, access); local
90 if (backing == null)
187 Backing backing = getBacking(mode, access); local
204 final Backing backing = mBackings.get(i); local
216 Backing backing = createBacking(mode, access); local
226 Backing backing = null; local
309 final Backing backing = mBackings.get(i); local
    [all...]
FrameManager.java 19 import androidx.media.filterfw.BackingStore.Backing;
57 private Set<Backing> mBackings = new HashSet<Backing>();
115 public abstract Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize);
117 public abstract boolean cacheBacking(Backing backing);
135 public Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize) {
140 public boolean cacheBacking(Backing backing) {
161 private PriorityQueue<Backing> mQueue
    [all...]
FrameValue.java 19 import androidx.media.filterfw.BackingStore.Backing;
30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); local
31 backing.setData(value);
  /external/e2fsprogs/tests/f_special_ea/
expect.1 0 Backing up journal inode block information.
  /system/core/metricsd/
persistent_integer.h 30 // If the backing file doesn't exist or has bad content, the value is 0.
39 // Sets the value. This writes through to the backing file.
42 // Gets the value. May sync from backing file first.
58 // Writes |value_| to the backing file, creating it if necessary.
61 // Reads the value from the backing file, stores it in |value_|, and returns
62 // true if the backing file is valid. Returns false otherwise, and creates
63 // a valid backing file as a side effect.
  /external/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 38 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated
47 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
48 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
49 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
50 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
51 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
  /external/v8/test/mjsunit/regress/
regress-117409.js 32 // Create literal with a fast double elements backing store
39 // Truncate array to 0 elements, at which point backing store will be replaced
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
45 // and the backing store. Debug mode will crash here in set_elements accessor.
48 // Corrupt the backing store!
  /device/google/marlin/sepolicy/
init.te 1 # symlink /sdcard to backing block
  /external/e2fsprogs/tests/f_bad_local_jnl/
expect.1 4 Backing up journal inode block information.
  /external/clang/test/Analysis/
NSWindow.m 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag;
39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag screen:(NSScreen *)screen;
51 backing:NSBackingStoreBuffered
61 backing:NSBackingStoreBuffered
73 backing:NSBackingStoreBuffered
objc-properties.m 66 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
67 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
68 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
69 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
70 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
NSPanel.m 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag;
75 NSPanel *panel = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:(BOOL)1];
83 NSPanel *panel = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:(BOOL)1]; // no-warning
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
DataBuffer.java 20 /** Returns the backing array, which has 0 to {@link #size()} items. */
  /external/skia/include/utils/
SkPictureUtils.h 21 * SkRecord holds a reference to (e.g. paths, or pixels backing bitmaps).
  /external/squashfs-tools/RELEASE-READMEs/
DONATIONS 4 the only widely used Linux file systems that has no company backing. Squashfs
  /prebuilts/gdb/darwin-x86/include/python2.7/
genobject.h 22 /* The code object backing the generator */
  /prebuilts/gdb/linux-x86/include/python2.7/
genobject.h 22 /* The code object backing the generator */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
genobject.h 22 /* The code object backing the generator */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
genobject.h 22 /* The code object backing the generator */
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 22 <h4>Backing up App Data to the Cloud</h4>
24 This class covers techniques for backing up data to the cloud so that users can restore
  /external/vixl/src/vixl/
code-buffer.h 96 // Backing store of the buffer.
98 // If true the backing store is allocated and deallocated by the buffer. The
99 // backing store can then grow on demand. If false the backing store is
106 // Capacity in bytes of the backing store.
  /external/libjpeg-turbo/
jmemsys.h 66 * jpeg_get_large. If more space than this is needed, backing store will be
78 * (that'll just lead to more backing-store access than is really necessary).
93 * backing-store object. The read/write/close method pointers are called
94 * by jmemmgr.c to manipulate the backing-store object; all other fields
95 * are private to the system-dependent backing store routines.
122 /* Methods for reading/writing/closing this backing-store object */
131 /* Private fields for system-dependent backing-store management */
134 handle_union handle; /* reference to backing-store storage object */
152 * Initial opening of a backing-store object. This must fill in the
173 * all opened backing-store objects have been closed
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jmemsys.h 83 * jpeg_get_large. If more space than this is needed, backing store will be
95 * (that'll just lead to more backing-store access than is really necessary).
111 * backing-store object. The read/write/close method pointers are called
112 * by jmemmgr.c to manipulate the backing-store object; all other fields
113 * are private to the system-dependent backing store routines.
140 /* Methods for reading/writing/closing this backing-store object */
152 /* Private fields for system-dependent backing-store management */
155 handle_union handle; /* reference to backing-store storage object */
173 * Initial opening of a backing-store object. This must fill in the
194 * all opened backing-store objects have been closed
    [all...]
  /external/pdfium/third_party/libjpeg/
jmemsys.h 80 * jpeg_get_large. If more space than this is needed, backing store will be
92 * (that'll just lead to more backing-store access than is really necessary).
108 * backing-store object. The read/write/close method pointers are called
109 * by jmemmgr.c to manipulate the backing-store object; all other fields
110 * are private to the system-dependent backing store routines.
118 /* Methods for reading/writing/closing this backing-store object */
130 /* Private fields for system-dependent backing-store management */
138 * Initial opening of a backing-store object. This must fill in the
159 * all opened backing-store objects have been closed.
  /external/v8/src/heap/
array-buffer-tracker.h 29 // allocated memory used as backing store in live array buffers.
36 // Frees all backing store pointers for dead JSArrayBuffers in new space.
40 // Frees all backing store pointers for dead JSArrayBuffer on a given page.

Completed in 1035 milliseconds

1 2 3 4 5 6 7 8 91011>>