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

1 2 3 4 5 67 8 91011>>

  /external/iptables/
ip6tables-restore.c 1 /* Code to restore the iptables state, from file by ip6tables-save.
4 * based on iptables-restore
10 * $Id: ip6tables-restore.c 6706 2006-12-09 13:06:04Z /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org $
115 program_name = "ip6tables-restore";
142 print_usage("ip6tables-restore",
  /external/webkit/WebCore/loader/
HistoryController.cpp 73 We try to restore the scroll position at both the first layout and upon load completion.
75 1) If first layout happens before the load completes, we want to restore the scroll position then so that the
78 which case the restore silent fails and we will fix it in when we try to restore on doc completion.
79 2) If the layout happens after the load completes, the attempt to restore at load completion time silently
80 fails. We then successfully restore it when the layout happens.
93 // so there *is* no scroll or view state to restore!
372 // Clear out form data so we don't try to restore it into the incoming page. Must happen after
533 // a match (by URL), we just restore scroll position and recurse. Otherwise we must
567 // Restore form state (works from currentItem
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 49 * Performs backup and restore of the System and Secure settings.
89 // the key to store the WIFI data under, should be sorted as last, so restore happens last.
257 //Log.i(TAG, "Restore " + settingName + " = " + settingValue);
259 // Only restore settings in our list of known-acceptable data
274 // Returns 'true' if the given setting is one that we refuse to restore
289 if (DEBUG) Log.v(TAG, "Ignoring restore datum: " + candidate);
397 Log.w(TAG, "Couldn't restore " + filename);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 246 method = "restore",
250 // abnormal case: save not called before restore
252 mCanvas.restore();
253 fail("should throw out IllegalStateException because cannot restore Canvas"
260 mCanvas.restore();
271 method = "restore",
293 mCanvas.restore();
311 method = "restore",
334 mCanvas.restore();
362 mCanvas.restore();
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 271 LDD -80(%sp),%r9 ; restore r9
272 LDD -88(%sp),%r8 ; restore r8
273 LDD -96(%sp),%r7 ; restore r7
274 LDD -104(%sp),%r6 ; restore r6
275 LDD -112(%sp),%r5 ; restore r5
276 LDD -120(%sp),%r4 ; restore r4
278 LDD,MB -128(%sp),%r3 ; restore r3
431 LDD -96(%sp),%r7 ; restore r7
432 LDD -104(%sp),%r6 ; restore r6
433 LDD -112(%sp),%r5 ; restore r5
    [all...]
pa-risc2.s 281 LDD -80(%sp),%r9 ; restore r9
282 LDD -88(%sp),%r8 ; restore r8
283 LDD -96(%sp),%r7 ; restore r7
284 LDD -104(%sp),%r6 ; restore r6
285 LDD -112(%sp),%r5 ; restore r5
286 LDD -120(%sp),%r4 ; restore r4
288 LDD,MB -128(%sp),%r3 ; restore r3
442 LDD -96(%sp),%r7 ; restore r7
443 LDD -104(%sp),%r6 ; restore r6
444 LDD -112(%sp),%r5 ; restore r5
    [all...]
  /external/qemu/
cpu-exec.c 61 longjmp restore them */
81 /* XXX: restore cpu registers saved in host registers */
116 /* Restore PC. This may happen if async event occurs before
563 /* restore flags in standard format */
648 /* Restore PC. */
689 /* restore flags in standard format */
692 /* XXX: Save/restore host fpu exception state?. */
710 /* restore global registers */
819 /* we restore the process signal mask as the sigreturn should
863 /* we restore the process signal mask as the sigreturn shoul
    [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/bison/djgpp/
subpipe.c 244 error(EXIT_FAILURE, 0, "restore of bison's stdout failed");
266 /* Free resources, unlink temporary files and restore stdin and stdout. */
283 error(EXIT_FAILURE, 0, "restore of bison's stdin failed");
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 144 p->restore();
147 p->restore();
161 p->restore();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerGradient.cpp 207 context->restore();
257 // Restore on-screen drawing context
271 context->restore();
  /bionic/libc/arch-x86/string/
strcat.S 72 popl %edi /* restore edi */
  /bionic/libm/i387/
s_ceil.S 55 fldcw -4(%ebp) /* restore original control word */
s_floor.S 55 fldcw -4(%ebp) /* restore original control word */
  /bootable/bootloader/legacy/usbloader/
init.S 88 /* restore registers for main() */
  /cts/tests/tests/media/src/android/media/cts/
RingtoneTest.java 59 // restore original settings
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 56 // restore initial values
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 48 mov r0, r10 @ restore in reverse order
  /dalvik/vm/mterp/armv5te/
OP_NEW_ARRAY.S 41 mov r1, r9 @ r1<- length (restore)
OP_NEW_INSTANCE.S 49 mov r0, r9 @ restore r0
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 61 UNSPILL_TMP(%eax) # restore method->clazz
cvtfp_int.S 30 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalSampleInstrumentation.java 54 // First start the activity we are instrumenting -- the save/restore
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 60 canvas.restore();
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 41 * <p>Participating in the backup/restore mechanism is simple. The application
50 * When a backup or restore operation is performed, the application's agent class
63 * future reference, sending data to the backup transport, and reading it from a restore
96 * object. This ensures that in the unlikely event of the our backup/restore

Completed in 1040 milliseconds

1 2 3 4 5 67 8 91011>>