HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 601 - 625 of 19200) sorted by null

<<21222324252627282930>>

  /external/javassist/src/main/javassist/tools/web/
BadHttpRequest.java 24 public BadHttpRequest() { e = null; }
29 if (e == null)
  /external/junit/src/org/junit/internal/builders/
IgnoredBuilder.java 13 if (testClass.getAnnotation(Ignore.class) != null)
15 return null;
  /external/linux-tools-perf/scripts/perl/bin/
failed-syscalls-report 5 if ! expr match "$1" "-" > /dev/null ; then
  /external/linux-tools-perf/scripts/python/bin/
syscall-counts-report 5 if ! expr match "$1" "-" > /dev/null ; then
  /external/mockito/src/org/mockito/internal/util/reflection/
AccessibilityChanger.java 11 private Boolean wasAccessible = null;
17 assert wasAccessible != null : "accessibility info shall not be null";
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleTableBox.java 49 return null;
58 return null;
67 return null;
76 return null;
94 return null;
103 return null;
112 return null;
121 return null;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 128 if (sentProtocol == null)
129 return null;
193 return comment != null;
205 comment = null;
212 if (sentProtocol == null)
221 if (sentBy == null) {
267 if (comment != null) {
282 if (sentBy == null)
288 throw new NullPointerException(" host parameter is null");
298 if (sentBy == null)
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
RequiredAttributeFilter.java 52 this(requiredAttributeVisitor, null);
76 if (optionalAttributeVisitor != null)
85 if (optionalAttributeVisitor != null)
94 if (optionalAttributeVisitor != null)
103 if (optionalAttributeVisitor != null)
112 if (optionalAttributeVisitor != null)
121 if (optionalAttributeVisitor != null)
130 if (optionalAttributeVisitor != null)
139 if (optionalAttributeVisitor != null)
148 if (optionalAttributeVisitor != null)
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
BottomClassFilter.java 54 if (programClass.subClasses == null)
64 if (libraryClass.subClasses == null)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowColorStateList.java 12 return new ColorStateList(null, null);
ShadowSQLiteOpenHelper.java 23 if (database != null) {
26 database = null;
31 if (database != null) {
34 database = null;
39 if (database == null) {
40 database = SQLiteDatabase.openDatabase("path", null, 0);
50 if (database == null) {
51 database = SQLiteDatabase.openDatabase("path", null, 0);
  /external/smack/src/com/kenai/jbosh/
AttrAck.java 39 * @return attribute instance or {@code null} if provided string is
40 * {@code null}
45 if (str == null) {
46 return null;
AttrHold.java 40 * @return attribute instance or {@code null} if provided string is
41 * {@code null}
46 if (str == null) {
47 return null;
AttrInactivity.java 41 * {@code null} if input string is {@code null}
46 if (str == null) {
47 return null;
AttrMaxPause.java 42 * @return attribute instance or {@code null} if provided string is
43 * {@code null}
48 if (str == null) {
49 return null;
AttrPause.java 42 * @return attribute instance or {@code null} if provided string is
43 * {@code null}
48 if (str == null) {
49 return null;
AttrPolling.java 43 * {@code null} if input string is {@code null}
48 if (str == null) {
49 return null;
AttrRequests.java 41 * {@code null} if input string is {@code null}
46 if (str == null) {
47 return null;
AttrWait.java 40 * @return attribute instance or {@code null} if provided string is
41 * {@code null}
46 if (str == null) {
47 return null;
BOSHClientConnEvent.java 49 * Cause of the session termination, or {@code null}.
60 * detected, or {@code null} when not an error condition
61 * @param cCause cause of the error condition, or {@code null} when no
74 if (cCause != null) {
78 if (cRequests != null && cRequests.size() > 0) {
84 if (cRequests == null) {
101 return new BOSHClientConnEvent(source, true, null, null);
113 return new BOSHClientConnEvent(source, false, null, null);
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/
SubjectDomainCombiner.java 46 if (subject == null) {
59 if (sm != null) {
79 * provided arrays, or {@code null}.
86 if (currentDomains != null) {
89 if (assignedDomains != null) {
93 return null;
100 if (currentDomains != null) {
106 if (currentDomains[cur] != null) {
117 if (assignedDomains != null) {
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 58 if (output == null) {
71 if (output == null) {
85 StringBuffer buffer = null;
94 while ((line = reader.readLine()) != null) {
95 if (buffer == null) {
102 if (buffer != null) {
105 return null;
107 return null;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParameterAsserts.java 35 * @throws XMPException Array name is null or empty
39 if (arrayName == null || arrayName.length() == 0)
49 * @throws XMPException Property name is null or empty
53 if (propName == null || propName.length() == 0)
63 * @throws XMPException Schema is null or empty
67 if (schemaNS == null || schemaNS.length() == 0)
77 * @throws XMPException Prefix is null or empty
81 if (prefix == null || prefix.length() == 0)
91 * @throws XMPException Specific language is null or empty
95 if (specificLang == null || specificLang.length() == 0
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcManager.java 49 if (context == null) {
56 adapter = null;
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransportService.java 24 private static LocalTransport sTransport = null;
28 if (sTransport == null) {

Completed in 819 milliseconds

<<21222324252627282930>>