HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 951 - 975 of 19630) sorted by null

<<31323334353637383940>>

  /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...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLDataExceptionTest.java 36 sQLDataException = null;
45 assertNull("The SQLState of SQLDataException should be null",
58 SQLDataException sQLDataException = new SQLDataException((String) null);
60 assertNull("The SQLState of SQLDataException should be null",
62 assertNull("The reason of SQLDataException should be null",
91 "MYTESTSTRING", (String) null);
93 assertNull("The SQLState of SQLDataException should be null",
106 SQLDataException sQLDataException = new SQLDataException(null,
112 assertNull("The reason of SQLDataException should be null",
122 SQLDataException sQLDataException = new SQLDataException((String) null,
    [all...]
SQLFeatureNotSupportedExceptionTest.java 36 sQLFeatureNotSupportedException = null;
47 "The SQLState of SQLFeatureNotSupportedException should be null",
62 (String) null);
65 "The SQLState of SQLFeatureNotSupportedException should be null",
68 "The reason of SQLFeatureNotSupportedException should be null",
99 "MYTESTSTRING", (String) null);
102 "The SQLState of SQLFeatureNotSupportedException should be null",
117 null, "MYTESTSTRING");
123 "The reason of SQLFeatureNotSupportedException should be null",
135 (String) null, (String) null)
    [all...]
SQLIntegrityConstraintViolationExceptionTest.java 36 sQLIntegrityConstraintViolationException = null;
47 "The SQLState of SQLIntegrityConstraintViolationException should be null",
63 (String) null);
66 "The SQLState of SQLIntegrityConstraintViolationException should be null",
69 "The reason of SQLIntegrityConstraintViolationException should be null",
102 "MYTESTSTRING", (String) null);
105 "The SQLState of SQLIntegrityConstraintViolationException should be null",
121 null, "MYTESTSTRING");
128 "The reason of SQLIntegrityConstraintViolationException should be null",
140 (String) null, (String) null)
    [all...]
SQLInvalidAuthorizationSpecExceptionTest.java 36 sQLInvalidAuthorizationSpecException = null;
47 "The SQLState of SQLInvalidAuthorizationSpecException should be null",
63 (String) null);
66 "The SQLState of SQLInvalidAuthorizationSpecException should be null",
69 "The reason of SQLInvalidAuthorizationSpecException should be null",
102 "MYTESTSTRING", (String) null);
105 "The SQLState of SQLInvalidAuthorizationSpecException should be null",
121 null, "MYTESTSTRING");
128 "The reason of SQLInvalidAuthorizationSpecException should be null",
140 (String) null, (String) null)
    [all...]
SQLNonTransientConnectionExceptionTest.java 36 sQLNonTransientConnectionException = null;
47 "The SQLState of SQLNonTransientConnectionException should be null",
62 (String) null);
65 "The SQLState of SQLNonTransientConnectionException should be null",
68 "The reason of SQLNonTransientConnectionException should be null",
101 "MYTESTSTRING", (String) null);
104 "The SQLState of SQLNonTransientConnectionException should be null",
119 null, "MYTESTSTRING");
126 "The reason of SQLNonTransientConnectionException should be null",
138 (String) null, (String) null)
    [all...]
