/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx.h | 215 * @pause: controller pause value. 240 u8 pause; member
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 250 {"pause", KEY_PAUSE}, in keyboard_lookup_key()
|
/third_party/node/lib/ |
H A D | _http_incoming.js | 49 socket.pause();
|
H A D | readline.js | 439 this.pause();
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 106 int pause(void);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 80 int pause(void);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 86 int pause(void);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 106 int pause(void);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 80 int pause(void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 80 int pause(void);
|
/third_party/node/deps/npm/node_modules/npmlog/lib/ |
H A D | log.js | 184 log.pause = function () {
|
/third_party/ltp/testcases/kernel/numa/ |
H A D | numa01.sh | 186 numactl --all --physcpubind=$run_on_cpu support_numa pause & #just waits for sigint
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 156 pause(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 66 pause(); in sigbus_handler()
|
/third_party/musl/include/ |
H A D | unistd.h | 121 int pause(void);
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testStreamClosedMethods.cpp | 298 EXPECT_EQ(mStream->pause(), Result::ErrorClosed); in TEST_F()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_uio.rs | 266 pause(); in test_process_vm_readv()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_hw.c | 809 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause); 1285 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause) in prestera_hw_remote_fc_to_eth() argument 1289 *pause = true; in prestera_hw_remote_fc_to_eth() 1293 *pause = false; in prestera_hw_remote_fc_to_eth() 1297 *pause = true; in prestera_hw_remote_fc_to_eth() 1301 *pause = false; in prestera_hw_remote_fc_to_eth()
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | qca8k.c | 982 state->pause = MLO_PAUSE_NONE; in qca8k_phylink_mac_link_state() 984 state->pause |= MLO_PAUSE_RX; in qca8k_phylink_mac_link_state() 986 state->pause |= MLO_PAUSE_TX; in qca8k_phylink_mac_link_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 642 if (intf->old_pause != phydev->pause) { in bcmasp_adj_link() 644 intf->old_pause = phydev->pause; in bcmasp_adj_link() 647 if (!phydev->pause) in bcmasp_adj_link()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 90 breakOnNone Don't pause on exceptions (this is the default) 992 get pause() { 993 return Debugger.pause();
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 39 pause() {} 1124 rli.pause(); 1136 rli.pause();
|
H A D | test-stream-pipeline.js | 341 oldStream.pause = oldStream.resume = () => {}; 390 oldStream.pause = oldStream.resume = () => {}; 401 destroyableOldStream.pause = destroyableOldStream.resume = () => {};
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 179 void V8Debugger::setPauseOnNextCall(bool pause, int targetContextGroupId) { in setPauseOnNextCall() argument 182 if (!pause && m_targetContextGroupId && in setPauseOnNextCall() 186 if (pause) { in setPauseOnNextCall()
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | bg_transient_task_mgr.cpp | 712 void BgTransientTaskMgr::DumpTaskTime(const std::vector<std::string> &dumpOption, bool pause, in DumpTaskTime() argument 717 if (pause) { in DumpTaskTime() 720 dumpInfo.push_back("pause transient tasl fail!\n"); in DumpTaskTime() 722 dumpInfo.push_back("pause transient tasl success!\n"); in DumpTaskTime()
|