HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 176 - 200 of 19628) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/java/android/media/videoeditor/
TransitionFadeBlack.java 33 this(null, null, null, 0, 0);
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 27 * @return a reference to the service, or <code>null</code> if the service doesn't exist
30 return null;
49 return null;
56 // actual implementation returns null sometimes, so it's ok
57 // to return null instead of an empty list.
58 return null;
  /libcore/benchmarks/src/benchmarks/regression/
NativeMethodBenchmark.java 68 NativeTestTarget.emptyJniStaticMethod6L(null, null, null, null, null, null);
75 n.emptyJniMethod6L(null, null, null, null, null, null)
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 30 * {@code null} value for the second argument (see description there).
38 super(dexPath, null, null, parent);
60 * {@code null}
65 super(dexPath, null, libraryPath, parent);
  /libcore/luni/src/main/java/java/io/
SequenceInputStream.java 49 * if {@code s1} is {@code null}.
52 if (s1 == null) {
53 throw new NullPointerException("s1 == null");
69 * if any of the elements in {@code e} is {@code null}.
75 if (in == null) {
76 throw new NullPointerException("element is null");
83 if (e != null && in != null) {
97 while (in != null) {
100 e = null;
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
RSAMultiPrimePrivateCrtKeyImpl.java 31 private BigInteger crtCoefficient = null;
32 private BigInteger publicExponent = null;
33 private BigInteger primeExponentP = null;
34 private BigInteger primeExponentQ = null;
35 private BigInteger primeP = null;
36 private BigInteger primeQ = null;
37 private RSAOtherPrimeInfo[] otherPrimeInfo = null;
78 return null;
81 return null;
84 return null;
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_PlatformFile.java 22 private static String platformId = null;
25 if (platformId == null) {
27 if (property == null) {
  /packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java 49 resolver.update(EmailProvider.ACCOUNT_BACKUP_URI, null, null, null);
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 28 return null;
33 return null;
38 return null;
42 return null;
50 return null;
58 return null;
66 return null;
74 return null;
78 return null;
94 return null;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
IntentCompatUtils.java 25 (String)CompatUtils.getFieldValue(null /* receiver */, null /* defaultValue */,
33 return ACTION_USER_INITIALIZE != null && ACTION_USER_INITIALIZE.equals(action);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 37 int[][] theFinalStates2 = { null }; // Update Counts array state
38 String[] theFinalStates3 = { null }; // SQL State state value
39 String[] theFinalStates4 = { null }; // Message state
41 Exception[] theExceptions = { null };
48 if (theExceptions[i] != null) {
63 if (theExceptions[i] == null) {
80 int[][] init1 = { { 1, 2, 3 }, null };
84 String[] theFinalStates3 = { null, null }; // SQL State state value
85 String[] theFinalStates4 = { null, null }; // Message stat
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 100 * exist, then simply return null instead of creating it.
184 if (mHandler == null) {
219 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
224 return getActivity(context, requestCode, intent, flags, null);
249 * May be null if there are no options.
252 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
258 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
259 context.getContentResolver()) : null;
266 null, null, requestCode, new Intent[] { intent }
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 42 new Provider.Service(null, "type", "algorithm",
43 "className", null, null);
44 fail("provider is null: No expected NullPointerException");
48 new Provider.Service(p, null, "algorithm",
49 "className", null, null);
50 fail("type is null: No expected NullPointerException");
54 new Provider.Service(p, "type", null,
55 "className", null, null)
    [all...]
  /external/zlib/src/contrib/puff/
Makefile 18 @puft -w zeros.raw 2>&1 | cat > /dev/null
19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254
22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
23 @echo '01 01 00 fe ff 0a' | xxd -r -p | puft -f 2>&1 | cat > /dev/null
24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 45 static private IBordeauxService mService = null;
46 static private ILearning_StochasticLinearRanker mRanker = null;
47 static private IAggregatorManager mAggregatorManager = null;
48 static private IPredictor mPredictor = null;
49 static private ILearning_MulticlassPA mClassifier = null;
64 if (mStarted && mConnection != null) {
66 mService = null;
72 if (mService == null) bindServices(context);
77 if (mService == null) {
79 return null;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Artists_AlbumsTest.java 42 Cursor c = null;
45 assertNotNull(c = mContentResolver.query(contentUri, null, null, null, null));
50 assertNotNull(c = mContentResolver.query(contentUri, null, null, null, null));
56 null, null, null, null)) local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALoopIncCommand.java 69 if(this._position_ != null)
71 this._position_.parent(null);
74 if(node != null)
76 if(node.parent() != null)
94 if(this._variable_ != null)
96 this._variable_.parent(null);
99 if(node != null)
101 if(node.parent() != null)
119 if(this._start_ != null)
121 this._start_.parent(null);
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 46 mDatabase = getContext().openOrCreateDatabase(DATABASE_FILE, Context.MODE_PRIVATE, null);
68 null, null, null, null, null, null);
78 null, null, null, null, null, null)
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifierElem.java 63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
68 return addExpectedNodeWithOrder(propName, propValue, null,
69 null, contentValues, null, null);
74 return addExpectedNodeWithOrder(propName, null, propValueList
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 59 if (provs != null) {
80 if (mProv != null) {
85 if (provs != null) {
96 * throws NullPointerException when mechanism is null;
115 Sasl.createSaslServer(null, null, null, null, cbH);
116 fail("NullPointerException should be thrown when mechanisms is null");
120 Sasl.createSaslServer("MECH-2", "protocol", null, null, cbH)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 46 new Provider.Service(null, "type", "algorithm", "className", null,
47 null);
48 fail("provider is null: No expected NullPointerException");
52 new Provider.Service(p, null, "algorithm", "className", null, null);
53 fail("type is null: No expected NullPointerException");
57 new Provider.Service(p, "type", null, "className", null, null)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SingleFieldBuilder.java 68 // Invariant: one of builder or message fields must be non-null.
71 // message field represents a cached message for the builder (or null if
75 // If builder is non-null, this represents a cached message from the builder.
76 // If builder is null, this is the authoritative message for the field.
87 if (message == null) {
96 // Null out parent so we stop sending it invalidations.
97 parent = null;
110 if (message == null) {
111 // If message is null, the invariant is that we must be have a builder.
137 if (builder == null) {
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ChannelSystem.java 44 mChannels.get(x).name = null;
45 mChannels.get(x).value = null;
52 Channel result = null;
89 if (object1 == null && object2 != null) {
91 } else if (object1 != null && object2 == null) {
93 } else if (object1 != null && object2 != null) {
94 if (object1.name == null && object2.name != null)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 35 * @throws NullPointerException in case of incorrectly null parameters.
49 if (hashUserNameRealmPasswd == null || method == null
50 || digest_uri_value == null || nonce_value == null)
52 "Null parameter to MessageDigestAlgorithm.calculateResponse()");
57 if (cnonce_value == null || cnonce_value.length() == 0)
62 String A2 = null;
63 if (qop_value == null || qop_value.trim().length() == 0
67 if (entity_body == null)
    [all...]
  /external/proguard/src/proguard/
ClassSpecification.java 53 this(null,
56 null,
57 null,
58 null,
59 null);
92 * to apply. The name may be null to
94 * @param className the class name. The name may be null to
100 * to apply. The name may be null to
104 * apply. The name may be null to specify
122 null,
    [all...]

Completed in 4099 milliseconds

1 2 3 4 5 6 78 91011>>