/libcore/ojluni/src/main/java/java/security/cert/ |
X509CertSelector.java | 50 * ({@code null}, or {@code -1} for the {@link #getBasicConstraints 164 * If {@code null}, then this check is not applied. 172 * {@code null}) 182 * {@code X509Certificate}. If {@code null}, any certificate 186 * (or {@code null}) 196 * {@code X509Certificate}. If {@code null}, any issuer 200 * (or {@code null}) 217 * {@code X509Certificate}. If {@code null}, any issuer 220 * If {@code issuerDN} is not {@code null}, it should contain a 224 * (or {@code null}) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_ArtistsTest.java | 40 Cursor c = null; 42 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, 43 null, null)); 46 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, 47 null, null)); 52 assertNull(mContentResolver.query(Artists.getContentUri(volume), null, null, null, null)) local [all...] |
MediaStore_Audio_PlaylistsTest.java | 42 Cursor c = null; 44 Playlists.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, 45 null, null)); 51 Playlists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, 52 null, null, null)); 60 assertNull(mContentResolver.query(Playlists.getContentUri(volume), null, null, null local 61 null)); local [all...] |
MediaStore_Audio_AlbumsTest.java | 50 Cursor c = null; 52 Albums.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, 53 null, null)); 56 Albums.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, 57 null, null)); 62 assertNull(mContentResolver.query(Albums.getContentUri(volume), null, null, null, null)) local [all...] |
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 212 mService.remove(null, this); 218 if (sWrappers != null) { 231 if (sWrappers != null) { 347 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null, 348 null, null, null); 358 * if {@code null} is passed as the {@code targetHandler} parameter. 371 * callback, or {@code null} to run that callback on the main looper [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CompletableFuture.java | 107 * null, but passing a null value for any other parameter will result 127 * AltResult is used to box null as a result, as well as to hold 132 * box null results) being the only AltResult with a null 210 * pointing back to its sources. So we null out fields as soon as 212 * null arguments that may have been obtained during races with 223 final boolean internalComplete(Object r) { // CAS from null to r 224 return U.compareAndSwapObject(this, RESULT, null, r); 246 final Throwable ex; // null only for NI [all...] |
/art/test/122-npe/src/ |
Main.java | 18 * Test that null pointer exceptions are thrown by the VM. 39 NullPointerException npe = null; 45 ((Object) null).getClass(); 53 ((Main) null).callSpecial(); // Test invokespecial. 61 ((Main) null).callFinal(); // Test invokevirtual on final. 68 ((Value) null).objectField.toString(); 75 useInt(((Value) null).intField); 82 useFloat(((Value) null).floatField); 89 useLong(((Value) null).longField); 96 useDouble(((Value) null).doubleField) [all...] |
/external/jcommander/src/main/java/com/beust/jcommander/ |
Parameterized.java | 32 if (m_field != null) { 47 if (annotation != null) { 48 result.add(new Parameterized(new WrappedParameter((Parameter) annotation), null, 49 f, null)); 50 } else if (dynamicParameter != null) { 51 result.add(new Parameterized(new WrappedParameter((DynamicParameter) dynamicParameter), null, 52 f, null)); 53 } else if (delegateAnnotation != null) { 54 result.add(new Parameterized(null, (ParametersDelegate) delegateAnnotation, 55 f, null)); [all...] |
/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 96 * @param module the module, or <code>null</code> 97 * @param release the release, or <code>null</code> 98 * @param time the build time, or <code>null</code> 99 * @param clsldr the class loader, or <code>null</code> 103 if (pckg == null) { 105 ("Package identifier must not be null."); 109 infoModule = (module != null) ? module : UNAVAILABLE; 110 infoRelease = (release != null) ? release : UNAVAILABLE; 111 infoTimestamp = (time != null) ? time : UNAVAILABLE; 112 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
PeriodTest.java | 25 assertTrue(null, p.isSet()); 26 assertTrue(null, p.isSet(TimeUnit.YEAR)); 27 assertFalse(null, p.isSet(TimeUnit.MONTH)); 28 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); 30 assertFalse(null, p.isSet(TimeUnit.YEAR)); 36 assertTrue(null, p.isMoreThan()); 37 assertFalse(null, p.isLessThan()); 39 assertFalse(null, p.isMoreThan()); 40 assertFalse(null, p.isLessThan()); 42 assertFalse(null, p.isMoreThan()) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
PeriodTest.java | 24 assertTrue(null, p.isSet()); 25 assertTrue(null, p.isSet(TimeUnit.YEAR)); 26 assertFalse(null, p.isSet(TimeUnit.MONTH)); 27 assertEquals(null, 0f, p.getCount(TimeUnit.YEAR), .1f); 29 assertFalse(null, p.isSet(TimeUnit.YEAR)); 35 assertTrue(null, p.isMoreThan()); 36 assertFalse(null, p.isLessThan()); 38 assertFalse(null, p.isMoreThan()); 39 assertFalse(null, p.isLessThan()); 41 assertFalse(null, p.isMoreThan()) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
TelephonyIcons.java | 53 null, 54 null, 68 null, 69 null, 83 null, 84 null, 95 null, 96 null, 107 null, 108 null, [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
FakeUid.java | 44 return null; 49 return null; 54 return null; 59 return null; 64 return null; 69 return null; 74 return null; 79 return null; 182 return null; 187 return null; [all...] |
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
AccountManagementTest.java | 67 null, null, null, null, null, null).getResult(); 78 null, null, null, null, null, null).getResult() [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 91 /** The tracked route, or <code>null</code> before tracking starts. */ 100 * or <code>null</code> 105 if (connOperator == null) { 106 throw new IllegalArgumentException("Connection operator may not be null"); 111 this.tracker = null; 145 if (route == null) { 147 ("Route must not be null."); 149 //@@@ is context allowed to be null? depends on operator? 150 if (params == null) { 152 ("Parameters must not be null.") [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ |
OpenSSLRSAPublicKey.java | 60 null, 61 null, 62 null, 63 null, 64 null, 65 null)); 76 null, 77 null, 78 null, 79 null, [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRL2Test.java | 39 private X509Certificate pemCert = null; 84 if (pemCert != null) { 93 if (value != null && value.length > 0) { 127 return null; 132 return null; 137 return null; 142 return null; 147 return null; 152 return null; 157 return null; [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactDeltaComparator.java | 77 if (type1.accountType != null && type2.accountType == null) { 79 } else if (type1.accountType == null && type2.accountType != null) { 83 if (type1.accountType != null && type2.accountType != null) { 92 if (type1.dataSet != null && type2.dataSet == null) { 94 } else if (type1.dataSet == null && type2.dataSet != null) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiActions.java | 55 * @param uiNode The node to select. Can be null (in which case nothing should happen) 68 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider()); 93 if (results != null && results.length > 0) { 94 addElement(dlg.getChosenRootNode(), null, (ElementDescriptor) results[0], local 111 * @param uiParent An existing UI node or null to add to the tree root 112 * @param uiSibling An existing UI node before which to insert the new node. Can be null. 115 * @return The new {@link UiElementNode} or null. 124 if (uiSibling != null && uiSibling.getUiParent() != uiParent) { 125 uiSibling = null; 143 if (nodes == null || nodes.size() == 0) 219 assert uiLastNode[0] != null; \/\/ tell Eclipse this can't be null below local 400 assert uiLastNode[0] != null; \/\/ tell Eclipse this can't be null below local [all...] |
/cts/tests/tests/permission2/src/android/permission2/cts/ |
ContactsProviderTest.java | 37 null, null, null, null); 63 null, null, null, null); 90 new ContentValues(0), null, null); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
ContactsContract_Subquery.java | 56 try (Cursor cursor = mResolver.query(Contacts.CONTENT_URI, null, null, null, null)) { 61 try (Cursor cursor = mResolver.query(Contacts.CONTENT_URI, null, 62 "exists(select 1)", null, null)) { 67 try (Cursor cursor = mResolver.query(Contacts.CONTENT_URI, null, 68 "not exists(select 1)", null, null)) { [all...] |
/external/apache-http/src/org/apache/http/conn/params/ |
ConnRouteParams.java | 84 * {@link #NO_HOST} will be mapped to <code>null</code>, 90 * <code>null</code> if not set 93 if (params == null) { 94 throw new IllegalArgumentException("Parameters must not be null."); 98 if ((proxy != null) && NO_HOST.equals(proxy)) { 100 proxy = null; 111 * @param proxy the value to set, may be <code>null</code>. 113 * <code>null</code> by {@link #getDefaultProxy}, 118 if (params == null) { 119 throw new IllegalArgumentException("Parameters must not be null.") [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionNamespaceSupport.java | 36 String m_namespace = null; 37 String m_handlerClass = null; 38 Class [] m_sig = null; 39 Object [] m_args = null; 52 if (m_args[i] != null) 54 else // If an arguments is null, pick the constructor later. 56 m_sig = null; 73 ExtensionHandler handler = null; 77 Constructor con = null; 79 if (m_sig != null) [all...] |
/external/jline/src/src/main/java/jline/ |
ConsoleReaderInputStream.java | 42 private ConsoleLineInputStream next = null; 43 private ConsoleLineInputStream prev = null; 50 if (next != null) { 53 next = null; 62 // the last line was null 63 if ((prev != null) && (prev.wasNull == true)) { 67 if (next == null) { 71 return next != null; 77 private String line = null; 91 if (line == null) { [all...] |
/external/ltp/testcases/kernel/security/smack/ |
smack_set_ambient.sh | 21 start_label=$(cat "$smackfsdir/ambient" 2>/dev/null) 23 echo "$not_floor_label" 2>/dev/null > "$smackfsdir/ambient" 25 label=$(cat "$smackfsdir/ambient" 2>/dev/null) 31 echo "$start_label" 2>/dev/null > "$smackfsdir/ambient" 33 label=$(cat "$smackfsdir/ambient" 2>/dev/null)
|