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

<<51525354555657585960>>

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java 98 mContext.getContentResolver().delete(TrackerProvider.CONTENT_URI, null,
99 null);
109 String selection = (tag == null ? null : TrackerEntry.TAG + "=?");
110 String[] selectionArgs = (tag == null ? null : new String[] {tag});
113 selection, selectionArgs, null);
114 if (cursor == null) {
126 * @return a cursor, null if bad things happened
129 return query(null, limit)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 72 * If the Op is not one that combines two shapes, then this return null
74 * @param shape1 the firt shape to combine which can be null if there's no original clip.
77 * @return a new area or null.
81 // if shape1 is null (empty), then the result is null.
82 if (shape1 == null) {
83 return null;
92 // if shape1 is null, then the result is simply shape2.
93 if (shape1 == null) {
103 // if shape1 is null, then the result is simply shape2
381 assert region.mArea != null; local
399 assert region.mArea != null; local
427 assert dstRegion.mArea != null; local
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduBody.java 25 private Vector<PduPart> mParts = null;
27 private Map<String, PduPart> mPartMapByContentId = null;
28 private Map<String, PduPart> mPartMapByContentLocation = null;
29 private Map<String, PduPart> mPartMapByName = null;
30 private Map<String, PduPart> mPartMapByFileName = null;
47 if(null != contentId) {
53 if(null != contentLocation) {
60 if(null != name) {
67 if(null != fileName) {
78 * @throws NullPointerException when part is null
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ClientSessionContext.java 53 if (host == null) {
67 * @return cached session or null if none found
70 if (host == null) {
71 return null;
78 if (session != null && session.isValid()) {
83 if (persistentCache != null) {
85 if (data != null) {
87 if (session != null && session.isValid()) {
97 return null;
106 if (host == null) {
    [all...]
SSLSocketFactoryImpl.java 40 SSLParametersImpl sslParametersLocal = null;
41 IOException instantiationExceptionLocal = null;
57 this.instantiationException = null;
65 if (instantiationException != null) {
76 if (instantiationException != null) {
88 if (instantiationException != null) {
102 if (instantiationException != null) {
114 if (instantiationException != null) {
128 if (instantiationException != null) {
141 if (instantiationException != null) {
    [all...]
TrustedCertificateIndex.java 53 TrustAnchor anchor = new TrustAnchor(cert, null);
61 if (cert != null) {
69 if (anchors == null) {
94 if (anchors == null) {
95 return null;
102 if (caCert != null) {
113 return null;
120 if (anchors == null) {
121 return null;
134 if (caCert != null) {
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 92 if (loader == null) {
102 if (sizeString != null) {
114 if (pushName != null) {
122 initProperties("ALL", null, "java.util.logging.SimpleFormatter", null);
153 initProperties("ALL", null, "java.util.logging.SimpleFormatter", null);
220 * if {@code LogRecord} is {@code null}.
233 if (buffer[i] != null) {
236 buffer[i] = null;
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 138 * if either cipherSpi is {@code null} or provider is {@code
139 * null} and {@code cipherSpi} is a {@code NullCipherSpi}.
143 if (cipherSpi == null) {
144 throw new NullPointerException("cipherSpi == null");
146 if (!(cipherSpi instanceof NullCipherSpi) && provider == null) {
147 throw new NullPointerException("provider == null");
166 * <i>transformation</i>, or it is {@code null}, empty or in an
174 return getCipher(transformation, null);
188 * <i>transformation</i>, or it is {@code null}, empty or in an
196 * if the specified provider is {@code null}
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 110 * <code>null</code> {@link ErrorHandler} and
111 * <code>null</code> {@link LSResourceResolver}.</p>
178 * If the <tt>schemaLanguage</tt> parameter is null.
184 if (cl == null) {
191 if (f == null) {
206 if (schemaLanguage == null) {
207 throw new NullPointerException("schemaLanguage == null");
208 } else if (factoryClassName == null) {
209 throw new NullPointerException("factoryClassName == null");
211 if (classLoader == null) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 55 if (refNode == null) {
78 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; n = n.nextTextNode()) {
90 Text result = null;
93 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; ) {
96 if (n == this && content != null && content.length() > 0) {
117 for (Node p = getPreviousSibling(); p != null; p = p.getPreviousSibling()) {
130 * Otherwise returns null.
134 if (nextSibling == null) {
135 return null;
141 : null;
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 42 assertEquals(null, l.getPublicId());
43 assertEquals(null, l.getSystemId());
47 assertEquals(null, l.getEncoding());
48 assertEquals(null, l.getXMLVersion());
81 assertEquals(null, outer.getEncoding());
82 assertEquals(null, outer.getXMLVersion());
86 outer = new Locator2Impl(null);
99 l.setXMLVersion(null);
100 assertEquals(null, l.getXMLVersion());
109 l.setEncoding(null);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 57 return null;
63 if (intent == null || !ACTION_PLAY_ALERT_REMINDER.equals(intent.getAction())) {
86 if (notificationUri == null) {
91 if (r != null) {
108 String prefStr = prefs.getString(CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null);
110 if (prefStr == null) {
138 if (alarmManager == null) {
154 if (sPlayReminderRingtone != null) {
157 sPlayReminderRingtone = null;
159 if (sPlayReminderIntent != null) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 58 return new Now<Drawable>(null);
60 Entry newEntry = null;
64 if (drawableState == null) {
69 if (drawableState != null) {
73 return value == null ? null : value.newDrawable();
89 if (cached != null) Log.d(TAG, "Found icon in cache: " + drawableId);
95 if (drawable != null) {
130 mDrawable = null;
135 store(value == null ? null : value.getConstantState())
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 47 setPendingSuggestions(null);
53 if (suggestions == null) {
54 mDelayedAdapter.setSuggestions(null);
55 setPendingSuggestions(null);
62 setPendingSuggestions(null);
75 if (cursor != null && cursor.getCount() > 0) {
86 if (suggestions != null) {
91 if (mPendingDataSetObserver == null) {
94 if (mPendingSuggestions != null) {
103 if (mPendingSuggestions != null) {
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 68 return null;
80 return null;
85 return new Now<Drawable>(null);
89 return null;
101 return null;
109 return null;
113 return null;
122 return null;
140 if (o != null && o.getClass().equals(this.getClass())) {
174 return null;
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 51 if (mRenderer != null) {
53 mRenderer = null;
55 if (mRs != null) {
56 mRs.setSurface(null, 0, 0);
58 mRs = null;
65 if (mRenderer != null) {
77 if (mRs != null) {
80 if (mRenderer == null) {
92 if (mRenderer != null) mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
113 if (mRenderer != null) {
    [all...]
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 24 private RenderScriptGL mRenderScript = null;
25 private NoiseFieldRS mWallpaperRS = null;
48 if (mWallpaperRS != null) {
50 mWallpaperRS = null;
53 if (mRenderScript != null) {
54 mRenderScript.setSurface(null, 0, 0);
56 mRenderScript = null;
82 if (mRenderScript != null) {
86 if (mWallpaperRS == null) {
98 if (mWallpaperRS != null) {
    [all...]
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 21 private RenderScriptGL mRenderScript = null;
22 private PhaseBeamRS mWallpaperRS = null;
45 if (mWallpaperRS != null) {
47 mWallpaperRS = null;
50 if (mRenderScript != null) {
51 mRenderScript.setSurface(null, 0, 0);
53 mRenderScript = null;
77 if (mRenderScript != null) {
81 if (mWallpaperRS == null) {
93 return null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 54 Image img = factory.getIcon(tagName, null);
55 if (img != null) {
68 if (id == null || id.length() == 0) {
70 if (id == null || id.length() == 0) {
72 if (id == null || id.length() == 0) {
74 if (id != null && id.length() > 15) {
77 if (id == null || id.length() == 0) {
79 if (id != null && id.length() > 0) {
85 if (id != null && id.length() > 0) {
95 if (id != null && id.length() > 0)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 69 return mDatabase.query("group_table", NAME_PROJECTION, null, null, null, null, null);
80 return mDatabase.query("child1", VALUE_PROJECTION, null, null, null, null, null);
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 119 * When null (the usual case), no diagnostic output will be
120 * generated by LogFactory or LogFactoryImpl. When non-null,
123 private static PrintStream diagnosticsStream = null;
197 * or <code>null</code> if there is no such attribute.
267 * this with a <code>null</code> value is equivalent to calling
271 * @param value Value of the attribute to set, or <code>null</code>
284 protected static Hashtable factories = null;
289 * <code>getClassLoader</code> returns <code>null</code>.
298 * and hashtables don't allow null as a key.
300 protected static LogFactory nullClassLoaderFactory = null;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 54 * <em>not</em> permit the use of {@code null} keys or values because some
55 * null return values cannot be reliably distinguished from the absence of
81 * |2|---------------->| |--------------------->| |->null
86 * |1|----------->| |->| |------>| |----------->| |------>| |->null
91 * | |->|A|->|B|->|C|->|D|->|E|->|F|->|G|->|H|->|I|->|J|->|K|->null
136 * null, then it is considered logically deleted and ignored even
140 * must return the last non-null value held in the field. (Note:
141 * Null, rather than some special marker, is used for value fields
143 * requirement that method get returns null if there is no
155 * 1. CAS n's value field from non-null to null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 75 * A logger object. Must not be null.
85 * Must not be null. Should point to an existing valid XML document.
86 * @param log A logger object. Must not be null.
90 this(osAttrsXmlPath, null /* inheritableAttributes */, log, expectedAttributeCount);
106 * If inheritableAttributes is non-null, it must point to a preloaded
111 * Must not be null. Should point to an existing valid XML document.
112 * @param inheritableAttributes An optional parser with attributes to inherit. Can be null.
113 * If not null, the parser must have had its {@link #preload()} method
115 * @param log A logger object. Must not be null.
126 assert osAttrsXmlPath != null; local
127 assert log != null; local
    [all...]
  /art/test/ReferenceMap/
ReferenceMap.java 23 Object y = null;
28 if (y == null) {
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
RSBaseGraphics.java 38 if (mRS != null) {
40 mRS = null;

Completed in 1562 milliseconds

<<51525354555657585960>>