/external/llvm/test/CodeGen/AArch64/ |
pic-eh-stubs.ll | 35 br i1 %matches, label %catch, label %eh.resume 49 eh.resume: ; preds = %lpad 50 resume { i8*, i32 } %0
|
/external/llvm/test/CodeGen/ARM/ |
2014-05-14-DwarfEHCrash.ll | 22 br i1 %matches, label %catch, label %eh.resume 33 eh.resume: ; preds = %lpad 34 resume { i8*, i32 } %0
|
big-endian-eh-unwind.ll | 41 to label %eh.resume unwind label %terminate.lpad 43 eh.resume: ; preds = %lpad1 44 resume { i8*, i32 } %3
|
/external/llvm/test/CodeGen/Mips/ |
eh.ll | 36 br i1 %2, label %catch, label %eh.resume 47 eh.resume: ; preds = %lpad 48 resume { i8*, i32 } %exn.val
|
/external/llvm/test/CodeGen/X86/ |
win-mixed-ehpersonality.ll | 61 br i1 %matches, label %ret1, label %eh.resume 66 eh.resume: 67 resume { i8*, i32 } %ehvals
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowVideoView.java | 26 public static final int RESUME = 4; 81 public void resume() { method in class:ShadowVideoView 83 currentState = ShadowVideoView.RESUME;
|
/system/nfc/src/hal/int/ |
nfc_hal_nv_co.h | 52 #define NFC_HAL_NV_CO_RESUME 0x08 /* used in nfa_nv_ci_open, on resume */ 53 /* used in nfa_nv_ci_open, on resume (no file to resume) */
|
/system/nfc/src/nfa/include/ |
nfa_nv_co.h | 50 #define NFA_NV_CO_RESUME 0x08 /* used in nfa_nv_ci_open, on resume */ 51 /* used in nfa_nv_ci_open, on resume (no file to resume) */
|
/external/autotest/client/cros/ |
power_suspend.py | 17 """Class for suspend/resume measurements. 23 device_times[]: List of individual device suspend/resume time dicts. 26 suspend: Do a suspend/resume cycle. Return timing measurement dict. 43 _hwclock_ts: Read RTC timestamp left on resume in hwclock-on-resume 44 _device_resume_time: Read seconds overall device resume took from logs. 45 _individual_device_times: Reads individual device suspend/resume times. 79 # the last resume. 86 # Sanity check value to catch overlong resume times (from missed RTC wakes) 89 # File written by powerd_suspend containing the hwclock time at resume [all...] |
/art/test/1902-suspend/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1903-suspend-self/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1904-double-suspend/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1905-suspend-native/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1906-suspend-list-me-first/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1907-suspend-list-self-twice/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/art/test/1908-suspend-native-resume-self/src/art/ |
Suspension.java | 24 public native static void resume(Thread thr); method in class:Suspension
|
/development/ndk/platforms/android-9/include/linux/ |
android_power.h | 41 void (*resume)(android_early_suspend_t *h); member in struct:android_early_suspend
|
platform_device.h | 32 int (*resume)(struct platform_device *); member in struct:platform_driver
|
/development/samples/Snake/res/values/ |
strings.xml | 20 <string name="mode_pause">Paused\nPress Up To Resume</string>
|
/development/samples/Snake/res/values-nonav/ |
strings.xml | 20 <string name="mode_pause">Paused\nTouch Screen To Resume</string>
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/S3Resume/ |
S3Resume.c | 29 EFI_GUID_STRING(&gPeiS3ResumePpiGuid, "S3Resume", "S3 Resume PPI");
|
S3Resume.h | 18 S3 Resume PPI
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
CpuBreakpoint.c | 30 that code can resume normal execution after the breakpoint.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
CpuBreakpoint.c | 28 that code can resume normal execution after the breakpoint.
|
/external/autotest/client/site_tests/audio_Aplay/ |
control | 10 Check that the system plays...used in stress or after resume tests.
|