Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 64) sorted by relevance

123

/sdk/
Dbuild.gradle7 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/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java42 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 …]
DProfilesLoader.java38 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()
DVersionLoader.java41 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()
DViewNode.java96 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 …]
DWindowsLoader.java34 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()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DChannel.java80 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 …]
DSocket.java32 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()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DSensorActivity.java159 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 …]
DMultiTouchActivity.java106 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 …]
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java60 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/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/
DLib2.java15 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/app/src/com/android/tests/libstest/app/
DApp.java15 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/
DLib1.java15 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/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.java12 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/
DLib2.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/javaProjectTest/javaProject/src/com/android/tests/javaprojecttest/javaproject/
DJavaProject.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DApp.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/basicJar2/src/com/android/tests/basicjar2/
DBasicJar2.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/javaProjectTest/javaProject2/src/com/android/tests/javaprojecttest/javaproject2/
DJavaProject2.java12 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/
DJavaProject3.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.java12 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/
DApp.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()
/sdk/testapps/basicJar3/src/com/android/tests/basicjar3/
DBasicJar3.java12 if (input == null) { in getContent()
16 BufferedReader reader = null; in getContent()
23 if (reader != null) { in getContent()

123