HomeSort by relevance Sort by last modified time
    Searched defs:BackingStore (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 31 final class BackingStore {
74 public BackingStore(FrameType type, int[] dimensions, FrameManager frameManager) {
110 public BackingStore retain() {
112 Log.w("BackingStore", "High ref-count of " + mRefCount + " on " + this + "!");
121 public BackingStore release() {
163 public void importStore(BackingStore store) {
274 // TODO: This actually needs synchronization between the two BackingStore threads for the
  /external/v8/src/
elements.cc 89 typedef FixedArrayBase BackingStore;
96 typedef Store BackingStore; \
468 typedef typename ElementsTraitsParam::BackingStore BackingStore;
556 return BackingStore::get(Handle<BackingStore>::cast(backing_store), index);
716 BackingStore::cast(*backing_store)->set_the_hole(i);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 237 milliseconds