HomeSort by relevance Sort by last modified time
    Searched defs:currentThread (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
ExecutorFactoryTest.java 50 mThreadContainer.add(Thread.currentThread());
59 assertEquals(Thread.currentThread(), thread);
77 mThreadContainer.add(Thread.currentThread());
101 assertEquals(Thread.currentThread(), thread);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 100 ThreadIdentifier currentThread()
ThreadingWin.cpp 153 ThreadIdentifier currentThread()
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 63 * @param currentThread the current Thread
65 void setImageDecodeThread(Thread currentThread);
118 mPhotoTask.setImageDecodeThread(Thread.currentThread());
PhotoDownloadRunnable.java 64 * @param currentThread the current Thread
66 void setDownloadThread(Thread currentThread);
114 mPhotoTask.setDownloadThread(Thread.currentThread());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamerTest.cpp 109 WebThread* currentThread = blink::Platform::current()->currentThread();
111 currentThread->postTask(new Task(WTF::bind(&WebThread::exitRunLoop, currentThread)));
112 currentThread->enterRunLoop();
116 currentThread->postTask(new Task(WTF::bind(&WebThread::exitRunLoop, currentThread)));
117 currentThread->enterRunLoop();
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 44 thread = Thread.currentThread();
107 threadHandles.put(Thread.currentThread(), threadHandle);
  /external/chromium_org/mojo/services/html_viewer/
blink_platform_impl.cc 209 blink::WebThread* BlinkPlatformImpl::currentThread() {
  /external/chromium_org/content/child/
blink_platform_impl.cc 481 blink::WebThread* BlinkPlatformImpl::currentThread() {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 358 virtual WebThread* currentThread() { return 0; }
  /art/test/082-inline-execute/src/
Main.java 80 * Will test inlining Thread.currentThread().
84 Thread.currentThread();
87 Assert.assertNotNull(Thread.currentThread());
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 434 final Thread currentThread = Thread.currentThread ();
437 contextLoader = currentThread.getContextClassLoader ();
438 currentThread.setContextClassLoader (appLoader);
564 Thread.currentThread ().setContextClassLoader (contextLoader);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 471 ClassLoader cl = Thread.currentThread().getContextClassLoader();
499 threadToListenerMap.put(Thread.currentThread(), listener);
503 threadToListenerMap.remove(Thread.currentThread());
507 threadToToolMap.put(Thread.currentThread(), tool);
547 (ANTLRErrorListener)threadToListenerMap.get(Thread.currentThread());
556 (ErrorState)threadToErrorStateMap.get(Thread.currentThread());
559 threadToErrorStateMap.put(Thread.currentThread(), ec);
571 threadToErrorStateMap.put(Thread.currentThread(), ec);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/jdiff/
xerces.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 470 milliseconds