/external/webrtc/webrtc/modules/video_processing/util/ |
denoiser_filter_sse2.cc | 190 // Restore the sign and get positive and negative adjustments. 249 // Restore the sign and get positive and negative adjustments.
|
/frameworks/base/core/java/com/android/internal/app/ |
LocalePickerWithRegion.java | 240 // Restore previous search status 253 // Restore previous scroll position
|
/frameworks/base/docs/html/guide/topics/manifest/ |
application-element.jd | 89 and restore infrastructure. If this attribute is set to false, no backup 90 or restore of the application will ever be performed, even by a full-system 211 settings have been restored during a full-system restore operation. 212 Single-package restore operations will never cause the application to 213 be shut down. Full-system restore operations typically only occur once, 218 has finished processing its data during a full-system restore, it will be 324 <dd>Indicates that the application is prepared to attempt a restore of any 328 attempt restore even when a version mismatch suggests that the data are
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 123 // region if the previous restore() call did not restore the clip
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 79 public abstract void restore(); method in interface:GLCanvas 198 * After LightCycle makes GL calls, this method is called to restore the GL
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
Illustration.java | 192 canvas.restore(); 204 canvas.restore();
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnalogClock.java | 217 canvas.restore(); 231 canvas.restore();
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 81 public abstract void restore(); method in interface:GLCanvas 200 * After LightCycle makes GL calls, this method is called to restore the GL
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 187 destCanvas.restore(); 315 canvas.restore();
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 79 public abstract void restore(); method in interface:GLCanvas 198 * After LightCycle makes GL calls, this method is called to restore the GL
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PendingAppWidgetHostView.java | 109 // Re inflate is required any time the widget restore status changes 298 canvas.restore();
|
ShortcutInfo.java | 43 * set during backup/restore 61 * Indicates that the widget restore has started.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ViewMode.java | 231 * Restoring from a saved state restores only the mode. It does not restore the listeners of 239 // Restore the previous mode, and UNKNOWN if nothing exists.
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
BlockedNumberBackupAgent.java | 45 * A backup agent to enable backup and restore of blocked numbers. 204 Log.e(TAG, "Unexpected key found in restore: " + data.getKey());
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
timevar.def | 62 DEFTIMEVAR (TV_PCH_RESTORE , "PCH main state restore") 63 DEFTIMEVAR (TV_PCH_CPP_RESTORE , "PCH preprocessor state restore")
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith_386.s | 42 ADDL DX, DX // restore CF 68 ADDL DX, DX // restore CF
|
/prebuilts/go/darwin-x86/src/runtime/ |
asm_arm64.s | 130 // restore state from Gobuf; longjmp 590 // Restore g, stack pointer. R0 is errno, so don't touch it 646 // restore the g->sched.sp from the stack location 673 // save that information (m->curg->sched) so we can restore it. 674 // We can restore m->curg->sched.sp easily, because calling 694 // Restore g->sched (== m->curg->sched) from saved values. 701 // Switch back to m->g0's stack and restore m->g0->sched.sp. 703 // so we do not have to restore it.)
|
signal1_unix.go | 171 // If the signal didn't cause the program to exit, restore the 175 // restore the Go handler, but that is not so bad: we know
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_386.s | 42 ADDL DX, DX // restore CF 68 ADDL DX, DX // restore CF
|
/prebuilts/go/linux-x86/src/runtime/ |
asm_arm64.s | 130 // restore state from Gobuf; longjmp 590 // Restore g, stack pointer. R0 is errno, so don't touch it 646 // restore the g->sched.sp from the stack location 673 // save that information (m->curg->sched) so we can restore it. 674 // We can restore m->curg->sched.sp easily, because calling 694 // Restore g->sched (== m->curg->sched) from saved values. 701 // Switch back to m->g0's stack and restore m->g0->sched.sp. 703 // so we do not have to restore it.)
|
signal1_unix.go | 171 // If the signal didn't cause the program to exit, restore the 175 // restore the Go handler, but that is not so bad: we know
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AndroidPreferencePage.java | 47 * that is small and knows how to save, restore and apply itself. 68 * editor knows how to save and restore itself.
|
/system/connectivity/apmanager/ |
service.cc | 223 // Restore station mode interface. 298 // Restore station mode interface.
|
/system/netd/server/ |
NetdConstants.cpp | 37 const char * const IPTABLES_RESTORE_PATH = "/system/bin/iptables-restore"; 38 const char * const IP6TABLES_RESTORE_PATH = "/system/bin/ip6tables-restore";
|
/external/boringssl/linux-arm/crypto/bn/ |
armv4-mont.S | 83 ldr r4,[r0,#13*4] @ restore bp 85 ldr r8,[r0,#14*4] @ restore n0 126 ldr r4,[r0,#13*4] @ restore bp 128 ldr r8,[r0,#14*4] @ restore n0 130 ldr r7,[r0,#15*4] @ restore &bp[num] 167 ldmia sp!,{r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ restore registers
|