HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 426 - 450 of 19042) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/obfuscate/
MemberNameCleaner.java 40 MemberObfuscator.setNewMemberName(programField, null);
46 MemberObfuscator.setNewMemberName(programMethod, null);
52 MemberObfuscator.setNewMemberName(libraryField, null);
58 MemberObfuscator.setNewMemberName(libraryMethod, null);
  /external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
CapsExtensionProvider.java 35 String hash = null;
36 String version = null;
37 String node = null;
40 hash = parser.getAttributeValue(null, "hash");
41 version = parser.getAttributeValue(null, "ver");
42 node = parser.getAttributeValue(null, "node");
54 if (hash != null && version != null && node != null) {
  /external/smack/src/org/jivesoftware/smackx/provider/
CapsExtensionProvider.java 35 String hash = null;
36 String version = null;
37 String node = null;
41 hash = parser.getAttributeValue(null, "hash");
42 version = parser.getAttributeValue(null, "ver");
43 node = parser.getAttributeValue(null, "node");
59 if (hash != null && version != null && node != null) {
  /frameworks/base/core/tests/coretests/src/android/content/
ContentResolverTest.java 38 mContentResolver.query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null);
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FastXmlSerializerTest.java 34 out.startDocument(null, true);
37 out.startTag(null, "string");
38 out.attribute(null, "name", "meow");
40 out.endTag(null, "string");
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
PmPermissionsTests.java 44 mPm.getPackageSizeInfo(mPkgName, null);
59 mPm.deleteApplicationCacheFiles(mPkgName, null);
74 mPm.installPackage(null, null, 0, null);
89 mPm.freeStorage(100000, null);
104 mPm.freeStorageAndNotify(100000, null);
119 mPm.clearApplicationUserData(mPkgName, null);
134 mPm.deletePackage(mPkgName, null, 0);
  /frameworks/ex/common/java/com/android/common/
Rfc822InputFilter.java 38 return null;
52 return null;
55 return null;
72 return null;
Search.java 62 * @return a cursor with suggestions, or <code>null</null> the suggestion query failed.
75 * @return a cursor with suggestions, or <code>null</null> the suggestion query failed.
79 if (searchable == null) {
80 return null;
84 if (authority == null) {
85 return null;
96 if (contentPath != null) {
103 // get the query selection, may be null
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
SSLRecordProtocol.java 28 * Initially created object has null connection state and does not
122 * If the handshake process was not completed, method returns null.
134 return (activeReadState == null)
145 if (activeWriteState == null) {
171 if (activeReadState == null) {
197 if (logger != null) {
210 if (activeWriteState != null) {
219 if (logger != null) {
231 if (version != null) {
251 if (logger != null) {
    [all...]
  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 26 if (uri == null || sa == null || ioe == null) {
36 if (uri == null) {
37 throw new IllegalArgumentException("uri == null");
40 if (scheme == null) {
41 throw new IllegalArgumentException("scheme == null");
45 Proxy proxy = null;
46 String nonProxyHostsKey = null;
66 if (nonProxyHostsKey != null
    [all...]
  /libcore/luni/src/main/java/java/security/
PrivilegedActionException.java 32 return null;
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 16 * the base implementation does <em>not</em> allow <tt>null</tt>
21 * <tt>null</tt> returns.
25 * insertion of <tt>null</tt> elements, along with methods {@link
60 * @throws NullPointerException if the specified element is null and
61 * this queue does not permit null elements
85 if (x != null)
104 if (x != null)
115 * returns <tt>null</tt>.
118 while (poll() != null)
133 * <tt>null</tt> element) may result in only some of the element
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 45 this.exception = null;
57 this.exception = null;
102 if (message == null && exception != null) {
113 * @return The encapsulated exception, or null if there is none.
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 38 * @return A SourceLocator object, or null if none was specified.
48 * @param location A SourceLocator object, or null to clear the location.
54 /** Field containedException specifies a wrapped exception. May be null. */
60 * @return An Throwable object, or null.
68 * Returns the cause of this throwable or <code>null</code> if the
75 ? null
91 * {@link #getCause()} method). (A <tt>null</tt> value is
105 if (this.containedException != null) {
128 this.containedException = null;
129 this.locator = null;
    [all...]
TransformerFactoryConfigurationError.java 41 this.exception = null;
54 this.exception = null;
97 if ((message == null) && (exception != null)) {
108 * @return The encapsulated exception, or null if there is none.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
LeafNodeImpl.java 46 if (parent == null || index + 1 >= parent.children.size()) {
47 return null;
58 if (parent == null || index == 0) {
59 return null;
  /libcore/luni/src/test/java/libcore/sqlite/
OldJDBCDriverTest.java 50 if (this.jDriver != null) {
63 if (this.jDriver != null) {
64 Connection c = jDriver.connect(getConnectionURL(), null);
77 if (this.jDriver != null) {
85 if (this.jDriver != null) {
93 DriverPropertyInfo[] info = null;
94 if (this.jDriver != null) {
95 info = jDriver.getPropertyInfo(getConnectionURL(), null);
107 if (this.jDriver != null) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 51 if (provs == null) {
52 return null;
54 return (provs.length == 0 ? null : provs[0]);
56 return null;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DSAKeyPairGeneratorImpl.java 31 private KeyPairGenerator dsaKeyPairGenerator = null;
32 private SecureRandom secureRandom = null;
33 private DSAParams dsaParams = null;
37 dsaKeyPairGenerator = null;
41 dsaKeyPairGenerator = null;
48 if (random == null) {
51 if (params == null) {
76 if (random == null) {
79 if (genParams == false && dsaParams == null) {
  /packages/apps/Camera2/src/com/android/camera/
CameraManagerFactory.java 32 if (sAndroidCameraManager == null) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 33 assertFalse(ContactsUtils.isGraphic(null));
49 assertTrue("null:null", ContactsUtils.areObjectsEqual(null, null));
52 assertFalse("null:1", ContactsUtils.areObjectsEqual(null, 1));
53 assertFalse("1:null", ContactsUtils.areObjectsEqual(1, null));
58 assertTrue("1", ContactsUtils.areIntentActionEqual(null, null))
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 58 return null;
67 return null;
77 return null;
82 return null;
87 return null;
92 return null;
97 return null;
120 return null;
126 return null;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackSource.java 36 private SQLiteDatabase database = null;
52 database = null;
63 ret = (-1 != database.insert(FilterStack.TABLE, null, val));
100 database.delete(FilterStack.TABLE, null, null);
108 byte[] ret = null;
109 Cursor c = null;
115 new String[] { stackName }, null, null, null, null)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedPreset.java 21 private volatile ImagePreset mProducerPreset = null;
22 private volatile ImagePreset mConsumerPreset = null;
23 private volatile ImagePreset mIntermediatePreset = null;
27 if (mProducerPreset == null || (!mProducerPreset.same(preset))) {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/filters/
FiltersManager.java 30 private static FiltersManager sInstance = null;
31 private static FiltersManager sPreviewInstance = null;
32 private static FiltersManager sHighresInstance = null;
39 if (sPreviewInstance == null) {
46 if (sInstance == null) {
53 if (sHighresInstance == null) {
60 sInstance = null;
61 sPreviewInstance = null;
62 sHighresInstance = null;

Completed in 1118 milliseconds

<<11121314151617181920>>