/external/webrtc/webrtc/system_wrappers/source/ |
D | rw_lock_generic.cc | 50 write_condition_->Wake(); in ReleaseLockExclusive() 73 write_condition_->Wake(); in ReleaseLockShared()
|
D | condition_variable_unittest.cc | 91 cond_var_->Wake(); in WaitUntilBatonOffered() 98 cond_var_->Wake(); in SignalBatonAvailable()
|
D | condition_variable_posix.h | 29 void Wake() override;
|
D | condition_variable_event_win.h | 27 void Wake();
|
D | condition_variable_native_win.h | 41 void Wake();
|
D | logging_unittest.cc | 34 cv_->Wake(); in Print()
|
D | condition_variable_native_win.cc | 96 void ConditionVariableNativeWin::Wake() { in Wake() function in webrtc::ConditionVariableNativeWin
|
D | condition_variable_posix.cc | 124 void ConditionVariablePosix::Wake() { in Wake() function in webrtc::ConditionVariablePosix
|
D | condition_variable_event_win.cc | 168 void ConditionVariableEventWin::Wake() { in Wake() function in webrtc::ConditionVariableEventWin
|
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
D | control | 21 - Wake system from G3 (shutdown for more than 10 sec) 22 - Wake system from S5 (shutdown for less than 10 sec)
|
/external/webrtc/webrtc/base/ |
D | task.cc | 166 void Task::Wake() { in Wake() function in rtc::Task 179 Wake(); in Error()
|
D | task.h | 120 void Wake();
|
D | taskrunner.cc | 133 next_timeout_task_->Wake(); in PollTasks()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_posix.cc | 244 _closeBlockingCompletedCond->Wake(); in CloseBlocking() 259 _readyForDeletionCond->Wake(); in ReadyForDeletion()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | condition_variable_wrapper.h | 34 virtual void Wake() = 0;
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | pingtask.cc | 89 Wake(); in OnMessage()
|
D | jingleinfotask.cc | 55 Wake(); in HandleStanza()
|
D | xmppclient.cc | 224 Wake(); in OnAuthDone() 385 client_->Wake(); in OnStateChange()
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
D | control | 10 1. Has Wake-on-LAN magic packet capabilities and successfully wakes from
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ja.po | 119 msgid " W - disable Wake-On-Lan " 120 msgstr " W - Wake-on-LAN無効 " 194 "Disable Ethernet Wake-On-Lan with the following command:\n" 196 "Wake-on-Lan keeps the phy active, this costs power." 198 "以下のコマンドでイーサネットのWake-on-LANを無効にしてください。\n" 200 "Wake-on-LAN設定ではPHYが常に動作するため、電力を消費します。"
|
D | ru.po | 123 msgid " W - disable Wake-On-Lan " 124 msgstr " W - Отключить Wake-On-Lan" 198 "Disable Ethernet Wake-On-Lan with the following command:\n" 200 "Wake-on-Lan keeps the phy active, this costs power." 202 "Отключите ф-цию Wake-On-Lan следующей командой:\n" 204 "Wake-on-Lan держит физический интерфейс занятым."
|
D | zh.po | 149 "Disable Ethernet Wake-On-Lan with the following command:\n" 151 "Wake-on-Lan keeps the phy active, this costs power." 153 "使用下列指令關閉 \"Wake-On-Lan\" 網路喚醒功能:\n" 155 "\"Wake-On-Lan\" 功能需要維持網卡實體層啟動,會因此耗費電源。" 158 msgid " W - disable Wake-On-Lan " 159 msgstr " W - 關閉 \"Wake-On-Lan\" "
|
/external/v8/src/ |
D | futex-emulation.h | 103 static Object* Wake(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
|
/external/tlsdate/ |
D | events.dot | 23 wake_label[shape=box,style=dashed,label="Wake Events"];
|
/external/v8/src/runtime/ |
D | runtime-futex.cc | 52 return FutexEmulation::Wake(isolate, array_buffer, addr, count); in RUNTIME_FUNCTION()
|