HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 1 - 25 of 1190) 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.
  /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}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug500.go 9 // backing array for the slice was allocated in the .data section,
10 // which is fine, but the backing array was not registered as a GC
  /prebuilts/go/linux-x86/test/fixedbugs/
bug500.go 9 // backing array for the slice was allocated in the .data section,
10 // which is fine, but the backing array was not registered as a GC
  /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
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
InternalSwitchStack.c 26 the new backing store pointer.
54 // Get new backing store pointer from variable list
59 // New backing store pointer should be aligned with CPU_STACK_ALIGNMENT
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
genobject.h 22 /* The code object backing the generator */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
genobject.h 22 /* The code object backing the generator */
  /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 */
  /external/ltp/testcases/kernel/syscalls/epoll2/man/
epoll_create.txt 15 event backing store dimensioned for size descriptors. The size is not
16 the maximum size of the backing store but just a hint to the kernel
  /external/libjpeg-turbo/
jmemsys.h 67 * jpeg_get_large. If more space than this is needed, backing store will be
79 * (that'll just lead to more backing-store access than is really necessary).
94 * backing-store object. The read/write/close method pointers are called
95 * by jmemmgr.c to manipulate the backing-store object; all other fields
96 * are private to the system-dependent backing store routines.
123 /* Methods for reading/writing/closing this backing-store object */
132 /* Private fields for system-dependent backing-store management */
135 handle_union handle; /* reference to backing-store storage object */
153 * Initial opening of a backing-store object. This must fill in the
174 * 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.
  /external/v8/src/parsing/
duplicate-finder.h 33 // Backs up the key and its length in the backing store.
39 // Compare two encoded keys (both pointing into the backing store)
54 // Backing store used to store strings used as hashmap keys.

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8 91011>>