/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoadHook.java | 36 * @param filter [can be null] 40 if (mdata == null) throw new IllegalArgumentException ("null input: mdata"); 42 m_filter = filter; // can be null 60 $assert.ASSERT (className != null, "className is null"); 61 $assert.ASSERT (bytes != null, "bytes is null"); 62 $assert.ASSERT (bytes != null, "out is null"); [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
LocalAcceptThread.java | 62 Socket s = null; 74 Channel cn = null; 75 StreamForwarder r2l = null; 76 StreamForwarder l2r = null; 103 r2l = new StreamForwarder(cn, null, null, cn.stdoutStream, s.getOutputStream(), "RemoteToLocal");
|
/external/javassist/src/main/javassist/ |
URLClassPath.java | 49 * <p>If <code>packageName</code> is <code>null</code>, the URL is used 74 * @return null if the class file could not be found. 79 if (con != null) 83 return null; // not found 87 if (packageName == null || classname.startsWith(packageName)) { 93 return null; // not found 99 * @return null if the class file could not be obtained. 105 if (is != null) { 111 return null;
|
/external/javassist/src/main/javassist/compiler/ |
Lex.java | 19 public Token next = null; 43 lookAheadTokens = null; 52 if (lookAheadTokens == null) 71 if (tk == null) { 73 tk.next = null; 78 if (tk.next == null) { 490 ktable.append("null", NULL);
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
AndroidImageInfo.java | 30 if (bitmap == null || bitmap.isRecycled()){ 54 InputStream in = null; 58 if (bitmap == null) { 62 if (in != null) { 84 format = null; 96 if (bitmap == null) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/ |
EmitterBoxShape.java | 50 if (min == null || max == null) { 108 oc.write(min, "min", null); 109 oc.write(len, "length", null); 115 min = (Vector3f) ic.readSavable("min", null); 116 len = (Vector3f) ic.readSavable("length", null);
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryImporter.java | 107 InputStream is = null; 116 if (is != null){ 122 return null; 126 return load(is, null, null); 130 return load(is, listener, null); 207 if (listener != null) listener.readBytes(bytes); 225 if (listener != null) listener.readBytes(bytes); 227 if (baos == null) { 236 if (listener != null) listener.readBytes(size) [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
MessageProtocol.java | 64 * and the (short length) + data protocol. If target is null 70 ByteBuffer buffer = target == null ? ByteBuffer.allocate( 32767 + 2 ) : target; 88 * or returns null if there are no more messages. 93 return null; 112 if( current == null ) { 116 if( carry != null ) { 121 carry = null; 163 current = null;
|
/external/objenesis/tck/test/org/objenesis/tck/ |
TCKTest.java | 33 return null; 37 return null; 43 return null; 47 return null; 106 return clazz == CandidateA.class ? new CandidateA() : null; 110 return null;
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
FaultRecoveringOutputStream.java | 38 /** Bytes to transmit on the replacement stream, or null if no recovery is possible. */ 62 if (replayBuffer != null) { 65 replayBuffer = null; 112 if (replayBuffer == null) { 117 OutputStream replacementStream = null; 120 if (replacementStream == null) { 137 return replayBuffer != null; 159 * which case all previously-written data will be replayed. Returns null if
|
/external/proguard/src/proguard/classfile/util/ |
MemberFinder.java | 84 this.clazz = null; 85 this.member = null; 124 this.clazz = null; 125 this.member = null; 154 this.clazz = null; 155 this.member = null; 174 // if (member == null) 180 // if (member != null)
|
/external/proguard/src/proguard/evaluation/value/ |
ValueFactory.java | 39 static final ReferenceValue REFERENCE_VALUE_NULL = new ReferenceValue(null, null, true); 40 static final ReferenceValue REFERENCE_VALUE_JAVA_LANG_OBJECT_MAYBE_NULL = new ReferenceValue(ClassConstants.INTERNAL_NAME_JAVA_LANG_OBJECT, null, true); 41 static final ReferenceValue REFERENCE_VALUE_JAVA_LANG_OBJECT_NOT_NULL = new ReferenceValue(ClassConstants.INTERNAL_NAME_JAVA_LANG_OBJECT, null, false); 53 case ClassConstants.INTERNAL_TYPE_VOID: return null; 139 * Creates a new ReferenceValue that represents <code>null</code>. 149 * internal class name or an array type. If the type is <code>null</code>, 150 * the ReferenceValue represents <code>null</code>. 156 return type == null ? REFERENCE_VALUE_NULL :
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
RadioButtonTest.java | 18 RadioButton radioButton = new RadioButton(null); 30 RadioButton radioButton = new RadioButton(null); 42 RadioButton radioButton = new RadioButton(null); 54 RadioButton radioButton1 = new RadioButton(null); 56 RadioButton radioButton2 = new RadioButton(null); 59 RadioGroup radioGroup = new RadioGroup(null);
|
/external/smack/src/com/kenai/jbosh/ |
TerminalBindingCondition.java | 131 return createWithCode(condition, message, null); 141 if (condition == null) { 143 "condition may not be null")); 145 if (message == null) { 147 "message may not be null")); 149 if (COND_TO_INSTANCE.get(condition) != null) { 156 if (code != null) { 157 if (CODE_TO_INSTANCE.get(code) != null) { 171 * @return terminal binding condition instance, or {@code null} if no 183 * @return terminal binding condition instance, or {@code null} if n [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
WorkgroupQueue.java | 36 private Date oldestEntry = null;
80 if (users == null) {
93 if (users == null) {
120 * are no requests waiting to be routed, this method will return <tt>null</tt>.
196 if (type == null) {
197 return null;
210 return null;
|
/frameworks/base/core/java/android/os/ |
RegistrantList.java | 57 if (r.refH == null) { 87 internalNotifyRegistrants(null, null); 93 internalNotifyRegistrants (null, exception); 99 internalNotifyRegistrants (result, null); 121 if (rh == null || rh == h) {
|
ServiceManager.java | 34 if (sServiceManager != null) { 47 * @return a reference to the service, or <code>null</code> if the service doesn't exist 52 if (service != null) { 60 return null; 102 if (service != null) { 109 return null; 121 return null;
|
/frameworks/base/core/java/android/preference/ |
PreferenceManager.java | 219 if ((metaData == null) || !metaData.containsKey(METADATA_KEY_PREFERENCES)) { 282 final PreferenceScreen preferenceScreen = new PreferenceScreen(context, null); 318 mSharedPreferences = null; 341 mSharedPreferences = null; 352 if (mSharedPreferences == null) { 409 * @return The {@link Preference} with the key, or null. 413 if (mPreferenceScreen == null) { 414 return null; 485 pm.inflateFromResource(context, resId, null); 511 if (mEditor == null) { [all...] |
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 316 * {@link #DETAILS_META_DATA}, and if this is not specified, will return null. Also if there 317 * is no chosen default to resolve for {@link #ACTION_WEB_SEARCH}, this will return null. 328 * @return the broadcast intent to fire or null if not available 334 if (ri == null || ri.activityInfo == null || ri.activityInfo.metaData == null) return null; 337 if (className == null) return null; 359 * are required to implement this. Thus retrieving this meta-data may be null [all...] |
/frameworks/base/core/java/android/view/ |
InputEventSender.java | 56 if (inputChannel == null) { 57 throw new IllegalArgumentException("inputChannel must not be null"); 59 if (looper == null) { 60 throw new IllegalArgumentException("looper must not be null"); 88 if (mCloseGuard != null) { 99 mInputChannel = null; 100 mMessageQueue = null; 122 if (event == null) { 123 throw new IllegalArgumentException("event must not be null");
|
/frameworks/base/core/java/android/widget/ |
RemoteViewsListAdapter.java | 50 if (mRemoteViewsList == null) return; 67 if (mRemoteViewsList != null) { 76 return null; 90 if (convertView != null && rv != null && 99 return null;
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentQueryMapTest.java | 36 public Throwable mError = null; 63 }, null, null, null); 66 cursor, Settings.System.NAME, true, null); 101 if (thread.mError != null) throw thread.mError;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PaintDrawable.java | 45 float[] radii = null; 62 if (radii == null) { 63 if (getShape() != null) { 64 setShape(null); 67 setShape(new RoundRectShape(radii, null, null));
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
EffectFactory.java | 110 * finished learning the background, with a null value for the info 200 * <td>A non-null Bitmap instance.</td> 446 if (effectClass == null) { 464 return getEffectClassByName(effectName) != null; 468 Class effectClass = null; 481 if (effectClass != null) { 498 Constructor effectConstructor = null; 507 Effect effect = null;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
BitmapSource.java | 84 mBitmap = null; 91 if (mImageFrame != null) { 93 mImageFrame = null; 100 if (mImageFrame == null) { 113 if (mImageFrame != null) { 115 mImageFrame = null;
|