/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...] |
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabasePerformanceTests.java | 91 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null); 92 Assert.assertTrue(mDatabase != null); 162 mCursor = c.getContentResolver().query(People.CONTENT_URI, PEOPLE_PROJECTION, null, 163 null, People.DEFAULT_SORT_ORDER); 295 .query("t1", COLUMNS, where[i], null, null, null, null); 333 .query("t1", COLUMNS, where[i], null, null, null, null) [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;
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstEnumRef.java | 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */ 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived 38 fieldRef = null; 59 * @return {@code non-null;} the corresponding field reference 62 if (fieldRef == null) {
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstEnumRef.java | 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */ 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived 38 fieldRef = null; 59 * @return {@code non-null;} the corresponding field reference 62 if (fieldRef == null) {
|
/dalvik/dx/tests/035-dex-instance-var/ |
run | 17 jasmin -d . blort.j >/dev/null
|
/dalvik/dx/tests/036-dex-static-var/ |
run | 17 jasmin -d . blort.j >/dev/null
|
/dalvik/dx/tests/037-dex-static-final-var/ |
run | 17 jasmin -d . blort.j >/dev/null
|