Home
last modified time | relevance | path

Searched refs:notifyAll (Results 1 – 25 of 113) sorted by relevance

12345

/external/okio/okio/src/jvmMain/kotlin/okio/
DPipe.kt76 (buffer as Object).notifyAll() // Notify the source that it can resume reading. in write()
114 (buffer as Object).notifyAll() // Notify the source that no more bytes are coming. in close()
139 (buffer as Object).notifyAll() // Notify the sink that it can resume writing. in timeout()
147 (buffer as Object).notifyAll() // Notify the sink that no more bytes are desired. in timeout()
186 (buffer as Object).notifyAll() // Notify the sink that it can resume writing. in fold()
202 (buffer as Object).notifyAll() // Notify the sink that it can resume writing. in fold()
246 (buffer as Object).notifyAll() // Notify the source and sink that they're canceled. in sink()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java1160 sGLThreadManager.notifyAll(); in guardedRun()
1169 sGLThreadManager.notifyAll(); in guardedRun()
1176 sGLThreadManager.notifyAll(); in guardedRun()
1197 sGLThreadManager.notifyAll(); in guardedRun()
1224 sGLThreadManager.notifyAll(); in guardedRun()
1324 sGLThreadManager.notifyAll(); in setRenderMode()
1337 sGLThreadManager.notifyAll(); in requestRender()
1347 sGLThreadManager.notifyAll(); in surfaceCreated()
1357 sGLThreadManager.notifyAll(); in surfaceDestroyed()
1371 sGLThreadManager.notifyAll(); in onPause()
[all …]
DGameThread.java129 mPauseLock.notifyAll(); in stopGame()
142 mPauseLock.notifyAll(); in resumeGame()
DEventReporter.java76 mLock.notifyAll(); in addEvent()
127 mLock.notifyAll(); in stop()
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequestFutureTarget.java83 waiter.notifyAll(this); in cancel()
172 waiter.notifyAll(this); in onLoadFailed()
183 waiter.notifyAll(this); in onResourceReady()
266 public void notifyAll(Object toNotify) { in notifyAll() method in RequestFutureTarget.Waiter
267 toNotify.notifyAll(); in notifyAll()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DMockServerSocket.java53 lock.notifyAll(); in connect()
77 lock.notifyAll(); in close()
90 lock.notifyAll(); in accept()
104 lock.notifyAll(); in accept()
DMockSocketConnection.java69 other.buffer.notifyAll();
88 buffer.notifyAll();
149 buffer.notifyAll(); in close()
152 other.buffer.notifyAll(); in close()
/external/sl4a/Utils/src/com/trilead/ssh2/
DStreamGobbler.java65 synchronizer.notifyAll(); in run()
85 synchronizer.notifyAll(); in run()
93 synchronizer.notifyAll(); in run()
194 synchronizer.notifyAll(); in close()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java247 notifyAll(); in closeInternal()
264 notifyAll(); in receiveHeaders()
295 notifyAll(); in receiveFin()
305 notifyAll(); in receiveRstStream()
418 FramedStream.this.notifyAll(); in receive()
432 FramedStream.this.notifyAll(); in close()
569 if (delta > 0) FramedStream.this.notifyAll(); in addBytesToWriteWindow()
/external/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DThreadService.java141 mThreadLock.notifyAll(); in handleInputMessage()
159 mThreadLock.notifyAll(); in handleInputMessage()
187 mThreadLock.notifyAll(); in handleInputMessage()
275 mThreadLock.notifyAll(); in onDestroy()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DFramedStream.java249 notifyAll(); in closeInternal()
266 notifyAll(); in receiveHeaders()
297 notifyAll(); in receiveFin()
307 notifyAll(); in receiveRstStream()
420 FramedStream.this.notifyAll(); in receive()
434 FramedStream.this.notifyAll(); in close()
571 if (delta > 0) FramedStream.this.notifyAll(); in addBytesToWriteWindow()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipeline.java138 buffList.notifyAll(); in write()
148 buffList.notifyAll(); in write()
155 this.buffList.notifyAll(); in close()
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessService.java211 mLibraryInitializedLock.notifyAll(); in onCreate()
214 mMainThread.notifyAll(); in onCreate()
316 mMainThread.notifyAll(); in processConnectionBundle()
329 mMainThread.notifyAll(); in processConnectionBundle()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingAction.java67 mPollingSyncObj.notifyAll();
77 mPollingSyncObj.notifyAll();
87 mPollingSyncObj.notifyAll();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DRecordingCallback.java34 notifyAll(); in onFailure()
40 notifyAll(); in onResponse()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DCallbackHelper.java236 mLock.notifyAll(); in notifyCalled()
249 mLock.notifyAll(); in notifyFailed()
/external/volley/src/main/java/com/android/volley/toolbox/
DRequestFuture.java151 notifyAll(); in onResponse()
157 notifyAll(); in onErrorResponse()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt117 (this as Object).notifyAll() in notifyStartup()
142 (this as Object).notifyAll() in acknowledgeShutdownIfNeeded()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventQueueImpl.java64 notifyAll(); in enqueue()
235 queue.notifyAll(); in run()
/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java140 localSdpEvent.notifyAll(); in onLocalDescription()
159 iceCandidateEvent.notifyAll(); in onIceCandidate()
173 iceConnectedEvent.notifyAll(); in onIceConnected()
182 iceConnectedEvent.notifyAll(); in onIceDisconnected()
201 closeEvent.notifyAll(); in onPeerConnectionClosed()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java290 ssl.notifyAll(); in startHandshake()
309 ssl.notifyAll(); in startHandshake()
372 ssl.notifyAll(); in onSSLStateChange()
1012 ssl.notifyAll();
1023 ssl.notifyAll();
1027 ssl.notifyAll();
/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java256 this.messageQueue.notifyAll(); in run()
281 this.messageQueue.notifyAll(); in stop()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java542 lock.notifyAll(); in exec()
550 lock.notifyAll(); in exec()
558 lock.notifyAll(); in get_table()
567 lock.notifyAll(); in get_table()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java181 this.notifyAll(); in terminate()
251 command.notifyAll(); in notifyThread()
440 command.notifyAll(); in terminate()
/external/antlr/tool/src/main/java/org/antlr/misc/
DBarrier.java52 notifyAll(); in waitForRelease()

12345