Home
last modified time | relevance | path

Searched refs:hup (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/external/rust/crates/tokio/src/runtime/io/
Dplatform.rs8 pub(crate) fn hup() -> Ready { in hup() function
9 UnixReady::hup().into() in hup()
29 pub(crate) fn hup() -> Ready { in hup() function
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-canonical-mode.ll11 br i1 undef, label %if.then.i, label %hup.exit
14 br i1 undef, label %for.body.lr.ph.i, label %hup.exit
26 br i1 false, label %for.body.i, label %hup.exit
28 hup.exit: ; preds = %for.body.i, %if.then.i, %entry
/external/libwebsockets/lib/roles/dbus/
Ddbus.c217 if (!ctx->conn || !ctx->hup || ctx->timeouts) in __check_destroy_shadow_wsi()
389 ctx->hup = 0; in lws_dbus_connection_setup()
430 ctx->hup = 0; in lws_dbus_server_listen()
491 ctx->hup = 1; in rops_handle_POLLIN_dbus()
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md96 …18 13:13:48:5197] I: _lws_validity_confirmed_role: wsi 0x5669090: setting validity timer 3s (hup 0)
102 …18 13:13:51:5819] I: _lws_validity_confirmed_role: wsi 0x5669090: setting validity timer 3s (hup 0)
108 …18 13:13:54:6261] I: _lws_validity_confirmed_role: wsi 0x5669090: setting validity timer 3s (hup 0)
/external/libwebsockets/include/libwebsockets/
Dlws-dbus.h54 char hup; member
/external/cronet/third_party/icu/source/data/lang/
Dsw_CD.txt12 hup{"Kihupa"}
Duz_Cyrl.txt129 hup{"хупа тили"}
Daz_Cyrl.txt136 hup{"һупа"}
Dckb.txt129 hup{"هووپا"}
Dti.txt149 hup{"ሁፓ"}
Dce.txt141 hup{"хупа"}
Dsw_KE.txt59 hup{"Kihupa"}
Dks.txt175 hup{"ہُپا"}
/external/icu/icu4c/source/data/lang/
Dsw_CD.txt12 hup{"Kihupa"}
Duz_Cyrl.txt129 hup{"хупа тили"}
Daz_Cyrl.txt136 hup{"һупа"}
Dckb.txt129 hup{"هووپا"}
Dce.txt141 hup{"хупа"}
Dti.txt149 hup{"ሁፓ"}
Dsw_KE.txt59 hup{"Kihupa"}
Dmai.txt161 hup{"हुपा"}
Dks.txt175 hup{"ہُپا"}
/external/python/cpython2/Lib/test/
Dtest_signal.py210 hup = signal.signal(signal.SIGHUP, self.trivial_signal_handler)
213 signal.signal(signal.SIGHUP, hup)
214 self.assertEqual(signal.getsignal(signal.SIGHUP), hup)
/external/python/cpython3/Lib/test/
Dtest_signal.py64 hup = signal.signal(signal.SIGHUP, self.trivial_signal_handler)
65 self.assertIsInstance(hup, signal.Handlers)
68 signal.signal(signal.SIGHUP, hup)
69 self.assertEqual(signal.getsignal(signal.SIGHUP), hup)
/external/ppp/pppd/
Dmain.c239 static void hup __P((int));
695 SIGNAL(SIGHUP, hup); /* Hangup */ in setup_signals()
1454 hup(sig) in hup() function

12345678910>>...12