SQLNonTransientExceptionTest.java 36 sQLNonTransientException = null;
46 assertNull("The SQLState of SQLNonTransientException should be null",
60 (String) null);
62 assertNull("The SQLState of SQLNonTransientException should be null",
64 assertNull("The reason of SQLNonTransientException should be null",
93 "MYTESTSTRING", (String) null);
95 assertNull("The SQLState of SQLNonTransientException should be null",
109 null, "MYTESTSTRING");
114 assertNull("The reason of SQLNonTransientException should be null",
125 (String) null, (String) null)
    [all...]
SQLRecoverableExceptionTest.java 36 sQLRecoverableException = null;
46 assertNull("The SQLState of SQLRecoverableException should be null",
60 (String) null);
62 assertNull("The SQLState of SQLRecoverableException should be null",
64 assertNull("The reason of SQLRecoverableException should be null",
93 "MYTESTSTRING", (String) null);
95 assertNull("The SQLState of SQLRecoverableException should be null",
109 null, "MYTESTSTRING");
114 assertNull("The reason of SQLRecoverableException should be null",
125 (String) null, (String) null)
    [all...]
SQLSyntaxErrorExceptionTest.java 36 sQLSyntaxErrorException = null;
46 assertNull("The SQLState of SQLSyntaxErrorException should be null",
60 (String) null);
62 assertNull("The SQLState of SQLSyntaxErrorException should be null",
64 assertNull("The reason of SQLSyntaxErrorException should be null",
93 "MYTESTSTRING", (String) null);
95 assertNull("The SQLState of SQLSyntaxErrorException should be null",
109 null, "MYTESTSTRING");
114 assertNull("The reason of SQLSyntaxErrorException should be null",
125 (String) null, (String) null)
    [all...]
SQLTimeoutExceptionTest.java 36 sQLTimeoutException = null;
46 assertNull("The SQLState of SQLTimeoutException should be null",
60 (String) null);
62 assertNull("The SQLState of SQLTimeoutException should be null",
64 assertNull("The reason of SQLTimeoutException should be null",
93 "MYTESTSTRING", (String) null);
95 assertNull("The SQLState of SQLTimeoutException should be null",
108 SQLTimeoutException sQLTimeoutException = new SQLTimeoutException(null,
114 assertNull("The reason of SQLTimeoutException should be null",
125 (String) null, (String) null)
    [all...]
SQLTransactionRollbackExceptionTest.java 36 sQLTransactionRollbackException = null;
47 "The SQLState of SQLTransactionRollbackException should be null",
62 (String) null);
65 "The SQLState of SQLTransactionRollbackException should be null",
68 "The reason of SQLTransactionRollbackException should be null",
99 "MYTESTSTRING", (String) null);
102 "The SQLState of SQLTransactionRollbackException should be null",
117 null, "MYTESTSTRING");
123 "The reason of SQLTransactionRollbackException should be null",
135 (String) null, (String) null)
    [all...]
SQLTransientConnectionExceptionTest.java 36 sQLTransientConnectionException = null;
47 "The SQLState of SQLTransientConnectionException should be null",
62 (String) null);
65 "The SQLState of SQLTransientConnectionException should be null",
68 "The reason of SQLTransientConnectionException should be null",
99 "MYTESTSTRING", (String) null);
102 "The SQLState of SQLTransientConnectionException should be null",
117 null, "MYTESTSTRING");
123 "The reason of SQLTransientConnectionException should be null",
135 (String) null, (String) null)
    [all...]
