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

<<131132133134135136137138139140>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 44 private TempPath rootPath = null;
57 if (prefix == null) {
61 File p = null;
81 if (prefix == null) {
84 if (suffix == null) {
88 File f = null;
122 private File path = null;
136 return SimpleTempStorage.this.createTempFile(this, null, null);
175 return SimpleTempStorage.this.createTempPath(this, null);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayView.java 61 if (mGestureListener != null) {
70 if (mGestureListener == null) {
102 this(context, null, 0);
120 setBackgroundDrawable(null);
121 setImageDrawable(null);
126 setBackgroundDrawable(null);
133 setImageDrawable(null);
168 if (mLongPressMove && mGestureListener != null) {
181 if (mGestureListener != null) {
207 if (mediaItem != null) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationHelper.java 49 final UserHistoryDictionary dict = ref == null ? null : ref.get();
50 if (dict != null) {
67 if (entry.getValue() != null) {
69 if (dict != null) {
94 final PersonalizationDictionary dict = ref == null ? null : ref.get();
95 if (dict != null) {
116 final PersonalizationPredictionDictionary dict = ref == null ? null : ref.get()
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 45 if (intent == null) {
72 return null;
112 .query(headersUri, null, null, null, null);
123 return null;
129 null, null, null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 41 /** Current selected view info. Can be null. */
44 /** Current selection border rectangle. Null when mCanvasViewInfo is null . */
47 /** The node proxy for drawing the selection. Null when mCanvasViewInfo is null. */
59 * @param canvasViewInfo The view info being selected. Must not be null.
62 assert canvasViewInfo != null; local
67 if (canvasViewInfo == null) {
68 mRect = null;
69 mNodeProxy = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 90 if (getUiElementNode() != null && mAppNodeUpdateListener != null) {
92 mAppNodeUpdateListener = null;
99 if (table == null || managedForm == null) {
128 if (ui_attr != null) {
143 null /* tooltip */ );
147 if (mAppNodeUpdateListener != null) {
148 mAppNodeUpdateListener.uiElementNodeUpdated(uiElementNode, null /* state, not used */);
164 // We enable the UI here if the XML node is not null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 47 /** The {@link UiElementNode} manipulated by this SectionPart. It can be null. */
55 super(body, toolkit, extra_style, sectionDescription != null);
60 if (uiElementNode == null) {
158 if (table == null || managedForm == null) {
191 null /* tooltip */ );
199 * Must not be null.
205 if (uiNode == null || table == null || managedForm == null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 54 this(fqn, null, null, null);
65 if (mAttributes == null) {
75 if (mChildren == null) {
107 if (mAttributes == null) {
131 if (mChildren == null) {
140 return mParent != null ? mParent.getBounds() : null;
145 return mParent != null ? mParent.getFqcn() : null
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 107 String rname = null;
108 if ( enclosingRule!=null ) {
119 return enclosingRule.getTokenRefsInAlt(id, outerAltNum)!=null;
122 return enclosingRule.getRuleRefsInAlt(id, outerAltNum)!=null;
129 List refs = null;
136 if ( refs!=null && refs.size()>1 ) {
150 if ( scope!=null && !scope.isParameterScope ) {
153 return null;
157 if ( grammar.getGlobalScope(scopeName)!=null ) {
161 if ( scopeRule!=null ) {
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 174 final InputBindResult mNoBinding = new InputBindResult(null, null, null, -1);
253 binding = new InputBinding(null, inputContext.asBinder(), uid, pid);
353 * If non-null, this is the input method service we are currently connected
422 if (mCurClient != null && mCurClient.client != null) {
471 if (curInputMethodId != null) {
498 InputMethodInfo curIm = null;
501 if (curInputMethodId != null) {
1094 showCurrentInputLocked(getAppShowFlags(), null); local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 298 Cursor cursor = null;
305 if ((simple != null) && simple.equals("true")) {
349 null, null,
358 null, null,
367 if ( sortOrder != null
368 || selection != null
369 || selectionArgs != null
370 || projection != null) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 76 Object root_0 = null;
78 SimpleCParser.declaration_return declaration1 = null;
155 Object root_0 = null;
157 Token char_literal4=null;
158 SimpleCParser.variable_return variable2 = null;
160 SimpleCParser.functionHeader_return functionHeader3 = null;
162 SimpleCParser.functionHeader_return functionHeader5 = null;
164 SimpleCParser.block_return block6 = null;
167 Object char_literal4_tree=null;
212 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 76 Object root_0 = null;
78 SimpleCParser.declaration_return declaration1 = null;
155 Object root_0 = null;
157 Token char_literal4=null;
158 SimpleCParser.variable_return variable2 = null;
160 SimpleCParser.functionHeader_return functionHeader3 = null;
162 SimpleCParser.functionHeader_return functionHeader5 = null;
164 SimpleCParser.block_return block6 = null;
167 Object char_literal4_tree=null;
212 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null)
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 84 Statement st = null;
99 Statement st = null;
113 PreparedStatement ps = null;
125 Statement st = null;
163 ps.addBatch(null);
177 Statement st = null;
178 PreparedStatement ps = null;
221 String query = "create table hutch (id integer not null, animal_id integer, address char(20), primary key (id));";
279 PreparedStatement ps = null;
295 PreparedStatement ps = null;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 106 Cursor c = mContentResolver.query(uri, null, null, null, null);
127 mContentResolver.delete(Media.EXTERNAL_CONTENT_URI, Media._ID + "=" + mIdOfAudio1, null);
128 mContentResolver.delete(Media.EXTERNAL_CONTENT_URI, Media._ID + "=" + mIdOfAudio2, null);
129 mContentResolver.delete(Media.EXTERNAL_CONTENT_URI, Media._ID + "=" + mIdOfAudio3, null);
130 mContentResolver.delete(Media.EXTERNAL_CONTENT_URI, Media._ID + "=" + mIdOfAudio4, null);
131 mContentResolver.delete(Media.EXTERNAL_CONTENT_URI, Media._ID + "=" + mIdOfAudio5, null);
155 null, null, // selection, selection arg
    [all...]
  /development/apps/Development/src/com/android/development/
CacheAbuser.java 73 FileOutputStream fos = null;
86 if (fos != null) {
94 return null;
107 if (mInternalAbuseTask == null) {
118 if (mInternalAbuseTask == null) {
129 if (mExternalAbuseTask == null) {
140 if (mExternalAbuseTask == null) {
171 if (mInternalAbuseTask != null) {
173 mInternalAbuseTask = null;
175 if (mExternalAbuseTask != null) {
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 110 if (mCamera != null) {
111 mPreview.setCamera(null);
113 mCamera = null;
133 if (mCamera != null) {
135 mPreview.setCamera(null);
137 mCamera = null;
195 if (mCamera != null) {
222 if (mSupportedPreviewSizes != null) {
227 if (mCamera != null) {
245 if (mPreviewSize != null) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 134 while (t != null && t.Type != CharStreamConstants.EndOfFile) {
138 if (channelOverrideMap != null && channelOverrideMap.TryGetValue(t.Type, out channelI))
141 //if ( channelOverrideMap != null && channelOverrideMap.ContainsKey( t.getType() ) )
144 // if ( channelI != null )
149 if (discardSet != null &&
210 if (channelOverrideMap == null) {
217 if (discardSet == null) {
235 return GetTokens(start, stop, (BitSet)null);
240 * the token type BitSet. Return null if no tokens were found. This
255 return null;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 141 while ( t != null && t.Type != CharStreamConstants.EndOfFile )
146 if ( channelOverrideMap != null && channelOverrideMap.TryGetValue( t.Type, out channelI ) )
149 //if ( channelOverrideMap != null && channelOverrideMap.ContainsKey( t.getType() ) )
152 // if ( channelI != null )
157 if ( discardSet != null &&
229 if ( channelOverrideMap == null )
238 if ( discardSet == null )
261 return GetTokens( start, stop, (BitSet)null );
266 * the token type BitSet. Return null if no tokens were found. This
286 return null;
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 56 private static String validProviderName = null;
58 private static Provider validProvider = null;
66 DSASupported = (validProvider != null);
67 validProviderName = (DSASupported ? validProvider.getName() : null);
73 return null;
85 return null;
92 * throws NullPointerException must be thrown is null
99 AlgorithmParameterGenerator.getInstance(null);
135 * throws IllegalArgumentException if provider is null or empty
143 String provider = null;
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
X509CertificateTest.java 87 this.cert = null;
91 this.cert = null;
99 if (this.cert == null) {
122 X509Certificate.getInstance((InputStream) null);
133 if (this.cert == null) {
150 X509Certificate.getInstance((byte[]) null);
161 if (this.cert == null) {
188 if (this.cert == null) {
222 if (this.cert == null) {
235 if (this.cert == null) {
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 30 * possible. It therefore does not accept null values or keys.</p>
66 * sets the component's classloader to null with the intent that all the
165 if (key != null) {
210 if (keyValue != null) {
222 if (key == null) {
223 throw new NullPointerException("Null keys are not allowed");
225 if (value == null) {
226 throw new NullPointerException("Null values are not allowed");
240 Object result = null;
249 if (t != null) {
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 118 if (schreg == null) {
120 ("Scheme registry must not be null.");
125 this.managedConn = null;
154 * @param schreg the scheme registry to use, or <code>null</code>
209 if (route == null) {
210 throw new IllegalArgumentException("Route may not be null.");
218 if (managedConn != null)
230 shutdown = (tracker == null || // can happen if method is aborted
258 if (socket != null) {
287 if (sca.poolEntry == null)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 64 private HttpParams params = null;
65 private HttpProcessor processor = null;
66 private HttpRequestHandlerResolver handlerResolver = null;
67 private ConnectionReuseStrategy connStrategy = null;
68 private HttpResponseFactory responseFactory = null;
69 private HttpExpectationVerifier expectationVerifier = null;
89 if (processor == null) {
90 throw new IllegalArgumentException("HTTP processor may not be null.");
96 if (connStrategy == null) {
97 throw new IllegalArgumentException("Connection reuse strategy may not be null");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 236 * @param transformer non-null reference to the the current transform-time state.
254 * @param transformer non-null reference to the the current transform-time state.
255 * @param sourceNode non-null reference to the <a href="http://www.w3.org/TR/xslt#dt-current-node">current source node</a>.
272 if (null != m_selectPattern)
278 else if (null == getFirstChildElem())
329 if(null == m_selectPattern
333 if(null != newSelect)
342 if(null != m_selectPattern)
347 if(!(m_parentNode instanceof Stylesheet) && m_qname != null)
398 * @return An XPath if rewrite is possible, else null
    [all...]

Completed in 1145 milliseconds

<<131132133134135136137138139140>>