Searched defs:restore (Results 1 - 25 of 75) sorted by relevance

123

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockCanvas.java25 public void restore() {} method in class:MockCanvas
/external/selinux/policycoreutils/scripts/
H A Dfixfiles4 # Script to restore labels on a SELinux box
213 # restore
216 restore () { function
283 restore Relabel
288 restore Relabel
305 restore Relabel
314 restore) restore Relabel;;
315 check) VERBOSE="-v"; restore Check -n;;
316 verify) restore Verif
[all...]
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
H A DSettingsDialog.java266 restore();
276 private void restore () { method in class:SettingsDialog
H A DExternalExtensionsDialog.java271 restore();
281 private void restore () { method in class:ExternalExtensionsDialog
/external/parameter-framework/upstream/parameter/
H A DAreaConfiguration.cpp58 bool CAreaConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, function in class:CAreaConfiguration
H A DDomainConfiguration.cpp336 bool CDomainConfiguration::restore(CParameterBlackboard *pMainBlackboard, bool bSync, function in class:CDomainConfiguration
341 return conf->restore(pMainBlackboard, bSync, errors) && accumulator;
/external/skia/src/animator/
H A DSkDisplayApply.h86 SkBool restore; member in class:SkApply
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h66 S_OTA_LOC restore; /* previous location */ member in struct:__anon17594
/external/autotest/client/bin/
H A Dkernel_unittest.py141 def restore(self, *args, **kwargs): member in class:TestKernel.setUp.DummyLoggingManager
/external/autotest/client/bin/net/
H A Dnet_tc.py36 root_qdisc.restore(lo_if)
107 def restore(self, netif): member in class:tcclass
108 # restore child classes
112 child.restore()
114 # restore leaf qdisc
116 self._leaf_qdisc.restore(netif)
209 def restore(self, netif): member in class:tcfilter
237 def restore(self, netif): member in class:u32filter
299 def restore(self, netif): member in class:qdisc
336 def restore(sel member in class:classful_qdisc
[all...]
H A Dnet_utils.py128 def restore(self): member in class:network_interface
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java258 private int getNext(CodeIterator iter, int of, int restore) throws BadBytecode { argument
262 iter.move(restore);
/external/skia/gm/
H A Dpoly2poly.cpp19 void restore();
52 void SkJSCanvas::restore() { fTarget->restore(); } function in class:SkJSCanvas
125 ctx.restore();
150 ctx.restore();
175 ctx.restore();
223 canvas->restore();
247 canvas->restore();
255 canvas->restore();
263 canvas->restore();
[all...]
/external/iproute2/doc/
H A Dip-cref.tex1743 \subsection{{\tt ip route restore} -- restore routing tables}
1757 dan@caffeine:~ # ip route restore < saved_routes
2268 \subsection{{\tt ip rule restore} -- restore rules tables}
2282 dan@caffeine:~ # ip rule restore < saved_rules
/external/autotest/client/common_lib/
H A Dlogging_manager.py466 # restore logging handlers
499 def restore(self): member in class:LoggingManager
657 # restore previous FD
/external/autotest/client/cros/
H A Dpower_utils.py167 restore: Restore backlight to initial level when instance created.
305 def restore(self): member in class:Backlight
477 reboot) will restore old prefs automatically."""
/external/chromium-trace/catapult/third_party/typ/typ/
H A Dhost.py247 out, err = (self.stdout.restore(), self.stderr.restore())
281 def restore(self): member in class:_TeedStream
/external/clang/lib/CodeGen/
H A DEHScopeStack.h61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } function in struct:clang::CodeGen::InvariantValue
200 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) { function in class:clang::CodeGen::EHScopeStack::final
203 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
207 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
/external/selinux/policycoreutils/setfiles/
H A Drestore.c1 #include "restore.h"
103 static int restore(FTSENT *ftsent, int recurse) function
289 int rc = restore(ftsent, recurse);
/external/skia/src/core/
H A DSkClipStack.cpp182 // Only clips within the same save/restore frame (as captured by
491 // the deepest save/restore stack we expect to see.
582 void SkClipStack::restore() { function in class:SkClipStack
/external/skia/src/utils/
H A DSkCamera.cpp306 void Sk3DView::restore() { function in class:Sk3DView
/external/v8/src/parsing/
H A Drewriter.cc225 { // Save .result value at the beginning of the finally block and restore it
236 Expression* restore = factory()->NewAssignment( local
242 factory()->NewExpressionStatement(restore, RelocInfo::kNoPosition),
/external/v8/test/mjsunit/es6/
H A Dunscopables.js13 function restore(object, oldProto) {
64 restore(object, oldObjectProto);
77 restore(object, oldObjectProto);
78 restore(proto, oldProtoProto);
/external/autotest/contrib/
H A Dcoverage.py435 self.restore()
484 # restore(). Restore coverage data from the coverage cache (if it exists).
486 def restore(self): member in class:coverage
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py130 # value will be None. If the restore is completed (ongoing_restore =
1900 def restore(self, days, headers=None): member in class:Key
1916 headers=headers, query_args='restore')

Completed in 4283 milliseconds

123