/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | MainThread.java | 26 public class MainThread { class 28 private MainThread() { in MainThread() method in MainThread
|
D | Log.java | 86 MainThread.run(context, new Runnable() { in showDialog()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mutex.cc | 97 MainThread t0; in TEST() 113 MainThread t0; in TEST() 129 MainThread t0; in TEST() 163 MainThread().Destroy(m); in TEST()
|
D | tsan_string.cc | 22 MainThread().Memcpy(data+1, data0+1, 5); in TEST() 30 MainThread().Memset(data+1, 13, 5); in TEST()
|
D | tsan_mop.cc | 70 MainThread t0; in TEST() 89 MainThread t0; in TEST() 229 MainThread().Access(&ClassWithStatic::Data, true, 4, false); in TEST()
|
D | tsan_test_util.h | 123 class MainThread : public ScopedThread { 125 MainThread() in MainThread() function
|
D | tsan_thread.cc | 17 MainThread t0; in TEST()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | ImageLoader.java | 22 import androidx.annotation.MainThread; 166 @MainThread 211 @MainThread 376 @MainThread
|
D | NetworkImageView.java | 23 import androidx.annotation.MainThread; 103 @MainThread
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiScannerFacade.java | 34 import com.googlecode.android_scripting.MainThread; 143 WifiScanListener mWifiScannerListener = MainThread.run(mService, in genWifiScanListener() 160 WifiScanListener mWifiScannerListener = MainThread.run(mService, in genBackgroundWifiScanListener() 233 ChangeListener mWifiChangeListener = MainThread.run(mService, in genWifiChangeListener() 291 WifiBssidListener mWifiBssidListener = MainThread.run(mService, in genWifiBssidListener()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaSessionFacade.java | 35 import com.googlecode.android_scripting.MainThread; 105 MainThread.run(mService, new Callable<Object>() { in mediaSessionAddCallback()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothFacade.java | 31 import com.googlecode.android_scripting.MainThread; 67 mBluetoothAdapter = MainThread.run(manager.getService(), in BluetoothFacade()
|
D | BluetoothLeAdvertiseFacade.java | 30 import com.googlecode.android_scripting.MainThread; 63 mBluetoothAdapter = MainThread.run(mService, in BluetoothLeAdvertiseFacade()
|
D | BluetoothLeAdvertisingSetFacade.java | 30 import com.googlecode.android_scripting.MainThread; 66 mBluetoothAdapter = MainThread.run(manager.getService(), in BluetoothLeAdvertisingSetFacade()
|
D | BluetoothLeScanFacade.java | 33 import com.googlecode.android_scripting.MainThread; 72 mBluetoothAdapter = MainThread.run(mService, in BluetoothLeScanFacade()
|
D | GattServerFacade.java | 33 import com.googlecode.android_scripting.MainThread; 70 mBluetoothAdapter = MainThread.run(mService, new Callable<BluetoothAdapter>() { in GattServerFacade()
|
D | GattClientFacade.java | 33 import com.googlecode.android_scripting.MainThread; 74 MainThread.run( in GattClientFacade()
|
/external/v8/src/objects/ |
D | feedback-vector.h | 643 enum Mode { MainThread, BackgroundThread }; enumerator 646 return local_heap_ == nullptr ? MainThread : BackgroundThread; in mode() 655 bool can_write() const { return mode() == MainThread; } in can_write()
|
D | feedback-vector.cc | 475 if (mode() == Mode::MainThread) { in NewHandle() 484 if (mode() == Mode::MainThread) { in NewHandle()
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterBarMixin.java | 42 import androidx.annotation.MainThread; 291 @MainThread 347 @MainThread
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | ZipExtractorTask.java | 220 MainThread.run(mContext, new Runnable() { in showDialog()
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 133 3 MainThread Hello from main 135 755 MainThread Hello from main 137 1507 MainThread Hello from main 140 2258 MainThread Hello from main 142 3009 MainThread Hello from main 145 3761 MainThread Hello from main 147 4513 MainThread Hello from main
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 137 3 MainThread Hello from main 139 755 MainThread Hello from main 141 1507 MainThread Hello from main 144 2258 MainThread Hello from main 146 3009 MainThread Hello from main 149 3761 MainThread Hello from main 151 4513 MainThread Hello from main 392 MainThread: Look out! 2973 QtCore.QThread.currentThread().setObjectName('MainThread')
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS2x.txt | 278 stuck subprocess MainThread because only the SocketThread was exiting. 501 in MainThread, while the RPCServer is handled by SockThread. This is
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.1rc1.rst | 108 ``MainThread.native_id`` is now correctly reset in child processes spawned
|