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

<<101102103104105106107108109110>>

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 41 this(null, null);
46 this(method, url, null);
59 protected InputStream body = null;
67 String value = null;
79 * @return the value of the last header with that name, or null to indicate
84 String value = null;
102 if (body == null) {
104 if (raw != null) {
113 return null;
    [all...]
  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 32 private static Method safeAllocObjectMethod = null;
35 if(safeAllocObjectMethod == null) {
64 return safeAllocObjectMethod.invoke(null, new Object[] {type});
  /external/objenesis/main/test/org/objenesis/
ObjenesisExceptionTest.java 36 // Check null case
37 e = new ObjenesisException((Throwable) null);
39 assertEquals(null, e.getMessage());
48 // Check null case
49 e = new ObjenesisException("test", null);
  /external/okhttp/src/main/java/com/squareup/okhttp/
TunnelRequest.java 37 * @param host the origin server's hostname. Not null.
39 * @param userAgent the client's user-agent. Not null.
40 * @param proxyAuthorization proxy authorization, or null if the proxy is
44 if (host == null) throw new NullPointerException("host == null");
45 if (userAgent == null) throw new NullPointerException("userAgent == null");
66 if (proxyAuthorization != null) {
  /external/proguard/src/proguard/
ArgumentWordReader.java 43 // this(arguments, null);
65 null;
83 WordReader reader = new ArgumentWordReader(args, null);
90 if (word == null)
  /external/proguard/src/proguard/classfile/constant/
StringConstant.java 117 if (referencedClass != null &&
118 referencedMember == null)
130 if (referencedMember != null)
  /external/proguard/src/proguard/classfile/visitor/
ClassPresenceFilter.java 64 if (classFileVisitor != null)
75 if (classFileVisitor != null)
89 return classPool.getClass(clazz.getName()) != null ?
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 71 int width = (int)(image.getWidth(null) * scale_x);
72 int height = (int)(image.getHeight(null) * scale_y);
74 graphics.drawImage(image, xt, yt, width, height, null);
  /external/proguard/src/proguard/io/
FileDataEntry.java 68 if (inputStream == null)
80 inputStream = null;
86 return null;
  /external/proguard/src/proguard/optimize/peephole/
MemberPrivatizer.java 50 this(null);
78 if (extraMemberVisitor != null)
97 if (extraMemberVisitor != null)
MethodFinalizer.java 48 this(null);
81 (programClass.subClasses == null ||
87 if (extraMemberVisitor != null)
  /external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 58 if (mThread == null) {
68 mThread = null;
69 mSemaphore = null;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
ClassNameResolver.java 18 if (aClass == null) {
23 if (aClass == null) {
38 return null;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
TextViewHasTextMatcher.java 19 if (actual == null) {
23 if (charSequence == null || charSequence.toString() == null) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 37 return add(containerViewId, fragment, null);
51 return replace(containerViewId, fragment, null);
89 return null;
112 return null;
117 return null;
122 return null;
139 return null;
144 return null;
149 return null;
154 return null;
    [all...]
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 87 if (name != null && name.equals(this.name)) {
152 if (name != null) {
176 if (object != null && object instanceof RosterEntry) {
201 if (obj == null)
206 if (name == null) {
207 if (other.name != null)
212 if (status == null) {
213 if (other.status != null)
218 if (type == null) {
219 if (other.type != null)
    [all...]
  /external/smack/src/org/jivesoftware/smack/filter/
AndFilter.java 55 if (filters == null) {
56 throw new IllegalArgumentException("Parameter cannot be null.");
59 if(filter == null) {
60 throw new IllegalArgumentException("Parameter cannot be null.");
73 if (filter == null) {
74 throw new IllegalArgumentException("Parameter cannot be null.");
OrFilter.java 59 if (filter1 == null || filter2 == null) {
60 throw new IllegalArgumentException("Parameters cannot be null.");
75 if (filter == null) {
76 throw new IllegalArgumentException("Parameter cannot be null.");
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 205 if (!(this.getRule() == null && value == null)) {
217 if (this.getRule() == null) {
218 return null;
236 if (this.getRule() == null) {
237 return null;
279 if (getType() != null) {
282 if (getValue() != null) {
342 if (value == null) {
343 return null;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
DiscussionHistory.java 142 return maxChars > -1 || maxStanzas > -1 || seconds > -1 || since != null;
153 // Return null if the history was not properly configured
155 return null;
168 if (since != null) {
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 96 if (getDestroy() != null) {
245 if (getAffiliation() != null) {
248 if (getJid() != null) {
251 if (getNick() != null) {
254 if (getRole() != null) {
257 if (getReason() == null && getActor() == null) {
262 if (getReason() != null) {
265 if (getActor() != null) {
325 if (getJid() != null) {
    [all...]
Version.java 44 * if (result != null && result.getType() == IQ.Type.RESULT) {
120 if (name != null) {
123 if (version != null) {
126 if (os != null) {
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Item.java 28 * to true, otherwise it will be null.
63 * Passing null is the equivalent of calling {@link #Item()}.
67 // The element type is actually irrelevant since we override getNamespace() to return null
102 return null;
110 if (id != null)
117 if (getNode() != null) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ProtoIdItem.java 59 if (parameters != null) {
88 * values, or null if it doesn't exist
113 if (parameters == null) {
122 out.writeInt(parameters == null?0:parameters.getOffset());
137 if (parameters == null) {
138 if (o.parameters == null) {
142 } else if (o.parameters == null) {
154 private String cachedPrototypeString = null;
159 if (cachedPrototypeString == null) {
161 if (parameters != null) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 238 mService = null;
247 if (mService == null) {
268 if (mgr != null) {
283 if (comp == null || !mContext.bindService(intent, mConnection, 0)) {
300 if (mgr != null) {
309 if (mService != null) {
311 mService = null;
318 mServiceListener = null;
345 if (mService != null && isEnabled() &&
354 if (mService == null) Log.w(TAG, "Proxy not attached to service")
    [all...]

Completed in 1142 milliseconds

<<101102103104105106107108109110>>