/sdk/ |
D | build.gradle | 7 notice null 11 notice null 42 notice null 46 notice null 50 notice null 54 notice null 78 notice null 82 notice null 87 notice null 92 notice null [all …]
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Channel.java | 80 mMessageSize = (message != null) ? message.length : 0; in SdkControllerMessage() 92 if (message != null) { in SdkControllerMessage() 96 mMessage = null; in SdkControllerMessage() 165 private Socket mSocket = null; 248 if (msg != null) { in Channel() 306 return socket != null && socket.isConnected(); in isConnected() 321 sendMessage(MSG_CONNECTED, (byte[]) null); in connect() 351 mSocket = null; in disconnect() 353 if (socket != null) { in disconnect() 357 sendMessage(socket, MSG_DISCONNECTED, null, 0); in disconnect() [all …]
|
D | Socket.java | 32 private LocalSocket mSocket = null; 63 return mSocket != null; in isConnected() 100 if (socket == null) { in send() 117 if (socket == null) { in send() 154 if (socket == null) { in receive() 185 mSocket = null; in close() 187 if (socket != null) { in close()
|
D | Connection.java | 80 private LocalServerSocket mServerSocket = null; 136 mServerSocket = null; in disconnect() 138 if (socket != null) { in disconnect() 163 return socket != null; in disconnect() 223 return null; in getChannel() 241 return null; in getPendingSocket() 270 while (socket != null) { in runIOLooper() 272 if (mServerSocket != null) { in runIOLooper() 362 Socket sk = null; in onAccept() 364 if (channel != null) { in onAccept() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | CaptureLoader.java | 42 Socket socket = null; in saveLayers() 43 DataInputStream in = null; in saveLayers() 44 BufferedWriter out = null; in saveLayers() 74 if (out != null) { in saveLayers() 77 if (in != null) { in saveLayers() 80 if (socket != null) { in saveLayers() 117 g.drawImage(chunk, null, 0, 0); in readLayer() 130 Socket socket = null; in loadCapture() 131 BufferedInputStream in = null; in loadCapture() 132 BufferedWriter out = null; in loadCapture() [all …]
|
D | ViewNode.java | 96 if (p != null) { in getBoolean() 108 if (p != null) { in getInt() 119 if (pattern == null || pattern.pattern().length() == 0) { in filter() 128 index = parent == null ? 0 : parent.children.indexOf(this); in computeIndex() 143 if (obj == null) { in equals() 150 return !(this.name != other.name && (this.name == null || !this.name.equals(other.name))); in equals() 161 hash = 67 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode() 177 if (obj == null) { in equals() 184 if (this.name != other.name && (this.name == null || !this.name.equals(other.name))) { in equals() 187 … return !(this.value != other.value && (this.value == null || !this.value.equals(other.value))); in equals() [all …]
|
D | ProfilesLoader.java | 38 Socket socket = null; in loadProfiles() 39 BufferedReader in = null; in loadProfiles() 40 BufferedWriter out = null; in loadProfiles() 66 if (out != null) { in loadProfiles() 69 if (in != null) { in loadProfiles() 72 if (socket != null) { in loadProfiles() 80 return null; in loadProfiles()
|
D | VersionLoader.java | 41 Socket socket = null; in loadVersion() 42 BufferedReader in = null; in loadVersion() 43 BufferedWriter out = null; in loadVersion() 62 if (out != null) { in loadVersion() 65 if (in != null) { in loadVersion() 68 if (socket != null) { in loadVersion()
|
D | WindowsLoader.java | 34 Socket socket = null; in loadWindows() 35 BufferedReader in = null; in loadWindows() 36 BufferedWriter out = null; in loadWindows() 54 while ((line = in.readLine()) != null) { in loadWindows() 80 if (out != null) { in loadWindows() 83 if (in != null) { in loadWindows() 86 if (socket != null) { in loadWindows()
|
D | ViewHierarchyLoader.java | 42 Socket socket = null; in loadScene() 43 BufferedReader in = null; in loadScene() 44 BufferedWriter out = null; in loadScene() 67 ViewNode lastNode = null; in loadScene() 70 while ((line = in.readLine()) != null) { in loadScene() 119 if (out != null) { in loadScene() 122 if (in != null) { in loadScene() 137 if (root == null) return; in updateIndices()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | SensorActivity.java | 159 if (binder != null) { in onStatusChanged() 177 if (mSensorHandler != null) { in createSensorUi() 194 if (mSensorHandler != null) { in removeSensorUi() 196 mSensorHandler = null; in removeSensorUi() 233 if (mSensor != null) { in onCheckedChanged() 239 mChk = null; in release() 240 mVal = null; in release() 241 mSensor = null; in release() 246 if (mChk != null && mSensor != null) { in updateState() 253 if (mVal != null && mSensor != null) { in updateValue() [all …]
|
D | MultiTouchActivity.java | 106 if (mHandler != null) { in onServiceConnected() 115 if (mHandler != null) { in onServiceDisconnected() 117 mHandler = null; in onServiceDisconnected() 145 if (binder != null) { in onStatusChanged() 167 ByteBuffer bb = null; in onTouch() 177 if (h != null) { in onTouch() 188 if (h != null) { in onTouch() 196 if (h != null) { in onTouch() 204 if (h != null) { in onTouch() 212 if (h != null) { in onTouch() [all …]
|
D | BaseBindingActivity.java | 109 if (mServiceConnection == null) { in bindToService() 132 mServiceBinder = null; in bindToService() 152 if (mServiceConnection != null) { in unbindFromService() 154 mServiceConnection.onServiceDisconnected(null /*name*/); in unbindFromService() 156 mServiceConnection = null; in unbindFromService()
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 60 String mInputTextFile = null; 61 String mInputBinaryFile = null; 62 String mInputDevice = null; 63 String mInputFolder = null; 64 String mAlternateTagFile = null; 65 String mOutputFile = null; 129 if ((mInputTextFile == null && mInputBinaryFile == null && mInputFolder == null && in run() 130 mInputDevice == null)) { in run() 135 if (outputParent == null || outputParent.isDirectory() == false) { in run() 152 if (mInputBinaryFile != null) { in run() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | Workspace.java | 231 sceneScroller.setBorder(null); in buildGraphPanel() 262 devices.setBorder(null); in buildDeviceSelector() 264 devicesScroller.setBorder(null); in buildDeviceSelector() 275 windows.setBorder(null); in buildDeviceSelector() 277 windowsScroller.setBorder(null); in buildDeviceSelector() 289 propertiesTable.setBorder(null); in buildSideSplitter() 290 propertiesTable.getTableHeader().setBorder(null); in buildSideSplitter() 293 tableScroller.setBorder(null); in buildSideSplitter() 299 profilingTable.setBorder(null); in buildSideSplitter() 300 profilingTable.getTableHeader().setBorder(null); in buildSideSplitter() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ |
D | HierarchyViewer.java | 84 if (device != null) { in outputPsd() 104 if (DeviceBridge.getDevices() == null) return null; in selectDevice() 105 if (deviceName == null) return DeviceBridge.getDevices()[0]; in selectDevice() 111 return null; in selectDevice() 138 String device = null; in main() 139 String file = null; in main() 157 workspace.setLocationRelativeTo(null); in main()
|
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/ |
D | App.java | 15 if (tv != null) { in handleTextView() 22 if (input == null) { in getContent() 26 BufferedReader reader = null; in getContent() 33 if (reader != null) { in getContent()
|
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
D | Lib1.java | 15 if (tv != null) { in handleTextView() 22 if (input == null) { in getContent() 26 BufferedReader reader = null; in getContent() 33 if (reader != null) { in getContent()
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
D | Lib2.java | 15 if (tv != null) { in handleTextView() 22 if (input == null) { in getContent() 26 BufferedReader reader = null; in getContent() 33 if (reader != null) { in getContent()
|
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
D | Lib1.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|
/sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/ |
D | JavaProject3.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|
/sdk/testapps/basicJar/src/com/android/tests/basicjar/ |
D | BasicJar.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/ |
D | App.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
D | Lib1.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/ |
D | Lib2.java | 12 if (input == null) { in getContent() 16 BufferedReader reader = null; in getContent() 23 if (reader != null) { in getContent()
|