Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-7.0/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/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/icu/icu4c/source/data/lang/
Dsw_CD.txt11 hup{"Kihupa"}
Dsw_KE.txt18 hup{"Kihupa"}
Daz_Cyrl.txt135 hup{"һупа"}
Duz_Cyrl.txt129 hup{"хупа тили"}
Dckb.txt128 hup{"هووپا"}
Dce.txt140 hup{"хупа"}
Dkok.txt145 hup{"हुपा"}
Das.txt145 hup{"হুপা"}
Dsi.txt151 hup{"හුපා"}
Dchr.txt146 hup{"ᎠᏂᎱᏆ"}
Dmn.txt146 hup{"хупа"}
Dky.txt142 hup{"хупача"}
Dkm.txt140 hup{"ហ៊ូប៉ា"}
Dsd.txt145 hup{"هوپا"}
Dkk.txt147 hup{"хупа тілі"}
Dps.txt145 hup{"ھوپا"}
Dbrx.txt170 hup{"हूपा"}
Dbe.txt156 hup{"хупа"}
Dhy.txt167 hup{"հուպա"}
Dpa.txt153 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.py53 hup = signal.signal(signal.SIGHUP, self.trivial_signal_handler)
54 self.assertIsInstance(hup, signal.Handlers)
57 signal.signal(signal.SIGHUP, hup)
58 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

123456