HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 901 - 925 of 19200) sorted by null

<<31323334353637383940>>

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLDSAKeyPairGenerator.java 31 private SecureRandom random = null;
42 if (random == null) {
43 seed = null;
73 if (gInt != null) {
78 if (pInt != null) {
83 if (qInt != null) {
86 } else if (params != null) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
entitygetpublicid.java 48 * @param factory document factory, may not be null
82 assertURIEquals("systemId", null, null, null, "entityFile", null, null, null, null, systemId);
notationgetsystemid.java 46 * @param factory document factory, may not be null
77 assertURIEquals("uriEquals", null, null, null, "notation2File", null, null, null, null, systemId);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode02.java 50 * @param factory document factory, may not be null
85 assertURIEquals("dtdSystemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode03.java 51 * @param factory document factory, may not be null
86 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode05.java 52 * @param factory document factory, may not be null
92 assertURIEquals("dtdSystemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode08.java 52 * @param factory document factory, may not be null
88 assertURIEquals("system", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode10.java 43 * Method should return a node of type Entity_Reference (whose value is null) that
53 * @param factory document factory, may not be null
89 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode12.java 50 * @param factory document factory, may not be null
91 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode13.java 51 * @param factory document factory, may not be null
90 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode14.java 50 * @param factory document factory, may not be null
88 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
importNode15.java 51 * @param factory document factory, may not be null
86 assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, system);
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 69 if (reader != null) {
72 destination = null;
87 if (reader == null) {
88 throw new NullPointerException("reader == null");
91 if (this.destination != null) {
113 if (reader == null) {
151 * if {@code buffer} is {@code null}.
156 if (reader == null) {
185 if (reader == null) {
  /libcore/luni/src/main/java/java/net/
InterfaceAddress.java 33 * The IPv4 broadcast address, or null for IPv6.
53 this.broadcastAddress = null;
85 return ((address == null) ? rhs.address == null : address.equals(rhs.address)) &&
87 ((broadcastAddress == null) ? rhs.broadcastAddress == null : broadcastAddress.equals(rhs.broadcastAddress));
92 int hashCode = address == null ? 0 : -address.hashCode();
93 hashCode += broadcastAddress == null ? 0 : broadcastAddress.hashCode();
101 * {@code "/0:0:0:0:0:0:0:1%1/128 [null]"}.
115 * Returns the subnet-directed broadcast address if this is an IPv4 interface, null otherwise
    [all...]
  /libcore/luni/src/main/java/java/util/
ListResourceBundle.java 50 if (parent != null) {
59 if (nextElement != null) {
85 nextElement = null;
110 if (key == null) {
111 throw new NullPointerException("key == null");
117 if (table == null) {
121 if (content[0] == null || content[1] == null) {
122 throw new NullPointerException("null entry");
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 101 * @throws NullPointerException if the callable is null
104 if (callable == null)
119 * {@code Future<?> f = new FutureTask<Void>(runnable, null)}
120 * @throws NullPointerException if the runnable is null
144 if (t != null)
171 if (unit == null)
229 null, Thread.currentThread()))
233 if (c != null && state == NEW) {
240 result = null;
248 // runner must be non-null until state is settled t
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 34 * class to be associated with this handler, defaults to {@code null} if this
41 * handler will use to encode log messages, defaults to {@code null} if this
76 super(DEFAULT_LEVEL, null, DEFAULT_FORMATTER, null);
98 super(DEFAULT_LEVEL, null, DEFAULT_FORMATTER, null);
105 if (host == null || host.isEmpty()) {
106 throw new IllegalArgumentException("host == null || host.isEmpty()");
136 if (this.socket != null) {
138 this.socket = null;
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 130 * @throws NullPointerException If <code>uri</code> is <code>null</code>.
135 if (uri == null) {
136 throw new NullPointerException("uri == null");
144 if (classLoader == null) {
149 if (xpathFactory == null) {
162 * @throws NullPointerException If <code>uri</code> is <code>null</code>.
167 if (uri == null) {
168 throw new NullPointerException("uri == null");
175 if (factoryClassName == null) {
176 throw new XPathFactoryConfigurationException("factoryClassName cannot be null.")
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 11 private DocumentBuilderSetting[] settings = null;
13 private DocumentBuilder builder = null;
15 private DocumentBuilderFactory factory = null;
18 if (settings == null) {
26 if (factory == null) {
27 throw new RuntimeException("DocumentBuilderFactory must not be null");
30 if (settings != null) {
41 if (builder == null) {
42 throw new RuntimeException("DocumentBuilder must not be null");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 39 private String mapHandle = null; /* The map hex-string handle with type information */
40 private String subject = null;
42 private String senderName = null;
43 private String senderAddressing = null;
44 private String replytoAddressing = null;
45 private String recipientName = null;
46 private String recipientAddressing = null;
47 private TYPE type = null;
49 private String text = null;
50 private String receptionStatus = null;
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 35 Node node = null;
47 return null;
54 return null;
59 if (node == null) {
70 return null;
75 if (existing != null) {
84 return null;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 24 * the Bluetooth API. Note that {@link #getInstance} will return null
52 if (sInstance == null) {
54 if (adapter == null) {
55 return null;
97 return mForegroundActivity != null;
101 if (context != null) {
102 Log.d(TAG, "setting foreground activity to non-null context");
105 if (mForegroundActivity != null) {
106 Log.d(TAG, "setting foreground activity to null");
107 mForegroundActivity = null;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 45 if (mWakeLock == null) {
59 cr.update(CalendarAlarmManager.SCHEDULE_ALARM_URI, null /* values */,
60 null /* where */, null /* selectionArgs */);
85 resolver.update(CalendarAlarmManager.SCHEDULE_ALARM_REMOVE_URI, null /* values */,
86 null /* where */, null /* selectionArgs */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostReceiverCreationAction.java 58 newType.createMethod(methodContent, null /* sibling*/, false /* force */,
63 ICompilationUnit compilationUnit = null;
67 if (parentElement != null) {
76 } while (compilationUnit == null);
78 if (compilationUnit != null) {
80 null /* sibling */, new NullProgressMonitor());
82 null /* sibling */, new NullProgressMonitor());
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 237 * @return a parser or null.
245 * @return a parser or null if there isn't any previous parser
249 return null;
257 if (resourceInfo == null) {
262 if (resourceInfo == null) {
305 if (resourceInfo != null) {
310 if (mProjectCallback != null) {
313 if (resourceInfo != null) {
318 return null;
329 if (parser != null) {
    [all...]

Completed in 813 milliseconds

<<31323334353637383940>>