/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/machine/ |
setjmp.h | 50 * always saved and restored at the moment this cannot
|
/external/llvm/test/CodeGen/Mips/ |
eh-return32.ll | 35 ; check that $a0-$a3 are restored from stack. 75 ; check that $a0-$a3 are restored from stack.
|
eh-return64.ll | 36 ; check that $a0-$a3 are restored from stack. 78 ; check that $a0-$a3 are restored from stack.
|
/frameworks/base/core/java/android/app/backup/ |
IRestoreSession.aidl | 69 * applications mentioned in this list will have their data restored. 74 * Restore a single application from backup. The data will be restored from the
|
BackupAgent.java | 120 * During a full restore, indicates that the file system object being restored 126 * During a full restore, indicates that the file system object being restored 220 * The application is being restored from backup and should replace any 248 * When a full-backup dataset is being restored, this will be <code>null</code>. 414 * data is restored. 417 * {@link #getNoBackupFilesDir()} directory, and they will be restored to that 593 * @param size The number of bytes of file content to be restored to the given 594 * destination. If the file system object being restored is a directory, {@code size} 596 * @param destination The File on disk to be restored with the given data. 597 * @param type The kind of file system object being restored. This will be eithe [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
BaseActivity.java | 159 void onStackRestored(boolean restored, boolean external) {} 325 public boolean restored = false; field in class:BaseActivity.State 377 out.writeInt(restored ? 1 : 0); 399 state.restored = in.readInt() != 0; 492 // Update the restored stack to ensure we have freshest data 563 // Update the restored stack to ensure we have freshest data 581 getDisplayState().restored = true; 586 getDisplayState().restored = true;
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClockBackupAgent.java | 121 // If the preference indicates data was not recently restored, there is nothing to do. 129 // Now that alarms have been restored, schedule new instances in AlarmManager.
|
/packages/apps/Email/provider_src/com/android/email/ |
EmailConnectivityManager.java | 35 * particular, this class provides callbacks for connectivity lost, connectivity restored, and 93 * Called when network connectivity has been restored; this method should be overridden by
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/ |
usage.html | 95 The restored stack trace is printed to the standard output. The completeness 96 of the restored stack trace depends on the presence of line number tables in
|
/external/jemalloc/include/jemalloc/internal/ |
rb.h | 625 /* restored. */\ 666 /* Balance restored, but rotation modified subtree */\ 695 /* Balance restored, but rotation modified */\ 768 /* Balance restored, but rotation modified subtree */\ 798 /* Balance restored, but rotation modified */\ 818 /* Balance restored. */ \ 834 /* Balance restored, but rotation modified */\ [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 236 * indicating the integer ID of the host whose widgets have just been restored. 338 * been restored from backup. The intent contains information about how to translate AppWidget 339 * ids from the restored data to their new equivalents. 346 * <td>The set of appWidgetIds represented in a restored backup that have been successfully 354 * its restored widget configuration and translate each appWidgetId in the 369 * Sent to widget hosts after AppWidget state related to the host has been restored from 371 * restored data to their new equivalents. If an application maintains multiple separate 379 * <td>The set of appWidgetIds represented in a restored backup that have been successfully 387 * its restored widget configuration and translate each appWidgetId in the 393 * <td>The integer ID of the widget host instance whose state has just been restored.</td [all...] |
/frameworks/base/libs/hwui/ |
Snapshot.h | 98 * snapshot is restored so must the clip. 112 * restored when this snapshot is restored.
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationActivity.java | 132 // restored UI state ALWAYS matches the actual restored UI components. 141 // we need to reset the mInstanceStateSaved flag since we may have just been restored from
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerTest.java | 381 String assertPrefix = config + ", restored in between:" + saveRestoreInBetween 1016 RecyclerView restored = new RecyclerView(getActivity()); local 1211 RecyclerView restored = new RecyclerView(getActivity()); local [all...] |
/bionic/libc/arch-mips64/bionic/ |
__bionic_clone.S | 88 * For N64 etc, the child stack can be restored to the original value
|