/external/proguard/src/proguard/ |
ClassSpecification.java | 53 this(null, 56 null, 57 null, 58 null, 59 null); 92 * to apply. The name may be null to 94 * @param className the class name. The name may be null to 100 * to apply. The name may be null to 104 * apply. The name may be null to specify 122 null, [all...] |
/cts/tools/dasm/src/java_cup/ |
production_part.java | 29 /** Optional label for referring to the part within an action (null for 34 /** Optional label for referring to the part within an action (null for 53 if (other == null) return false; 56 if (label() != null) 59 return other.label() == null; 78 return label()==null ? 0 : label().hashCode(); 86 if (label() != null)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTreeAdaptor.cs | 61 if (t == null) 62 return null; 117 if (t == null) 123 if (startToken != null) 126 if (stopToken != null) 134 if (t == null) 141 if (t == null) 148 if (t == null) 149 return null; 155 if (t == null) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeAdaptor.java | 51 if ( t==null ) return null; 95 if ( t==null ) return; 98 if ( startToken!=null ) start = startToken.getTokenIndex(); 99 if ( stopToken!=null ) stop = stopToken.getTokenIndex(); 105 if ( t==null ) return -1; 110 if ( t==null ) return -1; 115 if ( t==null ) return null; 120 if ( t==null ) return Token.INVALID_TOKEN_TYPE [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServerSocket.java | 30 private ServerSocket instance = null; 43 return null; 45 if (instance == null) { 46 return null; 76 if (instance != null) {
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
StringValue.java | 25 if ((value != null) && (value.length () > 0)) 27 if (m_value == null) 41 return m_value != null ? m_value.toString () : null; 49 if (task == null) throw new IllegalArgumentException ("null input: task");
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AEachCommand.java | 59 if(this._position_ != null) 61 this._position_.parent(null); 64 if(node != null) 66 if(node.parent() != null) 84 if(this._variable_ != null) 86 this._variable_.parent(null); 89 if(node != null) 91 if(node.parent() != null) 109 if(this._expression_ != null) 111 this._expression_.parent(null); [all...] |
AIfCommand.java | 59 if(this._position_ != null) 61 this._position_.parent(null); 64 if(node != null) 66 if(node.parent() != null) 84 if(this._expression_ != null) 86 this._expression_.parent(null); 89 if(node != null) 91 if(node.parent() != null) 109 if(this._block_ != null) 111 this._block_.parent(null); [all...] |
ALoopToCommand.java | 59 if(this._position_ != null) 61 this._position_.parent(null); 64 if(node != null) 66 if(node.parent() != null) 84 if(this._variable_ != null) 86 this._variable_.parent(null); 89 if(node != null) 91 if(node.parent() != null) 109 if(this._expression_ != null) 111 this._expression_.parent(null); [all...] |
AWithCommand.java | 59 if(this._position_ != null) 61 this._position_.parent(null); 64 if(node != null) 66 if(node.parent() != null) 84 if(this._variable_ != null) 86 this._variable_.parent(null); 89 if(node != null) 91 if(node.parent() != null) 109 if(this._expression_ != null) 111 this._expression_.parent(null); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
Authority.java | 63 if (userInfo != null) { 79 if (other == null) return false; 87 if (this.userInfo != null && otherAuth.userInfo != null) { 116 if (userInfo == null) 117 return null; 124 * @return String user or null if not set. 127 return userInfo != null ? userInfo.user : null; 132 * @return Host (null if not set [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
FrameRateWatcherComponent.java | 32 mRenderComponent = null; 33 mDrawable = null; 38 if (mRenderComponent != null && mDrawable != null) { 42 mRenderComponent.setDrawable(null);
|
/libcore/luni/src/main/java/java/lang/ref/ |
Reference.java | 53 * If non-null, the queue on which this reference will be enqueued 91 * Makes the referent {@code null}. This does not force the reference 95 referent = null; 107 if (queue != null && queueNext == null) { 109 queue = null; 129 * @return the referent to which reference refers, or {@code null} if the 143 return queueNext != null;
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXException.java | 45 this.exception = null; 56 this.exception = null; 104 if (message == null && exception != null) { 115 * @return The embedded exception, or null if there is none. 130 if (exception != null) { 146 * @serial The embedded exception if tunnelling, or null.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
TransactionContext.java | 51 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); 56 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); 61 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet(); 66 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap(); 71 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); 76 if (mStaleSearchIndexContacts == null) mStaleSearchIndexContacts = Sets.newHashSet(); 81 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); 86 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); 91 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet(); 96 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet() [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailCleanupServiceTest.java | 51 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_CHANGED, null); 55 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REPLACED, null); 63 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REMOVED, null); 75 if (replacingExtra != null) { 96 Voicemails.buildSourceUri(sourcePackage), null, null, null, null); 99 Status.buildSourceUri(sourcePackage), null, null, null, null) [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl3Test.java | 62 if (provs != null) { 83 if (mProv != null) { 88 if (provs != null) { 99 * method Assertions: throws NullPointerException when mechanisms is null; 117 Sasl.createSaslClient(null, null, null, null, null, cbH); 118 fail("NullPointerException should be thrown when mechanisms is null"); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyStore3Test.java | 88 mockKeyStore.load(null); 93 mockKeyStore.store(null); 100 mockKeyStore.load(null, null); 101 mockKeyStore.store(null); 105 mockKeyStore.load(null, null); 107 mockKeyStore.setKeyEntry(null, null, null, null); [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
SoundHandleJme.java | 49 if (ar == null || node == null) 62 if (ar == null || am == null) 66 if (fileName == null) 73 if (fileName != null){ 74 if (node != null){ 88 if (node != null){ 90 node = null; 95 if (node != null) { [all...] |
/frameworks/base/core/java/android/os/ |
Registrant.java | 39 refH = null; 40 userObj = null; 46 internalNotifyRegistrant (null, null); 52 internalNotifyRegistrant (result, null); 58 internalNotifyRegistrant (null, exception); 75 if (h == null) { 89 * NOTE: May return null if weak reference has been collected 97 if (h == null) { 100 return null; [all...] |
/cts/libs/vogar-expect/src/vogar/util/ |
Log.java | 23 private static LogOutput sLogoutput = null; 30 if (sLogoutput != null) { 36 if (sLogoutput != null) { 45 if (sLogoutput != null) { 51 if (sLogoutput != null) { 57 if (sLogoutput != null) { 63 if (sLogoutput != null) {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ToolMessage.java | 45 super(msgID, null, null); 48 super(msgID, arg, null); 58 super(msgID,arg,null); 63 if ( arg!=null ) { 66 if ( arg2!=null ) { 69 if ( e!=null ) {
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
IntegerTest.java | 47 { new BigInteger("0"), null, null }, 48 { new BigInteger("1"), null, null }, 49 { new BigInteger("-1"), null, null }, 50 { new BigInteger("127"), null, null }, 51 { new BigInteger("-127"), null, null }, [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_Connection1.java | 54 return null; 60 return null; 65 return null; 73 return null; 81 return null; 89 return null; 93 return null; 105 return null; 111 return null; 116 return null; [all...] |
/frameworks/base/core/java/android/view/ |
AbsSavedState.java | 35 mSuperState = null; 44 if (superState == null) { 45 throw new IllegalArgumentException("superState must not be null"); 47 mSuperState = superState != EMPTY_STATE ? superState : null; 57 Parcelable superState = source.readParcelable(null); 59 mSuperState = superState != null ? superState : EMPTY_STATE; 78 Parcelable superState = in.readParcelable(null); 79 if (superState != null) { 80 throw new IllegalStateException("superState must be null");
|