/external/emma/core/java12/com/vladium/emma/rt/ |
RTExitHook.java | 30 if (m_cdata != null) 34 m_RT = null; 35 m_cdata = null; 41 Properties closureMap = null; 43 InputStream in = null; 51 if (in != null) 69 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); } 71 in = null; 74 if (closureList == null)
|
/external/emma/core/java12/com/vladium/util/ |
ClassLoaderResolver.java | 39 * @param caller [null input eliminates the caller's current classloader 42 * @return classloader to be used by the caller ['null' indicates the 64 * @return classloader to be used by the caller ['null' indicates the 69 final Class caller = getCallerClass (1); // 'caller' can be set to null 84 if (CALLER_RESOLVER == null) return null; // only happens if <clinit> failed 92 * set their parent pointers correctly. 'null' is interpreted as the 98 if (loader2 == null) return false; 99 if (loader1 == null) return true; 101 for ( ; loader2 != null; loader2 = loader2.getParent () [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AFunctionExpression.java | 50 if(this._name_ != null) 52 this._name_.parent(null); 55 if(node != null) 57 if(node.parent() != null) 79 if(e.parent() != null) 102 this._name_ = null; 128 if(newChild != null) 132 oldChild.parent(null); 137 oldChild.parent(null);
|
/external/replicaisland/src/com/replica/replicaisland/ |
HotSpotSystem.java | 88 mWorld = null; 98 if (mWorld != null) { 112 if (mWorld != null) { 122 if (mWorld != null && level != null) { 132 if (mWorld != null && level != null) { 145 if (mWorld != null && level != null) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMatrixCursor.java | 33 return columnValue == null ? null : columnValue.toString(); 39 return numberValue == null ? 0 : numberValue.longValue(); 45 return numberValue == null ? 0 : numberValue.shortValue(); 51 return numberValue == null ? 0 : numberValue.intValue(); 57 return numberValue == null ? 0.0f : numberValue.floatValue(); 63 return numberValue == null ? 0.0 : numberValue.doubleValue(); 73 return get(column) == null; 78 throw new CursorIndexOutOfBoundsException(null);
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Authentication.java | 31 private String username = null; 32 private String password = null; 33 private String digest = null; 34 private String resource = null; 49 * Returns the username, or <tt>null</tt> if the username hasn't been sent. 67 * Returns the plain text password or <tt>null</tt> if the password hasn't 86 * Returns the password digest or <tt>null</tt> if the digest hasn't 131 * Returns the resource or <tt>null</tt> if the resource hasn't been set. 151 if (username != null) { 159 if (digest != null) { [all...] |
/frameworks/base/core/java/android/view/ |
ContextThemeWrapper.java | 38 super(null); 63 if (mResources != null) { 66 if (mOverrideConfiguration != null) { 74 if (mResources != null) { 77 if (mOverrideConfiguration == null) { 99 if (mTheme != null) { 112 if (mInflater == null) { 136 final boolean first = mTheme == null; 140 if (theme != null) {
|
InputFilter.java | 110 "InputFilter#InboundInputEventConsistencyVerifier") : null; 115 "InputFilter#OutboundInputEventConsistencyVerifier") : null; 166 if (event == null) { 167 throw new IllegalArgumentException("event must not be null"); 169 if (mHost == null) { 173 if (mOutboundInputEventConsistencyVerifier != null) { 229 if (mInboundInputEventConsistencyVerifier != null) { 232 if (mOutboundInputEventConsistencyVerifier != null) { 242 mHost = null; 249 if (mInboundInputEventConsistencyVerifier != null) { [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
ChangeTouchModeTest.java | 73 LLOfButtons2 otherActivity = null; 76 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); 80 if (otherActivity != null) { 89 LLOfButtons2 otherActivity = null; 92 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); 96 if (otherActivity != null) { 107 LLOfButtons2 otherActivity = null; 110 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null); 116 if (otherActivity != null) {
|
/frameworks/base/graphics/java/android/renderscript/ |
RSTextureView.java | 79 if (mRS != null) { 92 if (mRS != null) { 105 if (mRS != null) { 106 mRS.setSurfaceTexture(null, 0, 0); 129 if(mRS != null) { 143 if(mRS != null) { 161 if (mSurfaceTexture != null) { 174 mRS = null; 186 if (mSurfaceTexture != null) {
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterSurfaceView.java | 54 if (listener == null) { 55 throw new NullPointerException("Attempting to bind null filter to SurfaceView!"); 56 } else if (mListener != null && mListener != listener) { 66 if (mGLEnv != null && mGLEnv != glEnv) { 88 mListener = null; 104 if (mGLEnv != null) { 109 if (mListener != null) { 126 if (mListener != null) { 136 if (mListener != null) { 152 if (mGLEnv != null && mSurfaceId > 0) [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
OutputPort.java | 38 private FrameQueue.Builder mQueueBuilder = null; 39 private FrameQueue mQueue = null; 41 private InputPort mTarget = null; 48 return mTarget != null; 56 return mQueue == null || mQueue.canPush(); 72 if (frame != null) { 158 * @return the connected port, null if not connected. 170 mQueueBuilder = null; 180 return mQueue != null; 188 if (mQueue != null) { [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Camera.java | 49 if (mField != null) { 56 if (mField != null) { 64 if (mField != null) { 72 if (mField != null) { 80 if (mField != null) { 89 if (mField != null) { 94 if (rs == null) { 95 return null; 98 if (mTransform == null) {
|
VertexShader.java | 68 if (mShader.mPerShaderConstants != null) { 71 if (mShader.mPerObjConstants != null) { 84 if (mField != null) { 90 if (rs == null || res == null) { 91 return null; 98 if (mPerShaderConstants != null) { 105 if (mPerObjConstants != null) { 106 item.objectConstIndex = mPerShaderConstants != null ? 1 : 0;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
Objects.java | 35 * That is, this makes {@code c} null-safe. 45 * Returns true if both arguments are null, 51 if (a == null || b == null) { 76 * Null-safe equivalent of {@code a.equals(b)}. 79 return (a == null) ? (b == null) : a.equals(b); 92 * Returns 0 for null or {@code o.hashCode()}. 95 return (o == null) ? 0 : o.hashCode(); 99 * Returns {@code o} if non-null, or throws {@code NullPointerException} [all...] |
/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 78 if (url.getRef() != null) { 94 return (jEntry == null) ? null : jEntry.getAttributes(); 99 * {@code JarURLConnection} instance. This method will return {@code null} 109 if (jEntry == null) { 110 return null; 118 * The return value will be {@code null} if this instance refers to a JAR 131 * @return the referenced {@code JarEntry} object or {@code null} if no 140 if (entryName == null) { 141 return null; [all...] |
URLClassLoader.java | 72 BufferedReader in = null; 73 InputStream is = null; 82 if (in.readLine() == null) return null; 83 if (in.readLine() == null) return null; 87 if (line == null) { 93 if (line == null) { 120 return null; 156 if (res != null && !resources.contains(res)) [all...] |
/libcore/luni/src/main/java/java/sql/ |
SQLException.java | 44 private String SQLState = null; 48 private SQLException next = null; 52 * {@code null}, the {@code SQLState} string is set to {@code null} and the 60 * reason string, the {@code SQLState} string is set to {@code null} and the error code is 67 this(theReason, null, 0); 104 * Creates an SQLException object. The Reason string is set to the null if 105 * cause == null or cause.toString() if cause!=null,and the cause Throwable 115 this(theCause == null ? null : theCause.toString(), null, 0, theCause) [all...] |
/libcore/luni/src/main/java/java/util/ |
Objects.java | 30 * That is, this makes {@code c} null-safe. 40 * Returns true if both arguments are null, 46 if (a == null || b == null) { 71 * Null-safe equivalent of {@code a.equals(b)}. 74 return (a == null) ? (b == null) : a.equals(b); 87 * Returns 0 for null or {@code o.hashCode()}. 90 return (o == null) ? 0 : o.hashCode(); 94 * Returns {@code o} if non-null, or throws {@code NullPointerException} [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/ |
SystemScope.java | 81 if (name == null) { 82 throw new NullPointerException("name == null"); 91 if (key == null) { 92 return null; 101 if (identity == null) { 102 throw new NullPointerException("identity == null"); 111 if (key != null && keys.containsKey(key)) { 116 if (key != null) { 127 //Exception caught = null; 128 if (identity == null) { [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
FileLogger.java | 28 private static FileLogger LOGGER = null; 29 private static FileWriter sLogWriter = null; 47 if (sLogWriter != null) { 53 sLogWriter = null; 58 if (sLogWriter != null) { 68 if (LOGGER == null) { 91 if (prefix != null) { 99 if (sLogWriter != null) { 108 if (sLogWriter != null) {
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
FileLogger.java | 27 private static FileLogger LOGGER = null; 28 private static FileWriter sLogWriter = null; 46 if (sLogWriter != null) { 52 sLogWriter = null; 57 if (sLogWriter != null) { 67 if (LOGGER == null) { 90 if (prefix != null) { 98 if (sLogWriter != null) { 107 if (sLogWriter != null) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
PersonalizationDictionaryUpdateSession.java | 69 return mDictionary == null ? null : mDictionary.get(); 73 return mPredictionDictionary == null ? null : mPredictionDictionary.get(); 78 if (dictionary == null) { 86 if (dictionary == null) { 94 if (dictionary == null) { 110 if (dictionary == null) { 121 if (dictionary == null) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
SourceFileData.java | 37 this(sourceFile, null, null); 43 if (outputFiles != null) { 46 if (dependencyFiles != null) { 53 if (outputFile != null) { 88 if (outputFiles != null) { 95 if (outputFile != null) { 102 if (depFiles != null) { 120 return null;
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentManager.java | 102 * Return the full bread crumb title for the entry, or null if it 108 * Return the short bread crumb title for the entry, or null if it 165 * @return The fragment if found or null otherwise. 175 * @return The fragment if found or null otherwise. 212 * @param name If non-null, this is the name of a previous back state 215 * the named state itself is popped. If null, only the top state is popped. 300 * @return The list of all fragments or null if none. 324 * @return The generated state. This will be null if there was no 434 Bundle mStateBundle = null; 435 SparseArray<Parcelable> mStateArray = null; [all...] |