/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | SimpleServer.java | 48 private final ConcurrentHashMap<Integer, ConnectionThread> mConnectionThreads = 49 new ConcurrentHashMap<Integer, ConnectionThread>(); 88 private final class ConnectionThread extends Thread { class in SimpleServer 95 …private ConnectionThread(Socket socket, boolean rpc, Integer uid, BufferedReader reader, PrintWrit… in ConnectionThread() method in SimpleServer.ConnectionThread 306 ConnectionThread networkThread = new ConnectionThread(sock,true,mUID,reader,writer); in startConnectionThread() 321 ConnectionThread networkThread = new ConnectionThread(sock,true,uid,reader,writer); in startConnectionThread() 338 ConnectionThread networkThread = new ConnectionThread(sock,false,0,reader,writer); in startConnectionThread() 360 for (ConnectionThread connectionThread : mConnectionThreads.values()) { in shutdown()
|
/external/apache-http/android/src/android/net/http/ |
D | RequestQueue.java | 65 ConnectionThread[] mThreads; 76 mThreads = new ConnectionThread[mConnectionCount]; in ActivePool() 79 mThreads[i] = new ConnectionThread( in ActivePool() 104 ConnectionThread rt = mThreads[i]; in startTiming() 115 ConnectionThread rt = mThreads[i]; in stopTiming() 153 ConnectionThread getThread(HttpHost host) { in getThread() 156 ConnectionThread ct = mThreads[i]; in getThread()
|
D | ConnectionThread.java | 24 class ConnectionThread extends Thread { class 42 ConnectionThread(Context context, in ConnectionThread() method in ConnectionThread
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |