Searched defs:signal (Results 1 – 5 of 5) sorted by relevance
53 CountDownLatch signal = new CountDownLatch(1); in testPrivateNotificationsAllowed() local
76 public synchronized void signal() { in signal() method in TestUtils.Monitor
250 private double getEnergy(short[] signal, int start, int stop) { in getEnergy()287 public void apply(short[] signal, int offset, int stride) { in apply()
371 CancellationSignal signal) throws FileNotFoundException { in openDocument()383 CancellationSignal signal) throws FileNotFoundException { in openDocumentUnchecked()455 String documentId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
62 int signal = WTERMSIG(status); in doTestSyscallBlocked() local