/libcore/luni/src/main/java/java/lang/ |
Throwable.java | 59 * The cause of this Throwable. Null when there is no cause. 64 * Throwables suppressed by this throwable. Null when suppressed exceptions 114 this.detailMessage = cause == null ? null : cause.toString(); 126 * this object's {@code stackTrace} will be null, 135 this.suppressedExceptions = null; 141 this.stackTrace = null; 162 if (stackTrace == null) { 174 * {@code Throwable} was created. Returns {@code null} if no message was 183 * {@code Throwable} was created. Returns {@code null} if no message wa [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
NameConstraints.java | 72 if (permittedSubtrees != null) { 74 if (ps == null || ps.isEmpty()) { 78 if (excludedSubtrees != null) { 80 if (es == null || es.isEmpty()) { 99 if (encoding == null) { 111 if (permittedSubtrees != null) { 115 if (permitted_names[tag] == null) { 123 if (excludedSubtrees != null) { 127 if (excluded_names[tag] == null) { 141 if (bytes == null) { [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessManagerTest.java | 33 Thread thread = null; 34 Process process = null; 39 Process process = Runtime.getRuntime().exec(commands, null, null); 53 process = Runtime.getRuntime().exec(commands, null, null); 66 process = Runtime.getRuntime().exec(commands, null, null); 117 commands, null, new File("/")); 128 commands, environment, null); [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMTestCase.java | 22 Document doc = null; 23 Exception parseException = null; 32 builder.setErrorHandler(null); 33 if (parseException != null) { 54 URL resolvedURI = null; 57 if (resolvedURI.getProtocol() != null) { 67 if (resolvedURI == null) { 91 if (resolvedURI == null) { 92 fail("resolvedURI is null "); 106 // URI must be non-null [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 77 * Exception expected with this parameters set or <code>null</code> 112 new ECFieldF2mDomainParams(1, null, null, null), 114 new ECFieldF2mDomainParams(Integer.MAX_VALUE, null, null, null), 116 new ECFieldF2mDomainParams(0, null, null, ECFieldF2mDomainParams.IArgE), 118 new ECFieldF2mDomainParams(-1, null, null, ECFieldF2mDomainParams.IArgE [all...] |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ContactInfoHelper.java | 60 * If an error occurs during the lookup, it returns null. 72 if (sipInfo == null || sipInfo == ContactInfo.EMPTY) { 85 if (phoneInfo == null || phoneInfo == ContactInfo.EMPTY) { 93 if (info == null) { 95 updatedInfo = null; 102 updatedInfo.formattedNumber = formatPhoneNumber(number, null, countryIso); 135 return null; 142 * It returns null if an error occurs, {@link ContactInfo#EMPTY} if no matching contact is 145 * The {@link ContactInfo#formattedNumber} field is always set to {@code null} in the returned 151 mContext.getContentResolver().query(uri, PhoneQuery._PROJECTION, null, null, null) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewWidget.java | 43 CheckForShortPress mPendingCheckForShortPress = null; 44 ShortPressListener mShortPressListener = null; 46 static PagedViewWidget sShortpressTarget = null; 53 this(context, null); 84 if (name != null) { 88 if (dims != null) { 107 if (image != null) { 110 mInfo != null && preview != null && preview.getBitmap() != null) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderLogger.java | 58 return mFidelityWarnings != null || mErrors != null || mWarnings != null || 63 * Returns a list of traces encountered during rendering, or null if none 65 * @return a list of traces encountered during rendering, or null if none 83 if (mErrors != null) { 89 if (mWarnings != null) { 95 if (includeFidelityWarnings && mFidelityWarnings != null) { 129 if (tag == null && message != null [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentValuesTest.java | 50 new ContentValues(null); 80 // input null as param 81 mContentValues.putNull(null); 93 // input null as param 94 assertNull(mContentValues.getAsLong(null)); 106 // input null as param 107 assertNull(mContentValues.getAsByte(null)); 119 // input null as param 120 assertNull(mContentValues.getAsInteger(null)); 147 // input null as para [all...] |
/frameworks/base/core/java/android/content/ |
ContentProviderOperation.java | 71 mValues = source.readInt() != 0 ? ContentValues.CREATOR.createFromParcel(source) : null; 72 mSelection = source.readInt() != 0 ? source.readString() : null; 73 mSelectionArgs = source.readInt() != 0 ? source.readStringArray() : null; 74 mExpectedCount = source.readInt() != 0 ? source.readInt() : null; 77 : null; 80 : null; 81 if (mSelectionArgsBackReferences != null) { 93 if (mValues != null) { 99 if (mSelection != null) { 105 if (mSelectionArgs != null) { [all...] |
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 43 protected Context mContext = null; 44 protected StorageManager mSm = null; 74 private String mObbFilePath = null; 75 private String mPathToContentsFile = null; 76 private String mOfficialObbFilePath = null; 86 assertTrue("obbFilePath cannot be null!", obbFilePath != null); 88 assertTrue("path to contents file cannot be null!", pathToContentsFile != null); 109 assertTrue("Failed to open file!", inputFile != null); [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
BitmapDrawable.java | 89 mBitmapState = new BitmapState((Bitmap) null); 101 mBitmapState = new BitmapState((Bitmap) null); 112 this(new BitmapState(bitmap), null); 131 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); 132 if (mBitmap == null) { 142 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null); 144 if (mBitmap == null) { 156 this(new BitmapState(BitmapFactory.decodeStream(is)), null); 157 if (mBitmap == null) { 167 this(new BitmapState(BitmapFactory.decodeStream(is)), null); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ScrollingTabContainerView.java | 128 return mTabSpinner != null && mTabSpinner.getParent() == this; 140 if (mTabSpinner == null) { 146 if (mTabSpinner.getAdapter() == null) { 149 if (mTabSelector != null) { 151 mTabSelector = null; 179 if (mTabSpinner != null && position >= 0) { 190 final SpinnerICS spinner = new SpinnerICS(getContext(), null, 208 if (mTabSelector != null) { 215 mTabSelector = null; 224 if (mTabSelector != null) { [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
TrustManagerImpl.java | 56 * The AndroidCAStore if non-null, null otherwise. 66 * The backing store for the AndroidCAStore if non-null. This will 67 * be null when the rootKeyStore is null, implying we are not 97 this(keyStore, null); 104 CertPathValidator validatorLocal = null; 105 CertificateFactory factoryLocal = null; 106 KeyStore rootKeyStoreLocal = null; 107 TrustedCertificateStore trustedCertificateStoreLocal = null; [all...] |
/frameworks/base/services/java/com/android/server/content/ |
SyncStorageEngine.java | 178 this.extras = extras != null ? new Bundle(extras) : extras; 181 this.serviceName = null; 257 this.service = null; 279 this.account = null; 281 this.authority = null; 373 private static volatile SyncStorageEngine sSyncStorageEngine = null; 448 if (sSyncStorageEngine != null) { 458 if (sSyncStorageEngine == null) { 465 if (mSyncRequestListener == null) { 521 ArrayList<ISyncStatusObserver> reports = null; [all...] |
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaDrmBridge.java | 39 // the MediaCrypto object. It's associated mime type is always null and 127 return null; 143 * @return session if sessionId maps a valid opened session. Returns null 152 return null; 192 if (mMediaDrm == null) { 196 assert mMediaCryptoSession == null; local 197 assert mMediaCrypto == null; local 201 if (mMediaCryptoSession == null) { 212 assert mMediaCrypto != null; local 232 * @return the session opened. Returns null if unexpected error happened 235 assert mMediaDrm != null; local 254 assert mMediaDrm != null; local 373 assert mMediaDrm != null; local 374 assert mMediaCrypto != null; local 400 assert mMediaDrm != null; local 445 assert mMediaCrypto == null; local 458 assert mMediaCrypto != null; local 619 assert mMediaDrm != null; local [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorSet.java | 94 private AnimatorSetListener mSetListener = null; 115 private ValueAnimator mDelayAnim = null; 123 // Records the interpolator for the set. Null value indicates that no interpolator 125 private TimeInterpolator mInterpolator = null; 140 if (items != null) { 155 if (items != null && items.size() > 0) { 157 Builder builder = null; 159 if (builder == null) { 175 if (items != null) { 194 if (items != null && items.size() > 0) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 89 * Shared state for currently active iterators, or null if there 93 transient Itrs itrs = null; 120 * Throws NullPointerException if argument is null. 125 if (v == null) 135 // assert items[putIndex] == null; 148 // assert items[takeIndex] != null; 152 items[takeIndex] = null; 155 if (itrs != null) 168 // assert items[removeIndex] != null; 173 items[takeIndex] = null; [all...] |
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageWorker.java | 76 if (data == null) { 80 BitmapDrawable value = null; 82 if (mImageCache != null) { 86 if (value != null) { 182 if (bitmapWorkerTask != null) { 200 if (bitmapWorkerTask != null) { 202 if (bitmapData == null || !bitmapData.equals(data)) { 218 * null if there is no such task. 221 if (imageView != null) { 228 return null; [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTree.as | 33 * non-null node is called "nil". 42 public function BaseTree(node:Tree = null) { 46 if ( _children==null || i>=_children.length ) { 47 return null; 60 for (var i:int = 0; _children!=null && i < _children.length; i++) { 66 return null; 70 if ( _children==null ) { 83 if ( t==null ) { 84 return; // do nothing upon addChild(null) 88 if ( this._children!=null && this._children == childTree._children ) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NameSpaceChecker.java | 47 if ( r==null ) { 51 if ( r.labelNameSpace!=null ) { 59 if ( r.ruleScope!=null ) { 80 if ( r.returnScope!=null ) { 82 if (conflictingKeys!=null) { 111 else if ( grammar.getGlobalScope(ruleName)!=null ) { 134 if ( localRule==null && rule!=null ) { // imported rule? 138 if ( rule==null && grammar.getTokenType(ruleName)!=Label.EOF ) { 167 if ( scopeG==null ) { [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 81 this(ch,null); 96 m_Serializer = null; 100 if (systemId != null) 112 if (m_contentHandler != null) 143 while (null != pos) 149 while (null == nextNode) 158 if (null == nextNode) 162 if ((null == pos) || (top.equals(pos))) 164 if (null != pos) 167 nextNode = null; [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Geometry.java | 78 protected BatchNode batchNode = null; 86 protected Transform prevBatchTransforms = null; 90 protected Matrix4f cachedOffsetMat = null; 100 * Both the mesh and the material are null, the geometry 111 * The material of the geometry is null, it cannot 119 if (mesh == null) { 199 * @throws IllegalArgumentException If mesh is null 202 if (mesh == null) { 274 if (mesh == null) { 275 throw new NullPointerException("Geometry: " + getName() + " has null mesh") 527 oc.write(material.getAssetName(), "materialName", null); local [all...] |
Node.java | 128 BoundingVolume resultBound = null; 132 if (resultBound != null) { 136 // set world bound to first non-null child world bound 137 if (child.getWorldBound() != null) { 197 if(children != null) { 215 if(children != null) { 234 * @throws NullPointerException If child is null. 237 if (child == null) 241 if (child.getParent() != null) { 272 * @throws NullPointerException if child is null [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 580 private PowerManager.WakeLock mWakeLock = null; 594 if ((looper = Looper.myLooper()) != null) { 596 } else if ((looper = Looper.getMainLooper()) != null) { 599 mEventHandler = null; [all...] |