Home
last modified time | relevance | path

Searched defs:restore (Results 1 – 25 of 136) sorted by relevance

123456

/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp77 auto restore = fContext->makeCurrentAndAutoRestore(); in GLTestAtlasTextRenderer() local
278 auto restore = fContext->makeCurrentAndAutoRestore(); in createTexture() local
300 auto restore = fContext->makeCurrentAndAutoRestore(); in deleteTexture() local
312 auto restore = fContext->makeCurrentAndAutoRestore(); in setTextureData() local
336 auto restore = fContext->makeCurrentAndAutoRestore(); in drawSDFGlyphs() local
388 auto restore = fContext->makeCurrentAndAutoRestore(); in makeTargetHandle() local
425 auto restore = fContext->makeCurrentAndAutoRestore(); in targetDeleted() local
434 auto restore = fContext->makeCurrentAndAutoRestore(); in readTargetHandle() local
452 auto restore = fContext->makeCurrentAndAutoRestore(); in clearTarget() local
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp77 auto restore = fContext->makeCurrentAndAutoRestore(); in GLTestAtlasTextRenderer() local
278 auto restore = fContext->makeCurrentAndAutoRestore(); in createTexture() local
300 auto restore = fContext->makeCurrentAndAutoRestore(); in deleteTexture() local
312 auto restore = fContext->makeCurrentAndAutoRestore(); in setTextureData() local
336 auto restore = fContext->makeCurrentAndAutoRestore(); in drawSDFGlyphs() local
388 auto restore = fContext->makeCurrentAndAutoRestore(); in makeTargetHandle() local
425 auto restore = fContext->makeCurrentAndAutoRestore(); in targetDeleted() local
434 auto restore = fContext->makeCurrentAndAutoRestore(); in readTargetHandle() local
452 auto restore = fContext->makeCurrentAndAutoRestore(); in clearTarget() local
/external/skia/tools/gpu/
DGrContextFactory.cpp60 SkScopeExit restore(nullptr); in destroyContexts() local
83 auto restore = context.fTestContext->makeCurrentAndAutoRestore(); in abandonContexts() local
101 SkScopeExit restore(nullptr); in releaseResourcesAndAbandonContexts() local
265 auto restore = testCtx->makeCurrentAndAutoRestore(); in getContextInfoInternal() local
/external/skqp/tools/gpu/
DGrContextFactory.cpp60 SkScopeExit restore(nullptr); in destroyContexts() local
83 auto restore = context.fTestContext->makeCurrentAndAutoRestore(); in abandonContexts() local
101 SkScopeExit restore(nullptr); in releaseResourcesAndAbandonContexts() local
265 auto restore = testCtx->makeCurrentAndAutoRestore(); in getContextInfoInternal() local
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DJcopBackupImpl.java57 public boolean restore(byte[] in, short offset) { in restore() method in JcopBackupImpl
58 LSPullModeRestore restore = getLSPullModeRestore(); in restore() local
DBackupInterface.java27 boolean restore(byte[] inBytes, short inBytesOffset, short inBytesLength); in restore() method
DDefaultOsBackupImpl.java54 public boolean restore(byte[] inBytes, short inBytesOffset) { in restore() method in DefaultOsBackupImpl
DOsBackupInterface.java51 boolean restore(byte[] inBytes, short inBytesOffset); in restore() method
DVersionStorage.java92 public boolean restore(byte[] inBytes, short inBytesOffset, short inBytesLength) { in restore() method in VersionStorage
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py65 def restore(self, restored_tensors, restored_shapes): member in ReferenceVariableSaveable
107 def restore(self, restored_tensors, restored_shapes): member in ResourceVariableSaveable
Dfunctional_saver.py99 def restore(self, file_prefix): member in Saver
Dsaveable_object.py88 def restore(self, restored_tensors, restored_shapes): member in SaveableObject
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DBackupHelperSimulator.java27 public abstract void restore(Context context, Object data); in restore() method in BackupHelperSimulator
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockCanvas.java25 public void restore() {} in restore() method in MockCanvas
/external/python/cpython2/Tools/scripts/
Dndiff.py119 def restore(which): function
/external/python/cpython3/Tools/scripts/
Dndiff.py119 def restore(which): function
/external/autotest/client/bin/net/
Dnet_tc.py107 def restore(self, netif): member in tcclass
209 def restore(self, netif): member in tcfilter
237 def restore(self, netif): member in u32filter
299 def restore(self, netif): member in qdisc
336 def restore(self, netif): member in classful_qdisc
/external/selinux/policycoreutils/scripts/
Dfixfiles212 restore () { function
/external/pdfium/fxjs/xfa/
Dcjx_delta.cpp23 CJS_Return CJX_Delta::restore(CJS_V8* runtime, in restore() function in CJX_Delta
/external/v8/src/inspector/
Dv8-console-agent-impl.cc48 void V8ConsoleAgentImpl::restore() { in restore() function in v8_inspector::V8ConsoleAgentImpl
/external/clang/lib/CodeGen/
DEHScopeStack.h61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } in restore() function
/external/autotest/client/site_tests/platform_PrinterPpds/
Dconfigurator.py180 def restore(self): member in Configurator
/external/tensorflow/tensorflow/contrib/eager/python/
Dsaver.py163 def restore(self, file_prefix): member in Saver
/external/tensorflow/tensorflow/python/training/tracking/
Dbase.py103 def restore(self, restored_tensors, restored_shapes): member in NoRestoreSaveable
185 def restore(self, restored_tensors, restored_shapes): member in PythonStringStateSaveable
203 def restore(self, trackable): member in CheckpointPosition
/external/tensorflow/tensorflow/python/ops/
Dtensor_forest_ops.py54 def restore(self, restored_tensors, unused_restored_shapes): member in TreeVariableSaveable

123456