HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 226 - 250 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 1025 void (*restore) (struct cl_target_option *); member in struct:gcc_target::target_option_hooks
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 102 * Restore the PC and FP from the glue struct
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 57 void SkPictureRecord::restore() { function in class:SkPictureRecord
73 addDraw(RESTORE);
75 return this->INHERITED::restore();
  /external/v8/test/mjsunit/
undeletable-functions.js 154 assertEquals(old.toString(), type[prop].toString(), "delete didn't restore the old value: " + prop);
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 54 m_records[i].restore();
73 void restore() function in class:WebCore::StorageIDJournal::Record
    [all...]
  /external/webkit/WebCore/platform/
ScrollView.cpp 799 context->restore();
811 context->restore();
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 447 drawingContext->restore();
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 257 // Restore our private State.
258 platformContext()->restore();
281 platformContext()->canvas()->restore();
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 669 canvas.restore();
    [all...]
  /external/libffi/src/mips/
o32.S 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
178 REG_L ra, RA_OFF($sp) # Restore return address
282 bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
298 REG_L $16, S0_OFF2($sp) # Restore s0
299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
300 REG_L ra, RA_OFF2($sp) # Restore return address
  /external/openssl/crypto/bn/asm/
sparcv8.S 931 restore %g0,%g0,%o0
1045 restore %g0,%g0,%o0
1355 restore %g0,%g0,%o0
1453 restore %g0,%g0,%o0
sparcv8plus.S 1015 restore %g0,%g0,%o0 !=
1131 restore %g0,%g0,%o0
1447 restore %g0,%g0,%o0
    [all...]
  /external/skia/src/utils/
SkCamera.cpp 395 void Sk3DView::restore() function in class:Sk3DView
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 77 this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."), "reset-profile-status-bar-item");
489 this.profileDataGridTree.restore();
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 191 restore();
254 void restore() function in class:WebCore::GraphicsContextPlatformPrivate
627 m_data->restore();
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 653 context->restore();
  /external/webkit/WebCore/rendering/
RenderImage.cpp 383 context->restore();
RenderThemeChromiumWin.cpp 652 i.context->restore();
RenderView.cpp 232 paintInfo.context->restore();
  /external/webkit/WebCore/svg/
SVGFont.cpp 551 context->restore();
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 468 context.restore();
  /frameworks/base/core/java/android/view/
WindowManager.java 1195 void restore() { method in class:WindowManager.LayoutParams
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 408 canvas.restore();
    [all...]
ProgressBar.java 853 canvas.restore();
SlidingDrawer.java 301 canvas.restore();
    [all...]

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 91011>>