HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 151 - 175 of 2497) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/inspector/
InspectorAgent.cpp 193 m_pageAgent->restore();
195 m_domAgent->restore();
196 m_resourceAgent->restore();
197 m_timelineAgent->restore();
200 m_databaseAgent->restore();
204 m_debuggerAgent->restore();
205 m_profilerAgent->restore();
268 // Pre-disconnect state will be used to restore inspector agents.
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformContextCairo.h 35 // details as part of the context state and apply them during platform restore.
67 void restore();
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 62 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
78 void restore();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 79 canvas.restore();
85 canvas.restore();
Transform3dActivity.java 83 canvas.restore();
91 camera.restore();
  /frameworks/compile/libbcc/runtime/lib/ppc/
restFP.S 13 // Helper function used by compiler to restore ppc floating point registers at
17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 46 * We back up the signatures of each package so that during a system restore,
63 // version & signature info of each app in a restore set
113 // that had actually contributed a restore dataset, but it's a
250 // "Restore" here is a misnomer. What we're really doing is reading back the
251 // set of app signatures associated with each backed-up app in this restore
252 // image. We'll use those later to determine what we can legitimately restore.
276 // returning before setting the sig map means we rejected the restore set
277 Slog.w(TAG, "Restore set was from a later version of Android; not restoring");
284 Slog.i(TAG, "Restore set version " + storedSystemVersion
344 Slog.e(TAG, "Suspiciously large sig count in restore data; aborting")
    [all...]
  /bionic/libc/arch-arm/bionic/
memcmp16.S 89 /* restore registers and return */
159 /* restore registers and return */
171 /* restore registers and return */
183 9: /* restore registers and return */
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 185 movl -16(%ebp), %edi # restore %edi
186 movl -12(%ebp), %esi # restore %esi
187 movl -8(%ebp), %ebx # restore %ebx
188 movl -4(%ebp), %ebp # restore caller base pointer
  /dalvik/vm/mterp/x86/
OP_DIV_LONG.S 24 UNSPILL(rIBASE) # restore rIBASE/%edx
OP_DIV_LONG_2ADDR.S 25 UNSPILL(rIBASE) # restore rIBASE/%edx
OP_MUL_LONG.S 31 UNSPILL_TMP2(%esi) # Restore Dalvik PC
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 61 canvas.restore();
  /development/samples/BackupRestore/res/values/
strings.xml 27 <string name="restore_text">Restore last data</string>
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec_unittest.cc 30 // Creates a browser with one pinned tab and one normal tab, does restore and
pinned_tab_service.h 16 // pinned tabs to restore at startup. PinnedTabService listens for the
  /external/chromium/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 67 // Empty state, shouldn't restore:
85 // Should restore last stored position, but not size.
126 // Empty state, shouldn't restore:
144 // Should restore last stored size
  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.h 36 // want to restore focus. Thus we connect to the "destroy" signal on that
  /external/libvpx/nestegg/m4/
as-ac-expand.m4 40 dnl restore prefix and exec_prefix
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 102 /* Restore FPU if needed */
134 /* Restore registers space */
176 /* Restore FPU if needed */
252 /* Restore FPU if needed */
  /external/skia/gpu/include/
GrTextContext.h 69 GrMatrix fOrigViewMatrix; // restore previous viewmatrix
  /external/skia/samplecode/
SampleLayerMask.cpp 57 canvas->restore();
SampleStrokeRect.cpp 56 canvas->restore();
  /external/skia/src/core/
SkMMapStream.cpp 26 (void)lseek(fildes, 0, SEEK_SET); // restore file offset to beginning
  /external/skia/src/gpu/
SkGpuCanvas.cpp 37 // call this now, while our override of restore() is in effect

Completed in 1372 milliseconds

1 2 3 4 5 67 8 91011>>