Home
last modified time | relevance | path

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

123456

/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/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
271 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
271 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/golang-protobuf/protoc-gen-go/plugin/
DMakefile40 restore: target
/external/golang-protobuf/proto/testdata/
DMakefile46 restore: target
/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/tensorflow/tensorflow/contrib/data/python/ops/
Diterator_ops.py75 def restore(self, restored_tensors, unused_restored_shapes): member in _Saveable
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockCanvas.java25 public void restore() {} in restore() method in MockCanvas
/external/python/cpython3/Tools/scripts/
Dndiff.py119 def restore(which): function
/external/python/cpython2/Tools/scripts/
Dndiff.py119 def restore(which): function
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
Dmodel_ops.py66 def restore(self, restored_tensors, unused_restored_shapes): member in TreeEnsembleVariableSavable
/external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
Dstats_ops.py70 def restore(self, restored_tensors, unused_restored_shapes): member in FertileStatsVariableSavable
Dmodel_ops.py73 def restore(self, restored_tensors, unused_restored_shapes): member in TreeVariableSavable
/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/tensorflow/tensorflow/contrib/eager/python/
Dcheckpointable_utils.py283 def restore(self, restored_tensors, restored_shapes): member in _NoRestoreSaveable
359 def restore(save_path, root_checkpointable, session=None): function

123456