/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ASubtractExpression.java | 49 if(this._left_ != null) 51 this._left_.parent(null); 54 if(node != null) 56 if(node.parent() != null) 74 if(this._right_ != null) 76 this._right_.parent(null); 79 if(node != null) 81 if(node.parent() != null) 106 this._left_ = null; 112 this._right_ = null; [all...] |
AUvarCommand.java | 49 if(this._position_ != null) 51 this._position_.parent(null); 54 if(node != null) 56 if(node.parent() != null) 74 if(this._expression_ != null) 76 this._expression_.parent(null); 79 if(node != null) 81 if(node.parent() != null) 106 this._position_ = null; 112 this._expression_ = null; [all...] |
AVarCommand.java | 49 if(this._position_ != null) 51 this._position_.parent(null); 54 if(node != null) 56 if(node.parent() != null) 74 if(this._expression_ != null) 76 this._expression_.parent(null); 79 if(node != null) 81 if(node.parent() != null) 106 this._position_ = null; 112 this._expression_ = null; [all...] |
Start.java | 46 if(this._pCommand_ != null) 48 this._pCommand_.parent(null); 51 if(node != null) 53 if(node.parent() != null) 71 if(this._eof_ != null) 73 this._eof_.parent(null); 76 if(node != null) 78 if(node.parent() != null) 94 this._pCommand_ = null; 100 this._eof_ = null; [all...] |
/external/openssh/regress/ |
agent-getpeereid.sh | 23 eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null 30 ssh-add -l > /dev/null 2>&1 36 < /dev/null ${SUDO} -S -u ${UNPRIV} ssh-add -l 2>/dev/null 43 ${SSHAGENT} -k > /dev/null
|
/external/proguard/src/proguard/io/ |
DirectoryWriter.java | 62 currentFile != null) 80 return getOutputStream(dataEntry, null); 91 currentFile != null && 98 if (currentOutputStream == null) 102 if (parentDirectory != null && 151 if (currentOutputStream != null) 154 if (currentFinisher != null) 157 currentFinisher = null; 161 currentOutputStream = null; 162 currentFile = null; [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SmsManagerTest.java | 34 smsManager = null; 35 shadowSmsManager = null; 46 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); 57 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); 64 smsManager.sendTextMessage("", testScAddress, testText, null, null); 69 smsManager.sendTextMessage(testDestinationAddress, testScAddress, "", null, null); [all...] |
/frameworks/base/core/java/android/util/ |
DebugUtils.java | 69 if (s != null && s.length() > 0) { 78 Method declaredMethod = null; 84 (Class[]) null); 85 } while ((parent = klass.getSuperclass()) != null && 86 declaredMethod == null); 88 if (declaredMethod != null) { 90 .invoke(object, (Object[])null); 91 match |= (value != null ? 92 value.toString() : "null").matches(pair[1]); 109 if (cls == null) { [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 47 * pass null. 50 * For no inner, pass null. 55 * pass null. 56 * If inset parameter is null, this parameter is ignored. 60 if (outerRadii != null && outerRadii.length < 8) { 63 if (innerRadii != null && innerRadii.length < 8) { 70 if (inset != null) { 88 if (mOuterRadii != null) { 93 if (mInnerRect != null) { 97 if (mInnerRadii != null) { [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterContext.java | 44 if (manager == null) { 45 throw new NullPointerException("Attempting to set null FrameManager!"); 46 } else if (manager.getContext() != null) { 60 if (mGLEnvironment == null) { 74 if (storedFrame != null) { 83 if (frame != null) { 91 if (frame != null) { 111 if (mFrameManager != null) { 113 mFrameManager = null; 117 if (mGLEnvironment != null) { [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDiscoveryFragment.java | 55 if (mRouter == null) { 63 * @return The selector, never null. 77 if (selector == null) { 78 throw new IllegalArgumentException("selector must not be null"); 86 if (args == null) { 92 if (mCallback != null) { 101 if (mSelector == null) { 103 if (args != null) { 106 if (mSelector == null) { 120 * @return The new callback, or null if no callback should be registered [all...] |
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 49 * <li>Unnecessary array separators. These are interpreted as if null was the 74 * @param in JSON encoded string. Null is not permitted and will yield a 80 if (in != null && in.startsWith("\ufeff")) { 90 * Integer, Long, Double or {@link JSONObject#NULL}. 200 StringBuilder builder = null; 208 if (builder == null) { 221 if (builder == null) { 277 * Reads a null, boolean, numeric or unquoted string literal value. Numeric 286 } else if ("null".equalsIgnoreCase(literal)) { 287 return JSONObject.NULL; [all...] |
/libcore/luni/src/main/java/java/lang/ |
StackTraceElement.java | 52 * The name of the file where execution is at or {@code null}. 58 * if {@code cls} or {@code method} is {@code null}. 61 if (cls == null) { 62 throw new NullPointerException("cls == null"); 63 } else if (method == null) { 64 throw new NullPointerException("method == null"); 87 * not be {@code null},</li> 107 * but spec does not allow null method/class names) 109 if ((methodName == null) || (castObj.methodName == null)) { [all...] |
/libcore/luni/src/main/java/java/lang/ref/ |
FinalizerReference.java | 31 private static FinalizerReference<?> head = null; 50 zombie = null; 56 reference.prev = null; 58 if (head != null) { 69 reference.next = null; 70 reference.prev = null; 71 if (prev != null) { 76 if (next != null) { 96 for (FinalizerReference<?> r = head; r != null; r = r.next) { 99 sentinelReference.referent = null; [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 37 * while (currentBuffer != null) { 50 * while (currentBuffer != null) { 116 * alternate between pointing to a node vs null, so cannot 203 * both methods may be called. This is done by using null return 265 * Value representing null arguments/returns from public 266 * methods. Needed because the API originally didn't disallow null 289 volatile Thread parked; // Set to this thread when parked, else null 307 * Elimination array; null until enabled (within slotExchange). 328 * @param item the (non-null) item to exchange 331 * @return the other thread's item; or null if interrupted; o [all...] |
ExecutorCompletionService.java | 23 * return a non-null value, in some method {@code use(Result r)}. You 37 * if (r != null) 42 * Suppose instead that you would like to use the first non-null result 55 * Result result = null; 62 * if (r != null) { 74 * if (result != null) 88 super(task, null); 96 if (aes == null) 103 if (aes == null) 115 * @throws NullPointerException if executor is {@code null} [all...] |
/libcore/luni/src/main/java/javax/crypto/spec/ |
PBEKeySpec.java | 44 if (password == null) { 50 salt = null; 68 * if the salt is null. 75 if (salt == null) { 76 throw new NullPointerException("salt == null"); 88 if (password == null) { 111 * if salt is null. 116 if (salt == null) { 117 throw new NullPointerException("salt == null"); 126 if (password == null) { [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivityQueryHandler.java | 61 startQuery(QUERY_VOICEMAIL_CONTENT_TOKEN, null, voicemailUri, VOICEMAIL_CONTENT_PROJECTION, 62 null, null, null); 72 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, 74 VoicemailStatusHelperImpl.PROJECTION, null, null, null); 77 mCallDetailActivity.updateVoicemailStatusMessage(null); 89 /** Check that the cursor is non-null and can be moved to first. * [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PanoramaMetadataSupport.java | 46 if (mPanoramaMetadata != null) { 50 if (mCallbacksWaiting == null) { 64 if (mPanoramaMetadata != null) { 65 mPanoramaMetadata = null; 66 } else if (mGetPanoMetadataTask != null) { 71 mGetPanoMetadataTask = null; 72 mCallbacksWaiting = null; 81 if (mPanoramaMetadata == null) { 89 mGetPanoMetadataTask = null; 90 mCallbacksWaiting = null; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterFx.java | 26 private FilterFxRepresentation mParameters = null; 27 private Bitmap mFxBitmap = null; 28 private Resources mResources = null; 36 if (mFxBitmap != null) mFxBitmap.recycle(); 37 mFxBitmap = null; 42 return null; 60 if (getParameters() == null || mResources == null) { 68 if (bitmapResourceId == 0) { // null filter fx 72 if (mFxBitmap == null || mFxBitmapId != bitmapResourceId) [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionExtras.java | 43 if (extraColumns != null) { 46 return null; 56 return null; 72 if (columns == null) return null; 73 List<String> extraColumns = null; 76 if (extraColumns == null) { 86 super(null); 97 if (columnIdx < 0) return null; 102 return null; [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
AbstractGoogleSourceResult.java | 91 return null; 95 return null; 103 return null; 115 return null; 119 return null; 123 return null; 127 return null; 131 return null; 147 return null; 151 return null; [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
NameFileFilter.java | 57 * @param name the name to allow, must not be null
58 * @throws IllegalArgumentException if the name is null
61 this(name, null);
67 * @param name the name to allow, must not be null
68 * @param caseSensitivity how to handle case sensitivity, null means case-sensitive
69 * @throws IllegalArgumentException if the name is null
72 if (name == null) {
73 throw new IllegalArgumentException("The wildcard must not be null");
76 this.caseSensitivity = (caseSensitivity == null ? IOCase.SENSITIVE : caseSensitivity);
85 * @param names the names to allow, must not be null
[all...] |
WildcardFileFilter.java | 63 * @throws IllegalArgumentException if the pattern is null
66 this(wildcard, null);
72 * @param wildcard the wildcard to match, not null
73 * @param caseSensitivity how to handle case sensitivity, null means case-sensitive
74 * @throws IllegalArgumentException if the pattern is null
77 if (wildcard == null) {
78 throw new IllegalArgumentException("The wildcard must not be null");
81 this.caseSensitivity = (caseSensitivity == null ? IOCase.SENSITIVE : caseSensitivity);
91 * @throws IllegalArgumentException if the pattern array is null
94 this(wildcards, null);
[all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
AccountWithDataSet.java | 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null); 41 return TextUtils.isEmpty(text) ? null : text; 49 return new AccountWithDataSet(account.name, account.type, null); 65 return (mAccountName == null) && (mAccountType == null); 81 int result = mAccountName != null ? mAccountName.hashCode() : 0; 82 result = 31 * result + (mAccountType != null ? mAccountType.hashCode() : 0); 83 result = 31 * result + (mDataSet != null ? mDataSet.hashCode() : 0) [all...] |