/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AAutoescapeCommand.java | 54 if(this._position_ != null) 56 this._position_.parent(null); 59 if(node != null) 61 if(node.parent() != null) 79 if(this._expression_ != null) 81 this._expression_.parent(null); 84 if(node != null) 86 if(node.parent() != null) 104 if(this._command_ != null) 106 this._command_.parent(null); [all...] |
AEscapeCommand.java | 54 if(this._position_ != null) 56 this._position_.parent(null); 59 if(node != null) 61 if(node.parent() != null) 79 if(this._expression_ != null) 81 this._expression_.parent(null); 84 if(node != null) 86 if(node.parent() != null) 104 if(this._command_ != null) 106 this._command_.parent(null); [all...] |
ASetCommand.java | 54 if(this._position_ != null) 56 this._position_.parent(null); 59 if(node != null) 61 if(node.parent() != null) 79 if(this._variable_ != null) 81 this._variable_.parent(null); 84 if(node != null) 86 if(node.parent() != null) 104 if(this._expression_ != null) 106 this._expression_.parent(null); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
StoringInvocationUnit.java | 79 if (referencedMember != null) 94 if (referencedMember != null) 110 if (referencedMember != null) 136 if (info != null) 146 return info != null ? 148 null; 155 if (info != null) 165 return info != null ? 167 null; 174 if (info != null) [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
CommonIntentsFacade.java | 57 return mAndroidFacade.startActivityForResult(Intent.ACTION_PICK, uri, null, null, null, null); 63 return mAndroidFacade.startActivityForResult("com.google.zxing.client.android.SCAN", null, 64 null, null, null, null); 67 return null; [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
UriPermissionOwner.java | 50 if (externalToken == null) { 60 return null; 69 removeUriPermissionLocked(null, mode); 74 && mReadPerms != null) { 78 if (grantUri == null || grantUri.equals(perm.uri)) { 85 mReadPerms = null; 89 && mWritePerms != null) { 93 if (grantUri == null || grantUri.equals(perm.uri)) { 100 mWritePerms = null; 106 if (mReadPerms == null) { [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
OverrideMethod.java | 32 /** Default listener for all method not listed in sMethods. Nothing if null. */ 33 private static MethodListener sDefaultListener = null; 37 * Null means to do nothing. 50 * @param listener The new listener. Removes it if null. 53 if (listener == null) { 72 * @param caller The calling object. Null for static methods, "this" for instance methods. 76 if (i != null) { 78 } else if (sDefaultListener != null) { 89 if (i != null) { 91 } else if (sDefaultListener != null) { [all...] |
/frameworks/support/compat/java/android/support/v4/view/ |
WindowInsetsCompat.java | 45 mInsets = src == null ? null : new WindowInsets((WindowInsets) src.mInsets); 47 mInsets = null; 197 return null; 216 return null; 233 return null; 342 return null; 351 if (o == null || getClass() != o.getClass()) { 355 return mInsets == null ? other.mInsets == null : mInsets.equals(other.mInsets) [all...] |
/libcore/ojluni/src/main/java/java/io/ |
FileOutputStream.java | 80 * (null if the stream is created with a file descriptor) 110 this(name != null ? new File(name) : null, false); 142 this(name != null ? new File(name) : null, append); 206 String name = (file != null ? file.getPath() : null); 208 if (security != null) { 211 if (name == null) { 236 * If <code>fdObj</code> is null then a <code>NullPointerException</code [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailCleanupTest.java | 88 Voicemails.buildSourceUri(sourcePackage), null, null, null, null); 91 Status.buildSourceUri(sourcePackage), null, null, null, null); 97 Voicemails.buildSourceUri(sourcePackage), null, 98 "(ifnull(" + Voicemails.DELETED + ",0)==0)", null, null) [all...] |
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
MediaStateMonitor.java | 52 mActiveSessionsChangedListener, null); 54 onActiveSessionsChanged(mMediaSessionManager.getActiveSessions(null)); 61 MediaController newPrimaryController = null; 72 if (newPrimaryController != null) { 83 if (mActiveSessionsChangedListener != null) { 86 mActiveSessionsChangedListener = null; 88 mMediaSessionManager = null; 92 if (mPrimaryMediaController != null) { 94 mPrimaryMediaController = null; 100 mPrimaryMediaController == null ? null : mPrimaryMediaController.getMetadata()) [all...] |
/tools/tradefederation/core/src/com/android/tradefed/util/ |
Bugreport.java | 73 if (mBugreport == null) { 74 return null; 79 File mainEntry = null; 84 if (mainEntry == null) { 86 return null; 99 return null; 103 * Returns the list of files contained inside the zipped bugreport. Null if it's not a zipped 107 if (mBugreport == null) { 108 return null; 112 return null; [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliTreeWalker.java | 413 ClassDef classDef = null; 416 TreeRuleReturnScope header1 =null; 417 Set<Annotation> annotations2 =null; 418 List<BuilderField> fields3 =null; 419 List<BuilderMethod> methods4 =null; 426 match(input, Token.DOWN, null); 443 match(input, Token.UP, null); 446 classDef = dexBuilder.internClassDef((header1!=null?((smaliTreeWalker.header_return)header1).classType:null), (header1!=null?((smaliTreeWalker.header_return)header1).accessFlags:0), (header1!=null?((smaliTreeWalker.header_r (…) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
DeletedContactUtil.java | 40 Cursor cursor = resolver.query(uri, projection, null, null, null); 41 if (null != cursor) { 56 Cursor cursor = resolver.query(URI, projection, null, null, null); 70 Cursor cursor = resolver.query(URI, projection, null, null, null); [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandomScript.java | 30 private MonkeySourceScript mSetupSource = null; 36 private MonkeySourceScript mCurrentSource = null; 57 if (setupFileName != null) { 83 this(null, scriptFileNames, throttle, randomizeThrottle, random, profileWaitTime, 88 * Gets the next event from the current event source. If the event source is null, a new 92 * @return The first event in the event queue or null if the end of the file 96 if (mCurrentSource == null) { 110 if (mCurrentSource != null) { 112 if (nextEvent == null) { 113 mCurrentSource = null; [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.as | 44 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(), 72 public function RewriteRuleElementStream(adaptor:TreeAdaptor, elementDescription:String, element:Object = null) { 75 if (element != null) { 99 if ( el==null ) { 102 if ( elements!=null ) { // if in list, just add 106 if ( singleElement == null ) { // no elements yet, track w/o list 113 singleElement = null; 154 if ( singleElement!=null ) { 181 return (singleElement != null && cursor < 1) || 182 (elements!=null && cursor < elements.length) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 41 * which will add itself to the parent. The root is NFAContext(null, null). 122 if ( invokingState!=null ) { 125 if ( parent!=null ) { 148 while ( sp.parent!=null && other.parent!=null ) { 155 if ( !(sp.parent==null && other.parent==null) ) { 210 while ( sp.parent!=null && other.parent!=null ) { [all...] |
/external/apache-http/src/org/apache/http/conn/ |
EofSensorInputStream.java | 75 * The value changes to <code>null</code> when the wrapped stream 84 * is <code>null</code>, we're running in EOF mode. 105 * @param watcher the watcher for events, or <code>null</code> for 110 if (in == null) { 112 ("Wrapped stream may not be null."); 134 return (wrappedStream != null); 240 if ((wrappedStream != null) && (eof < 0)) { 243 if (eofWatcher != null) 248 wrappedStream = null; 267 if (wrappedStream != null) { [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
QName.java | 39 * consisting of the local part of the name and the possibly null URI reference 88 * @param namespaceURI The namespace URI if known, or null 100 * @param namespaceURI The namespace URI if known, or null 110 if (localName == null) 112 XMLErrorResources.ER_ARG_LOCALNAME_NULL, null)); //"Argument 'localName' is null"); 119 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName"); 132 * @param namespaceURI The namespace URI if known, or null 133 * @param prefix The namespace prefix is known, or null 146 * @param namespaceURI The namespace URI if known, or null [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
ObjectsTest.java | 33 assertTrue(Objects.equal(null, null)); 40 assertFalse(Objects.equal(s1, null)); 41 assertFalse(Objects.equal(null, s1)); 54 assertTrue(Objects.hashCode(1, 2, null) != Objects.hashCode(1, 2)); 55 assertTrue(Objects.hashCode(1, 2, null) != Objects.hashCode(1, null, 2)); 56 assertTrue(Objects.hashCode(1, null, 2) != Objects.hashCode(1, 2)); 67 Long n2 = Objects.firstNonNull(null, n1); 73 Objects.firstNonNull(null, null) [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
ObjectsTest.java | 35 assertTrue(Objects.equal(null, null)); 42 assertFalse(Objects.equal(s1, null)); 43 assertFalse(Objects.equal(null, s1)); 56 assertTrue(Objects.hashCode(1, 2, null) != Objects.hashCode(1, 2)); 57 assertTrue(Objects.hashCode(1, 2, null) != Objects.hashCode(1, null, 2)); 58 assertTrue(Objects.hashCode(1, null, 2) != Objects.hashCode(1, 2)); 69 Long n2 = Objects.firstNonNull(null, n1); 75 Objects.firstNonNull(null, null) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
UnicodeMapIterator.java | 126 if (loadRange(++range) == null) { 133 // stringIterator == null iff there are no string elements remaining 135 if (stringIterator == null) return false; 138 if (!stringIterator.hasNext()) stringIterator = null; 169 if (loadRange(++range) == null) { 178 // stringIterator == null iff there are no string elements remaining 180 if (stringIterator == null) return false; 183 if (!stringIterator.hasNext()) stringIterator = null; 210 stringIterator = null; 212 if (strings != null) { [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
UnicodeMapIterator.java | 125 if (loadRange(++range) == null) { 132 // stringIterator == null iff there are no string elements remaining 134 if (stringIterator == null) return false; 137 if (!stringIterator.hasNext()) stringIterator = null; 168 if (loadRange(++range) == null) { 177 // stringIterator == null iff there are no string elements remaining 179 if (stringIterator == null) return false; 182 if (!stringIterator.hasNext()) stringIterator = null; 209 stringIterator = null; 211 if (strings != null) { [all...] |
/external/jdiff/src/jdiff/ |
ConstructorAPI.java | 19 * Either this or type_ must be non-null 21 public String name_ = null; 26 * Either this or name_ must be non-null. 28 public String type_ = null; 41 /** The doc block, default is null. */ 42 public String doc_ = null; 46 if (name == null && type == null) { 48 + "being null"); 57 return c1 == null ? (c2 == null ? 0 : -1) : (c2 == null ? 1 : c1.compareTo(c2)) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Accept.java | 70 if (mediaRange == null) 82 if (mediaRange == null) { 96 if (mediaRange != null) 98 if (parameters != null && !parameters.isEmpty()) { 116 if (mediaRange == null) 117 return null; 126 if (mediaRange == null) 127 return null; 160 if (mediaRange == null) 169 if (mediaRange == null) [all...] |