HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 2976 - 3000 of 19630) sorted by null

<<111112113114115116117118119120>>

  /external/javassist/src/main/javassist/compiler/ast/
ASTree.java 24 * and <code>getRight()</code> returns null.
27 public ASTree getLeft() { return null; }
29 public ASTree getRight() { return null; }
  /external/javassist/src/main/javassist/util/proxy/
SecurityActions.java 28 if (System.getSecurityManager() == null)
41 if (System.getSecurityManager() == null)
55 if (System.getSecurityManager() == null)
79 if (System.getSecurityManager() == null)
101 if (System.getSecurityManager() == null)
107 return null;
116 if (System.getSecurityManager() == null)
123 return null;
  /external/jdiff/src/jdiff/
StreamReader.java 26 String line = null;
27 while((line = br.readLine()) != null)
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyDiscoveryImpl.java 37 isUp = NetworkInterface.class.getMethod("isUp", (Class<?>[]) null);
40 isUp = null;
45 supportsMulticast = NetworkInterface.class.getMethod("supportsMulticast", (Class<?>[]) null);
48 supportsMulticast = null;
87 if (_isUp != null) {
89 if (!((Boolean) _isUp.invoke(networkInterface, (Object[]) null)).booleanValue()) {
96 if (_supportsMulticast != null) {
98 if (!((Boolean) _supportsMulticast.invoke(networkInterface, (Object[]) null)).booleanValue()) {
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
CartoonEdgeFilter.java 79 renderManager.setForcedTechnique(null);
119 if (material != null) {
140 if (material != null) {
161 if (material != null) {
180 if (material != null) {
201 if (material != null) {
222 if (material != null) {
241 if (material != null) {
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BufferedResourceLoader.java 40 return reader == null ? null : new BufferedReader(reader, bufferSize);
  /external/junit/src/junit/runner/
BaseTestRunner.java 47 if (fPreferences == null) {
97 return null;
99 Class<?> testClass= null;
104 if (clazz == null)
107 return null;
110 return null;
112 Method suiteMethod= null;
122 return null;
124 Test test= null;
126 test= (Test)suiteMethod.invoke(null, (Object[])new Class[0]); // static metho
    [all...]
  /external/linux-tools-perf/scripts/perl/bin/
rwtop-report 7 if expr match "$i" "-" > /dev/null ; then
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 48 if (zero == null)
52 if (one == null)
  /external/nist-sip/java/gov/nist/javax/sip/
DialogTimeoutEvent.java 54 * @return the dialog associated with the response event or null if there is no dialog.
71 private Dialog m_dialog = null;
72 private Reason m_reason = null;
ResponseEventExt.java 27 return super.getClientTransaction() == null && m_originalTransaction != null;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguageList.java 58 if (retval != null)
66 if (retval != null)
ParametersHeader.java 76 * Returns the value of the named parameter, or null if it is not set. A
115 return parameters != null && !parameters.isEmpty();
150 if (nv != null) {
179 if (nv != null) {
247 if (nv != null) {
328 if (this.getParameterValue(parameterName) != null) {
350 if (this.getParameterValue(parameterName) != null) {
375 if (this.getParameterValue(parameterName) != null) {
398 if (this.getParameterValue(parameterName) != null) {
418 * @return value of the parameter as a URI or null if the paramete
    [all...]
ReferTo.java 66 if (address == null)
67 return null;
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 79 if (accessTypeVal == null)
82 + "P-Access-Network-Info, setAccessType(), the accessType parameter is null.");
97 * @throws NullPointerException -- if null argument passed in
102 if (cgi == null)
105 + "P-Access-Network-Info, setCGI3GPP(), the cgi parameter is null.");
128 if (utranCellID == null)
131 + "P-Access-Network-Info, setUtranCellID3GPP(), the utranCellID parameter is null.");
153 if (dslLocation == null)
156 + "P-Access-Network-Info, setDSLLocation(), the dslLocation parameter is null.");
173 * @throws NullPointerException -- if arg is null
    [all...]
  /external/objenesis/main/src/org/objenesis/instantiator/sun/
Sun13InstantiatorBase.java 31 static Method allocateNewObjectMethod = null;
34 if(allocateNewObjectMethod == null) {
SunReflectionFactoryInstantiator.java 45 return mungedConstructor.newInstance((Object[]) null);
54 return Object.class.getConstructor((Class[]) null);
  /external/open-vcdiff/packages/
rpm.sh 75 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
76 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
77 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
78 if grep Fedora /etc/issue >/dev/null; then
  /external/openssh/regress/
broken-pipe.sh 9 ${SSH} -$p -F $OBJ/ssh_config_config nexthost echo $i 2> /dev/null | true
keyscan.sh 14 > /dev/null 2>&1
portnum.sh 9 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
16 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
  /external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java 63 if (classSpecifications != null)
88 if (memberSpecifications != null)
116 if (descriptor != null)
137 if (type != null)
150 if (className != null &&
152 programClassPool.getClass(className) == null &&
153 libraryClassPool.getClass(className) == null &&
175 return string != null &&
  /external/proguard/src/proguard/classfile/
LibraryMethod.java 72 if (referencedClasses != null)
76 if (referencedClasses[index] != null)
  /external/proguard/src/proguard/classfile/attribute/
LocalVariableTypeInfo.java 79 if (referencedClasses != null)
84 if (referencedClass != null)
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 49 this(targetClass, null, null, replaceAttributes);
61 this(targetClass, targetMember, null, replaceAttributes);
87 if (targetAttribute != null)
104 else if (targetMember != null)
147 if (targetAttribute != null)
154 else if (targetMember != null)
245 attributes[--attributesCount] = null;

Completed in 1175 milliseconds

<<111112113114115116117118119120>>