/ndk/build/core/ |
setup-abi.mk | 59 # Restore TARGET_PLATFORM, see above.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
wcsnrtombs.inc | 66 * here so we can restore it if the multibyte
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_arm_idiv.c | 56 // Restore SIGILL handler.
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
InitAlarmsService.java | 29 * rescheduling them. This is expected to be called only on boot up, to restore
|
/packages/apps/Camera/src/com/android/camera/ui/ |
InLineSettingItem.java | 29 * A one-line camera setting could be one of three types: knob, switch or restore
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
InLineSettingItem.java | 29 * A one-line camera setting could be one of three types: knob, switch or restore
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
UndemoteOutgoingCallReceiver.java | 61 // restore it to an unpinned position. If it was a frequently called contact, it will
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ProgressSpinner.java | 78 canvas.restore();
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
InLineSettingItem.java | 29 * A one-line camera setting could be one of three types: knob, switch or restore
|
/packages/services/Telephony/src/com/android/phone/ |
GsmUmtsAdditionalCallOptions.java | 44 if (DBG) Log.d(LOG_TAG, "restore stored states");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigaction.h | 49 /* Restore handler. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigaction.h | 49 /* Restore handler. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigaction.h | 49 /* Restore handler. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 55 # restore layout
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_style.py | 55 # restore layout
|
/system/core/include/utils/ |
Errors.h | 78 // Restore define; enumeration is in "android" namespace, so the value defined
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 639 mov 16(%rsp),$out # restore out 640 mov 24(%rsp),%rsi # restore saved stack pointer 1240 mov 16(%rsp),$out # restore out 1241 mov 24(%rsp),%rsi # restore saved stack pointer 1574 mov (%rsp),%r8 # restore key schedule [all...] |
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 639 mov 16(%rsp),$out # restore out 640 mov 24(%rsp),%rsi # restore saved stack pointer 1240 mov 16(%rsp),$out # restore out 1241 mov 24(%rsp),%rsi # restore saved stack pointer 1574 mov (%rsp),%r8 # restore key schedule [all...] |
/external/chromium_org/ash/wm/ |
workspace_controller_unittest.cc | 188 // Restore the window. 219 // Restore w2, which should then go back to one workspace. 263 // Restore the window. Use SHOW_STATE_DEFAULT as that is what we'll end up 375 // Restore. 407 // Since the restore from minimize will restore to the pre-minimize 408 // state (tested elsewhere), we abandon the current size and restore 410 gfx::Rect restore = *GetRestoreBoundsInScreen(w1.get()); local 412 EXPECT_EQ("0,1 101x102", restore.ToString()); 414 w1->SetBounds(restore); [all...] |
/external/chromium_org/v8/src/x64/ |
builtins-x64.cc | 104 // Restore call kind information. 106 // Restore function. 130 // Restore call kind information. 132 // Restore receiver. 349 // Must restore rdi (constructor) before calling runtime. 403 // Restore context from the frame. 424 // Restore the arguments count and leave the construct frame. 601 // Restore call kind information. 603 // Restore receiver. 628 // Restore call kind information [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.pl | 397 #md5# mov 24(%rsp),$len # restore pointer to MD5_CTX 405 mov 32(%rsp),$len # restore original $len 553 mov %rbx,144($context) # restore context->Rbx 554 mov %rbp,160($context) # restore context->Rbp 555 mov %r12,216($context) # restore context->R12 556 mov %r13,224($context) # restore context->R12 557 mov %r14,232($context) # restore context->R14 558 mov %r15,240($context) # restore context->R15 563 mov %rax,152($context) # restore context->Rsp 564 mov %rsi,168($context) # restore context->Rs [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.pl | 397 #md5# mov 24(%rsp),$len # restore pointer to MD5_CTX 405 mov 32(%rsp),$len # restore original $len 553 mov %rbx,144($context) # restore context->Rbx 554 mov %rbp,160($context) # restore context->Rbp 555 mov %r12,216($context) # restore context->R12 556 mov %r13,224($context) # restore context->R12 557 mov %r14,232($context) # restore context->R14 558 mov %r15,240($context) # restore context->R15 563 mov %rax,152($context) # restore context->Rsp 564 mov %rsi,168($context) # restore context->Rs [all...] |
/dalvik/vm/compiler/template/mips/ |
footer.S | 39 # restore a0-a3 49 # restore a2 again
|
/dalvik/vm/mterp/x86/ |
OP_FILLED_NEW_ARRAY.S | 90 UNSPILL_TMP1(rIBASE) # restore "BA" 115 UNSPILL(rIBASE) # restore rIBASE
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PersistentState.java | 51 * App/Activity/Save & Restore State 57 * <td class="DescrColumn">The Save/Restore Screen implementation</td>
|