/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ANegativeExpression.java | 44 if(this._expression_ != null) 46 this._expression_.parent(null); 49 if(node != null) 51 if(node.parent() != null) 75 this._expression_ = null;
|
ANotExpression.java | 44 if(this._expression_ != null) 46 this._expression_.parent(null); 49 if(node != null) 51 if(node.parent() != null) 75 this._expression_ = null;
|
ANumericExpression.java | 44 if(this._expression_ != null) 46 this._expression_.parent(null); 49 if(node != null) 51 if(node.parent() != null) 75 this._expression_ = null;
|
AStringExpression.java | 44 if(this._value_ != null) 46 this._value_.parent(null); 49 if(node != null) 51 if(node.parent() != null) 75 this._value_ = null;
|
AVariableExpression.java | 44 if(this._variable_ != null) 46 this._variable_.parent(null); 49 if(node != null) 51 if(node.parent() != null) 75 this._variable_ = null;
|
/external/jsilver/src/org/clearsilver/ |
CSUtil.java | 58 if (loadpathsHdf == null) { 66 for (HDF lpHdf = loadpathsHdf.objChild(); lpHdf != null; 75 * Returns <code>null</code> if file not found. 78 * @return a File object corresponding to the file. <code>null</code> if 82 if (filename == null) { 85 if (loadpaths == null) { 94 return null;
|
/external/junit/src/org/junit/internal/runners/ |
TestMethod.java | 30 return fMethod.getAnnotation(Ignore.class) != null; 35 if (annotation == null) 43 if (annotation == null || annotation.expected() == None.class) 44 return null; 54 return getExpectedException() != null;
|
/external/mockito/src/org/mockito/internal/invocation/ |
ArgumentsProcessor.java | 22 if (!isVarArgs || new ArrayUtils().isEmpty(args) || args[args.length - 1] != null && !args[args.length - 1].getClass().isArray()) { 23 return args == null ? new Object[0] : args; 28 if (args[nonVarArgsCount] == null) { 29 // in case someone deliberately passed null varArg array 30 varArgs = new Object[] { null }; 44 if (arg != null && arg.getClass().isArray()) {
|
/external/nist-sip/java/gov/nist/core/ |
HostPort.java | 61 host = null; 87 if (other == null) return false; 144 if (host == null) 145 return null; 158 if (this.host != null)
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 303 if (serverTransaction.getState() == null) { 334 if (realState == null || TransactionState.TRYING == realState) { 431 if (transport == null) 453 String host = null; 454 if (via.getMAddr() != null) { 467 if (host == null) { 483 if (messageChannel != null) 570 if (viaHeaders != null) { 574 if (messageBranch != null) { 584 messageBranch = null; [all...] |
ServerLog.java | 70 * Name of the log file in which the trace is written out (default is null) 106 this.logContent = (logContent != null && logContent.equals("true")); 108 if (logLevel != null) { 166 // public static String webTesterLogFile=null; 174 if (printWriter != null) { 176 printWriter = null; 181 if (logFileName == null || traceLevel < TRACE_MESSAGES) { 190 printWriter = null; 194 if (printWriter == null) { 219 if (auxInfo != null) { [all...] |
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessageDecoder.java | 39 if (message != null) { 41 if (encoding != null) { 54 if (encoding == null) { 62 return null; 72 if (body != null) {
|
/external/objenesis/main/src/org/objenesis/ |
ObjenesisBase.java | 54 if(strategy == null) {
55 throw new IllegalArgumentException("A strategy can't be null");
58 this.cache = useCache ? new HashMap() : null;
63 + (cache == null ? " without" : " with") + " caching";
85 if(cache == null) {
89 if(instantiator == null) {
|
/external/objenesis/main/src/org/objenesis/instantiator/jrockit/ |
JRockit131Instantiator.java | 36 if(newConstructorForSerializationMethod == null) {
59 if(newConstructorForSerializationMethod != null) {
64 javaLangObjectConstructor = Object.class.getConstructor((Class[]) null);
71 mungedConstructor = (Constructor) newConstructorForSerializationMethod.invoke(null,
83 return mungedConstructor.newInstance((Object[]) null);
|
/external/proguard/src/proguard/classfile/util/ |
WarningPrinter.java | 55 this.classFilter = null; 66 this.classFilter = classFilter == null ? null : 89 return classFilter == null || 112 return classFilter == null ||
|
/external/replicaisland/src/com/replica/replicaisland/ |
HitPlayerComponent.java | 41 mHitReact = null; 49 if (manager != null && mHitReact != null) { 51 if (player != null && player.life > 0) { 57 if (playerHitReact != null) {
|
RenderComponent.java | 48 mDrawable = null; 53 if (mDrawable != null) { 55 if (system != null) { 72 } else if (mDrawable.getParentPool() != null) { 77 mDrawable = null;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMimeTypeMap.java | 22 static MimeTypeMap sSingleton = null; 27 if (sSingleton == null) { 29 if (sSingleton == null) { 47 return null; 55 return null;
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/ |
SmackAndroid.java | 15 private static SmackAndroid sSmackAndroid = null; 29 if (sSmackAndroid == null) { 38 if (mConnectivityChangedReceiver != null) { 40 mConnectivityChangedReceiver = null; 45 if (mConnectivityChangedReceiver == null) {
|
/external/smack/src/com/kenai/jbosh/ |
BodyQName.java | 59 return createWithPrefix(uri, local, null); 68 * @param prefix optional prefix or @{code null} for no prefix 75 if (uri == null || uri.length() == 0) { 77 "URI is required and may not be null/empty")); 79 if (local == null || local.length() == 0) { 81 "Local arg is required and may not be null/empty")); 83 if (prefix == null || prefix.length() == 0) { 109 * Get the optional prefix used with this qualified name, or {@code null} 112 * @return prefix, or {@code null} if no prefix was supplied 150 return createWithPrefix(BOSH_NS_URI, local, null); [all...] |
/external/smack/src/org/jivesoftware/smack/ |
SmackAndroid.java | 15 private static SmackAndroid sSmackAndroid = null; 29 if (sSmackAndroid == null) { 38 if (mConnectivityChangedReceiver != null) { 40 mConnectivityChangedReceiver = null; 45 if (mConnectivityChangedReceiver == null) {
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PayloadItem.java | 29 * to true, otherwise it will be null.
56 if (payloadExt == null)
57 throw new IllegalArgumentException("payload cannot be 'null'");
64 * @param itemId The id of this item. It can be null if we want the server to set the id.
71 if (payloadExt == null)
72 throw new IllegalArgumentException("payload cannot be 'null'");
93 if (payloadExt == null)
94 throw new IllegalArgumentException("payload cannot be 'null'");
114 if (getId() != null)
121 if (getNode() != null) {
[all...] |
/external/smack/src/org/xbill/DNS/ |
ISDNRecord.java | 38 if (subAddress != null) 78 * Returns the ISDN subaddress, or null if there is none. 82 if (subAddress == null) 83 return null; 90 if (subAddress != null) 98 if (subAddress != null) {
|
NSAPRecord.java | 30 return null; 42 return null; 55 return null; 69 if (this.address == null) { 84 if (this.address == null)
|
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
RequestSync.java | 33 private String mAccountName = null; 34 private String mAccountType = null; 35 private String mAuthority = null; 64 final Account account = mAccountName != null && mAccountType != null 65 ? new Account(mAccountName, mAccountType) : null; 68 if (account != null) { 74 System.out.printf(" Authority: %s\n", mAuthority != null ? mAuthority : "All"); 89 while ((opt=nextOption()) != null) { 121 } else if (opt.equals("--esn") || opt.equals("--extra-string-null")) { [all...] |