HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 76 - 100 of 4874) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
fpnotneeded.ll 17 ; 32: restore {{.+}}
30 ; 32: restore {{.+}}
46 ; 32: restore {{.+}}
59 ; 32: restore {{.+}}
  /external/llvm/test/CodeGen/SystemZ/
call-01.ll 7 ; We must allocate 160 bytes for the callee and save and restore %r14.
call-02.ll 5 ; We must allocate 160 bytes for the callee and save and restore %r14.
  /external/opencv3/doc/py_tutorials/py_photo/
py_table_of_contents_photo.markdown 15 degraded photo with many black spots and strokes on it? Take it. Let's try to restore them with a
  /external/skia/gm/
scaledstrokes.cpp 54 canvas->restore();
60 canvas->restore();
66 canvas->restore();
72 canvas->restore();
cubicpaths.cpp 43 canvas->restore();
47 canvas->restore();
79 canvas->restore();
89 canvas->restore();
100 canvas->restore();
153 canvas->restore();
259 canvas->restore();
261 canvas->restore();
263 canvas->restore();
264 canvas->restore();
    [all...]
poly2poly.cpp 19 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/skia/src/core/
SkLayerInfo.h 14 // This class stores information about the saveLayer/restore pairs found
18 // Information about a given saveLayer/restore block in an SkPicture
49 // The paint to use on restore. Can be nullptr since it is optional.
53 // The index of the matching restore in the picture.
  /external/testng/bin/
junitconverter.bat 5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testng.JUnitConverter -restore -overwrite -annotation -srcdir src
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 24 * Descriptive information about a set of backed-up app data available for restore.
32 * Name of this restore set. May be user generated, may simply be the name
44 * Token that identifies this backup set unambiguously to the backup/restore
45 * transport. This is guaranteed to be valid for the duration of a restore
IBackupManager.aidl 70 * need a data-restore pass. This method is only invoked by the Package Manager.
76 * or restore operations will take place. Data-changed notifications will
86 * Enable/disable automatic restore of application data at install time. When
89 * backup dataset or from the restore set used in the last wholesale restore operation,
90 * that data will be supplied to the new package's restore agent before the package
95 * @param doAutoRestore When true, enables the automatic app-data restore facility. When
183 * Restore device content from the data stream passed through the given socket. The
191 * Confirm that the requested full backup/restore operation can proceed. The system will
199 * supplied for restore, it must match the password used when creating the ful
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
SaveLayerAnimation.cpp 42 canvas.restore();
43 canvas.restore();
53 canvas.restore();
54 canvas.restore();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
macros.h 21 restore pointer to the structure by a pointer to its field
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountBackupRestore.java 23 * Helper class to facilitate EmailProvider's account backup/restore facility.
25 * Account backup/restore was implemented entirely for the purpose of recovering from database
29 * decided to backup accounts when created/modified and then restore them if 1) there are no
33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 24 // Restore stack
asm_amd64x.s 25 // Restore stack
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 24 // Restore stack
asm_amd64x.s 25 // Restore stack
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
pr4587.s 22 restore %g0, %g0, %o0
  /external/autotest/client/bin/net/
net_tc.py 36 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(self, netif) member in class:classful_qdisc
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 21 // to restore. All info about the content displayed is managed by the fragment
24 // If there's no restore state, get the theme from the intent
  /external/autotest/client/cros/
p2p_utils.py 16 # A path used to store the existing p2p files during the test and restore them
24 p2p-server shall not be running during backup or restore.
39 """Restore the P2P shared files from a backup and *delete* the backup.
41 p2p-server shall not be running during backup or restore.
111 """Restore the original environment as before the call to setup().
113 This method makes a best-effort attempt to restore the environment and
128 # Restore p2p files.
132 logging.exception('Failed to restore the P2P backup.')
  /external/compiler-rt/lib/builtins/i386/
chkstk2.S 33 mov -4(%eax),%ecx // restore ecx
35 sub %esp,%eax // restore the original value in eax
  /external/compiler-rt/lib/builtins/x86_64/
chkstk2.S 35 mov -8(%rax),%rcx // restore rcx
37 sub %rsp,%rax // restore the original value in rax
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
10-mtu 23 # Save the MTU so we can restore it later
32 # No MTU in this state, so restore the prior MTU

Completed in 254 milliseconds

1 2 34 5 6 7 8 91011>>