HomeSort by relevance Sort by last modified time
    Searched defs:restore (Results 126 - 150 of 321) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 163 canvas.restore();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 87 mCanvas.restore();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 263 canvas.restore();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 15 Function restore(delta, which):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
2022 def restore(delta, which): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 187 def restore(): function in function:TestDiscovery.test_discover_with_modules_that_fail_to_import
191 self.addCleanup(restore)
test_program.py 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler
238 self.addCleanup(restore)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 15 Function restore(delta, which):
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
2022 def restore(delta, which): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 187 def restore(): function in function:TestDiscovery.test_discover_with_modules_that_fail_to_import
191 self.addCleanup(restore)
test_program.py 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler
238 self.addCleanup(restore)
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 134 canvas.restore();
BouncingBalls.java 180 canvas.restore();
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 196 c.restore();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 150 canvas.restore();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutManager.java 142 //canvas.restoreToCount(canvasState); // restore clipping etc.
143 canvas.restore();
156 canvas.restore();
  /external/clang/lib/CodeGen/
EHScopeStack.h 61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } function in struct:clang::CodeGen::InvariantValue
192 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) { function in class:clang::CodeGen::EHScopeStack::ConditionalCleanup
195 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
199 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 273 /// restore - This can be used to restore the state early, before the dtor
275 void restore() { function in class:clang::ColonProtectionRAIIObject
280 restore();
  /external/selinux/policycoreutils/setfiles/
restore.c 1 #include "restore.h"
103 static int restore(FTSENT *ftsent, int recurse) function
289 int rc = restore(ftsent, recurse);
  /external/skia/src/core/
SkClipStack.cpp 179 // Only clips within the same save/restore frame (as captured by
488 // the deepest save/restore stack we expect to see.
579 void SkClipStack::restore() { function in class:SkClipStack
  /external/skia/src/utils/
SkCamera.cpp 306 void Sk3DView::restore() { function in class:Sk3DView
  /external/v8/test/mjsunit/es6/
unscopables.js 13 function restore(object, oldProto) {
64 restore(object, oldObjectProto);
77 restore(object, oldObjectProto);
78 restore(proto, oldProtoProto);
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 137 canvas.restore();
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 557 canvas.restore();
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 213 canvas.restore();
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 217 canvas.restore();
231 canvas.restore();
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 157 canvas.restore();

Completed in 2001 milliseconds

1 2 3 4 56 7 8 91011>>