/external/proguard/src/proguard/classfile/editor/ |
ParameterAnnotationsAttributeEditor.java | 55 if (annotations == null || 59 if (annotations != null)
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassVersionSetter.java | 46 this(classVersion, null); 70 newerClassVersions != null)
|
/external/proguard/src/proguard/io/ |
FilteredDataEntryReader.java | 46 * the data entry. May be <code>null</code>. 51 this(dataEntryFilter, acceptedDataEntryReader, null); 60 * the data entry. May be <code>null</code>. 64 * <code>null</code>. 85 if (dataEntryReader != null)
|
NameFilter.java | 42 this(regularExpression, acceptedDataEntryReader, null); 67 this(regularExpressions, acceptedDataEntryReader, null);
|
/external/proguard/src/proguard/optimize/info/ |
CaughtClassMarker.java | 51 if (info != null) 61 return info == null || info.isCaught();
|
PackageVisibleMemberContainingClassMarker.java | 55 if (info != null) 65 return info == null || info.containsPackageVisibleMembers();
|
/external/qemu/distrib/sdl-1.2.15/ |
autogen.sh | 10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
|
/external/replicaisland/src/com/replica/replicaisland/ |
PlaySingleSoundComponent.java | 32 mSound = null; 41 if (mSoundHandle == -1 && mSound != null) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCookieSyncManager.java | 22 if (sRef == null) { 30 if (sRef == null) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
Strings.java | 20 if (a == null) { 21 return b == null;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
RobolectricTest.java | 61 View aView = new View(null); 76 View aView = new View(null); 85 View view = new View(null); 166 View view = new View(null); 178 return null; 192 DefaultRequestDirector requestDirector = new DefaultRequestDirector(null, null, null, connectionKeepAliveStrategy, null, null, null, null, null, null, null, null) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CountingAdapter.java | 27 return null; 37 TextView textView = new TextView(null);
|
/external/smack/src/com/kenai/jbosh/ |
AbstractAttr.java | 67 if (otherObj == null) { 109 if (otherObj == null) {
|
/external/smack/src/org/jivesoftware/smack/ |
ServerTrustManager.java | 62 InputStream in = null; 74 trustStore = null; 77 if (in != null) { 87 if (trustStore == null) 112 Principal principalLast = null; 117 if (principalLast != null) { 143 trusted = trustStore.getCertificateAlias(x509Certificates[nSize - 1]) != null; 220 * in the certificate. If none was found then return <tt>null</tt>. 224 * in the certificate. If none was found then return <tt>null</tt>. 231 if (altNames == null) { [all...] |
/external/smack/src/org/jivesoftware/smack/filter/ |
FromMatchesFilter.java | 51 if (address == null) { 52 throw new IllegalArgumentException("Parameter cannot be null."); 59 if (packet.getFrom() == null) {
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
OutgoingFileTransfer.java | 76 if (outputStream == null) {
93 return null;
117 if (isDone() || outputStream != null) {
154 if(progress == null) {
155 throw new IllegalArgumentException("Callback progress cannot be null.");
158 if (isDone() || outputStream != null) {
181 if (transferThread != null && transferThread.isAlive() || isDone()) {
207 if (file == null || !file.exists() || !file.canRead()) {
222 if (outputStream == null) {
230 InputStream inputStream = null;
[all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCAdmin.java | 209 if (getAffiliation() != null) { 212 if (getJid() != null) { 215 if (getNick() != null) { 218 if (getRole() != null) { 221 if (getReason() == null && getActor() == null) { 226 if (getReason() != null) { 229 if (getActor() != null) {
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
HeaderProvider.java | 30 String name = parser.getAttributeValue(null, "name");
31 String value = null;
|
StreamInitiationProvider.java | 51 String name = null; 52 String size = null; 53 String hash = null; 54 String date = null; 55 String desc = null; 59 DataForm form = null; 88 if(size != null && size.trim().length() !=0){ 98 if (date != null) {
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
NodeExtension.java | 52 this(elem, null);
77 return '<' + getElementName() + (node == null ? "" : " node='" + node + '\'') + "/>";
|
SubscriptionEvent.java | 51 if (subscriptionIds != null)
72 if (subscriptionIds != null)
|
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/ |
PubSubNamespace.java | 24 BASIC(null),
40 if (fragment != null)
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
DepartQueuePacket.java | 45 this(workgroup, null);
66 if (this.user != null) {
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
RegisterType.java | 48 type != null) || 50 type == null); 58 return "(" + category.name() + (type==null?"":("," + type.getClassType())) + ")"; 64 if (type != null) { 74 if (o == null || getClass() != o.getClass()) return false; 79 if (type != null ? !type.equals(that.type) : that.type != null) return false; 87 result = 31 * result + (type != null ? type.hashCode() : 0); 95 Null, 125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer (…) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 70 data = null; 112 * available, or null if the index is out of range. 120 return null; 130 * none is available, or null if the index if out of range. 138 return null; 148 * none is available, or null if the index is out of bounds. 156 return null; 165 * @return The attribute's type, "CDATA" if the type is unknown, or null 174 return null; 183 * @return The attribute's value or null if the index is out of bounds [all...] |