Searched
refs:null (Results
3726 -
3750 of
19630) sorted by null
<<141142143144145146147148149150>>
/external/openssh/regress/ |
login-timeout.sh | 11 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 & 24 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
|
sftp-badcmds.sh | 16 echo "get $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 22 echo "get /bin/l* $NONEXIST" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 30 echo "put $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 36 echo "put /bin/l* ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 44 echo "rename $NONEXIST ${COPY}.1" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 52 echo "rename $COPY ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 56 cmp $DATA ${COPY} >/dev/null 2>&1 || fail "corrupted oldname after rename target exists (directory)" 62 echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1
|
/external/proguard/src/proguard/classfile/attribute/ |
Attribute.java | 87 // Delegate the default invocation if the field is null anyway. 88 if (field == null) 103 // Delegate the default invocation if the method is null anyway. 104 if (method == null) 106 accept(clazz, (Field)null, attributeVisitor); 119 // Delegate the default invocation if the code attribute is null anyway. 120 if (codeAttribute == null)
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
Annotation.java | 90 if (referencedClasses != null) 93 if (referencedClass != null) 106 if (referencedClasses != null) 111 if (referencedClass != null)
|
/external/proguard/src/proguard/io/ |
ClassFilter.java | 43 this(classReader, null);
|
DataEntryNameFilter.java | 52 return dataEntry != null && stringMatcher.matches(dataEntry.getName());
|
DirectoryFilter.java | 43 this (directoryReader, null);
|
/external/proguard/src/proguard/util/ |
FileNameParser.java | 54 new VariableStringMatcher(null, 55 null, 68 new VariableStringMatcher(null, 82 new VariableStringMatcher(null,
|
NameParser.java | 53 new VariableStringMatcher(null, 54 null, 67 new VariableStringMatcher(null, 68 null,
|
/external/replicaisland/src/com/replica/replicaisland/ |
CameraBiasComponent.java | 33 if (camera != null) {
|
CollisionVolume.java | 60 if (flip != null && flip.flipX) { 71 if (flip != null && flip.flipX) { 82 if (flip != null && flip.flipY) { 93 if (flip != null && flip.flipY) {
|
LevelTree.java | 86 LevelGroup currentGroup = null; 87 Level currentLevel = null; 88 DialogEntry currentDialog = null; 97 currentLevel = null; 98 currentDialog = null; 101 if (parser.getName().equals("level") && currentGroup != null) { 103 String titleString = null; 104 String timeStamp = null; 136 currentDialog = null; 137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/ |
ViewHasTextMatcher.java | 22 this.expected = null; 28 if (actual == null) { 37 if (charSequence == null || charSequence.toString() == null) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBinder.java | 27 if (callingPid != null) { 35 if (callingUid != null) { 50 ShadowBinder.callingPid = null; 51 ShadowBinder.callingUid = null;
|
ShadowButton.java | 13 if (getBackground() == null) {
|
ShadowHtml.java | 14 if (source == null) { 17 * StringReader that throws a NullPointerException when a null 34 return null; 69 return null; 84 return source != null ? source.hashCode() : 0;
|
ShadowSurfaceView.java | 43 return null; 47 return null; 54 return null; 58 return null;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/text/ |
TestClipboardManager.java | 19 return text != null && text.length() > 0;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
TemporaryBindingsTest.java | 18 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName())); 22 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(), 28 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName())); 32 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(),
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ExpandableListViewTest.java | 23 expandableListView = new ExpandableListView(null); 31 expandableListView.performItemClick(null, 6, -1); 37 expandableListView.performItemClick(null, 6, -1); 43 expandableListView.performItemClick(null, 6, -1);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
NullDatabaseMapTest.java | 25 Assert.assertTrue(DatabaseConfig.getDatabaseMap().getConnectionString() == null); 27 .getSelectLastInsertIdentity() == null); 42 Connection connection = null; 56 Assert.assertTrue(connection == null);
|
/external/smack/src/org/apache/harmony/javax/security/auth/login/ |
Configuration.java | 45 if (sm != null) { 73 * If active configuration was set to <code>null</code>, tries to load a default 74 * provider, so this method never returns <code>null</code>. <br> 79 if (current == null) { 81 if (configuration == null) { 92 if (sm != null) {
|
/external/smack/src/org/jivesoftware/smack/compression/ |
JzlibInputOutputStream.java | 34 private static Class<?> zoClass = null; 35 private static Class<?> ziClass = null; 51 return (zoClass != null && ziClass != null);
|
/external/smack/src/org/jivesoftware/smack/filter/ |
NotFilter.java | 41 if (filter == null) { 42 throw new IllegalArgumentException("Parameter cannot be null.");
|
PacketIDFilter.java | 40 if (packetID == null) { 41 throw new IllegalArgumentException("Packet ID cannot be null.");
|
Completed in 1206 milliseconds
<<141142143144145146147148149150>>