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

<<131132133134135136137138139140>>

  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 71 protected transient Logger logger = null;
77 protected String name = null;
92 if( locations!=null && locations.length >2 ) {
97 if( ex==null ) {
113 log(Level.FINE, String.valueOf(message), null);
136 log(Level.SEVERE, String.valueOf(message), null);
159 log(Level.SEVERE, String.valueOf(message), null);
179 if (logger == null) {
193 log(Level.INFO, String.valueOf(message), null);
264 log(Level.FINEST, String.valueOf(message), null);
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 50 * The <tt>null</tt> value represents any host. In the future versions of
53 public static final String ANY_HOST = null;
61 * The <tt>null</tt> value represents any realm.
63 public static final String ANY_REALM = null;
66 * The <tt>null</tt> value represents any authentication scheme.
68 public static final String ANY_SCHEME = null;
94 * to <tt>null</tt> if credenticals are applicable to
100 * to <tt>null</tt> if credenticals are applicable to
103 * May be set to <tt>null</tt> if credenticals are applicable to
109 this.host = (host == null) ? ANY_HOST: host.toLowerCase(Locale.ENGLISH)
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 69 if (buffer == null) {
70 throw new IllegalArgumentException("Session input buffer may not be null");
72 if (params == null) {
73 throw new IllegalArgumentException("HTTP parameters may not be null");
80 this.lineParser = (parser != null) ? parser : BasicLineParser.DEFAULT;
106 if (inbuffer == null) {
107 throw new IllegalArgumentException("Session input buffer may not be null");
109 if (parser == null)
114 CharArrayBuffer current = null;
115 CharArrayBuffer previous = null;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 67 if (extHandler != null)
113 if (null != ns)
117 if (extNS != null)
136 if (null != ns)
140 if (extNS != null) // defensive
166 Object result = null;
167 if (null != ns)
171 if (null != extNS)
212 Object result = null;
214 if (null != ns
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 54 public QName m_templateName = null;
84 private ElemTemplate m_template = null;
126 if ((null != m_templateName) && (null == m_template)) {
130 if (null == m_template) {
149 null != ete; ete = ete.getNextSiblingElem())
187 * @param transformer non-null reference to the the current transform-time state.
196 if (null != m_template)
210 if(null != m_paramElems)
269 protected ElemWithParam[] m_paramElems = null;
    [all...]
ElemExtensionCall.java 60 ElemExtensionDecl m_decl = null;
98 if (m_decl == null)
115 ElemExtensionDecl decl = null;
123 child != null; child = child.getNextSiblingElem())
140 return null;
146 * @param transformer non-null reference to the the current transform-time state.
154 for (ElemTemplateElement child = m_firstChild; child != null;
180 for (ElemTemplateElement child = m_firstChild; child != null;
194 * @param transformer non-null reference to the the current transform-time state.
214 if (null == nsh
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 31 private BigInteger maxBaseCRLNumber = null;
33 private byte[] issuingDistributionPoint = null;
69 * attribute certificate. If <code>null</code> is specified, then no such
73 * <code>null</code>)
99 DERInteger dci = null;
104 if (bytes != null)
116 if (dci == null)
123 if (dci != null)
128 if (dci != null)
131 if (maxBaseCRLNumber != null)
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioRecordInput.java 131 if (mAudioRecord != null) {
181 if (mAEC == null) {
204 if (mAudioRecord == null) {
208 if (mAudioRecordThread != null) {
218 if (mAudioRecordThread == null) {
223 mAudioRecordThread = null;
229 if (mAudioRecordThread != null) {
233 if (mAudioRecord == null) {
238 if (mAEC != null) {
240 mAEC = null;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 58 /** {@code null-ok;} positions (line numbers) to encode */
61 /** {@code null-ok;} local variables to encode */
79 * if non-null: the output to write annotations to. No normal
84 /** if non-null: another possible output for annotations */
87 /** if non-null: the prefix for each annotation or debugPrint line */
99 * @param positions {@code null-ok;} positions (line numbers) to encode
100 * @param locals {@code null-ok;} local variables to encode
101 * @param file {@code null-ok;} may only be {@code null} if simply using
131 if (prefix != null) {
    [all...]
  /external/doclava/src/com/google/doclava/
Proofread.java 27 static Writer out = null;
37 if (out != null) {
41 out = null;
48 if (out == null) {
58 if (out == null) {
82 if (out == null) {
95 if (label == null) {
104 writeIndented("{" + (t.name() != null ? t.name() : "") + "/" + t.text() + "}");
110 if (out == null) {
119 if (out == null) {
    [all...]
  /external/easymock/src/org/easymock/internal/
LastControl.java 36 if (control != null) {
49 if (stack == null) {
58 if (stack == null) {
59 return null;
67 assertState(stack != null, "no matchers found.");
73 assertState(stack != null, "no matchers found.");
79 assertState(stack != null, "no matchers found.");
99 assertState(stack != null, "no matchers found.");
105 if (stack == null || stack.empty()) {
106 return null;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 42 if (view != null)
61 if (packageItem == null)
70 SrcFileItem srcfileItem = null;
74 if ($assert.ENABLED) $assert.ASSERT (srcFileName != null, "src file name = null");
79 if (srcfileItem == null)
92 if (data != null)
99 final boolean [][] coverage = data != null ? data.m_coverage : null;
101 if ($assert.ENABLED) $assert.ASSERT (! srcView || srcfileItem != null, "null srcfileItem")
    [all...]
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 23 if (pattern == null) throw new IllegalArgumentException ("null input: pattern");
120 if (s == null) throw new IllegalArgumentException ("null input: s");
127 if (chars == null) throw new IllegalArgumentException ("null input: chars");
139 if (s == null) throw new IllegalArgumentException ("null input: s");
146 if (chars == null) throw new IllegalArgumentException ("null input: chars")
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java 35 private String x11FakeCookie = null;
48 * <code>requestPTY("dumb", 0, 0, 0, 0, null)</code>.
54 requestPTY("dumb", 0, 0, 0, 0, null);
59 * <code>requestPTY(term, 0, 0, 0, 0, null)</code>.
65 requestPTY(term, 0, 0, 0, 0, null);
92 * @param terminal_modes encoded terminal modes (may be <code>null</code>)
98 if (term == null)
99 throw new IllegalArgumentException("TERM cannot be null.");
101 if ((terminal_modes != null) && (terminal_modes.length > 0))
139 * @param cookie if non-null, then present this cookie to the real X11 serve
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 85 if (cl != null) {
90 if (!isTemp && cl == null)
103 if (cl == null && !isBootstrapCl)
167 if (clazz == null) {
171 if (dcl != null) {
173 String classResourceName = null;
184 isLocal = dcl.getResource(classResourceName) != null;
200 if (clazz != null) {
251 if (cached != null)
271 if (clazz == null) {
    [all...]
  /external/javassist/src/main/javassist/util/
HotSwapper.java 105 jvm = null;
106 request = null;
107 newClassFiles = null;
174 String className = null;
181 if (className != null)
187 if (list == null || list.isEmpty())
201 if (ncf != null) {
202 newClassFiles = null;
216 EventSet events = null;
232 if (events != null)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
PoseTrack.java 72 if (this.poses != null) {
86 out.write(poses, "poses", null);
87 out.write(weights, "weights", null);
92 poses = (Pose[]) in.readSavableArray("poses", null);
93 weights = in.readFloatArray("weights", null);
147 return times == null ? 0 : times[times.length - 1] - times[0];
159 if (this.frames != null) {
175 out.write(frames, "frames", null);
176 out.write(times, "times", null);
183 frames = (PoseFrame[]) in.readSavableArray("frames", null);
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java 72 return null;
76 Invocation firstSimilar = null;
81 if (firstSimilar == null) {
93 return findFirstUnverified(invocations, null);
98 boolean mockIsValid = mock == null || mock == i.getMock();
103 return null;
108 return null;
119 return null;
176 Invocation candidate = null;
179 candidate = candidate != null ? candidate : i
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 72 return null;
79 for (int i = 0; (value = connection.getHeaderField(i)) != null; ++i) {
81 if (name != null) {
101 if (requestExcerpt != null) {
108 : null;
111 for (int i = 0; (value = connection.getHeaderField(i)) != null; ++i) {
113 if (i == 0 && name != null && http != null) {
116 if (message != null) {
121 if (name != null) {
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 80 values[index] = null;
133 if (thisValue != null &&
134 otherValue != null &&
145 changed = changed || thisValue != null;
147 this.values[index] = null;
151 other.values[index] = null;
281 if (object == null ||
304 if (thisValue != null &&
305 otherValue != null &&
324 if (value != null)
    [all...]
  /external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java 58 return values == null ? 0 : values.length;
74 if (values != null)
97 if (values != null)
122 if (values != null)
146 // If the values array of either is null, return the other one.
147 if (this.values == null)
152 if (other.values == null)
242 if (object == null ||
254 if (this.values == null ||
255 other.values == null ||
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LauncherComponent.java 48 mShot = null;
58 mLaunchSound = null;
67 if (mShot != null) {
71 mShot = null;
75 mShot = null;
92 if (mShot != null) {
113 if (mLaunchSound != null) {
115 if (sound != null) {
123 if (factory != null && manager != null) {
    [all...]
LevelSystem.java 50 if (mBackgroundObject != null && mRoot != null) {
54 mBackgroundObject = null;
55 mRoot = null;
57 mSpawnLocations = null;
59 mCurrentLevel = null;
136 if (mBackgroundObject == null) {
161 if (collision != null) {
169 if (hotSpots != null) {
190 if (factory != null && mSpawnLocations != null)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 50 __constructor__(action, null);
70 if (title != null) {
90 this.data = null;
169 this.type = null;
205 return extras != null ? new Bundle(extras) : null;
431 if (other.action != null && (action == null || (flags & FILL_IN_ACTION) != 0)) {
435 if ((other.data != null || other.type != null)
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClientConfig.java 123 if (cmURI == null) {
125 "Connection manager URI must not be null"));
127 if (domain == null) {
129 "Target domain must not be null"));
166 if (id == null) {
168 "Client ID must not be null"));
182 if (lang == null) {
184 "Default language ID must not be null"));
208 if (protocol == null) {
209 throw(new IllegalArgumentException("Protocol cannot be null"));
    [all...]

Completed in 1192 milliseconds

<<131132133134135136137138139140>>