HomeSort by relevance Sort by last modified time
    Searched full:resume (Results 226 - 250 of 3201) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h 25 int (*resume)(struct sys_device *); member in struct:sysdev_class
43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcorolib.c 23 lua_pushliteral(L, "too many arguments to resume");
27 lua_pushliteral(L, "cannot resume dead coroutine");
36 lua_pushliteral(L, "too many results to resume");
62 return r + 1; /* return true + `resume' returns */
141 {"resume", luaB_coresume},
  /external/llvm/test/CodeGen/ARM/
2011-05-04-MultipleLandingPadSuccs.ll 41 to label %eh.resume unwind label %terminate.lpad
47 to label %eh.resume unwind label %terminate.lpad
63 to label %eh.resume unwind label %terminate.lpad
65 eh.resume:
67 resume { i8*, i32 } %exn.slot.0
  /external/skia/third_party/lua/src/
lcorolib.c 23 lua_pushliteral(L, "too many arguments to resume");
27 lua_pushliteral(L, "cannot resume dead coroutine");
36 lua_pushliteral(L, "too many results to resume");
62 return r + 1; /* return true + `resume' returns */
141 {"resume", luaB_coresume},
  /external/syslinux/com32/lua/src/
lcorolib.c 23 lua_pushliteral(L, "too many arguments to resume");
27 lua_pushliteral(L, "cannot resume dead coroutine");
36 lua_pushliteral(L, "too many results to resume");
62 return r + 1; /* return true + `resume' returns */
141 {"resume", luaB_coresume},
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
SetupFingerprintEnrollIntroductionTest.java 103 mController.create().resume();
119 mController.create().resume();
135 mController.create().resume();
150 mController.create().resume();
162 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get();
177 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get();
188 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get();
197 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get();
207 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get();
217 mController.create().postCreate(null).resume();
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DeoptimizationWithExceptionHandlingTest.java 40 * to cause a full deoptimization of the stack and resume it.
58 * we resume the debuggee.
59 * Then we wait for the EXCEPTION event to be posted and resume the
83 // Resume the debuggee from the breakpoint.
84 debuggeeWrapper.vmMirror.resume();
90 // Resume the debuggee from the exception.
91 debuggeeWrapper.vmMirror.resume();
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
network_WiFi_ReconnectInDarkResume.py 32 during dark resume. In each iteration, we bring the AP down once, and
80 # dark resume, then suspend again. Wait a little more
81 # after that so we don't trigger the next dark resume
99 # wake up in dark resume, connect, then suspend again.
107 # Only expect a single wake on SSID dark resume in this case
111 # Expect at least one disconnect dark resume and one SSID dark
112 # resume per iteration.
  /external/autotest/server/site_tests/platform_SuspendResumeTiming/
platform_SuspendResumeTiming.py 26 """Checks suspend and resume happen in reasonable timelines."""
37 """ Reads powerd log and takes suspend and resume logs timestamps.
70 """ Reads powerd log and takes suspend and resume timestamps.
72 @returns times took to suspend and resume as a tuple.
104 """ Running the suspend-resume timing test.
109 @raises TestFail: if time to suspend to resume exceeds the bar
143 errors.append('Resume time is too long: %d' % time_to_resume)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionUncaughtTest.java 73 // resume debuggee
74 printTestLog("resume debuggee...");
75 debuggeeWrapper.vmMirror.resume();
128 // resume debuggee
129 printTestLog("resume debuggee...");
130 debuggeeWrapper.vmMirror.resume();
163 // resume debuggee
164 printTestLog("resume debuggee...");
165 debuggeeWrapper.vmMirror.resume();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPInvokeMethodWithSuspensionTestCase.java 50 * Next, we wait for the new thread to hit breakpoint #2. We resume all threads in the debuggee
52 * Finally, we resume the thread that completed the invoke.
87 // we send a VirtualMachine.Resume command.
88 final int invoke_options = 0; // resume/suspend all threads before/after the invoke.
122 // Send a VirtualMachine.Resume to resume all threads. This will unblock the event thread
124 logWriter.println("Resume all threads");
140 // The invoke is complete but the thread is still suspended: let's resume it now.
144 logWriter.println("Resume event thread #1");
  /external/autotest/server/site_tests/factory_Basic/
test_list.suspend_basic 12 # The number of suspend/resume tests you want during run-in.
15 # The duration of stress test + repeated suspend/resume during run-in.
29 _ENGLISH_TEST_LABEL = 'Suspend/Resume (%s %s)' % (
  /external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
network_WiFi_ConnectOnResume.py 13 Tests our behavior after a resume when not connected before the suspend.
23 8) Watches to make sure the DUT connects to this BSS on resume.
50 # When we resume, we should see the device automatically connect,
  /external/llvm/test/CodeGen/AArch64/
arm64-big-endian-eh.ll 41 to label %eh.resume unwind label %terminate.lpad
43 eh.resume: ; preds = %lpad1
44 resume { i8*, i32 } %3

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>