Searched
refs:null (Results
601 -
625 of
19228) sorted by null
<<21222324252627282930>>
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLWriter.java | 32 if (out == null) throw new IllegalArgumentException ("null input: out"); 40 if ($assert.ENABLED) $assert.ASSERT (s != null, "s = null"); 42 if (m_out != null) 57 if (m_out != null) 72 if (m_out != null) 87 if (m_out != null) 102 if (m_out != null) 105 m_out = null; [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
ClassPathCacheEntry.java | 32 $assert.ASSERT (bytes != null, "bytes = null"); 33 $assert.ASSERT (srcURL != null, "srcURL = null");
|
/external/harfbuzz_ng/src/ |
check-static-inits.sh | 10 if which objdump 2>/dev/null >/dev/null; then 18 if test "x`echo $OBJS`" = "x$OBJS" 2>/dev/null >/dev/null; then
|
/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;
|
Completed in 1150 milliseconds
<<21222324252627282930>>