HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 3451 - 3475 of 19630) sorted by null

<<131132133134135136137138139140>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 115 return null;
167 * @param editorPart An editor part. Can be null.
168 * @return The {@link LayoutEditorDelegate} delegate associated with the editor or null.
180 return null;
228 if (mGraphicalEditor != null) {
230 mGraphicalEditor = null;
247 if (mGraphicalEditor != null) {
259 IFile editedFile = null;
276 if (mGraphicalEditor == null) {
380 if (mGraphicalEditor != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 79 while (node2 != null) {
81 while (current != null && current != node2) {
90 return null;
127 while (node != null) {
156 * @return the document, or null if not found or not parsed properly (no
162 if (modelManager == null) {
163 return null;
167 if (model == null) {
170 if (model != null) {
184 return null;
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 500 return null;
508 return null;
522 if (tableNamePattern != null) {
528 if (types == null || types.length == 0) {
541 ResultSet rs = null;
559 JDBCResultSet rs = new JDBCResultSet(tr, null);
569 JDBCResultSet rs = new JDBCResultSet(tr, null);
583 JDBCResultSet rs = new JDBCResultSet(tr, null);
591 if (conn.db == null) {
595 JDBCResultSet rs0 = null;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 236 return null;
246 return null;
301 if (onDraftLoaded != null) {
311 // second - non-null String representing the text of an MMS subject
316 String subject = null;
322 if (uri != null) {
340 if (result.second != null) {
346 if (onDraftLoaded != null) {
374 return mText != null && TextUtils.getTrimmedLength(mText) > 0;
380 mSlideshow = null;
1791 SMS_DRAFT_WHERE, null); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 98 if (m_tracer != null)
101 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_ENDELEMENT,name, (Attributes)null);
114 if (m_tracer != null)
189 protected String m_version = null;
223 protected java.io.Writer m_writer = null;
290 if (uri != null && uri.length() == 0) {
403 // (localName == null || uri == null) ?
406 // if (localName == null || uri == null){
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 203 if (requestLine != null)
220 if (getCSeq() == null) {
223 if (getTo() == null) {
227 if (this.callIdHeader == null || this.callIdHeader.getCallId() == null
231 if (getFrom() == null) {
234 if (getViaHeaders() == null) {
239 if (getMaxForwards() == null) {
245 if (getTopmostVia() == null)
249 if (getHeader(SubscriptionStateHeader.NAME) == null)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 131 Message m = null;
132 if (v == mButtonPositive && mButtonPositiveMessage != null) {
134 } else if (v == mButtonNegative && mButtonNegativeMessage != null) {
136 } else if (v == mButtonNeutral && mButtonNeutralMessage != null) {
139 if (m != null) {
188 TypedArray a = context.obtainStyledAttributes(null,
236 if (mView == null || !canTextInput(mView)) {
246 if (mTitleView != null) {
260 if (mMessageView != null) {
301 if (msg == null && listener != null)
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 164 // 23 -> 24 Url not allowed to be null anymore.
183 Cursor legacyClientIdCursor = null;
184 Cursor searchClientIdCursor = null;
189 new String[] { "value" }, "name='search_client_id'", null, null);
190 if (searchClientIdCursor != null && searchClientIdCursor.moveToNext()) {
194 new String[] { "value" }, "name='client_id'", null, null);
195 if (legacyClientIdCursor != null && legacyClientIdCursor.moveToNext()) {
202 if (legacyClientIdCursor != null) {
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 124 * @param file the file to open for input, must not be <code>null</code>
159 * @param file the file to open for output, must not be <code>null</code>
176 if (parent != null && parent.exists() == false) {
257 if (found != null) {
282 * in <code>FileFilterUtils.makeCVSAware(null)</code>.
287 * If this parameter is <code>null</code>, subdirectories will not be included in the
299 if (fileFilter == null) {
300 throw new NullPointerException("Parameter 'fileFilter' is null");
309 if (dirFilter == null) {
333 * If this parameter is <code>null</code>, subdirectories will not be included in the
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 88 s_currentNullMap.put("current", (Long) null);
104 super(context, DATABASE_NAME, null, getVersion(context));
114 int publicversion = Integer.parseInt(parser.getAttributeValue(null, "version"));
162 publicversion = Integer.parseInt(parser.getAttributeValue(null, "version"));
171 XmlPullParser confparser = null;
174 FileReader confreader = null;
182 int confversion = Integer.parseInt(confparser.getAttributeValue(null, "version"));
195 try { if (confreader != null) confreader.close(); } catch (IOException e) { }
250 * @return the row or null if it's not an apn
254 return null;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 148 // Parent Tab. This is the Tab that created this Tab, or null if the Tab was
198 if (sDefaultFavicon == null) {
211 // This is non-null only when mSecurityState is SECURITY_STATE_BAD_CERTIFICATE.
268 if (mQueuedErrors == null) {
274 mQueuedErrors = null;
289 if (mQueuedErrors == null) {
316 .setPositiveButton(R.string.ok, null)
349 if (mTouchIconLoader != null) {
350 mTouchIconLoader.mTab = null;
351 mTouchIconLoader = null;
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 236 * Controls CHOICE_MODE_MULTIPLE_MODAL. null when inactive.
284 * If mAdapter != null, whenever this is true the adapter has stable IDs.
491 private ContextMenuInfo mContextMenuInfo = null;
527 * stutters. Non-null when a time-sensitive animation is
531 private StrictMode.Span mScrollStrictSpan = null;
532 private StrictMode.Span mFlingStrictSpan = null;
629 // Checking one for null is as good as checking both.
786 if (d != null) {
843 if (mEdgeGlowTop == null) {
849 mEdgeGlowTop = null;
    [all...]
MediaController.java 65 * setPrevNextListeners() was called with null listeners
110 if (mRoot != null)
129 mWindow.setWindowManager(mWindowManager, null, null);
160 p.token = null;
165 // Must be called with mAnchor != NULL.
218 if (mAnchor != null) {
222 if (mAnchor != null) {
244 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null);
253 if (mPauseButton != null) {
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 65 mContentResolver.delete(row, null, null);
91 Cursor c = Media.query(mContentResolver, Media.EXTERNAL_CONTENT_URI, null, null,
98 String stringUrl = null;
112 stringUrl = null;
137 new String[] { Media.TITLE, Media.DESCRIPTION, Media.MIME_TYPE }, null,
164 String stringUrl = null;
175 null, "_id ASC");
188 Cursor c = null;
198 assertNull(mContentResolver.query(Media.getContentUri(volume), null, null, null, null)); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 221 protected Constructor logConstructor = null;
235 protected Method logMethod = null;
264 * or <code>null</code> if there is no such attribute.
332 if (instance == null) {
371 * this with a <code>null</code> value is equivalent to calling
390 * @param value Value of the attribute to set, or <code>null</code>
395 if (logConstructor != null) {
399 if (value == null) {
476 if (classLoader == null) {
510 if (logClassName == null) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 113 boolean initResources = this.table == null;
114 if (this.table != null) {
181 if (this.currentTooltip != null) {
183 this.currentTooltip = null;
186 if (cellPosition != null) {
188 if (tooltip != null) {
227 if (this.tableOrigin == null) {
240 return null;
253 return null;
267 if (this.boldFont != null) {
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 163 return null;
168 Uri uri = null;
171 for (String argument; (argument = mTokenizer.nextArg()) != null;) {
182 if (uri == null) {
194 Uri uri = null;
196 String where = null;
197 for (String argument; (argument = mTokenizer.nextArg())!= null;) {
208 if (uri == null) {
216 Uri uri = null;
218 String where = null;
    [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 55 Method mSetter = null;
62 * The getter is only derived and used if one of the values is null.
64 private Method mGetter = null;
75 KeyframeSet mKeyframeSet = null;
140 if (property != null) {
159 * @param property The property being animated. Should not be null.
181 * @param property The property being animated. Should not be null.
214 * @param property The property being animated. Should not be null.
236 * on the object. Also, if any value is null, the value will be filled in when the animation
237 * starts in the same way. This mechanism of automatically getting null values only work
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 81 * @param socket non-null; connected socket
108 * @return null-ok; file descriptor
168 Arguments parsedArgs = null;
180 if (args == null) {
187 PrintStream newStderr = null;
189 if (descriptors != null && descriptors.length >= 3) {
195 FileDescriptor childPipeFd = null;
196 FileDescriptor serverPipeFd = null;
210 int[][] rlimits = null;
212 if (parsedArgs.rlimits != null) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 187 if (call == null && empty < 0) {
189 } else if (call != null
196 } else if (call != null) {
224 if (call != null && call.mState == CallInfo.State.DIALING) {
233 } else if (call != null
250 if (call != null && (call.mState == CallInfo.State.DIALING
287 if (call != null
291 mCalls[i] = null;
299 if (call != null
304 mCalls[i] = null;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuPresenter.java 101 if (mOverflowButton == null) {
108 mOverflowButton = null;
116 mScrapActionButtonView = null;
124 if (mMenu != null) {
159 if (actionView == null || item.hasCollapsibleActionView()) {
161 convertView = null;
193 if (mMenuView == null) {
197 if (mMenu != null) {
202 if (provider != null) {
208 final ArrayList<MenuItemImpl> nonActionItems = mMenu != null
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContext1Test.java 55 private static String defaultProviderName = null;
56 private static Provider defaultProvider = null;
62 DEFSupported = (defaultProvider != null);
65 : null);
70 defaultProtocol = null;
77 return null;
88 return null;
110 TrustManager[] tm = null;
111 KeyManager[] km = null;
118 sslContext.init(km, tm, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 119 /** Returns the last dialled number, or null if no numbers have been called */
123 Calls.TYPE + "=" + Calls.OUTGOING_TYPE, null, Calls.DEFAULT_SORT_ORDER +
125 if (cursor == null) return null;
129 return null;
156 String atCommandResponse = null;
190 if (atCommandResponse != null)
200 String atCommandResponse = null;
208 if (atCommandResponse != null)
214 if (pbr == null) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
AndroidCameraManagerImpl.java 193 if (mCamera != null) {
197 if (mParamsToSet == null) {
201 if (msg.obj != null) {
209 mCamera = null;
213 mReconnectIOException = null;
324 if (msg.what != RELEASE && mCamera != null) {
330 mCamera = null;
331 } else if (mCamera == null) {
333 if (msg.obj != null) {
337 Log.w(TAG, "Cannot handle message, mCamera is null.")
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 213 if (entry.coverLoader != null) entry.coverLoader.startLoad();
214 if (entry.labelLoader != null) entry.labelLoader.startLoad();
220 if (entry.coverLoader != null) entry.coverLoader.cancelLoad();
221 if (entry.labelLoader != null) entry.labelLoader.cancelLoad();
225 return object == null
232 if (entry.coverLoader != null) entry.coverLoader.recycle();
233 if (entry.labelLoader != null) entry.labelLoader.recycle();
234 if (entry.labelTexture != null) entry.labelTexture.recycle();
235 if (entry.bitmapTexture != null) entry.bitmapTexture.recycle();
236 mData[slotIndex % mData.length] = null;
    [all...]

Completed in 1117 milliseconds

<<131132133134135136137138139140>>