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
357 private double getEnergy(short[] signal, int start, int stop) { in getEnergy()394 public void apply(short[] signal, int offset, int stride) { in apply()
372 CancellationSignal signal) throws FileNotFoundException { in openDocument()384 CancellationSignal signal) throws FileNotFoundException { in openDocumentUnchecked()456 String documentId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
62 int signal = WTERMSIG(status); in doTestSyscallBlocked() local