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

1 2 3 4 5 6 78 91011>>

  /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) {
220 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
225 return getActivity(context, requestCode, intent, flags, null);
251 * May be null if there are no options.
254 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
260 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
261 context.getContentResolver()) : null;
268 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...]
AEachCommand.java 59 if(this._position_ != null)
61 this._position_.parent(null);
64 if(node != null)
66 if(node.parent() != null)
84 if(this._variable_ != null)
86 this._variable_.parent(null);
89 if(node != null)
91 if(node.parent() != null)
109 if(this._expression_ != null)
111 this._expression_.parent(null);
    [all...]
AIfCommand.java 59 if(this._position_ != null)
61 this._position_.parent(null);
64 if(node != null)
66 if(node.parent() != null)
84 if(this._expression_ != null)
86 this._expression_.parent(null);
89 if(node != null)
91 if(node.parent() != null)
109 if(this._block_ != null)
111 this._block_.parent(null);
    [all...]
ALoopToCommand.java 59 if(this._position_ != null)
61 this._position_.parent(null);
64 if(node != null)
66 if(node.parent() != null)
84 if(this._variable_ != null)
86 this._variable_.parent(null);
89 if(node != null)
91 if(node.parent() != null)
109 if(this._expression_ != null)
111 this._expression_.parent(null);
    [all...]
AWithCommand.java 59 if(this._position_ != null)
61 this._position_.parent(null);
64 if(node != null)
66 if(node.parent() != null)
84 if(this._variable_ != null)
86 this._variable_.parent(null);
89 if(node != null)
91 if(node.parent() != null)
109 if(this._expression_ != null)
111 this._expression_.parent(null);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DigitalSignature.java 78 signature = null;
82 cipher = null;
83 md5 = null;
85 cipher = null;
86 signature = null;
87 md5 = null;
104 if (signature != null) {
106 } else if (cipher != null) {
121 if (signature != null) {
123 } else if (cipher != 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/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...]
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 72 if (sService == null) {
84 if (sInstance != null) {
94 * @param locale the locale for the spell checker. If {@code locale} is null and
96 * returned. If {@code locale} is not null and referToSpellCheckerLanguageSettings is true,
108 if (listener == null) {
111 if (!referToSpellCheckerLanguageSettings && locale == null) {
112 throw new IllegalArgumentException("Locale should not be null if you don't refer"
117 return null;
122 sci = sService.getCurrentSpellChecker(null);
124 return null;
    [all...]
  /cts/tools/dasm/src/java_cup/
production_part.java 29 /** Optional label for referring to the part within an action (null for
34 /** Optional label for referring to the part within an action (null for
53 if (other == null) return false;
56 if (label() != null)
59 return other.label() == null;
78 return label()==null ? 0 : label().hashCode();
86 if (label() != null)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 61 if (t == null)
62 return null;
117 if (t == null)
123 if (startToken != null)
126 if (stopToken != null)
134 if (t == null)
141 if (t == null)
148 if (t == null)
149 return null;
155 if (t == null)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 51 if ( t==null ) return null;
95 if ( t==null ) return;
98 if ( startToken!=null ) start = startToken.getTokenIndex();
99 if ( stopToken!=null ) stop = stopToken.getTokenIndex();
105 if ( t==null ) return -1;
110 if ( t==null ) return -1;
115 if ( t==null ) return null;
120 if ( t==null ) return Token.INVALID_TOKEN_TYPE
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 30 private ServerSocket instance = null;
43 return null;
45 if (instance == null) {
46 return null;
76 if (instance != null) {
  /external/emma/ant/ant14/com/vladium/emma/ant/
StringValue.java 25 if ((value != null) && (value.length () > 0))
27 if (m_value == null)
41 return m_value != null ? m_value.toString () : null;
49 if (task == null) throw new IllegalArgumentException ("null input: task");

Completed in 356 milliseconds

1 2 3 4 5 6 78 91011>>