SQLTransientExceptionTest.java 36 sQLTransientException = null;
46 assertNull("The SQLState of SQLTransientException should be null",
60 (String) null);
62 assertNull("The SQLState of SQLTransientException should be null",
64 assertNull("The reason of SQLTransientException should be null",
93 "MYTESTSTRING", (String) null);
95 assertNull("The SQLState of SQLTransientException should be null",
109 null, "MYTESTSTRING");
114 assertNull("The reason of SQLTransientException should be null",
125 (String) null, (String) null)
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 104 * Return the full bread crumb title for the entry, or null if it
110 * Return the short bread crumb title for the entry, or null if it
167 * @return The fragment if found or null otherwise.
177 * @return The fragment if found or null otherwise.
213 * @param name If non-null, this is the name of a previous back state
216 * the named state itself is popped. If null, only the top state is popped.
317 * @return The generated state. This will be null if there was no
437 Bundle mStateBundle = null;
438 SparseArray<Parcelable> mStateArray = null;
451 if (mActivity != null) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java 36 * {@code null-ok;} the instruction list, ready for final processing;
42 * {@code non-null;} unprocessed catch table;
48 * {@code null-ok;} catch table; set in
54 * {@code null-ok;} source positions list; set in
60 * {@code null-ok;} local variable list; set in
66 * {@code null-ok;} the processed instruction list; set in
76 * @param unprocessedInsns {@code non-null;} the instruction list, ready
78 * @param unprocessedCatches {@code non-null;} unprocessed catch
83 if (unprocessedInsns == null) {
84 throw new NullPointerException("unprocessedInsns == null");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 35 * {@code null-ok;} the instruction list, ready for final processing;
41 * {@code non-null;} unprocessed catch table;
47 * {@code null-ok;} catch table; set in
53 * {@code null-ok;} source positions list; set in
59 * {@code null-ok;} local variable list; set in
65 * {@code null-ok;} the processed instruction list; set in
75 * @param unprocessedInsns {@code non-null;} the instruction list, ready
77 * @param unprocessedCatches {@code non-null;} unprocessed catch
82 if (unprocessedInsns == null) {
83 throw new NullPointerException("unprocessedInsns == null");
    [all...]
  /dalvik/dx/src/com/android/dx/io/
CodeReader.java 26 private Visitor fallbackVisitor = null;
27 private Visitor stringVisitor = null;
28 private Visitor typeVisitor = null;
29 private Visitor fieldVisitor = null;
30 private Visitor methodVisitor = null;
85 if (one == null) {
100 Visitor visitor = null;
109 if (visitor == null) {
113 if (visitor != null) {
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
Card.java 61 private String mTag = null;
63 private String mTitle = null;
64 private String mDescription = null;
66 private View mCardView = null;
67 private View mOverlayView = null;
68 private TextView mTitleView = null;
69 private TextView mDescView = null;
70 private View mActionAreaView = null;
72 private Animator mOngoingAnimator = null;
96 private CardProgress mCardProgress = null;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 56 return Create( null );
111 return DupTree( tree, null );
122 if ( t == null )
124 return null;
151 if ( t != null && child != null )
172 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
174 * old=null, new=r yields r
175 * old=null, new=^(nil r) yields ^(nil r)
192 if ( oldRoot == null )
    [all...]
  /external/apache-http/src/org/apache/http/params/
BasicHttpParams.java 66 Object param = null;
67 if (this.parameters != null) {
74 if (this.parameters == null) {
82 if (this.parameters == null) {
85 //this is to avoid the case in which the key has a null value
108 return getParameter(name) != null;
112 return this.parameters != null && this.parameters.get(name) != null;
119 this.parameters = null;
149 if (this.parameters == null)
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwResource.java 67 assert sResources != null; local
68 assert sResourceCache != null; local
70 String result = sResourceCache.get(resid) == null ?
71 null : sResourceCache.get(resid).get();
72 if (result == null) {
91 assert sResources != null; local
93 InputStreamReader isr = null;
94 String result = null;
108 if (isr != null) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvCode.java 36 * {@code null-ok;} the instruction list, ready for final processing;
42 * {@code non-null;} unprocessed catch table;
48 * {@code null-ok;} catch table; set in
54 * {@code null-ok;} source positions list; set in
60 * {@code null-ok;} local variable list; set in
66 * {@code null-ok;} the processed instruction list; set in
76 * @param unprocessedInsns {@code non-null;} the instruction list, ready
78 * @param unprocessedCatches {@code non-null;} unprocessed catch
83 if (unprocessedInsns == null) {
84 throw new NullPointerException("unprocessedInsns == null");
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java 26 private Visitor fallbackVisitor = null;
27 private Visitor stringVisitor = null;
28 private Visitor typeVisitor = null;
29 private Visitor fieldVisitor = null;
30 private Visitor methodVisitor = null;
85 if (one == null) {
100 Visitor visitor = null;
109 if (visitor == null) {
113 if (visitor != null) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 26 /** {@code non-null;} the block that contains this instance */
29 /** {@code null-ok;} result register */
35 * @param result {@code null-ok;} initial result register. May be changed.
36 * @param block {@code non-null;} block containing this insn. Can
40 if (block == null) {
41 throw new NullPointerException("block == null");
51 * @param insn {@code non-null;} rop insn
52 * @param block {@code non-null;} owning block
53 * @return {@code non-null;} an appropriately constructed instance
81 * @param result {@code non-null;} the new result registe
    [all...]

Completed in 967 milliseconds

<<31323334353637383940>>