/external/libmojo/mojo/edk/system/ |
waiter_unittest.cc | 98 // Awake immediately after thread start. 102 thread.waiter()->Awake(MOJO_RESULT_OK, 1); 109 // Awake before after thread start. 112 thread.waiter()->Awake(MOJO_RESULT_CANCELLED, 2); 120 // Awake some time after thread start. 125 thread.waiter()->Awake(1, 3); 133 // Awake some longer time after thread start. 138 thread.waiter()->Awake(2, 4); 146 // Don't awake -- time out (on another thread). 159 // Awake immediately after thread start [all...] |
waiter.h | 34 // Waits until a suitable |Awake()| is called. (|context| may be null, in 37 // - The result given to the first call to |Awake()| (possibly before this 39 // to that call to |Awake()|. 43 // Usually, the context passed to |Awake()| will be the value passed to 47 // Typical |Awake()| results are: 62 bool Awake(MojoResult result, uintptr_t context) override;
|
awakable_list_unittest.cc | 67 // Awake immediately after thread start. 81 // Awake before after thread start. 97 // Awake some time after thread start. 117 // Awake (for unsatisfiability) immediately after thread start. 130 // Awake (for unsatisfiability) before after thread start. 143 // Awake (for unsatisfiability) some time after thread start. 187 // Awake one awakable, cancel other. 208 // Cancel one awakable, awake other for unsatisfiability. 228 // Cancel one awakable, awake other for unsatisfiability. 248 // Awake #1 [all...] |
awakable.h | 19 // |Awake()| must satisfy the following contract: 25 virtual bool Awake(MojoResult result, uintptr_t context) = 0;
|
awakable_list.cc | 30 keep = it->awakable->Awake(MOJO_RESULT_OK, it->context); 32 keep = it->awakable->Awake(MOJO_RESULT_FAILED_PRECONDITION, it->context); 48 it->awakable->Awake(MOJO_RESULT_CANCELLED, it->context);
|
waiter.cc | 36 // of |awake_result_| (except the first one in |Awake()|) in Release builds. 87 bool Waiter::Awake(MojoResult result, uintptr_t context) {
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
StayAwakePreparer.java | 26 * Modifies the 'Stay Awake' setting of the device, so that the device's screen stays on 29 @OptionClass(alias="stay-awake-preparer") 35 * Values that are appropriate for the "Stay Awake" setting while running compatibility tests: 36 * (the second bit must be 'on' to allow screen to stay awake while charging via USB) 37 * 2 - Stay awake while charging via USB 38 * 3 - Stay awake while changing via USB or AC 39 * 6 - Stay awake while charging via USB or Wireless 40 * 7 - Stay awake while charging via USB or AC or Wireless
|
/prebuilts/go/darwin-x86/src/sync/ |
cond_test.go | 19 awake := make(chan bool, n) 25 awake <- true 34 case <-awake: 41 <-awake // Will deadlock if no goroutine wakes up 43 case <-awake: 44 t.Fatal("too many goroutines awake") 57 awake := make(chan int, n) 63 awake <- i 67 a := <-awake 84 awake := make(chan int, n [all...] |
/prebuilts/go/linux-x86/src/sync/ |
cond_test.go | 19 awake := make(chan bool, n) 25 awake <- true 34 case <-awake: 41 <-awake // Will deadlock if no goroutine wakes up 43 case <-awake: 44 t.Fatal("too many goroutines awake") 57 awake := make(chan int, n) 63 awake <- i 67 a := <-awake 84 awake := make(chan int, n [all...] |
/external/wpa_supplicant_8/src/fst/ |
fst_defs.h | 54 /* Awake Window (optional) */ 65 /* Awake Window (optional) */
|
/external/ltp/testcases/kernel/syscalls/futex/ |
futex_wake02.c | 72 int res, i, j, awake; local 96 awake = threads_awake(); 97 if (awake == i) 103 if (awake == i) { 107 awake, i);
|
/frameworks/base/tests/BatteryWaster/res/values/ |
strings.xml | 21 <string name="wake_away">Keep my device awake!</string>
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
link_layer_stats.h | 81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
91 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
97 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time)
98 u32 on_time_nbd; // msecs the radio is awake due to NAN (32 bits number accruing over time)
99 u32 on_time_gscan; // msecs the radio is awake due to G?scan (32 bits number accruing over time)
100 u32 on_time_roam_scan; // msecs the radio is awake due to roam?scan (32 bits number accruing over time)
101 u32 on_time_pno_scan; // msecs the radio is awake due to PNO scan (32 bits number accruing over time)
102 u32 on_time_hs20; // msecs the radio is awake due to HS2.0 scans and GAS exchange (32 bits number accruing over time)
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityReceiver.java | 24 * A simply utility receiver used to ensure the device stays awake for the
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityReceiver.java | 24 * A simply utility receiver used to ensure the device stays awake for the
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/ |
UtilityReceiver.java | 24 * A simply utility receiver used to ensure the device stays awake for the
|
/external/autotest/client/site_tests/power_SuspendStress/ |
control.4hours | 21 # connection alive a few times. Increase the time "awake" to 0 to 8 seconds,
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
KeyguardSecurityCallback.java | 28 * Manually report user activity to keep the device awake.
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/ |
SimpleWakefulReceiver.java | 32 // Start the service, keeping the device awake while it is launching.
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values/ |
strings.xml | 27 while the CPU is awake. If the CPU is asleep and a batched sensor event listener is still 31 collected while the app is running and the CPU is awake. In this case the sensor will
|
/developers/samples/android/sensors/BatchStepSensor/Application/src/main/res/values/ |
strings.xml | 27 while the CPU is awake. If the CPU is asleep and a batched sensor event listener is still 31 collected while the app is running and the CPU is awake. In this case the sensor will
|
/development/samples/browseable/BatchStepSensor/res/values/ |
strings.xml | 27 while the CPU is awake. If the CPU is asleep and a batched sensor event listener is still 31 collected while the app is running and the CPU is awake. In this case the sensor will
|
/frameworks/base/core/java/com/android/internal/util/ |
WakeupMessage.java | 27 * An AlarmListener that sends the specified message to a Handler and keeps the system awake until 35 * the message, but does not guarantee that the system will be awake until the target object has
|
/external/autotest/server/site_tests/firmware_Cr50USB/ |
firmware_Cr50USB.py | 31 # awake
|
/external/autotest/server/site_tests/network_WiFi_Roam/ |
network_WiFi_Roam.py | 8 """Tests roaming to an AP that changes while the client is awake
|