/system/bt/gd/cert/ |
D | truth.py | 21 from mobly import signals 37 …raise signals.TestFailure("Expected \"%s\" to be equal to \"%s\"" % (self._value, other), extras=N… 41 …raise signals.TestFailure("Expected \"%s\" to not be equal to \"%s\"" % (self._value, other), extr… 45 raise signals.TestFailure("Expected \"%s\" to be None" % self._value, extras=None) 49 raise signals.TestFailure("Expected \"%s\" to not be None" % self._value, extras=None) 62 raise signals.TestFailure("Must specify a match function") 77 raise signals.TestFailure("Cannot specify multiple match functions") 103 raise signals.TestFailure("Must specify a match function") 118 raise signals.TestFailure("Cannot specify multiple match functions")
|
D | cert_self_test.py | 25 from acts import signals 150 except signals.TestFailure: 166 except signals.TestFailure: 182 except signals.TestFailure: 198 except signals.TestFailure: 214 except signals.TestPass as e: 230 except signals.TestError as e:
|
D | gd_base_test.py | 27 from acts import asserts, signals 112 raise signals.TestFailure(
|
D | behavior.py | 19 from mobly import signals 81 raise signals.TestFailure(
|
/system/bt/stack/rfcomm/ |
D | rfc_ts_frames.cc | 301 uint8_t signals; in rfc_send_msc() local 306 signals = p_pars->modem_signal; in rfc_send_msc() 322 ((signals & MODEM_SIGNAL_DTRDSR) ? RFCOMM_MSC_RTC : 0) | in rfc_send_msc() 323 ((signals & MODEM_SIGNAL_RTSCTS) ? RFCOMM_MSC_RTR : 0) | in rfc_send_msc() 324 ((signals & MODEM_SIGNAL_RI) ? RFCOMM_MSC_IC : 0) | in rfc_send_msc() 325 ((signals & MODEM_SIGNAL_DCD) ? RFCOMM_MSC_DV : 0); in rfc_send_msc() 770 p_rx_frame->u.msc.signals = *p_data++; in rfc_process_mx_message()
|
/system/sepolicy/private/ |
D | heapprofd.te | 24 # Necessary for /proc/[pid]/cmdline access & sending signals. 27 # Allow sending signals to processes. This excludes SIGKILL, SIGSTOP and
|
D | llkd.te | 18 # Send kill signals to _anyone_ suffering from Live Lock
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | heapprofd.te | 24 # Necessary for /proc/[pid]/cmdline access & sending signals. 27 # Allow sending signals to processes. This excludes SIGKILL, SIGSTOP and
|
D | llkd.te | 18 # Send kill signals to _anyone_ suffering from Live Lock
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | heapprofd.te | 24 # Necessary for /proc/[pid]/cmdline access & sending signals. 27 # Allow sending signals to processes. This excludes SIGKILL, SIGSTOP and
|
D | llkd.te | 18 # Send kill signals to _anyone_ suffering from Live Lock
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | heapprofd.te | 24 # Necessary for /proc/[pid]/cmdline access & sending signals. 27 # Allow sending signals to processes. This excludes SIGKILL, SIGSTOP and
|
D | llkd.te | 18 # Send kill signals to _anyone_ suffering from Live Lock
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | lmkd.te | 24 # Send kill signals
|
/system/chre/chpp/ |
D | transport.c | 1544 uint32_t signals; in chppWorkThreadStart() local 1548 signals = chppNotifierGetSignal(&context->notifier); in chppWorkThreadStart() 1550 signals = chppNotifierWait(&context->notifier); in chppWorkThreadStart() 1552 signals = chppNotifierTimedWait(&context->notifier, timeout); in chppWorkThreadStart() 1555 } while (chppWorkThreadHandleSignal(context, signals)); in chppWorkThreadStart() 1559 uint32_t signals) { in chppWorkThreadHandleSignal() argument 1560 if (signals & CHPP_TRANSPORT_SIGNAL_EXIT) { in chppWorkThreadHandleSignal() 1565 if (signals & CHPP_TRANSPORT_SIGNAL_EVENT) { in chppWorkThreadHandleSignal() 1569 if (signals == 0) { in chppWorkThreadHandleSignal() 1595 if (signals & CHPP_TRANSPORT_SIGNAL_PLATFORM_MASK) { in chppWorkThreadHandleSignal() [all …]
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 665 int signals = 0; in TEST() local 684 ++signals; in TEST() 699 EXPECT_EQ(signals, 1); in TEST() 733 int signals = 0; in TEST() local 753 ++signals; in TEST() 769 EXPECT_EQ(signals, 1); in TEST() 1207 int signals = 0; in TEST() local 1214 count = signals = 1; in TEST() 1219 count = signals = 1; in TEST() 1285 ++signals; in TEST() [all …]
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | lmkd.te | 24 # Send kill signals
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | lmkd.te | 24 # setsched and send kill signals
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | lmkd.te | 24 # setsched and send kill signals
|
/system/sepolicy/public/ |
D | lmkd.te | 22 # setsched and send kill signals to any registered process
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | lmkd.te | 22 # setsched and send kill signals to any registered process
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | lmkd.te | 22 # setsched and send kill signals to any registered process
|
/system/chre/chpp/include/chpp/ |
D | transport.h | 620 uint32_t signals);
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | incidentd.te | 16 # Send signals to processes
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | incidentd.te | 16 # Send signals to processes
|