/external/mockito/src/org/mockito/internal/util/collections/ |
ArrayUtils.java | 11 return array == null || array.length == 0;
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
Constructors.java | 11 * @return The no-arg constructor or null if none is declared. 17 return null;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDateHeader.java | 82 if (dat != null) 93 if (date == null) 94 return null; 100 if (this.date != null)
|
Supported.java | 60 optionTag = null; 78 if (optionTag != null) 89 return optionTag != null ? optionTag : ""; 101 if (optionTag == null) 104 + "setOptionTag(), the optionTag parameter is null");
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
PLAINTEXT.java | 40 if (signature == null) { 47 private String signature = null; 52 signature = null; 60 signature = null;
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
SerializableConstructorWithMandatoryArguments.java | 28 if(something == null) {
|
/external/okhttp/android/main/java/com/squareup/okhttp/ |
HttpHandler.java | 28 return newOkHttpClient(null /* proxy */).open(url); 32 if (url == null || proxy == null) { 33 throw new IllegalArgumentException("url == null || proxy == null"); 45 if (proxy != null) {
|
/external/openfst/ |
fix_headers.sh | 6 grep $1 $INPUT_FILE > /dev/null 2>&1
|
/external/proguard/src/proguard/ant/ |
ClassSpecificationElement.java | 85 if (name != null && 88 name = null; 92 new ClassSpecification(null, 95 annotation != null ? ClassUtil.internalType(annotation) : null, 96 name != null ? ClassUtil.internalClassName(name) : null, 97 extendsAnnotation != null ? ClassUtil.internalType(extendsAnnotation) : null, 98 extends_ != null ? ClassUtil.internalClassName(extends_) : null) [all...] |
/external/proguard/src/proguard/evaluation/value/ |
ReferenceValue.java | 31 * and a flag that indicates whether the value could be <code>null</code>. If 32 * the type is <code>null</code>, the value is <code>null</code>. 80 * Returns whether the type is <code>null</code>. 84 return type == null ? ALWAYS : 97 // If this type is null, it is never an instance of any class. 98 if (thisType == null) 152 // If this type may be null, it might not be an instance of any class. 179 return referencedClass != null && 180 otherReferencedClass != null & [all...] |
/external/proguard/src/proguard/io/ |
CascadingDataEntryWriter.java | 67 return getOutputStream(dataEntry, null); 78 // Return it, if it's not null. Otherwise try to get an output stream 80 return outputStream != null ? 91 dataEntryWriter1 = null; 92 dataEntryWriter2 = null;
|
DataEntryParentFilter.java | 49 return dataEntry != null && dataEntryFilter.accepts(dataEntry.getParent());
|
/external/proguard/src/proguard/optimize/ |
OptimizationInfoMemberFilter.java | 59 if (FieldOptimizationInfo.getFieldOptimizationInfo(programField) != null) 69 if (FieldOptimizationInfo.getFieldOptimizationInfo(libraryField) != null) 79 if (MethodOptimizationInfo.getMethodOptimizationInfo(programMethod) != null) 89 if (MethodOptimizationInfo.getMethodOptimizationInfo(libraryMethod) != null)
|
/external/proguard/src/proguard/optimize/info/ |
PackageVisibleMemberInvokingClassMarker.java | 46 if (referencedClass != null && 54 if (referencedMember != null && 69 if (info != null) 79 return info == null || info.invokesPackageVisibleMembers();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocalBroadcastManager.java | 12 Robolectric.Reflection.setFinalStaticField(LocalBroadcastManager.class, "mInstance", null);
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Bind.java | 36 private String resource = null;
37 private String jid = null;
62 if (resource != null) {
65 if (jid != null) {
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCUser.java | 52 if (getInvite() != null) { 55 if (getDecline() != null) { 58 if (getItem() != null) { 61 if (getPassword() != null) { 64 if (getStatus() != null) { 67 if (getDestroy() != null) { 266 if (getTo() != null) { 269 if (getFrom() != null) { 273 if (getReason() != null) { 351 if (getTo() != null) { [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
FormNode.java | 40 if (submitForm == null)
41 throw new IllegalArgumentException("Submit form cannot be null");
57 if (submitForm == null)
58 throw new IllegalArgumentException("Submit form cannot be null");
75 if (configForm == null)
84 if (getNode() != null)
|
/external/smack/src/org/jivesoftware/smackx/workgroup/util/ |
ModelUtil.java | 32 * both of the objects might be <CODE>null</CODE> The result of
39 * <CODE>null</CODE>, return <CODE>false</CODE>.
55 else if (o1 == null || o2 == null) {
65 * both of the objects might be <CODE>null</CODE> The result of
76 // !jwetherb treat NULL the same as Boolean.FALSE
83 * both of the objects might be <CODE>null</CODE>. The result
90 * <CODE>null</CODE>, return <CODE>true</CODE>.
109 * both of the objects might be <CODE>null</CODE> The result of
127 * Returns <CODE>true</CODE> if the specified array is not null
[all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAXFactoryImpl.java | 39 private SAXParserImpl prototypeParser = null; 50 private HashMap features = null; 87 if (features == null) { 109 if (prototypeParser == null) {
|
/external/valgrind/main/none/tests/ |
fdleak_open.stderr.exp | 4 Open file descriptor ...: /dev/null 13 Open file descriptor ...: /dev/null
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPIteratorImpl.java | 39 private String baseNS = null; 45 private Iterator nodeIterator = null; 61 this.options = options != null ? options : new IteratorOptions(); 64 XMPNode startNode = null; 65 String initialPath = null; 66 boolean baseSchema = schemaNS != null && schemaNS.length() > 0; 67 boolean baseProperty = propPath != null && propPath.length() > 0; 86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null); 103 if (startNode != null) 116 // create null iterato [all...] |
/frameworks/base/core/java/android/app/ |
AppOpsManager.java | 259 * If it doesn't have a public string constant, it maps to null. 264 null, 265 null, 266 null, 267 null, 268 null, 269 null, 270 null, 271 null, 272 null, [all...] |
/frameworks/base/core/java/android/content/ |
SyncContext.java | 59 if (mSyncContext != null) { 69 if (mSyncContext != null) { 78 return (mSyncContext == null) ? null : mSyncContext.asBinder();
|
/frameworks/base/core/java/android/content/pm/ |
PackageUserState.java | 52 disabledComponents = o.disabledComponents != null 53 ? new HashSet<String>(o.disabledComponents) : null; 54 enabledComponents = o.enabledComponents != null 55 ? new HashSet<String>(o.enabledComponents) : null;
|