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

<<131132133134135136137138139140>>

  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 56 * if any argument is {@code null} or the type of proxy is
112 userInfo = null;
139 path = null;
140 query = null;
141 ref = null;
148 if (host == null) {
174 ref = null;
179 query = null;
180 ref = null;
186 if (path == null) {
    [all...]
  /libcore/luni/src/main/java/java/security/
KeyStoreSpi.java 47 * @return the key with the specified alias, or {@code null} if the
63 * {@code null} if the specified alias is not bound to an entry.
73 * {@code null} if the specified alias is not bound to an entry.
82 * @return the creation date, or {@code null} if the specified alias is not
211 * @return the alias or {@code null} if no entry with the specified
242 * this {@code KeyStoreSpi}, maybe {@code null}.
267 * the password to verify the stored data, maybe {@code null}.
285 * {@code KeyStoreSpi}, maybe {@code null}.
299 if (param == null) {
300 engineLoad(null, null)
    [all...]
  /libcore/luni/src/main/java/java/util/
TimeZone.java 134 if (defaultTimeZone == null) {
136 String zoneName = (tzGetter != null) ? tzGetter.getId() : null;
137 if (zoneName != null) {
140 if (zoneName == null || zoneName.isEmpty()) {
195 if (result != null) {
207 // "element[j] != null" check in SimpleDateFormat.parseTimeZone, and the extra work in
327 if (id == null) {
328 throw new NullPointerException("id == null");
343 TimeZone zone = null;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 55 private static String validProviderName = null;
57 private static Provider validProvider = null;
65 DSASupported = (validProvider != null);
66 validProviderName = (DSASupported ? validProvider.getName() : null);
72 return null;
84 return null;
91 * throws NullPointerException must be thrown is null
98 AlgorithmParameterGenerator.getInstance(null);
134 * throws IllegalArgumentException if provider is null or empty
142 String provider = null;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraHolder.java 81 if (device == null) {
82 s.device = "(null)";
122 if (sHolder == null) {
161 if (mMockCameraInfo != null) {
202 if (mCameraDevice != null && mCameraId != cameraId) {
204 mCameraDevice = null;
207 if (mCameraDevice == null) {
209 if (mMockCameraInfo == null) {
213 if (mMockCamera != null) {
217 mCameraDevice = null;
    [all...]
PhotoMenu.java 52 mPopup = null;
53 PieItem item = null;
59 if (group.findPreference(CameraSettings.KEY_CAMERA_HDR_PLUS) != null) {
65 if (group.findPreference(CameraSettings.KEY_CAMERA_HDR) != null) {
70 if (group.findPreference(CameraSettings.KEY_EXPOSURE) != null) {
81 if (group.findPreference(CameraSettings.KEY_FLASH_MODE) != null) {
87 if (group.findPreference(CameraSettings.KEY_CAMERA_ID) != null) {
96 if (pref != null) {
109 if (group.findPreference(CameraSettings.KEY_RECORD_LOCATION) != null) {
126 R.layout.countdown_setting_popup, null, false)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 72 if (sInstance == null) {
115 * @param defaultAccount the account used to save a newly created contact. Or pass {@code null}
122 if (defaultAccount == null) {
126 // point. So if the default is null always clear the account list.
140 * Note the {@code null} return value can mean either {@link #saveDefaultAndAllAccounts} has
141 * never been called, or {@code null} was passed to {@link #saveDefaultAndAllAccounts} --
147 final String saved = mPrefs.getString(KEY_DEFAULT_ACCOUNT, null);
149 return null;
158 return null;
163 * @return true if an account still exists. {@code null} is considered "local only" here
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 76 d = null;
79 return (d != null) ? d : getFullResDefaultActivityIcon();
87 resources = null;
89 if (resources != null) {
108 resources = null;
110 if (resources != null) {
127 c.setBitmap(null);
167 if (resolveInfo == null || component == null) {
171 CacheEntry entry = cacheLocked(component, resolveInfo, null);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 80 if (cached != null) {
112 if (access == null) {
134 if (info.signatures == null) {
139 if (s == null) {
143 if (packages == null) {
163 if (s != null) {
183 FileReader reader = null;
193 Signature signature = null;
199 signature = null;
207 if (signature == null) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DrawerItem.java 112 return null;
120 * @param folder a non-null folder, if this is a folder type
155 return new DrawerItem(VIEW_FOLDER, activity, folder, folderType, null, -1, false,
180 return new DrawerItem(VIEW_ACCOUNT, activity, null, ACCOUNT, account, unreadCount,
202 return new DrawerItem(VIEW_HEADER, activity, null, INERT_HEADER, null, resource, false,
223 return new DrawerItem(VIEW_WAITING_FOR_SYNC, activity, null, INERT_HEADER, null, -1, false,
252 result = null;
318 if (currentFolder != null && mFolder != null && mFolder.folderUri != null)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 74 if (mGestureListener != null) {
84 if (mGestureListener != null) {
143 this(context, null, 0);
163 if (mBitmaps != null) {
165 if (mBitmaps[i] != null) {
170 mBitmaps = null;
237 if (mBitmaps != null) {
239 if (mBitmaps[i] != null) {
264 } else if (mBitmaps != null) {
272 if (mBitmaps[0] != null) {
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 66 RawContactsEntity.CONTENT_URI, null, selection, selectionArgs,
89 if (local == null) local = new EntitySet();
99 if (localEntity == null && merged != null) {
211 if (rawContactId1 != null && rawContactId1 >= 0) {
218 if (rawContactId2 != null && rawContactId2 >= 0) {
234 if (rawContactId != null && rawContactId >= 0) {
252 return null;
257 return (index == -1) ? null : this.get(index);
264 if (rawContactId == null) return -1
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 142 return null;
269 Cursor cursor = mResolver.query(mEventsUri, null, null, null, null);
285 Cursor cursor = mResolver.query(mEventsUri, null, null, null, null);
357 if (dates == null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 74 if (id != null) {
82 if (id != null) {
91 if (id != null) {
112 return null;
138 if (id != null) {
145 child.setAttribute(ANDROID_URI, name, null);
148 if (deleted != null) {
150 if (type != null) {
172 if (type == null) {
177 if (transfer != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 74 IProject project = null;
80 if (project != null) {
115 File dstFile = null;
118 if (monitor != null) {
123 if (current == null) {
134 if (binPath == null) {
177 if (line != null) {
187 if (line != null) {
210 if (monitor != null) {
226 IWorkbenchWindow win = wb == null ? null : wb.getActiveWorkbenchWindow()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 62 * {@code tools:ignore} attribute? If so pass a non null API level
84 return null;
89 return null;
99 return null;
111 if (mTargetApi != null) {
154 if (node != null) {
160 if (node == null) {
164 while (node != null && node.getNodeType() != Node.ELEMENT_NODE) {
167 if (node == null) {
169 if (node == null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 71 * The chosen project (which may be null if the wizard page is being
97 if (mTemplateHandler == null) {
99 if (mTemplateLocation != null) {
115 mTemplateHandler = null;
126 if (project == null) {
135 if (project == null) {
139 if (target != null) {
149 if (project == null) {
159 parameters.put(ATTR_COPY_ICONS, mIconState == null);
162 projectState != null ? projectState.isLibrary() : false)
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 130 * is null. This will re-initialize all the views and start the queries to the system contacts
134 * null is valid and the fragment will display a message that no
154 if (contactLookupUri != null) {
163 if (mEditContactMenuItem != null) {
170 getLoaderManager().restartLoader(ContactDetailQuery.QUERY_ID, null, this);
171 getLoaderManager().restartLoader(ContactAddressQuery.QUERY_ID, null, this);
173 // If contactLookupUri is null, then the method was called when no contact was selected
182 if (mContactName != null) {
185 if (mEditContactMenuItem != null) {
256 if (savedInstanceState == null) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 157 match(input, Token.DOWN, null);
164 match(input, Token.UP, null);
173 match(input, Token.DOWN, null);
185 match(input, Token.UP, null);
212 match(input, Token.DOWN, null);
224 match(input, Token.UP, null);
272 match(input, Token.DOWN, null);
314 match(input, Token.UP, null);
339 match(input, Token.DOWN, null);
351 match(input, Token.UP, null);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 157 match(input, Token.DOWN, null);
164 match(input, Token.UP, null);
173 match(input, Token.DOWN, null);
185 match(input, Token.UP, null);
212 match(input, Token.DOWN, null);
224 match(input, Token.UP, null);
272 match(input, Token.DOWN, null);
314 match(input, Token.UP, null);
339 match(input, Token.DOWN, null);
351 match(input, Token.UP, null);
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 62 private static String defaultProviderName = null;
64 private static Provider defaultProvider = null;
75 DEFSupported = (defaultProvider != null);
78 : null);
83 defaultProtocol = null;
98 return null;
109 return null;
134 * throws NullPointerException when protocol is null; throws
139 SSLContext.getInstance(null);
140 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 47 * @param namespace The Namespace URI, "*", or null.
48 * @param name The local name (without prefix), "*", or null.
49 * @param nameAlias A potential alias for the name, or null.
50 * @param elements An array of allowed child element defs, or null.
51 * @param attributes An array of allowed attribute defs, or null.
61 if ( (null != namespace)
67 if(null != nameAlias)
75 * @param namespace The Namespace URI, "*", or null.
76 * @param name The local name (without prefix), "*", or null.
77 * @param nameAlias A potential alias for the name, or null
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 53 private String dbfile = null;
56 * Reference to meta data or null.
58 private JDBCDatabaseMetaData meta = null;
79 if (db != null) {
98 if (db != null) {
109 DatabaseX dbx = null;
122 dbx.exec("PRAGMA short_column_names = off;", null);
123 dbx.exec("PRAGMA full_column_names = on;", null);
124 dbx.exec("PRAGMA empty_result_callbacks = on;", null);
126 dbx.exec("PRAGMA show_datatypes = on;", null);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 63 if (name == null || name.length() == 0) {
156 // return null;
201 * method wisely</b>. If no property of a given name is foung - <b>null</b>
206 * @return found property value or <b>null</b>
217 if (v != null) {
223 return null;
278 Properties rnaUI = null;
285 if (rnaUI != null) {
294 String description = null;
320 oc.write(description, "description", null);
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 91 if( reliable == null )
99 if( fast != null ) {
193 broadcast( null, message );
201 ByteBuffer buffer = MessageProtocol.messageToBuffer(message, null);
203 FilterAdapter adapter = filter == null ? null : new FilterAdapter(filter);
205 if( message.isReliable() || fastAdapter == null ) {
221 ByteBuffer buffer = MessageProtocol.messageToBuffer(message, null);
223 FilterAdapter adapter = filter == null ? null : new FilterAdapter(filter)
    [all...]

Completed in 956 milliseconds

<<131132133134135136137138139140>>