/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
Log.java | 65 if (mLogNode != null) { 79 println(priority, tag, msg, null); 101 v(tag, msg, null); 124 d(tag, msg, null); 146 i(tag, msg, null); 168 w(tag, msg, null); 179 w(tag, null, tr); 201 e(tag, msg, null); 223 wtf(tag, msg, null); 234 wtf(tag, null, tr) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleElementStream.cs | 57 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(), 100 this.singleElement = null; 118 if (el == null) { 121 if (elements != null) { // if in list, just add 125 if (singleElement == null) { // no elements yet, track w/o list 132 singleElement = null; 176 if (singleElement != null) { 206 return (singleElement != null && cursor < 1) || 207 (elements != null && cursor < elements.Count); 214 if (singleElement != null) { [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleElementStream.cs | 59 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(), 105 this.singleElement = null; 125 if ( el == null ) 129 if ( elements != null ) 134 if ( singleElement == null ) 142 singleElement = null; 192 if ( singleElement != null ) 226 return ( singleElement != null && cursor < 1 ) || 227 ( elements != null && cursor < elements.Count ); 236 if ( singleElement != null ) [all...] |
TreeRewriter.cs | 64 if ( t == null ) 65 return null; 79 if (showTransformations && r != null && !t.Equals(r.Tree) && r.Tree != null) 82 if ( r != null && r.Tree != null ) 124 return null; 129 return null; 139 string oldMessage = old != null ? old.ToStringTree() : "??"; 140 string newMessage = @new != null ? @new.ToStringTree() : "??" [all...] |
/external/apache-harmony/support/src/test/java/tests/util/ |
SerializationTester.java | 44 private static Object lastOutput = null; 158 InputStream input = null; 159 ObjectInputStream oinput = null; 162 if (null == url) { 175 if (null != oinput) { 182 if (null != input) { 208 OutputStream output = null; 209 ObjectOutputStream ooutput = null; 216 if (null != ooutput) { 223 if (null != output) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemWithParam.java | 61 private XPath m_selectPattern = null; 94 private QName m_qname = null; 152 if(null == m_selectPattern 156 if(null != newSelect) 163 if(null != m_selectPattern) 183 * @param transformer non-null reference to the the current transform-time state. 184 * @param sourceNode non-null reference to the <a href="http://www.w3.org/TR/xslt#dt-current-node">current source node</a>. 201 if (null != m_selectPattern) 207 else if (null == getFirstChildElem()) 234 if(callAttrs && (null != m_selectPattern) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 75 private CoroutineManager fCoroutineManager = null; 79 private ContentHandler clientContentHandler=null; // %REVIEW% support multiple? 80 private LexicalHandler clientLexicalHandler=null; // %REVIEW% support multiple? 81 private DTDHandler clientDTDHandler=null; // %REVIEW% support multiple? 82 private ErrorHandler clientErrorHandler=null; // %REVIEW% support multiple? 92 private XMLReader fXMLReader=null; 93 private InputSource fXMLReaderInputSource=null; 125 if(co==null) 131 throw new RuntimeException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COJOINROUTINESET_FAILED, null)); //"co_joinCoroutineSet() failed"); 229 if(clientContentHandler!=null) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
X509CertificateHolderSelector.java | 31 this(null, null, subjectKeyId); 43 this(issuer, serialNumber, null); 80 if (this.serialNumber != null) 85 if (this.issuer != null) 110 return (a != null) ? a.equals(b) : b == null; 119 if (this.getSerialNumber() != null) 126 else if (subjectKeyId != null) 130 if (ext == null) [all...] |
/external/chromium_org/chrome/tools/ |
chrome-process-identifier.sh | 27 pid=$(ls -l /proc/*/exe 2>/dev/null | 30 xargs -0 </proc/$p/cmdline 2>/dev/null|grep -q -- --type= && continue 37 ls -l "/proc/$pid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' || { 40 ppid="$(ps h --format ppid --pid "$pid" 2>/dev/null)" 43 ls -l "/proc/$ppid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' && 46 xargs -0 </proc/$p/cmdline 2>/dev/null|grep -q -- --type= && { 54 cmd="$(xargs -0 </proc/$child/cmdline|sed 's/ -/\n-/g')" 2>/dev/null 77 [ $(ls /proc/$seccomp/task 2>/dev/null | wc -w) -eq 1 ] && 78 ls -l /proc/$seccomp/exe 2>/dev/null | 118 local super=("$@" $(xargs -0 </proc/"$pida"/cmdline)) 2>/dev/null [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
BindingManager.java | 66 return mConnection != null ? 72 mConnection = null; 82 * null with a log message if there is no entry for the pid. 93 if (managedConnection == null) { 96 return null; 150 if (lastOomConnection != null) lastOomConnection.dropOomBindings(); 168 if (connection == null || !connection.isInitialBindingBound()) return; 187 if (connection == null) return; 200 if (connection == null || !connection.isStrongBindingBound()) return; 267 return managedConnection != null ? managedConnection.isOomProtected() : false [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RopMethod.java | 27 /** {@code non-null;} basic block list of the method */ 34 * {@code null-ok;} array of predecessors for each block, indexed by block 40 * {@code null-ok;} the predecessors for the implicit "exit" block, that is 48 * @param blocks {@code non-null;} basic block list of the method 52 if (blocks == null) { 53 throw new NullPointerException("blocks == null"); 63 this.predecessors = null; 64 this.exitPredecessors = null; 70 * @return {@code non-null;} the list 91 * @return {@code non-null;} the predecessors of that bloc [all...] |
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 148 * null if (a) this key has never been mapped or (b) a previously mapped 151 * @param key mapping key [may not be null]. 153 * @return Object value mapping for 'key' [can be null]. 157 if (key == null) throw new IllegalArgumentException ("null input: key"); 166 Object result = null; 169 for (SoftEntry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) 180 result = ref.get (); // may return null to the caller 183 if (ENQUEUE_FOUND_CLEARED_ENTRIES && (result == null)) 196 result = ref.get (); // may return null to the calle [all...] |
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ConcurrentHashMap.java | 74 if (oldValue == null || newValue == null) { 85 if (value == null) { 90 return null; 95 if (key == null) { 102 if (key == null) { 109 if (key == null || value == null) { 116 if (value == null) { 123 if (key == null) { [all...] |
/external/javassist/src/main/javassist/compiler/ast/ |
Declarator.java | 31 super(null); 35 qualifiedClass = null; 39 super(null); 50 super(null); 56 append(this, null); // initializer 86 if (t != null) 89 return null; 103 if (name == null) 104 return null; 121 if (name == null) [all...] |
/external/mockito/src/org/mockito/internal/stubbing/ |
BaseStubbing.java | 21 if (values == null) {
22 return stubbing.thenReturn(null);
35 if (throwables == null) {
36 thenThrow((Throwable) null);
38 OngoingStubbing<T> stubbing = null;
40 if (stubbing == null) {
54 if (throwableClasses == null) {
55 thenThrow((Throwable) null);
57 OngoingStubbing<T> stubbing = null;
59 if (stubbing == null) {
[all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentType.java | 140 *@return the content subtype string (or null if not set). 143 return mediaRange == null ? null : mediaRange.getSubtype(); 147 *@return the content tyep string (or null if not set). 151 return mediaRange == null ? null : mediaRange.getType(); 174 if (mediaRange == null) 186 if (contentType == null) 187 throw new NullPointerException("null arg"); 188 if (mediaRange == null) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowDialogFragment.java | 43 realDialogFragment.onCreate(null); 44 dialog = realDialogFragment.onCreateDialog(null); 45 view = realDialogFragment.onCreateView(ShadowLayoutInflater.from(activity), null, null); 46 if (dialog == null) { 52 realDialogFragment.onViewCreated(view, null); 53 realDialogFragment.onActivityCreated(null); 62 if (dialog != null) { 69 if (dialog != null) { 87 if (dialog != null) { [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
ReadContext.java | 56 null, //string_id_item 57 null, //type_id_item 58 null, //proto_id_item 59 null, //field_id_item 60 null, //method_id_item 61 null, //class_def_item 72 null, //map_list 73 null //header_item 112 if (item == null) { 124 * @return the offsetted item of the specified type at the specified offset, or null if the offset is [all...] |
/frameworks/base/core/java/com/android/internal/http/multipart/ |
FilePart.java | 86 * @param contentType the content type for this part, if <code>null</code> the 88 * @param charset the charset encoding for this part, if <code>null</code> the 95 contentType == null ? DEFAULT_CONTENT_TYPE : contentType, 96 charset == null ? "ISO-8859-1" : charset, 100 if (partSource == null) { 101 throw new IllegalArgumentException("Source may not be null"); 113 this(name, partSource, null, null); 127 this(name, new FilePartSource(file), null, null); [all...] |